/* Float */
/* element styles */
body{
	background-image:url(../_imgs/bg_grad.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;

}
br {
	line-height:0px;
}

/* parent nav elements */
a.topnav {
	color:#ffffff;
	text-decoration:none;
}
a.topnav:hover {
	color:#003366;
	text-decoration:none;
}
/* sub nav elements */

a.subnav {
	color:#000000;
	text-decoration:none;
}
a.subnav:hover {
	color:#ffffff;
	text-decoration:none;
}
/* div styles parent */
#container {
	margin: 0 auto;
}
#content {
	width:888px;
	margin: 0 auto;
}
#shadowleft {
	width:50px;
	float:left;
}
#shadowright {
	width:50px;
	float:left;
}
#header {
	background-image:url(../_imgs/header_bg.jpg);
	background-repeat:no-repeat;
	width:888px;
	height:136px;
	float:left;
	background-color:#b6e3fc;
}
#toptel {
	width:350px;
	padding:15px;
}
#leftcol {
	width:220px;
	background-image:url(../_imgs/leftcol_bg.jpg);
	background-repeat:repeat-x;
	height:776px;
	font-size:12px;
}
#rightcol {
	width:646px;
	background-color:#b6e3fc;
	height:430px;
}
#rightcoltext {
	font-size:12px;
	
}
#leftcol ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/	
}
#leftcol ul li {
	color:#FFFFFF;
	font-weight:bold;
}
#leftcol ul ul li{
	color:#000000;
	list-style:none;
	font-weight:normal;
	padding-left:10px;
}
#gallerysml {
	background-image:url(../_imgs/gallery_bg.gif);
	width:137px;
	height:98px;
	padding-left:11px;
	padding-top:10px;
	float:left;
}
#gallerylrg {
	background-image:url(../_imgs/gallery_lrg_bg.gif);
	width:315px;
	height:97px;
	padding-left:9px;
	padding-top:10px;
	float:left;
}
#footer
{
	background-image:url(../_imgs/footer_bg.jpg);
	background-repeat:repeat-x;
	height:92px;
	padding:7px;
}
#footeraddress {
	width:250px;
	float:left;
}
#footernav {
	font-size:12px;
	color:#ffffff;
	width:600px;
	float:right;
}
/* Class Styles */

.clear {
	clear:both;
}
.right {
	float:right;
}
.left{
	float:left
}
.topmargin {
	margin-top:5px;
}
.lrgwhite {
	color:#FFFFFF;
	font-size:22px;
	font-weight:bold;
}
.lrgblue {
	color:#96d7ee;
	font-size:40px;
	font-weight:bold;
}
.lrgdarkblue {
	color:#0e4b89;
	font-size:22px;
	font-weight:bold;
}
.hrcls {
	height: 0; 
	border: 0; 
	border-top: 1px solid #ffffff; 
}
.imgpad {
	margin-bottom:-10px;
	margin-top:-10px;
}
.headerimg {
	background-image:url(../_imgs/rightcolheader.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:150px;
	padding:10px;
}
.whitequote {
	color:#FFFFFF;
	font-weight:bold;
}
.drkbluequote {
	color:#0f4482;
	font-weight:bold;
}
.lightblue {
	color:#3a84e0;
	font-weight:bold;
	font-size:11px;
}
.homecontact {
	background-image:url(../_imgs/contactbg.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	width:626px;
	float:right;
	margin-top:10px;
	padding:10px;
}
.footersml {
	color:#ffffff;
	font-size:9px;
}