*{padding: 0;margin: 0}

body{
	font-family: Verdana, Arial, sans-serif;
	font-size: 76%;
	background-color: #e8eaf1;
	color: #071d4f;
}

a{
	color: #283b80;
	text-decoration: underline;
	cursor: pointer;
}

a:hover, .footer_links a:hover, .red{color: #7b0c0c}

.padding_light{padding: 5px}
.no_border{border: none !important}
.float_left{float: left;}
.float_right{float: right;}
.bold{font-weight: bold;}
.italic{font-style: italic;}
.center_text{text-align: center;}
.clear{clear: both; width: 15px; font-size: 1px;}
.small_text{font-size:.9em;}
.error_msg{color:#990000}
.white{color:#ffffff}

.site_header{
	height: 118px;
	width: 100%;
	background: url(../img/main_background_repeat_x.png) repeat-x top;
}

.site_footer{
	height: auto;
	width: 100%;
	background: url(../img/main_background_repeat_x.png) #c4c7d3 repeat-x top;
	background-position:0% -118px;
	text-align: center;
}

.footer_links{padding: 20px 0}
.footer_links a{
	color:#6a769f;
	border-right: 1px solid #bac1d8;
	padding: 0 10px
}


.nav_container, .subNav_container, .content_container, .content_container_standard{
	height: 90px;
	line-height: normal;
	padding: 0 30px;
}

.subNav_container{height:26px;}

.content_container, .content_container_standard{
	height: auto; 
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}

.content_container{
	padding-left:263px;
	overflow: hidden; 
}

* html .content_container{
	height:1%; /* So IE plays nice */
}

.nav{
	list-style: none;
	margin-top: 61px;
	float: right;
}

.nav li{
	float: left;
	background:url(../img/tabs_right.png) no-repeat right top;
	margin-left: 5px;
	width: 100px;
	text-align: center
}

.nav li.auto_width{width: auto;}

.nav a{
	display: block;
	background:url(../img/tabs_right.png) no-repeat right top;
	text-decoration: none;
}

.nav a span{
	display: block;
	background:url(../img/tabs_left.png) no-repeat left top;
	padding: 6px 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: #071d4f;
}

.breadcrumb{
	list-style: none;
	float: left;
	font-size: 1em;
	margin-top: 3px;
	_margin-top:1px;
}

.breadcrumb li{
	float: left;
	margin-right: 5px;
}

.nav li a:hover, .nav a:hover span{background-position:100% -100px;}
.nav a:hover span{background-position:0% -100px;color: #7b0c0c}

#home #nav-home a, #auctions #nav-auctions a, #appraisals #nav-appraisals a, #about #nav-about a{background-position:100% -200px }
#home #nav-home a span, #auctions #nav-auctions a span, #appraisals #nav-appraisals a span, #about #nav-about a span{background-position:0% -200px;padding-bottom: 7px }

#create #nav-create a, #edit #nav-edit a, #images #nav-images a, #brochure #nav-brochure a, #images #nav-images a{background-position:100% -200px}
#create #nav-create a span, #edit #nav-edit a span, #images #nav-images a span, #brochure #nav-brochure a span, #images #nav-images a span{background-position:0% -200px; padding-bottom: 7px}

.logo{margin-left: -15px}

.left_col{
	width: 233px;
	margin-left: -233px;
	display: inline;
}

.info_blurb{
	width: 213px;
	height: auto;
	background: url(../img/headers_no_repeat.png) #31446d no-repeat left bottom;
	padding-bottom: 23px;
	color: #e8eaf1;
}

.info_blurb h1{
	text-align: center;
	font-size: 1.2em;
	background: url(../img/headers_no_repeat.png) #31446d no-repeat -213px top;
	padding: 7px 0;
	color: #FFFFFF  
}

.content, .content_standard{width: 100%;}

.content{
	border-left: 233px solid #FFFFFF;
	margin-left: -233px;
}

.content h1, .content_standard h1{
	background: url(../img/headers_no_repeat.png) #FFFFFF no-repeat -426px top;
	font-size: 1.2em;
	padding: 7px 10px;
}

.content h2, .content a.subHead_link, .content_standard h2, .content_standard a.subHead_link{
	font-size: 1.1em;
	padding:0 10px 5px 10px;
	font-weight: bold;
	display: block;
}

.content p, .content_standard p{
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 1em;
}

.content ul, .content_standard ul{
	margin: 0 0 15px 27px;
	padding: 0;
	list-style: circle;
}

.content li, .content_standard li{margin-bottom: 4px}


.blurb_list{list-style: none;}

.blurb_list li{
	padding: 8px 5px;
}

.blurb_head{
	display: block;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
	cursor: pointer
}

.blurb_head:hover, .light_red{color: #FF9999;}

.blurb_subhead{
	font-weight: bold;
	font-size: .9em;
}

.blurb_subhead a{
	color:#e8eaf1;
	font-weight: normal;
}

.blurb_small{font-size: .9em}
.blurb_highlight{background-color: #4a5d86}
.blurb_link{margin-top:5px; color:white}

a.brochure, a.bidspot{
	background: url(/img/pdf.gif) no-repeat center left;
	padding: 3px 3px 3px 19px;
}

a.bidspot{background: url(/img/bidspot_16.png) no-repeat center left}

/* -------------------------------------------------
	Simple Box Styles
-------------------------------------------------- */

.standard_box{
	background-color: #e8eaf1;
	border: 2px solid #8b9abd;
}

.standard_box .inner_container, .standard_box .inner_container_fill{padding:3px}
.standard_box .inner_container_fill{background: url(../img/gradients) #B5BFD5 repeat-x; padding: 5px}

.standard_box h2{
	background: url(../img/gradients.png) repeat-x;
	border-bottom:1px solid #8b9abd;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px;
	margin: 0 0 5px 0;
}


/* -------------------------------------------------
	Form Styles
-------------------------------------------------- */

.standard_box fieldset, fieldset.admin{
	border: none;
	width: auto;
}

.standard_box fieldset label, fieldset.admin label{
	float: left;
	text-align: right;
	width: 125px;
	font-weight: bold;
	font-size: 1em;
	padding-right: 8px;
}

.standard_box fieldset ul, fieldset.admin ul{
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

.standard_box fieldset ul li{
	padding: 5px;
	width: auto;
}

fieldset.admin label{width: 200px}
fieldset.admin ul li{
	width: auto;
	padding: 8px;
	border-bottom: 1px dashed #c4c7d3
}

fieldset.admin span.desc{
	font-size: .8em;
	margin-left: 5px;
	color: #777777;
}




/* -------------------------------------------------
	Drop Shadow Styles
-------------------------------------------------- */

.large_margins{}
.thumbnail_buffer{float: left; margin-bottom: 4px; margin-left: 3px}
.alpha_shadow {
  float: left;
  background: url(../img/shadow_underlay.gif) no-repeat bottom right;
  margin: 0 5px 5px 0;
  padding: 0;
}

.alpha_shadow div{
  background: url(../img/shadow_overlay.png) no-repeat left top !important;
  padding: 0px 5px 5px 0px;
  margin: 0;
}

.alpha_shadow img {
  background-color: #fff;
  border: 1px solid #4a5d86;
  padding: 2px;
  display: block;
}

.alpha_shadow img:hover{
	border-color: #7b0c0c
}



/* -------------------------------------------------
	lightbox Styles
-------------------------------------------------- */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 