/* notes

Seamab screen.css (c) Dan Champion 2007

font-size:0.750em; 12px
font-size:0.814em; 13px
font-size:0.875em; 14px;
font-size:0.938em; 15px;
font-size:1em; 16px;
font-size:1.064em; 17px;
font-size:1.125em; 18px
font-size:1.250em; 20px

*/

/* utility styles */
.hide {
	position: absolute;
	left: -9999px;
	text-align: left;
}
.screen_only {
	display: none;
}
.fright {
	float: right;
}
.fleft {
	float: left;
}
.quarters div {
	float: left;
	width: 25%;
}
.clearfix:after  {
	content: "."; 
	display: block; 
	height: 0; 
	clear: left; 
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
.clearfix { display: block; }
/* End hide from IE-mac */
/* elemental */
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
}
h2 {
	margin: 1em 0 0.8em;
	font-size: 1.375em;
	font-weight: bold;
}
p {
	font-size:0.814em;
	line-height: 1.25em;
	margin: 1em 0;
}
strong {
	font-weight: bold;
}
/* classes */
.feature_image img {
	border: 1px solid #ccc;
	max-width: 100%;
	padding: 4px;
	width: 47.5em;
}
.side_image {
	float: right;
	margin-left: 1em;
}
.side_image img {
	border: 1px solid #ccc;
	padding: 4px;
	width: 15em;
}
.feature_image {
	display: none;
}
.contact {
	font-weight: bold;
	margin-left: 24px;
}
img.map {
	border: 1px solid #ddd;
	margin-bottom: 12px;
	margin-top: 8px;
	padding: 2px;
}

/* layout */

#content {
	margin-top: 1.5em;
}
#content ul {
	font-size:0.814em;
	line-height: 1.4em;
	margin: 1em;
}
#content ul ul {
	font-size: 1em;
}
#content ul li {
	background: url(../images/sub-nav_bullet.gif) 0% 0% no-repeat;
	padding-bottom: 0.4em;
	padding-left: 20px;
}
#content a, #footer a {
	color: #2e5c8b;
}
#content a:hover, #content a:focus, #footer a:hover, #footer a:focus {
	background-color: #2e5c8b;
	color: #fff;
}

/* top-nav tabs */
#header ul {
	display: none;
}

/* sub-navigation */
#sub-nav {
	border: 1px solid #ddd;
	float: right;
	margin: 2em 0 1em 2em;
	padding: 4px;
}
#sub-nav h3 {
	background-color: #4382c0;
	color: #fff;
	font-weight: bold;
	margin-bottom: 1em;
	padding: 0.4em 1em;
}
#sub-nav ul {
	line-height: 1em;
}
#sub-nav ul li {
	background: url(../images/sub-nav_bullet.gif) 0% top no-repeat;
	padding-bottom: 0.4em;
	padding-left: 20px;
}
#sub-nav ul li#current_sub {
	background-image: url(../images/sub-nav_current_bullet.gif);
}
/* senior management team */
#smt img {
	border: 1px solid #ccc;
	padding: 4px;
	width: 10.64em;
}
#smt div {
	text-align: center;
}
#smt p span {
	display: block;
	font-size: 85%;
}
/* map info */
#mapinfo {
	border: 1px solid #ddd;
	float: right;
	margin-bottom: 2em;
	margin-left: 1em;
	padding: 2px;
	width: 10em;
}
#mapinfo div {
	border: 1px solid #ddd;
	padding: 0 1em;
}
#mapinfo div:hover {
	background-color: #D3E1FA;
}
#mapinfo a {
	color: #000;
	display: block;
}
#mapinfo a:hover {
	background-color: transparent;
	color: #000;
}
/* footer */
#footer {
	border-top: 2px dotted #ccc;
	color: #666;
	margin-top: 4em;
	padding-top: 1em;
	width: 48em;
}
#footer p {
	font-size: 0.625em;
	margin-left: 220px;
}