
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-image: url(../images/bgtop.gif);
 background-repeat: repeat-x;
 font-family: Arial Narrow, Arial;
} 
a:hover {
color: green;
}
 
#pagewidth{ 
 width:808px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:162px; 
 background-image: url(../images/header.gif);
 background-repeat: no-repeat;
 width:100%;
} 
 
#leftcol{
 width:303px;
 height: 600px; 
 float:left; 
 position:relative; 
 }

#navi {
 width: 209px;
 height: 471px;
 background-color: black;
 margin: auto;
 margin-top: 50px;
 background-image: url(../images/navibg.gif);
 color: #686868;
 font-family: Arial Narrow, Arial;
 font-size: 17px;

}
#navlist {
 padding-top: 8px;
}
#navlist a, a:link, a:visited{
color: #676767;
text-decoration: none
}
#navlist a:hover{
color:green;
}
#navlist ul{
 font-size: 14px;
}
#navlist li{
 list-style: none;
 margin-left: -40px;
 padding: 6px;
 padding-left: 18px;
}
#navlist li:hover{

 background-image: url(../images/rollover.png);


}
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:505px;
 padding-top: 42px; 
 }
 
#maincol p {
color: #676767;
}
 
h1 {
width: 505px;
border-bottom: solid 5px #c4d8bd;
color: #247707;
margin-bottom: -3px;
font-size: 20px;
text-align: right;
}

#footer {
 height:42px; 
 background-color:#09FFFF; 
 background-image: url(../images/footerbg.gif);
 clear:both;
 padding-top: 39px;
 font-size: 10px;
 font-family: Arial;
}

#footer a:link, a:visited {
 text-decoration: none;
 color: green;
}
 

 
 /* *** 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;}
}
.linkinfo {
font-size: 12px;
font-family: Arial;
}
.linkinfolist {
list-style: lower-roman;
line-height: 15px;
}
.linkinfolist li {
height: 48px;
}

.serviceslist {
line-height: 25px;
}

img {
border:0;
}

.red {
color: #FF0000;
}

.presstext p {
font-family: Arial;
font-weight: lighter;
font-size: 12px;
line-height: 17px;
}

.presstext h5 {
font-size: 16px;
color: #247707;
}