@charset "UTF-8";

body  {
	font: 95% Arial, Helvetica, sans-serif;
	background: #6caac7;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 860px; 
	background: #FFF;
	margin: 0 auto; 
	text-align: left;
} 
.twoColFixLtHdr #maincontainer { 
	width: 947px;
	background: transparent;
	margin: 0 auto;
	text-align: left;
	position:relative;
} 
.twoColFixLtHdr #header { 
	background: #FFF;
	height:227px;
} 

.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.twoColFixLtHdr #related-sites {
	background-image:url(imgs/related-sites-bg.png);
	float:right;
	width:595px;
	height:39px;
	text-align:center;
	margin-bottom:15px;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 238px;
	padding: 15px 10px 15px 15px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 265px;
	padding: 0 10px;
} 
.twoColFixLtHdr #footer { 
	background:#FFF;
	padding-bottom:3px;
} 
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
	
a.nav:link {color:#336699; text-decoration: none; }
a.nav:visited {color:#336699; text-decoration: none; }
a.nav:hover {color:#000000; text-decoration: none; }
a.nav:active {color:#336699; text-decoration: none; }

a:link {color:#336699; text-decoration: none; }
a:visited {color:#336699; text-decoration: none; }
a:hover {color:#333; text-decoration: none; }
a:active {color:#336699; text-decoration: none; }

a.footer:link {color:#FFF; font-size:10pt; text-decoration: none; }
a.footer:visited {color:#FFF; font-size:10pt; text-decoration: none; }
a.footer:hover {color:#999; font-size:10pt; text-decoration: none; }
a.footer:active {color:#FFF; font-size:10pt; text-decoration: none; }

h1 {
	font-size: 16pt;
	color:#336699;
	font-weight:bold;
	padding:0;
	margin:0;
}
h2 {
	color: #666;
	font-size: 12pt;
	padding:0;
	margin:0;
	font-weight:normal;
}
.related-sites {
	font-size: 11pt;
	color: #6caac7;
}
.sub-related-sites {
	font-size: 8pt;
}
.find-more {
	color: #FFF;
	font-size: 16pt;
}

.quick-response {
	font-size: 16pt;
	color:#336699;
}
.phone-number {
	font-size: 21pt;
	color:#336699;
}
.sub-text {
	font-size: 10pt;
}
.footer {
	color:#FFF; 
	font-size:10pt;
}
.red {
	color: #B42025;
}