@charset "UTF-8";
body
{
	#margin-top: 10px;
	margin-bottom: 30px;
	color: rgb(102, 102, 102);
	background-color: rgb(235, 235, 235);
}

a:link {color : rgb(0, 0, 255); text-decoration : none;}
a:visited { color : rgb(0, 0, 255); text-decoration : none; }
a:active { color : rgb(0, 0, 255); text-decoration : none; }
a:hover { color : rgb(255, 0, 0); text-decoration : underline; }




#container
{
	border: 1px #336699 dotted;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#header {
	padding: 15px;
	height: 188px;
	background-color: Transparent;
	background-image: url(../img/walton2013.png);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
}
#header_auction_school {
	padding: 10px;
	height: 180px;
	background-color: Transparent;
	background-image: url(../img/auctionschoolheader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}

#header h1 {
margin : 0;
font-size : 28px;
color : #FFFFFF;
letter-spacing : -1px;
}
#header h2 {
margin : 0;
font-size : 14px;
color : #336699;
letter-spacing : 1px;
}
/*#content img */
.img_border
{
	border: thin #336699 dotted;
	padding: 5px;
}
/*#content form img
{
	border: 0;
	padding: 0px;
}*/

#content p
{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin-left: 10px;
}
#content ul
{
	color: #000000;
	list-style-position: inside;
	margin-left: 10px;
}
#content h3 {
margin-top : 5px;
margin-bottom : 10px;
font-size : 18px;
font-weight : bold;
line-height : 18px;
color : #336699;
}
#content h4 {
margin-top : 0;
margin-bottom : 0;
font-size : 14px;
font-weight : bold;
line-height : 12px;
color : #336699;
}
#footer  {
	clear: both;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
	background-color: #336699;
	padding: 10px 0 5px 0;
	margin: 10px;
}
#footer a:link {
color : rgb(255, 255, 255);
text-decoration : none;
}
#footer a:visited {
color : rgb(255, 255, 255);
text-decoration : none;
}
#footer a:active {
color : rgb(255, 255, 255);
text-decoration : none;
}
#footer a:hover {
color : rgb(255, 255, 255);
text-decoration : underline;
}
#float_left p, #float_right p {
margin : 15px 10px;
font-size : 11px;
line-height : 16px;
color : rgb(51, 51, 51);
}
#float_left h3, #float_right h3 {
border : 1px solid #336699;
margin : 5px 5px 10px;
padding : 4px;
font-size : 14px;
font-weight : bold;
line-height : 14px;
color : #FFFFFF;
background-color : #336699;
}
#float_left h4, #float_right h4 {
margin-top : 0;
margin-bottom : 0;
margin-left : 10px;
font-size : 12px;
font-weight : bold;
line-height : 12px;
color : #336699;
}


#navlist {
/*border-bottom : 1px solid #336699;*/
background-color: rgb(235, 235, 235);
padding : 4px 0;
margin-top : 1px;
margin-bottom : 20px;
text-align : center;
margin-left : 0;
font-style : normal;
font-variant : normal;
font-weight : bold;
font-size : 13px;
line-height : normal;
}
#navlist li {
margin : 0;
list-style-type : none;
list-style-image : none;
list-style-position : outside;
display : inline;
}
#navlist li a
{
	padding: 5px 15px;
	color: #FFFFFF;
	margin-left: 3px;
	text-decoration: none;
	background-color: #336699;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom:1px solid;
	border-left: 1px solid;
}
#navlist li a:link {color : rgb(241, 246, 254);}
#navlist li a:visited {color : rgb(241, 246, 254);}
#navlist li a:hover{border-color: #336699;	background: #336699 none repeat scroll 0% 50%;	color: #FFC;}
#navlist li a#current {background : #FFFFFF none repeat scroll 0% 50%;color : #336699;}

.float_left    {float: left; margin-right : 10px;}
.float_right {float: right; margin-left: 10px;}

.featurebox_center {
border : 1px solid #336699;
margin : 0;
padding : 10px;
background-color : 3336699;
font-size : 11px;
line-height : 18px;
color : rgb(51, 51, 51);
}
.featurebox_side
{
	text-align: center;
	border: 1px  #336699 dotted;
	background-color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
	color: #0000000;
	padding: 2px;
	margin-bottom: 10px;
}