* {
   margin: 0;
   padding: 0;
}

body{
   background: #000;
   font-size: 87%;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   background: #000 url(../images/bg_body.jpg) repeat-x top;
}

hr{
   display: none;
}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
}

#container{
   width: 750px;
   margin: 0 auto;
   text-align:center;
}

a{
   overflow: hidden;
}

/* =Header
---------------------------------------------------------------------
*/

#header{
	width:750px;
	height:128px;
   text-align:left;
}

#header h1{
   position:relative;
   float:left;
   width: 390px;
   height: 90px;
   background:url(../images/bg_header_h1.jpg) no-repeat;
   margin:0;
   padding:0;
   border:0;
   
}

#header h1 a{
   display: block;
   width: 390px;
   height: 90px;
   border:0;
   text-indent: -9999px;
}

#hsidebar {
	position:relative;
	float:right;
	display:inline;
	width:360px;
}

#weather {
	clear:both;
	position:relative;
	float:left;
	display:inline;
	width:160px;
}
#weather p{
	padding:25px 0 0 0;
}
#topnav {
	position:relative;
	float:right;
	display:inline;
	width:200px;
	background:url(../images/bg_top_nav.jpg) top center no-repeat;
}
#topnav p{
	margin:0;
	padding:4px 6px;
	font-size:12px;
	text-align:center;
	color:#242424;
}
#topnav a{
	padding:0 3px;
	text-decoration:none;
	color:#242424;
}
#topnav a:hover{
	color:#fff;
}
/* =Navigation
---------------------------------------------------------------------
*/

#nav{
	clear:both;
   float: left;
   width: 750px;
   list-style:none;
}

#nav li{
	display:inline;
	float:left;
   font-size:13px;
   font-weight: normal;
   margin:8px 1px 0 2px;
}

#nav li a{
   display: block;
   width: 121px;
   height:29px;
   padding-top:8px;
   color: #CBA463;
   text-decoration: none;
   text-align:center;
   background:url(../images/bg_nav_btn.jpg) no-repeat;
}

#nav li a:hover{
   background:url(../images/bg_nav_btn_on.jpg) no-repeat;
   color: #FFF;
}

/* =Container-Inner
---------------------------------------------------------------------
*/



/* =Content-Wrap
---------------------------------------------------------------------
*/

#content-wrap{
   width: 750px;
   text-align:left;
   padding-top:5px;
   background:#fff;
   margin-top:5px;
}

/* =top image
---------------------------------------------------------------------
*/

#top-image {
	width:748px;
	margin:5px 0;
	border:1px solid #fff;
}
#top-image img{
	border:0;
}
/* =Content
---------------------------------------------------------------------
*/

#content{
   width: 750px;
   background:#fff url(../images/bg_content.jpg) top center no-repeat;
}

#content h3{
   font-size: 1.5em;
   color:#997333;
   padding:4px 0;
   margin:0;
   font-weight:normal;
}

#content h4{
   font-size: 1.2em;
   color:#997333;
   padding:4px 0;
   margin:0;
   font-weight:normal;
}

#content h5{
   font-size: 1.1em;
   color:#997333;
   padding:4px 0;
   margin:0;
   font-weight:normal;
}

#content h6{
   color:#997333;
   padding:4px 0;
   margin:0;
   font-weight:normal;
}

#content p,
#content ul,
#content ol{
   margin: 1em 0;
   color: #333;
   line-height: 1.3;

}

#content ul,
#content ol{
   margin-left: 3em;
}

#content li.lotpdf {
	list-style-image:url(../images/icon_acrobat.jpg);
	list-style-position:inside;
	margin-bottom:1em;
}

#content li.wmp {
	list-style-image:url(../images/wmp.gif);
	list-style-position:inside;
	margin-bottom:1em;
}

#content li.mov {
	list-style-image:url(../images/icon_quictime.jpg);
	list-style-position:inside;
	margin-bottom:1em;
}

#content ul#byline{
   margin-bottom: 10px;
   font-size: 1.1em;
   list-style: none;
}

#content img{

}


#content #text{
	padding:10px;
}

#content a{
	color:#242424;
}

#content a:hover{
	text-decoration:none;
}

#content #contact-form {
	width:300px;
}

a.speclink{
	display:block;
	background:url(../images/btn_specbg.jpg) repeat-x;
	border:1px solid #999999;
	color:#999999;
	padding:5px;
	text-decoration:none;
}
#flash-gallery {
	width: 600px;
	height: 475px;
	margin-left: 70px;
}
/* =Footer
---------------------------------------------------------------------
*/

#footer{
	width:750px;
	text-align:center;
	background:#000 url(../images/bg_footer.jpg) top repeat-x;
}

#footer img{
	margin:0 1px;
	border:0;
	float:none;
}

#footer-text {
	width:750px;
	text-align:center;
}

#footer-text p{
	padding:5px;
	color:#e4e4e4;
	font-size:85%;
	background:#000;
}

#footer-text a{
	color:#e4e4e4;
	text-decoration:underline;
}

#footer-text a:hover{
	text-decoration:none;
}