/*-------------------------------------------
--
HOMETOWNE AUCTION, LLC.

	LAYOUT
	- HEADER
	- CONTENT
	- FOOTER
	
	MISCELLANEOUS
	- CLEAR FIX
--

-------------------------------------------*/
:focus {-moz-outline-style: none;}
a img {border: 0px;}

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-image: url(../images/body_bg.gif);
 background-color: #f9f3f0;
} 

#pagewidth{ 
 width:900px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
	border-left: 1px solid #000000;
	border-right:  1px solid #000000;
	 background-color: #f9f3f0;

} 
/*-------------------------------------------
	- HEADER
		- menu
-------------------------------------------*/

#header{
 position:relative; 
 height:241px;
} 

h1 {
	margin: 0px;
	width: 900px;
	height: 241px;
	text-indent: -9999px;
	background-image:url(../images/header.jpg);
}
	/*- menu -*/	
#menu {
	margin:0px;
	padding: 0px;
	width: 900px;
	position: absolute;
	top:200px; 
}

#menu ul {
	margin:0px;
	padding: 0px 0px 0px 47px;
}

#menu li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #ffffff;
	list-style-type: none;
	float:left;
	text-transform:uppercase;
	font-size: 13px;
	padding-right: 44px;
}

#menu li a {
	float: left;
	color: white;
	text-decoration: none;
	_padding: 2px 15px 2px 15px;
	padding: 2px 15px 3px 15px;
	height: 14px;
}

#menu li a:hover {
	text-decoration: none;
	background-color: #92120c;
}



/*-------------------------------------------
	- CONTENT
-------------------------------------------*/
 
#maincol {
 float:left;
 width: 600px;
 background-color: #ffffff;
 border: 1px solid #e4c9b8;
 margin: 15px 20px 15px 20px;
 _margin: 15px 20px 15px 10px;
 }
 
#maincol h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style:italic;
	text-transform:uppercase;
	font-size: 14px;
	_padding: 20px 18px 0px 18px;
	padding: 20px 25px 0px 18px;
	margin: 0px;
	line-height: 18px;
	color: #630c08;
}

#maincol h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style:normal;
	text-transform:none;
	font-size: 14px;
	_padding: 4px 4px 4px 4px;
	padding: 4px 4px 4px 4px;
	margin-left:5px;
	line-height: 18px;
	color: #1c326e;
	background-color:#F9F3F0;
	width: 260px;
}

#maincol p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	_padding: 20px 18px 0px 18px;
	padding: 20px 18px 0px 18px;
	margin: 0px;
	line-height: 18px;
}

#maincol hr {
	width:540px;
	margin-left:18px;
}

#maincol a {color: #95191c; text-decoration:none; outline: none;}
#maincol a:hover{color: #bf0005; text-decoration:none; }



#rightcol {
	float:right;
	width: 230px;
	margin-right: 25px;
	_margin-right: 0px;
}


.box {
 width: 230px;
 background-color: #ffffff;
 border: 1px solid #e4c9b8;
 margin: 15px 15px 15px 5px;
 _margin: 15px 15px 15px 10px;
  }

.box h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style:italic;
	text-transform:uppercase;
	font-size: 14px;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	line-height: 18px;
	color: #630c08;
}


.box h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform:none;
	font-size: 14px;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	line-height: 18px;
	color: #1c326e;
}

.box p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	line-height: 18px;
}

.box ul {
	margin: 0px 0px 0px 12px;
	padding: 0;
	}

.box li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #1c326e;
	list-style-type:none;
	background-image:url(../images/bullet.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left: 15px;
	padding-right:5px;
	font-size: 12px;
	line-height: 25px;
}




/*-------------------------------------------
	- FOOTER
-------------------------------------------*/
#footer{
	background-color: #4d0a06;
	padding-top: 15px;
	width: 900px;
    height:28px;
	text-align:center;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	color: #FFFFFF;
	text-align: center;
	border-bottom: 1px solid #000000;
 }


#footer a {
color: #FFFFFF;
text-decoration:none;
}

#footer a:hover {
color: #FFFFFF;
border-bottom: 1px solid #A78B85;
}


 /* *** Float containers fix: *** */ 
.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 */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}