@import url('content.css');
@import url('form.css');
@import url('search.css');
@import url('lightbox.css');

* { font-family: Century Gothic, Tahoma, Helvetica,  Arial, sans-serif; font-size : 13px; color:#1F1B17;  }
html { background-color:#1F1B17; color:#ffffff; background-image:url(/images/background.png); background-position:top center; background-repeat:no-repeat;}
body {  margin:20px auto; }
img { border:0; }
a { text-decoration:none;  }
a:hover { text-decoration:underline; }
.hide { display:none; }
td { vertical-align:top; }


#divPageContainer { width:1000px;  margin:0 auto; padding: 0px; background-color:#ffffff; overflow:auto; overflow-x:hidden; }

#oUlMainNavigation { width:987px; height:28px; margin:0; padding:10px 0px 0 25px; list-style:none; float:left;}
	#oUlMainNavigation li { float:left; }
		#oUlMainNavigation li a { padding:0 12px; color:#000; border-left: 1px solid #000; font-size:12px; }
			#oUlMainNavigation li a:hover { text-decoration:none; color:#958968; }
				#oUlMainNavigation li#oLiFirstItem a { padding-left:5px; border-left:0; }
				
#contenttext_inner #Breadcrumb ul{ width:100%; float:left; padding:0 0 4px 0; margin:0 0 20px 0; list-style:none; font-size:70%; border-bottom: 1px dotted;}
#contenttext_inner #Breadcrumb li { float:left; padding-right:5px; }
#contenttext_inner #Breadcrumb li a { color:#958968; text-decoration:none; }
#contenttext_inner #Breadcrumb li a:hover{ text-decoration:underline;}

#oDivHeader { width:970px; height:140px; float:left; margin-left: 15px; background-position:center; background-repeat:no-repeat; background-color:#1F1B17; background-image: url(../images/header.png) }
	#oDivHeaderSearch { font-size : 20px; width:320px; float:left; margin: 40px 0 15px 672px; font-weight:normal; color:#B2A279; font-family:"Times New Roman", Times, serif; }
	#oDivHeaderSearchBox { width:320px; float:left; margin: 0 0 0 672px; padding:0; }
	#oDivHeaderSearchBox input#txtSearch{width:220px; vertical-align: middle; float:left; margin:0 10px 0 0;  background-color:#B2A279; padding:4px; }
	#oDivHeaderSearchBox input#HeaderSearch{float:left; }

#oDivFooter { width:100%; min-height:110px; float:left; margin: 15px 0 0 0; background-image: url("../images/footerbg.gif"); background-repeat:repeat-x; }
	#oDivFooter p { font-size : 11px; font-weight:normal; margin:0; color:#1F1B17; padding: 15px 0 0 38px; border:0px; line-height: 25px; }
	#oDivFooter p strong { font-size : 11px; }
	#oDivFooter a { font-size : 11px; text-decoration: none; color:#1F1B17; }
		#oDivFooter a:hover { color:#958968; }
	#oDivFooterLeft { width:870px; float:left}
	#oDivFooterRight { width:100px;  float:left; padding:12px 0 0 0; }

		
#oDivSubFooter { width:962px; margin:0 auto; padding: 0px;  }
#oDivSubFooterContent { width:950px; float:left; margin-top: 5px;  }
#oDivSubFooterContent * { font-size : 11px; }
#oDivSubFooter p { width: 590px; float:left; font-weight:normal; color:#958968; line-height: 22px; padding: 0 0 20px 20px; }
	#oDivSubFooter p a {  text-decoration:none; color:#958968; }
		#oDivSubFooter p a:hover { text-decoration:none; color:#fff; }
#oDivSubFooter p.validated { width: 280px; float:right; color:#958968;padding: 0 0 20px 0; }

