/* CSS Document */

a {text-decoration: none; font-weight: bold;}
a:hover	{text-decoration: underline; font-weight: bold;}
a:link {color: #84A6AB;}
a:visited {color: #84A6AB;}

body {
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
}

.bodyCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
}

p, h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 8px;
}

h1 {
	font-size: 24px;
	font-weight:600; 
	color:#326A73; 

}
h2 {
	font-size: 14px;
	color:#84A6AB; 
	}
h3 {
	font-size: 10px;
	font-weight: bold;
}

li {padding-bottom:10px; }

#container {
	width:999px;
}

#leftCol {
	width:262px; 
	float:left;   
	margin:0px; 
	padding:0px; 
}

#leftColBody {
	padding-left:22px;
}
#header {
	float:left; 
}


#mainCol {
	width:737px;
	float:left;
	padding:0px;
	margin:0px;

}

#navigation {
	padding:0px; 
	margin:0px;
}

#footer {
	margin-top:20px;
	border-top-style:dotted;
	border-top-width: 1px;
	border-top-color: #326A73;
	padding-top:17px; 
	padding-bottom:17px;

}

#mainColLeft {
	width:475px;
	float:left;
}
#mainColRight{
	float:left;
	width:233px; 
	padding-left:29px; 
	
}

#subNav{
	float:left; 
	border-top-style: dotted;
	border-top-width: 1px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-top:10px; 
	padding-bottom:10px; 
	width:209px; 
}

#contactDetails{
	text-align:center;
	width:185px;
	margin-left:15px; 
}

#sidebarTestimonials{
	
}

#pageImage{
	padding-bottom:30px; 

}

.ImageBottomBorder {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.quotes {
color:#84A6AB; 
font-size:12px; 
font-style:italic;
}

