@charset "utf-8";
/* CSS Document */

html,body { height:100%; }
body {
 background-image:url(../images/main_bg.jpg); background-repeat:repeat-x; background-color:#34281f;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:13px;
 margin:0; padding:0;
 color:#4b4b4b;
}

.credits { font-size:9px; color:#BBBBBB; }
.credits a { color:#BBBBBB; }

a:hover img{
 opacity: .60;
 filter: alpha(opacity=60);
}

.small{
 font-size:11px;
 color:#666666;
}

.formheader{
  color:#336699;
  font-weight:bold;

}


a {
 color:#91592f;
 text-decoration:none;
}
a:hover{
 color:#281811;
 text-decoration:none;
}

.bodytext{
  padding:5px 40px;
}

.error {
 color:#CC0000; font-weight:bold;
}


h1 {
  font-size:17px;
  font-weight:bold;
  color:#6f3b14;
  text-align:center;
}
h2 {
  font-size:14px;
  font-weight:bold;
  color:#6f3b14;
}
hr {
 border:0;
 color:#999999;
 background-color: #999999;
 height: 1px;
}
hr.dotted {
color: #fff; background-color: #fff; border: 1px dotted #999999; border-style: none none dotted;
}


#container{
 width:900px;
 height:100%;
 margin:0 auto;
 padding:0px;
 background-color:#FFFFFF;
 position:relative;
}

#nav_strip{
 width:900px;
 height:24px;
 margin:0; padding:0;
 position:absolute;
 bottom:24px;
}

#nav_strip ul{
 margin:0;
 padding-left: 0;
 margin-left: 0;
 background-color:#281811;
 color: White;
 float: left;
 width: 100%;
 font-size:15px;
}
#nav_strip ul li { display: inline; }
#nav_strip ul li a
{
padding: 0.2em 1em;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #422c22;
border-left: 1px solid #000000;
}
#nav_strip ul li a:hover{ background-color: #768697; color: #fff;}

#util_nav{
 width:100%;
 background-color:#ffffff;
 height:22px;
 position:absolute;
 bottom:0px;
 color:#91592f;
 font-size:11px;
 padding-top:2px;
}
#util_nav a{
 padding-left:6px;
 padding-right:6px;
}

#content {
 background-color:#FFFFFF;
 width:900px;
 min-height:400px;
 padding:0px; margin:0px;
 margin-bottom:20px;
 
}

#footer_nav{
 font-size:11px;
 text-align:center;
 margin:20px 0px 20px 0px;

}
.service_list{
 float:left;
 margin:0; padding:0;
 width:250px;
}

.service_list li { padding-bottom:5px; }
.service_list a{ color:#4b5c6e;}
.service_list a:hover{ color:#293645;}

.news_date{
 color:#91592f;
 font-weight:bold;
 font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
}
.news_link a{
 color:#4b5c6e;
 font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
}
.news_link a:hover{ color:#293645;}
.news_div {
 border:0;
 color:#d2dfec;
 background-color: #d2dfec;
 height: 1px;
}

#news_count{
 text-align:center;
}

.upload_msg{
 text-align:center;
 font-size:14px; font-weight:bold;
 color:#339900;
}

.client_links{
 margin-top:2px;
 background-color:#995f37;
 color:#FFFFFF;
 padding:1px 3px 1px 3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
}
