/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:900px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
 border: 1px solid #ececed;
 margin-top:5px;
 margin-bottom:10px;  
} 

#header{
 width:900px; 
 height:46px;
  background: url('images/bramhall_header.jpg') no-repeat; 
  margin-bottom:15px;
  margin-top:20px;
}
 
#leftcol{
 width:140px; 
 float:left; 
 position:relative; 
  }
 
#twocols{
 width:750px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:180px; 
 float:right; 
 position:relative; 
 }
 
#maincol{  
 float: left; 
 display:inline; 
 position: relative; 
 width:570px; 
 }
 
#footer{
 height:236px; 
  background-color:#FFFFFF; 
 clear:both;
 background: url('images/footer.jpg') no-repeat; 
 margin-bottom:10px;
 }
 
 .leftcoltext{
 padding-right:10px;
 padding-left:20px;
padding-top:10px;
 } 
 
  .rightcoltext{
 padding-right:10px;
 padding-left:20px;
 padding-top:0px;
 text-align:center;
 } 
 
   .middlecoltext{
 padding-right:20px;
 padding-left:20px;
 padding-top:10px;
 text-align:left;
 }
 
 
  .navtext {
padding-top:10px;
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
color: #808284;
text-align:center;
 margin-left:1px;
 margin-right:1px;
 text-decoration:none;
 }
 
 .navtext a{
text-decoration:none;
 }
 
 .navtext a:hover{
color: #662F8E;
text-decoration:underline;
 }
 
 .nav-active{
color: #000000;
text-decoration:none;
font-weight:heavy;
 }
 
.nav a:hover{
color: #662F8E;
font-size: 12px;
text-decoration:underline;
}

.service-title{
position:relative;
float:left;
width:130px;
}

.service-text{
position:relative;
float:left;
width:390px;
}

.callouttext{
padding-top:2px;
padding-left:10px;
padding-right:10px;
}

.footertext{
font-size: 10px;
font-family:Arial, Helvetica, sans-serif;
color: #808284;
padding-left:20px;
padding-top:210px;
}

.call-out{ 
width:140px;
height:100px;
background: url('images/call_out.jpg') no-repeat;
margin-left:5px; 
margin-top:30px;
 }

p, td, li{
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
color: #808284;
line-height:150%;
}

h1{
font-size: 16px;
font-family:Arial, Helvetica, sans-serif;
color: #000000;
font-weight:heavy;
}

.small{
font-size: 10px;
}

.large{
font-size: 16px;
line-height:200%;
}

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

a:hover{
color: #000000;
}
 

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

