body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#page {
	width: 970px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#header {
	width: 970px;
	height: 186px;
	background: url(images/header.jpg) left top no-repeat;
}
#menu {
	width: 970px;
	background: #00adef;
}
#menu table td {
	text-align: center;
}
#menu table td a {
	display: block;
	height: 100%; /* fudge for ie6 */
	padding: 3px 14px 1px 14px;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
}
#menu table td a:link, #menu table td a:visited {
	text-decoration: none;
}
#menu table td a:hover {
	background: #ea413f;
}
.popmenu {
	display: none;
	position: absolute;
	z-index:1;
	text-align: left;
	width: 150px;
	background: #f1f0f0;
}
.popmenu a {
	display: block;
	padding: 3px 3px 3px 14px;
	font-size: 100%;
	font-weight: bold;
	width: 133px;
	border-bottom: solid 1px #707070;
}
.popmenu a:link, .popmenu a:visited {
	color: #707070;
	text-decoration: none;
}
.popmenu a:hover {
	background: #f08988;
	color: #ffffff;
}
#main {
	position: relative;
	width: 970px;
}
/*
*  CONTENT
*/
#content {
	width: 610px;
	padding: 22px 180px 10px 180px;
	background: url(images/bg.jpg) left bottom no-repeat;
	color: #707070;
}
#content h1 {
	margin: 0 0 10px 0;
	font-size: 140%;
	color: #00adef;
}
#content h2 {
	margin: 0 0 10px 0;
	font-size: 130%;
	font-style: italic;
	color: #ea413f;
}
#content h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 130%;
	color: #00adef;
}
#content h4 {
	margin: 0 0 10px 0;
	font-size: 130%;
	color: #6ccff6;
}
#content h5 {
	margin: 0;
	font-size: 110%;
	color: #00adef;
}
#content h6 {
	margin: 0;
	font-size: 110%;
	color: #6ccff6;
}
#content p {
	margin: 0 0 10px 0;
	font-size: 100%;
	color: #2D2D2D;
}
#content ul {
	margin: 0 0 10px 20px;
	padding: 0;
	list-style-image: url(images/dot.gif);
	font-size: 100%;
}
#content ol {
	margin: 0 0 10px 27px;
	padding: 0;
	font-size: 100%;
}
#content blockquote {
	float: right;
	width: 100px;
	border: dotted 1px #ee3618;
	margin: 3px;
	padding: 5px;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
#content a:link, #content a:visited {
	color: #ea413f;
}
#content a:hover {
	color: #0000ff;
}
#content .redtext {
	color: #FF0000;
}
#content .bluetext {
	color: #0000FF;
}
#content .largetext {
	font-size: 200%;
}
#content .largertext {
	font-size: 250%;
}
#content img {
	border: 0px;
}
#content .imgleft {
	float: left;
	margin: 0 10px 5px 0;
}
#content .imgright {
	float: right;
	margin: 0 0 5px 10px;
}
#content .imgborder {
	border: solid 1px #333333;
}
.clearfloats {
	clear: both
}
.clearright {
	clear: right
}
.clearleft {
	clear: left
}
.cols {
	text-align: center;
}
.col1 {
	width: 65%;
	margin: 10px auto 0 auto;
	text-align: left;
}
.col2, .col2n, .col3, .col3n {
	float: left;
	margin-top: 10px;
	text-align: left;
}
.col3, .col3n {
	width: 31%;
}
.col2, .col2n {
	width: 48%;
}
.col2, .col3 {
	margin-right: 2%;
}
/*
*  LEFTBAR & RIGHTBAR
*/
#leftbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 146px;
	padding: 0 0 160px 0;
	background: #f1f0f0 url(images/logopeople.jpg) left bottom no-repeat;
}
#rightbar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 146px;
	xpadding: 0 0 0 3px;
	background: #f1f0f0;
}
#phone {
	text-align: center;
	padding: 15px 0 15px 0;
}
#address {
	text-align: center;
	padding: 0 0 10px 0;
	color: #444444;
}
#address p {
	margin: 5px 0 5px 0
}
#address a:link, #address a:visited {
	text-decoration: none;
	color: #00adef;
}
#address a:hover {
	color: #ea413f;
}
#submenu {
}
#submenu h2 {
	margin: 0;
	font-size: 100%;
	xfont-weight: normal;
	text-align: center;
}
#submenu h2 a {
	width: 126px;
	display: block;
	padding: 3px 10px 3px 10px;
}
#submenu h2 a:link, #submenu h2 a:visited {
	text-decoration: none;
	background: #707070;
	color: #FFFFFF;
}
#submenu h2 a:hover {
	color: #00adef;
	background: #bebebe;
}
#submenu ul {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
#submenu li {
	border-bottom: solid 1px #707070;
}
#submenu li a {
	width: 119px;
	display: block;
	padding: 3px 10px 3px 17px;
}
#submenu li a:link, #submenu li a:visited {
	text-decoration: none;
	color: #707070;
	background: url(images/dot-grey.gif) 10px 50% no-repeat;
}
#submenu li a:hover {
	color: #00adef;
	background: #bebebe url(images/dot-blue.gif) 10px 50% no-repeat;
}
.feature {
	border-bottom: solid 1px #707070;
}
.feature h2 {
	margin: 0;
	font-size: 100%;
	xfont-weight: normal;
	text-align: center;
}
.feature h2 a {
	width: 126px;
	display: block;
	padding: 3px 10px 3px 10px;
}
.feature h2 a:link, .feature h2 a:visited {
	text-decoration: none;
	background: #707070;
	color: #FFFFFF;
}
.feature h2 a:hover {
	color: #00adef;
	background: #bebebe;
}
.feature p {
	margin: 0;
	color: #707070;
	padding: 4px 10px 0 10px;
}
.feature p.more {
	padding: 4px 7px 4px 7px;
	text-align: right;
	border-bottom: solid 1px #ffffff;
}
.feature p a:link, .feature p a:visited {
	text-decoration: none;
	color: #00adef;
}
.feature p a:hover {
	color: #ea413f;
}
/*
*  FOOTER
*/
#footer {
	width: 970px;
	padding: 3px;
	color: #00adef;
	font-size: 85%;
	text-align: center;
}
#footer span {
	color: #00adef;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #9c9c9c;
}
#footer span a:link, #footer span a:visited {
	text-decoration: none;
	color: #00adef;
}
#footer a:hover, #footer span a:hover {
	color: #ea413f;
}
/*
*  FORM CSS
*/
#response {
	padding: 0.5em;
	width: 90%;
}
#response div {
	clear: both;
	padding: 3px 0 0 0;
}
#form-error {
	color: red;
	font-weight: bold;
}
#response label {
	float: left;
	width: 12em;
	text-align: right;
	font-size: 1em;
	font-weight: bold;
	padding-right: 5px;
}
#response input.submit {
	float: left;
	text-align: center;
}
#response input:focus, #response textarea:focus {
	background-color: #dedede;
}
#response .element {
	float: left;
}
#response textarea {
	width: 300px;
}
.error {
	color: #FF0000;
	font-weight: bold;
}
