@charset "utf-8";
body  {
	font:100% Helvetica, Arial, sans-serif;
	background: #029DDF url(../image_press/background_body_allpage.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#topbackgrounddiv
{
	background:url(../image_press/topbackgrounddiv.jpg) no-repeat;
	width:950px;
	padding-right:25px;
	padding-left:25px;
}
.twoColFixRtHdr #container {
	
	background: #FFFFFF url(../image_press/background_body.jpg) repeat-y;
		
	margin:0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 

#outer_wrapper
{
	margin: 0 auto;
	background: url(../image_press/background_outerWrapper.jpg) no-repeat bottom;
	width: 1000px;
	position:relative;
	padding-bottom: 46px;

}

.twoColFixRtHdr #header {
	position:relative;
	background:url(../image_press/backgroun_header.jpg);
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 358px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 0px;
	padding-left:50px;
}
.twoColFixRtHdr #sidebar1 h1
{
		color:#525D88;
		font-size:20px;
		border:none;
}
.twoColFixRtHdr #sidebar1 ul
{
	background:url(../image_press/background_sidebarUl.jpg)	no-repeat left bottom;
	padding-bottom: 25px;
}
.twoColFixRtHdr #sidebar1 ul li 
{
	padding-left:10px;
	padding-top:10px;
	background-image:url(../image_press/background_list.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}

.twoColFixRtHdr #sidebar1 ul li a
{
 	text-decoration:none;
	color:#676767;
	padding-left:5px;

}
.twoColFixRtHdr #sidebar1 ul li a:hover
{
	text-decoration:underline;	
}
.twoColFixRtHdr #sidebar1 p
{
	font-size:12px;	
}
.twoColFixRtHdr #mainContent {
	margin: 0 395px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent ul li{
	
margin-top:10px;
font-size:14px;
	
	
}

.twoColFixRtHdr #footer {
	position:relative;
	height:130px;
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../image_press/background_HCID_footer.jpg) center top no-repeat;
} 
.twoColFixRtHdr #footer ul.footerleft, #footer ul.footerright {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	font-size:12px;
	width:250px;
	height:0px;
	position:absolute;
	top:20px;
	left:19px;
	list-style:none;
	
}
#footer ul.footerright{ left:680px; text-align:right;}
.twoColFixRtHdr #footer ul.footerleft li, #footer ul.footerright li
{
		padding-top:10px;
}
.twoColFixRtHdr #footer ul.footerleft li a, #footer ul.footerright li a
{
	text-decoration:none;
	color:#666666;
	text-shadow:#333;
}
.twoColFixRtHdr #footer ul.left li a:hover
{
	color:#000;	
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img{border:none;}
ul.horizontalnavbar
{
	
	
	
}

ul.horizontalnavbarsecondary{
	position:absolute;
	top:0px;
	margin-top:0;
	right:13px;
	padding-right:7px;
	font-family:Helvetica, Arial, sans-serif;

}
ul.horizontalnavbarsecondary li
{
	list-style:none;
	font-size:12px;
	text-align:right;
	padding-top:7px;
	color:#525D89;
}
ul.horizontalnavbarsecondary li a
{
}
ul.horizontalnavbarsecondary li a:hover
{
	text-decoration:underline;
}
ul.horizontalnavbarsecondary  li.enespanol
{
	background:url(../image_press/HCID_enespanol.jpg) no-repeat;
	background-position:right top;
	padding-right:5px;
	width:106px;
	height:32px;
	margin-left:300px;
	display:block;
	
	
	
	
}
#flash
{margin:0;padding:0;}
#mainContent ul
{
	margin:0;
	padding:0;

}
#mainContent ul li{
	margin-left:30px;
	padding-top:10px;
}

#sidebar1 ul.sidebarMovingTips li
{
	list-style:none;
	padding-left:15px;
	font-size:14px;
	
}
#mainContent a, #mainContent ul li a, #sidebar1 a, #footer a
{
	color:#004646;
}
h1, h2
{
	color:#324063;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	border-bottom:1px solid #324063;
	padding-bottom:3px;
}
h2{font-size:16px; border-bottom:none;}
h4{color:#324063;}
p{font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:19px; text-align:justify;}
div.auctionAnnouncements p
{
	text-align:center; margin:0; padding:0;
}
div.auctionAnnouncements p.titleAnnouncements
{
	padding:0;
	margin:0;
	text-align:left;
}
div.auctionAnnouncements h1
{
	background-color:#324063; color:#FFF; padding-top:5px; margin:0;
}
img.map
{margin:0; padding:0;}

#sidebar1 h3{
	}
#sidebar1 p{padding-left:7px; padding-right:5px;}
#sidebar1 ul{font-size:13px; margin:0;padding:0; margin-left:10px;}
#sidebar1 ul li{
	list-style:none;
}
#auctions
{
	background:url(../image_press/SIDEBAR_AUCTIONS_SIMPSON.jpg) no-repeat 0px 14px;
	height:630px;
	position:relative;
}
img.auctionImage
{
	position:absolute;
	top:18px;
	right:15px;
}
img.printCatalogue
{
	position:absolute;
	top:180px;
	
}
img.stockefeld, img.video
{
	position:absolute;
	top:380px;
	left:0;
	height:228px;
}
img.video{left:195px;}
#auctions h1
{
	width:208px;
}
#auctions ul li
{
	padding-top:8px;
}
#auctions ul li a
{
	color:#FFF;
	padding:5px 0 5px 10px;
	font-size:14px;
	text-decoration:none;
}
#auctions ul li a:hover
{
	text-decoration:underline;
}


span.locationtitle{color:#AB1D1B; font-weight:bold;}
img.affiliaton{
	position:absolute;	
	top:70px;
	left:20px;
	
}
span.style5{color:#FFF;}
span.style6{color:#000;}
/* FORM FORM FORM */
#formwrap
{
width:500px;
margin-left:auto;
margin-right:auto;
}
fieldset
{
border: 1px solid #336;
padding: 0.8em 0 0.8em 0.8em;
}
legend{
font-size:1.5em;
}
#formwrap label
{
display:block;
margin-top:0.5em;
}

#formwrap input, textarea
{
border-top:1px solid #336;
border-left:1px solid #336;
border-bottom: #978EBA;
border-right: #978EBA;
background-color:#6589CE;
width:21em;
padding:.2em;
color:#FFF;
}
#formwrap textarea
{
height:8em;
}
#formwrap #submit
{
width:8em;
margin: .8em 0 0 .8em;
}
#formwrap input:focus, textarea:focus, input:focus, textarea:focus
{
background:#6589CE;
color:#FFF;
}
#contact_form em
{
color:#C00;
font-weight:bold;
}
/*----THE END THE FORM--*/
