html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px; 
} 
 
#pagewidth{ 
 width:740px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 border: 1px solid #7F7F7F;
 background-color:#FFF; 
} 
 
#header{
 position:relative;  
 background-color:#021C4F; 
 width:100%;
} 
 
#leftcol{
 width:319px; 
 float:left; 
 position:relative; 
 background-color:#F7F7F7; 
 }
 
#maincol{
 background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:421px;  
 }
 
 #content {
 	padding: 10px 25px 25px 25px;	
	line-height: 1.5em;
 }
 
#footer{
  padding: 5px;  
  background-color:#021C4F; 
  border-top:2px solid #FDB824;
  padding-left: 345px;
  color:#FFF;
  font-size:11px;  
 clear:both;
 } 
 
 #topNav{
 	height:65px;
	background-color:#999999;
	background: url(images/top_pattern.gif);
 } 
 
 a { color: #031641; text-decoration:none; }
 a:hover { color: #657393; }
   
 #menu {
 	position: relative;
	display:inline;
 	top: 45px;
	left: 345px;	
 }
 
 #menu a {
 	font-size: 12px;
 	font-weight: bold;	
 	color: #FFF;
	text-decoration: none;
	border-left: 1px solid #FFF;
	padding: 0px 20px 5px 5px;
 }
 
 #menu a:hover { 	
 	color: #657393;	
 }
 
 #menu .selected {
 	color: #031641;
 }
 
 #top img {
 	display:block;
	float:left;
 }
 
.patrnbar{
	height: 17px;
	background: url(images/pattern_bg.gif);	
}

#facilblock{
	margin:10px 0 15px 0;
	padding-bottom:10px;
	border-bottom: 1px solid #CCC;
	text-align:right;
}

.heading {
	font-size: 14px;
	font-weight:bold;
	padding: 5px 0 5px 0;
	letter-spacing: normal;
	word-spacing: normal;
}

.footnote {
	font-size:10px;
	font-color:#CCC;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	font-style: italic;
	padding: 0px;
	margin: 0px;
}

.servitem {	
	margin: 5px 0 5px 0;		
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	border-bottom: 1px solid #CCC;
	padding-bottom: 3px;
	text-align: left;
}

.servprice{
	text-align: right;			
	float:right;
	padding-left: 10px;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
}

.grayrule{
	border-bottom: 1px solid #CCC;
	margin: 10px 0 10px 0;	
	clear: both;
}

#slideshow {
	border: 1px solid #CCC;
	padding:2px;
	margin-top:10px;
	width: 334px;
}

#slidectr{
	background: url(images/pattern_bg.gif);	
	margin-top:2px;
	padding:2px 0 2px 20px;
}
 
p{
	margin: 0 7px 7px 0;	
}

th {
	text-align: left;
}

ul {
	margin: 0px 0 3px 10px;
	padding: 0px 3px;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
