@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #e7e1dc;
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.container {
	width:100%;
	height: 100%;
}

#subcontainer {
	width:953px;
	top:199px;
	position:absolute;
	left: 50%;	
	margin-left: -476px; 
	visibility: visible;
	background:url("../images/bodysides.gif") repeat center bottom #ffffff;
}

div.headercontainer {
	width:100%;
	height: 104px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #ffffff;
}

div.header {
	margin-left:auto; 
	margin-right:auto;
	visibility: visible;
	width:945px;
	height: 104px;
}

div.leftheader {
	width:48%;
	float:left;
}
div.rightheader {
	width:48%;
	float:right;
	margin-top:40px;
}

#topnavcontainer {
	position: absolute;
	top:104px;
	width:100%;
	height: 58px;
	background:url("../images/nav-gradient.jpg") repeat center bottom #fefefe;
}

#topnav {
	margin-left:auto; 
	margin-right:auto;
	visibility: visible;
	width:945px;
	height: 58px;
}

#topnavleft {
	width:80%;
	float:left;
}

#topnavright {
	width:20%;
	float:right;
}

input.search {
	font-size: .7em;
    color: #000000;
    background-color: #ffffff;
    padding: 2px;
    border: solid 1px #000000;
    margin-right: 10px;
    height: 15px;
	margin-top: 17px;
	width:150px;
}

input.searchglass {
	border:0;
	float:right;
	margin-top: -22px;
}

div.subtheme {
	width:953px;
	height:119px;
	margin-left:auto;
	margin-right:auto;
}

#subnavcontainer {
	height: 37px;
	top:162px;
	background:url("../images/subnav-gradient.jpg") repeat center bottom #fefefe;
	position:absolute;
	width:100%
}

#subnavbox {
	margin-left:auto; 
	margin-right:auto;
	visibility: visible;
	width:945px;
	height: 37px;
}

#content {
	width:953px;
	top:318px;
	position:absolute;
	left: 50%;	
	margin-left: -476px; 
	visibility: visible;
	overflow:hidden;
}

#body {
	background:url("../images/bodysides.gif") repeat center bottom #ffffff;
	height:100%;
	overflow:hidden;
}

ul li {
	background-image:url("../images/greencircle.gif");
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.5em;
	padding-bottom: 1em;
	font-family:Verdana;
	font-size:13px;
	color:#666666;
}

#bodyleft {
	width:55%;
	float:left;
	margin-left:30px;
	margin-top:20px;
	margin-right:5px;
}

#bodyright {
	width:37%;
	height:100%;
	float:right;
	padding:15px;
	background: url("../images/bodyfade.gif") no-repeat left ;
}


#bodyfooter {
	float:left;
	background:url("../images/bodysides.gif") repeat center bottom #fefefe;
	height:100%;
}

#bodyspacer {
	height:18px;
	background:#e7e1dc;
	overflow: auto;
}

span.header-text-bold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#797979;
	float:right;
}
a.header-link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d27920;
	float:right;
	font-weight:bold;
	text-decoration:underline;
}

#footer {
	overflow: visible;
	background:#e7e1dc;
	margin-top:-5px;
	margin-left:auto;
	margin-right:auto;
}

p.bodytextcenter {
	font-family:Verdana;
	font-size:13px;
	color:#666666;
	text-align:center;
}

a.colorlink {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cc6600;
	text-decoration:underline;
}

p.bodytext {
	font-family:Verdana;
	font-size:12px;
	color:#333333;
	line-height:1.5em;
}

p.bodytextblack {
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	line-height:1.5em;
}

p.subtitle {
	font-family:Arial;
	font-size:16px;
	color:#999999;
	font-weight:normal;
	margin-left:1px;
}

p.greenquote {
	font-family:Arial;
	font-size:16px;
	color:#7f9f00;
	margin-left:30px;
	margin-top:10px;
}

p.signaturequote {
	font-family:Verdana;
	font-size:12px;
	color:#666666;
	float:right;
	margin-right:100px;
	margin-top:-10px;
}

p.sectiontitle {
	font-family:Arial;
	font-size:24pt;
	color:#cc6600;
	font-weight:normal;
	margin-top:-18px;
}

a.centerimage {
	margin-left:35px;
	margin-bottom:5px;
}

img.centerit {
	margin-top:30px;
	margin-left:50px;
	margin-bottom:5px;
}

img.divborder {
	margin-left:4px;
}