@charset "utf-8";

/*Clear all padding and margins from common elements*/

body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, p 
{ margin : 0; padding : 0; }


body {
	background-color: #F6FAEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(images/bg_body.gif);
}

ul, ol {
	list-style-type: none;
}

h1 {
	font-size: 24px;
	line-height: 24px;
	color: #3420A6;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}





h2 {
	font-size: 18px;
	line-height: 18px;
	color: #3420A6;
	margin-bottom: 3px;
}

h3 {
	font-size: 16px;
	line-height: 16px;
}
h4 {
	font-size: 14px;
	line-height: 14px;
}
a, a:visited {
	text-decoration: none;
	color: #3420A6;
}
#primary  a:hover, #secondary a:hover {
	color: #FFFFFF;
	background-color: #3420A6;
}


#wrapper {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}

#branding {
	display: inline;
	float: left;
	height: 325px;
	width: 930px;
}
#designer {
	color: #CCCCCC;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 5px;
	text-align: right;
	padding-bottom: 25px;
}
#designer a, a:hover {
	color: #CCCCCC;
}
#sitecredits {
	background-color: #000000;
	line-height: 20px;
	color: #FFFFFF;
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #6DB33F;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#mainnav {
	margin-top: 15px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
#mainnav li {
	display: inline;
	width: 100px;
	height: 30px;
	line-height: 30px;
	background-color: #CCCCCC;
	text-align: center;
	font-size: 11px;
	font-style: italic;
	margin-left: 2px;
	text-transform: uppercase;
	float: left;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
#mainnav a {
	display: block;
	background-image: url(images/navbutton.gif);
	background-position: left top;
	color: #FFFFFF;
	background-repeat: no-repeat;
	height: 30px;
	width: 100px;
}


#mainnav a:hover {
	background-image: url(images/navbutton.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	width: 100px;
	color: #FFFFFF;
}
#services {
	margin-left: 20px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}
#services li {
	width: 200px;
	display: block;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	text-indent: 40px;
	background-image: url(images/leaf_list.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-style: normal;
	font-weight: bold;
}
#secondnav li {
	float: left;
	margin-left: 30px;
}
#secondnav {
	float: right;
	width: 680px;
	margin-top: 16px;
}
#secondnav a {
	text-transform: lowercase;
	color: #3420A6;
}
#secondnav a:hover {
	background-color: #6BAF3E;
	color: #FFFFFF;
}
#bottomnav {
	background-image: url(images/bottom_logo.gif);
	clear: both;
	height: 50px;
	width: 930px;
	float: left;
}
#content {
	display: inline;
	float: left;
	width: 930px;
	background-image: url(images/bg_content2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 20px;
	padding-bottom: 20px;
}
#primary {
	float: right;
	width: 645px;
	display: inline;
}
#secondary {
	float: left;
	width: 250px;
	display: inline;
}
#secondary  p {
	padding-right: 10px;
	padding-left: 10px;
}
.floatleft {
	float: left;
	margin-bottom: 0px;
	margin-right: 5px;
}
#green li {
	text-indent: 60px;
	height: 30px;
	line-height: 30px;
	color: #009900;
	font-weight: bold;
	font-size: 14px;
	background-image: url(images/greenlistbullet.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.floatright {
	float: right;
	margin-left: 5px;
}
