/* Bouchard, Kleinman and Wright screen styles

			Table of Contents:
				generic styles
				layout
				typography
				nav
				tables
				footer
				contact form
				clearfix	
*/

/* generic styles
----------------------------------------------*/
* {
	margin: 0; 
	padding: 0;
}
/*this margin makes lists viewable in CMS*/
ul, ol{
	margin: 0 0 12px 20px;
}
img{ 
	border: none;
}
hr{
	display: none;
}

/* layout
----------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0a3c70;
	background: white;
	behavior: url("csshover.htc");	/*Menu behavior for IEWin */
} 
body.colored {
	background: url(/media/bg_tile.gif) top left repeat;
}
#page{
	width: 950px;
	margin: 20px auto;
}
#header{
	height: 137px;
	position: relative;
	background: url(/media/header_bg.gif) top left no-repeat;
}
#logoarea{
	float: left;
	width: 324px;
}
#flash {
	float: right;
}
/* Following rule deals with h1 image replacement*/
#header h1#logo{
	width: 312px;
	position: absolute;
	top: 5px;
	left: 10px;
	margin: 0; 
	padding-top: 59px; 
	overflow: hidden; 
	background: url(/media/logo.gif) top no-repeat;
	/* WIN IE5 hack */ 
	voice-family: "\"}\""; 
	voice-family:inherit; 
	height: 0; 
	border: none;
}
address#manch{
	position: absolute;
	top: 80px;
	left: 20px;
}
address#hampton{
	position: absolute;
	top: 80px;
	left: 180px;
}
#contentarea{
	padding: 4px 8px 0px 8px;
	background: #ebebeb url(/media/contentarea_bg_tile.gif) top left repeat-y;
}
#content{
	float: right;
	width: 770px;
	margin-bottom: 20px;
}	
#mapwrap{
	float: right;
	width: 770px;
}
#content-map{
	float: left;
	width: 310px;
}	
#maps{
	float: right;
}
#nav{
	width: 148px;
	padding-top: 4px;
	float: left;
}
#brochure{
	background: #fff;
	padding: 10px;
	border-top: 1px solid #d1dae2;
	border-bottom: 2px solid #d1dae2;
	text-align: center;
	width: 430px;

}
.profile{
	width: 225px;
	height: 300px;
	float: left;
	margin: 15px 0 0 20px;
	background: #cde2e8;
	text-align: center;
	border-left: 2px solid #bcdee6;
	border-bottom: 2px solid #bcdee6;
}
.profile:hover{
	background: #d4e9ef;
}
.profile h2.caption{
	padding: 4px;
	background: white;
	font-family: arial, tahoma, sans-serif;
	font-variant: normal;
	border: 1px solid #c4cfda;
	display: inline;
	line-height: 1;
	font-size: 1.2em;
}
.profile h2.caption:hover{
	background: #cde2e8;
}
.profile a{
	text-decoration:none;
}
.profile img{
	background: #ededed;
}
#footer{
	clear: both;
}
#contentareabot{
	height: 7px;
	background: url(/media/contentarea_bot.gif) top left no-repeat;
}
/* typography
----------------------------------------------*/
address{
	font-style: normal;
	font: normal 11.5px tahoma, sans-serif;
	color: #295293;
	text-align: center;
	line-height: 1.3;
}
h1, h2, h3, h4, h5{
	font-family: "Times New Roman", Georgia,  Times, serif;
	font-weight: normal;
	font-variant: small-caps;
}
html>body h1 {
	font-size: 1.9em;
	border-bottom: 1px dotted #0a3c70;
	display: inline;
}
h1 {
	font-size: 1.9em;
	display: inline;
}
h2 {
	font-size: 1.6em;
}
h3{
	font-size: 1.4em;
}
h4{
	font-size: 1.2em;
}
h5, h6{
	font-size: 1.1em;
}
p{	
	margin-bottom: 0.4em;
}
#content{
	line-height: 1.6;
}
#content img{
	margin: 8px;
	padding: 4px;
	border: 1px solid #c4cfda;
}
#content a{
	font-weight: bold;
}
ol li{margin: 3px;}
a:link {color: #3169a4;}
a:visited {color: #3169a4;}
a:hover {color: #0a3c70;}
a:active {color: #3169a4;}

/* nav
----------------------------------------------*/
#nav {
	white-space: wrap;
	text-align: center;
	font-size: 12px;
}
#nav a {
	display: block;
	text-decoration: none;
	padding: 2px 7px;
}
#nav a:link {color: #1d5a9a; border-left: 3px solid #e3e6e9;}
#nav a:visited {color: #1d5a9a; border-left: 3px solid #e3e6e9;}
#nav a:hover {color: #1d446d; border-left: 3px solid #1d5a9a;}
#nav a:active {color: #1d5a9a; border-left: 3px solid #bfe695;}

#nav ul {
	cursor: default;
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav ul li{
	font-weight: bold;
	margin: 4px 0 7px 0;
}
#nav ul li:hover ul { 
	display: block; /* Display sublist on hover */
}
#nav ul.level0 li {
	position: relative;
	border-bottom: 1px solid #e3e6e9;
}

/* tables
----------------------------------------------*/
table td{
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	padding: 3px;
}
table{
	margin-bottom: 10px;
}

/* footer 
----------------------------------------------*/
#footer ul.topLevelNav {
	padding: 0;
	margin-bottom: 0.3em;
	list-style: none;
}
#footer ul.topLevelNav li {
	display: inline;
}
#footer a {
	padding: 0 0.5em;
	text-decoration: none;
	white-space: nowrap;
}
#footer a.cperry{
	padding: 0;
}
#footer{
	text-align: center;
}
#footer p{
	margin: 0;
	font-size: 0.9em;
}
#footer a:link {color: #1d5a9a;}
#footer a:visited {color: #1d5a9a;}
#footer a:hover {color: #1d5a9a;}
#footer a:active {color: #1d5a9a;}

/* contact form
----------------------------------------------*/
#contact-form{
	width: 340px;
	padding: 5px;
	text-align: center;
	margin: 0 auto;
}
#contact-form h5{
	text-align: center;
	margin-bottom: 10px;
}
#contact-form input,
#contact-form select,
#contact-form textarea{
	float: left;
	width: 135px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
#contact-form label{
	float: left;
	width: 135px;
	text-align: right;
	margin-right: 5px;
	font-weight: bold;
}
#contact-form br{
	clear: both;
}
#contact-form #btnSubmit {
	width: auto;
	float: none;
	margin: 5px;
}
#contact-form #btnSubmit {
	width: auto;
	float: none;
	margin: 5px;
}
#contact-form #selContact{
	width: 70px;
}
#contact-form textarea{
	font: 11px tahoma, Verdana, Arial, sans-serif;
	height: 8em;
}

/* clearfix
----------------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display:inline-block;} /*IE7*/
/* Hide from IE Mac \*/
.clearfix {display:block;}
* html .clearfix {height: 1%;}
/* End hide from IE Mac */