/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#ffffff;
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
 background-image:url('images/page_background.jpg'); 
  background-repeat:repeat y;
} 
 
#header{
 position:relative; 
 height:370px; 
 width:100%;
} 
 
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 margin-left:20px;
 margin-right:20px;
 width:760px;
 min-height:383px;
 }
 
#footer{
 height:20px; 
  background-color:#FFFFFF; 
 clear:both;
 }
 
 .banner{
  background-image:url('images/banner.jpg');
 background-repeat:no repeat;
 width:755px;
 height:267px;
 margin-left:20px;
 margin-top:40px;
 }
 
   .banner-text{
 padding-top:35px;
 padding-left:25px;
 font-size:46px;
font-family: Arial,sans-serif;
font-weight:bold;
color: #ffffff;
 }
 

 .nav{
 position:relative;
 float:left;
 padding-top:30px;
 padding-left:40px;
 width:480px;
 }
 
  .telephone-text{
 position:relative;
 float:left;
 padding-top:20px;
 padding-left:10px;
 font-size:30px;
font-family: Arial,sans-serif;
text-decoration:none;
color: #808183;
 }
 
 .navtext {
font-size:12px;
font-family: Arial,sans-serif;
text-decoration:none;
color:#808183;
}

.navtext:hover {
text-decoration:underline;
}

.footertext {
margin-top:10px;
border-top:1px solid #000000;
padding-left:5px;
padding-top:3px;
font-size:10px;
font-family: "Trebuchet MS", sans-serif;
text-decoration:none;
color:#40517E;
}

.maincoltext{
padding-top:10px;
padding-left:25px;
padding-right:15px;

}


h1{
font-size:48px;
font-family: Arial,sans-serif;
text-decoration:none;
color:#808183;
margin-bottom:0px;
}

 p,td,li{
font-size:12px;
font-family: Arial,sans-serif;
text-decoration:none;
color:#808183;
line-height: 3ex;
}

a {
text-decoration:underline;
color:#808183;
}

.dashes {
font-family: Arial,sans-serif;
text-align:right;
padding-top:5px;
position:relative;
float:right;
}


 
 /* *** 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;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
