/************* GENERAL STYLES ***/
* { margin: 0; padding: 0; }

html, body {
	text-align: center;
	font-size: 10.5px;
	font-family: "Verdana", verdana, arial, sans-serif;
	color: #444;
	background: url(/images/bg.png) 0 293px repeat-x #000; }
	
h1 { font-size: 160%; font-weight: normal; }

a:link, a:visited { color: #333; }
a img { border: none; }

p { margin-bottom: 16px; }

/*** PNG HACK ADDED FOR ADVANCED LISTINGS DEC 15/08 ***/
img, div, input { behavior: url("iepngfix.htc") }

/************* STRUCTURE STYLES ***/
#header { 
	height: 293px; 
	margin: 0 auto; 
	background: url(/images/header_bg.jpg) top left repeat-x;
	border-bottom: 10px solid #000; }
	
	* html #header img { margin: 0 auto -3px auto; } /* IE6 FIX */
	

/*** CONTENTWRAPPER STYLES ***/
#contentWrapper { 
	width: 840px; 
	min-height: 350px; 
	margin: 0 auto;
	padding: 5px;
	background: #fff; 
	border: 10px solid #000; 
	border-width: 0 10px 10px 10px; }

	
	/*** NAV STYLES ***/
	ul#nav {
		height: 50px;
		margin: 0 0 5px 0;
		padding: 0 0 0 3px;
		list-style: none;
		background: url(/images/nav_bg.jpg) top left repeat-x;
		border-bottom: 2px solid #740c14; }
	
		ul#nav li { 
			float: left;
			margin: 0 0 0 8px;
			padding: 0 12px 0 0;
			background: url(/images/nav_divider.jpg) top right no-repeat; }
			
			* html ul#nav li { padding: 0 10px 0 0; } /* IE6 FIX */
			
			ul#nav li a {
				display: block;
				text-decoration: none;
				font-size: 12px;
				line-height: 46px;
				color: #fff; }
				
				ul#nav li a:hover { text-decoration: underline; }
		
	
	/*** SIDEBAR STYLES ***/
	#sidebar { 
		float: left;
		width: 200px;
		min-height: 300px;
		margin: 0 5px 0 0;
		padding: 8px 0 0 0; }
		
		
		/*** SIDEBAR BUTTON STYLES ***/
		#sidebar a.button {
			display: block;
			margin: 0 0 10px 7px;
			text-decoration: none; }
		
			#sidebar a.button img { 
				float: left;
				padding: 1px;
				border: 1px solid #1a4f51;
				border-width: 1px 1px 0 1px; }
			
			#sidebar a.button span {
				float: left;
				display: block;
				width: 187px;
				margin: 0 auto;
				padding: 5px 0; 
				font-size: 120%;
				color: #fff;
				background: #024547; }
			
	
	/*** CONTENT STYLES ***/
	#content {
		float: left;
		width: 613px;
		padding: 10px;
		text-align: justify; }
		

/*** FOOTER STYLES ***/
#footerWrapper {
	width: 840px;
	margin: -10px auto 10px auto; }
	
	#footerWrapper #footer { 
		width: 400px;
		height: 70px;
		margin: 0 0 0 350px;
		padding: 10px 0 0 0;
		font-size: 9px;
		color: #fff;
		background: url(/images/footer_bg.jpg) top left repeat-x; }
		
		#footerWrapper #footer p { margin: 0 0 8px 0; }
		
			#footerWrapper #footer a:link, 
			#footerWrapper #footer a:visited { 
				text-decoration: none; 
				color: #fff; }
				
			#footerWrapper #footer a:hover { text-decoration: underline; }




/*** CLEARFIX ***/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }