/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
 border-left:1px solid #C5D0DE; 
  border-right:1px solid #C5D0DE;  
  margin-top:5px; 
} 
 
#header{
 position:relative; 
 height:95px; 
 width:100%;
   background-image:url('images/banner.jpg');
 background-repeat:no-repeat;
} 
 
#leftcol{
 width:180px; 
 float:left; 
 position:relative; 
  }
  
  #subfooter{ 
 width:788px; 
 text-align:right;  
margin-left:auto; 
 margin-right:auto; 
 }
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:610px; 
 }
 
#footer{
 height:26px; 
 clear:both;
   background-image:url('images/footer.jpg');
 background-repeat:no-repeat;
 margin-top:20px;
 } 
 
 .leftcoltext{
 margin-top:30px;
 padding-left:10px;
 padding-right:10px;
 padding-bottom:10px;
 }
 
 .maincoltext{
 margin-top:30px;
 padding-left:20px;
 padding-right:25px;
 padding-bottom:20px;
 
 }
 
 
 .col1{
 width:50%;
 position:relative;
 float:left;
 }
 
 .col1text{
 padding-right:10px;
 }
 
 
 h1{
font-size:18px;
font-family: Arial,sans-serif;
text-decoration:none;
color:#19191C;
line-height:200%;
}


 p,td,li{
font-size:12px;
font-family: Arial,sans-serif;
text-decoration:none;
color:#636466;
line-height: 3ex;
}

.telephonetext{
font-size:14px;
font-family: Arial,sans-serif;
line-height: 3.5ex;
color:#636466;
padding-left:600px;
padding-top:40px;
}

.blue{
color:#4D91DE;
}


a{
color:#646567;
text-decoration:underline;
}


 #nav{
 position:relative; 
 height:38px;  
 width:800px;
}

 .navbar
{
 width:798px;
 height:38px;
 background: url('images/nav_bar.jpg');
}

 .navtext {
padding-top:10px;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
color: #808284;
text-align:center;
 margin-left:7px;
 margin-right:2px;
 text-decoration:none;
 }
 
 .navtext a{
text-decoration:none;
 }
 
 .navtext a:hover{
color: #dfdb00;
text-decoration:underline;
 }
 
 .nav-active{
color: #dfdb00;
text-decoration:none;
 }
 
.nav a:hover{
color: #dfdb00;
font-size: 12px;
text-decoration:underline;
}
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

