body { background:#edebc7 url("/images/background-html.jpg") top center repeat-x; text-align:center; }

#container { position:relative; width:980px; margin:0 auto; text-align:left; }

#header { padding:4px 0 0 0; line-height:0; float:left; }
	#logo { float:left; margin:0 0 0 20px; }
	
#navtop { position:relative; width:980px; clear:both; z-index:1001; }
	#navtop ul { list-style:none; }
	#navtop li { float:left; position:relative; }
	
	#navtop ul ul { visibility:hidden; position:absolute; width:195px; top:50px; left:0px; text-align:left; background:#760a0a; font-size:14px; padding:5px 15px; z-index:1001; }
		#navtop ul ul li { float:none; padding:8px 0; height:10px;  }
		#navtop ul ul li a { color:#fff; text-decoration:none; }
		#navtop ul ul li a:hover { color:#ccc; }
		#navtop ul li:hover ul { visibility:visible; } 
		#navtop ul a:hover ul { visibility:visible; }


#navsub { float:left; clear:both; margin:0px 0 -3px 25px; width:90%; line-height:22px; border-bottom:3px solid #565d29; }
	#navsub ul { list-style:none; margin:0; }
	#navsub li { float:left; margin-right:15px; padding:15px 5px 5px; background:#b7a849; }
	#body #navsub a { color:#fff; width:100%; height:100%; text-decoration:none; }
	#navsub li.on { background:#565d29; }
	
#utilwrapper { position:absolute; top:4px; right:20px; }

#body { float:left; width:930px; margin:0 0 0; padding:10px 25px; background:url("/images/background-body.png") top left repeat-y; }

#flash { float:left; margin:0 0 25px; background:url("/images/flash.jpg") top center no-repeat; width:645px; height:353px; }
		#flash #slideshow { position:relative; top:10px; left:11px; }
		#flash #slideshow img { position:absolute; top:0; left:0; display:none; }

#content { float:left; width:645px; }
#sidebar { float:right; width:276px; }

#quick-search { margin:0 auto 20px; width:220px; line-height:24px; }
	#quick-search form { text-align:right; }
	#quick-search .submit { margin:5px 30px 5px 0; }

.form { padding:0 10px; }
	.form select, .form input { border:1px solid #d2ccaa; background:#f9f9f9; padding:2px; margin:0 0 5px; width:100%; font:12px Georgia; color:#999; text-transform:uppercase; }
	.form .submit-find { border:0; cursor:pointer; background:url("/assets/wysiwyg/template/button-findhome.gif") top center no-repeat; width:95px; height:36px; float:right; margin-right:17px; }

#footerwrapper { background:url("/images/background-footer.jpg") top center repeat-x; text-align:center; height:290px; }
#footer-inner { position:relative; width:930px; margin:0 auto; padding:15px 25px; text-align:left; }
	
#navbot { font:14px Georgia; color:#fff; margin:0 0 15px; }
	#navbot ul { list-style:none; }
	#navbot li { display:inline; margin-right:25px; }
	#navbot a { color:#fff; text-decoration:none; }
	#navbot a:hover { text-decoration:underline; }


