/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	color: #333333;
	vertical-align:top;
}
body {
	background-color: #999999;
	background-image: url(/images/page_bkg.gif);
	background-repeat:repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0072BC;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #0072BC;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #004a7a;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #0072BC;
	font-weight:bold;
}

/*MAIN SECTIONS*/
.wrapper {
width:800px;

}
.head {
	clear:both;
	background-color:#0374bd;

}
.leftcol {
	width:605px;
	float:left;
	background-image:url(../images/hm_page_bkg.gif);


}
.rightcol {
	background-image:url(../images/bkg_newbar.jpg);
	background-repeat:no-repeat;
	background-color:#E6F1F8;
	width:195px;
	float:left;
	text-align:center;

}

.content {
	margin:20px;
	margin-top:40px;

}

.content H2 {
	font-size:14px;
	font-weight:bold;

}
.content H4 {
	font-size:16px;
	font-weight:bold;
	color:#0072bc;

}

.hours {
	color:#666666;
}

.pressbox {
	z-index:1;
	position:relative;
	top:30px;
}

.auctionsform {
	color:#FFFFFF;
	background-image:url(../images/view_auctions.gif);
	background-repeat:no-repeat;
	width:195px;
	height:150px;
	padding-top:50px;

}

.auctionsform input {
margin-bottom:10px;
}

.behindthesceneswhite {
	background-image:url(../images/voicebox_bkg_white.gif);
	height:120px;
	margin-bottom:-12px;
	
}

.behindthescenesblue {
	background-image:url(../images/voicebox_bkg_blue.gif);
	color:#FFFFFF;
	margin-bottom:30px;
}

.behindthescenesblue, .behindthesceneswhite {
	width:540px;
	
} 



.behindthescenesblue p, .behindthesceneswhite h2, .behindthesceneswhite p {
	padding-top:10px;
	padding-left:20px;
	padding-right:40px;
	margin-right:40px;
	
} 

.numero {
	position:relative;
	float: left;

}

.auctiontable {
width: 200px;
margin-left:5px;
margin-bottom: 100px;
}


.auctiontable td {
border-bottom:1px dotted #CCCCCC;
padding-top: 3px;
padding-bottom: 3px;

}

.footer {
margin-left:20px;
color:#ef5600;
font-weight:bold;
font-size:12px;
}

.footer img {
	position:relative;
	top:12px;
	padding:2px;
	border:0px;
	left: 0px;

}

.footer a:link, .footer a:visited {
	color: #ef5600;
	font-weight:bold;
	font-size:12px;
	}
	
.footer a:hover {
	text-decoration:none;
	color:#0072bc;
	font-size:12px;
	}
	
.microfooter {
font-size:11px;
color:#999999;
}

.microfooter a:link, .microfooter a:visited, .microfooter a:hover {
font-size:11px;
color: #ef5600;
}
.microfooter a:hover {

text-decoration:underline;
}

.contactform {
	text-align:left;
	line-height:15px;
	color: #0072BC;
	text-transform:uppercase;
	font-size:11px;
	position:RELATIVE;
	left:100px;
	clear:both;
}

.contactform input, .contactform select {
	/*position:absolute;
	left:100px;*/


}

.pressblurbs {
width:500px;
}
.pressblurbs tr td img {
	margin-left:50px;
	border:1 solid #000000;
	margin-bottom:50px;

}


/* IE FIXES */

/* hide from MacIE \*/


* html .livearea {
        margin-right: -3px;
        }
* html .nav {
        margin-top: -3px;
        }
		
* html .nav img {
        margin-top: 2px;
        }
		
* html .rightcol {
		margin-top: -3px;
        
		}
* html .content H4 {
margin-top:-20px;

}