html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-image:url('images/mainbg.jpg');
} 
 
#pagewidth{ 
 width:1021px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
  background-image:url('images/bodybg.jpg');
  background-repeat:repeat-y;
 padding-left:37px;
 padding-right:37px;
} 
 
#header{
 position:relative; 
 height:108px;  
 width:100%;
 background-image:url('images/headerbg.jpg');
}

#headerleft{
  float:left;
  position:relative;
  display:inline;
  width:40%; 
  padding-top:35px;
  padding-left:30px;  
}

#headerright{
  float:right;
  position:relative;
  display:inline;
  width:290px;
  padding-top:40px; 
}

#banner{
    width:100%;
    clear:both;
}

#wrapper{}

#leftcol{
 width:220px; 
 float:left; 
 position:relative; 
 padding-left:10px;
  }

#leftcol ul{
 list-style:none; 
  background-image:url('images/leftcolbg.jpg');
 background-repeat:repeat-y;
 padding-top:10px;
 padding-bottom:10px;
 padding-right:10px;
 padding-left:5px;
}

#leftcol li{
    line-height:30px;
    background-image:;
    background-repeat:no-repeat;
    border-bottom:1px solid #CCC;
    background-image:url('images/navbg.jpg');
    background-repeat:no-repeat;
    background-position: 0 6px;
    padding-left:20px;

}
 
#twocols{
 width:780px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:220px; 
 float:right; 
 position:relative; 
 padding-right:10px;
 padding-top:10px;
 }
 
#maincol{ 
 float: left; 
 display:inline; 
 position: relative; 
 width:510px; 
 padding-left:15px;
 }
 
 #maincol2{ 
 float: left; 
 display:inline; 
 position: relative; 
 width:730px; 
 padding-left:15px;
 }
 
#footer{
 height:40px;  
 clear:both;
 background:#666666;
 }

#footerleft{
  float:left;
  position:relative;
  display:inline;
  width:60%;  
  padding-left:15px;
  padding-top:10px;
}

#footerright{
  float:right;
  position:relative;
  display:inline;
  width:30%;
  text-align:right;
  padding-right:15px;
  padding-top:15px;
}

#footerbg{ 
 width:1095px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
  background-image:url('images/mainbottom.jpg');
 height:38px;
}

/* BOX SETUP */

.box{
    width:217px;
    height:102px; 
    clear:both; 
    border:1px solid #CCCCCC;
    background-image:url('images/leftcolbg.jpg');
    margin-bottom:10px;
}

.boxleft{
    width:74px; 
    float:left; 
    display:inline; 
    position:relative;
}

.boxright{
    width:143px; 
    float:right; 
    display:inline; 
    position:relative;
}

.boxrighttitle{
    height:26px; 
    width:139px; 
    background-image:url('images/boxheader.jpg'); 
    padding-top:8px; 
    padding-left:5px;
    font-family: verdana, sans-serif;
    font-size:8pt;
}

.boxrighttitle a{text-decoration:none;color:#333;}

.boxrightbody{
    padding-top:5px; 
    padding-left:5px;
    font-family: verdana, sans-serif;
    font-size:8pt;
}

.quarterbox{width:25%; display:inline; position:relative; float:left; margin-bottom:10px;}
.splitter{clear:both; width:100%;}

 
 /* *** 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;}
}


/*  TEXT STYLES */
.footer, .footer a, .footer a:visited{
   color:#CCCCCC;
   font-family:verdana;
   font-size:10pt;
   text-decoration:none;
}

.footer a:hover {
    text-decoration: underline;
}

.body{
  color:#666666;
  font-size:10pt;
  font-family: verdana, sans-serif;  
}

h1{
  color:#336699;
  font-size:12pt;
  font-family: century gothic, verdana, sans-serif;
  font-weight:normal;
}

.navigation, .navigation a, .navigation a:visited {
   color:#666666;
  font-size:11pt;
  font-family: century gothic, verdana, sans-serif; 
  text-decoration:none;   
}

.navigation a:hover{
  text-decoration:underline;  
}

.telephone{
  color:#666666;
  font-size:14pt;
  font-family: century gothic, verdana, sans-serif; 
  text-decoration:none; 
}

.telblue{
    color:#336699;
}
