body {
        font-family: Helvetica, Arial, sans-serif; 
	color: #1b469d;
	background-color: #fff;
	line-height: 20px;
	font-size: 14px;
}

ul { margin-top: 3px; padding-left: 20px; }
ul li { padding-bottom: 10px; }

a:link {  color: #1b469d; }
a:visited { color: #1b469d; }
a:hover { color: #69ad4a; }
a:active { color: #69ad4a; }
a.backlink:link { font-weight: bold; }
a.backlink:visited { font-weight: bold; }

p { margin: 0; padding: 0 0 10px 0; }

p.intro {
	font-size: 17px;
	line-height: 24px;
	font-weight: bold;
}

p.subnavfill { height: 10px; clear: both; margin: 0; padding: 0; }

#top {
	background-color: #77caf2;
	height: 124px;
}

#nav {
	background-color: #dfeaf4;
	height: 28px;
	border-bottom: 1px solid #999; 
}

#subnav { 
	height: 20px;
} 

#subnav .element { float:left; margin-left: -1px; border-right: 1px solid #999; }
#company #subnav { padding-left: 35px; }
#method #subnav { padding-left: 155px; }
#results #subnav { padding-left: 260px; }
#services #subnav { padding-left: 370px; }
#contact #subnav { padding-left: 450px; }

#whitespace {
	background-color: #fff;
	width: 100%;
}

#mainspace {
	background-color: #fff;
	width: 880px;
	padding: 0 35px 55px 35px;
	margin-top: 25px;
}

#content {
	width: 420px;
	float:left;
}

#content_no_box {
	width: 620px;
	float:left;
}

#box {
	float:left;
	margin: 0 0 0 30px;
	width: 275px;
	background-color: #e3decd;
	color: #1c499e;
}

#box img.left { position: relative; float: left; width: 12px; }
#box img.right { position: relative; float: right; width: 12px; }
#box ul { margin: 10px 10px 0 12px; font-size: 12px; }
#box ul li { padding-bottom: 5px; }
#box p { margin: 5px 10px 0 12px; padding-bottom: 0; font-size: 12px; }
#box p.intro { font-size: 14px; }

#footer {
	display: none;
	height: 31px;
	color: #00f;
	font-size: 11px;
	width: 100%;
	background-color: #77caf2;
}

h2 { 
	font-size: 14px;
	margin-left: 250px; 
}

#contact p { font-weight: bold; }
#contact p.addr { padding-left: 35px; padding-bottom: 10px; font-weight: normal; }
#contact #content_no_box { height: 250px; }

img.printonly { visibility: hidden; position: absolute; }
