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

body {
	background: #464646;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.center {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	height: 100%;
}
.title_bar {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 25px;
	height: 24px;
	line-height: 24px;
}
.box {
	padding: 18px;
}
.readmore {
	font-weight: bold;
	color: #009933;
	text-decoration: underline;
	text-align: right;
	display: block;
	margin-top: 10px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.readmore:hover {
	color: #000000;
}
.warning {
	font-weight: bold;
	color: #FF0000;
}


#header {
	height: 170px;
	background: #FFFFFF;
	position: relative;
	width: 100%;
}
#header #logo {
	position: absolute;
	left: -50px;
	top: 5px;
	z-index: 1;
}
#header #login {
	background: #093542;
	height: 85px;
	width: 290px;
	position: absolute;
	z-index: 100;
	top: 0px;
	right: 0px;
	padding: 5px;
	color: #FFFFFF;
	font-size: 16px;
}
#header #login label {
	font-size: 12px;
}
#header #login .forgot {
	font-size: 12px;
	white-space: nowrap;
}
#header #login .field {
	width: 140px;
	height: 18px;
	color: #000000;
}
#header #login form {
	margin: 10px 0px 0px;
	padding: 0px;
}
#header #login a {
	color: #009933;
	text-decoration: underline;
}
#header #login a:hover {
	color: #FFFFFF;
}
#nav  {
	background: #009933;
	height: 30px;
	position: relative;
	z-index: 99;
	text-align: left;
	width: 100%;
}
#nav #buttons  {
	text-align: left;
	float: left;
	position: relative;
	height: 30px;
	white-space: nowrap;
}
#nav a  {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 14px;
	margin-left: 14px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 21px;
	line-height: 30px;
	display: block;
	float: left;
	white-space: nowrap;
}
#nav a:hover {
	background: #000000;
	margin-top: -2px;
	padding-top: 2px;
}
#banner {
	height: 200px;
	background: #000000;
	position: relative;
}
#home{
	background: #293133;
	height: 230px;
}
#home #home_1 {
	background: #c9e9e7;
	width: 299px;
	float: left;
	font-size: 14px;
	color: #000000;
	height: 230px;
	position: relative;
}
#home #home_1 .title_bar {
	background: #56afaa url(images/titlebar_1_arrow.gif) no-repeat left center;
}
#home #home_2 {
	background: #dbeceb;
	width: 300px;
	float: left;
	font-size: 14px;
	color: #000000;
	height: 230px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	position: relative;
}
#home #home_2 .box {
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
}

#home #home_2 .title_bar {
	background: #84BAB7 url(images/titlebar_2_arrow.gif) no-repeat left center;
}

#home #home_3 {
	background: #c9e2e1;
	float: left;
	width: 299px;
	font-size: 14px;
	color: #000000;
	height: 230px;
	position: relative;
}
#home #home_3 .title_bar {
	background: #569A96 url(images/titlebar_3_arrow.gif) no-repeat left center;
}
#main {
	background: #293133;
	width: 100%;
}
#main .center {
	background: #DBECEB;
	padding: 20px;
	width: 860px;
}
#main h1 {
	color: #188D3E;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}
#main h2 {
	font-size: 18px;
	color: #000000;
	border-bottom: 2px solid #009933;
	padding-bottom: 2px;
	display: inline;
	padding-right: 10px;
	text-decoration: none;
}
#main h3 {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font: bold 16px Arial, Helvetica, sans-serif;
}

#main .recommended {
	font-size: 14px;
	color: #009933;
	font-style: italic;
	font-weight: bold;
}

#main #subnav {
	background: #569A96;
	width: 200px;
	float: right;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #009966;
	margin-left: 20px;
}
#main #subnav a {
	background: url(images/titlebar_3_arrow.gif) no-repeat left center;
	display: block;
	text-indent: 25px;
	height: 24px;
	margin-bottom: 10px;
	line-height: 24px;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#main #subnav a:hover {
	background: #84BAB7 url(images/titlebar_2_arrow.gif) no-repeat;
}
#main a {
	color: #009933;
	text-decoration: underline;
}
#main a:hover {
	color: #000000;
}
#bottom {
	background: #464646;
	height: 200px;
}
#bottom #bottom_1 {
	background: #093542;
	width: 650px;
	font-size: 12px;
	color: #b7dad8;
	float: left;
	height: 125px;
}
#bottom #bottom_1 .title_bar {
	background: url(images/titlebar_4_arrow.gif) no-repeat left center;
}
#bottom #bottom_2 {
	width: 249px;
	border-left: 1px solid #FFFFFF;
	float: left;
	background: #74d7d0 url(images/bottom_contact.jpg) no-repeat 4px 4px;
	font-size: 16px;
	color: #000000;
	height: 125px;
	position: relative;
}
#bottom #bottom_2 .title_bar {
	background: url(images/titlebar_5_arrow.gif) no-repeat left center;
}
#bottom #bottom_2 .box {
	padding-left: 100px;
	padding-top: 10px;
	padding-bottom: 0px;
}
#bottom #bottom_3 {
	background: #ccffff url(images/pdf_icon.png) no-repeat 4px 10px;
	height: 49px;
	float: left;
	width: 249px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
#bottom #bottom_3 a {
	color: #009933;
}
#bottom #bottom_3 a:hover {
	color: #000000;
}
#bottom #bottom_3 .box {
	padding: 15px 0px 0px 37px;
}

#bottom #footer {
	height: 40px;
	background: #009933;
	float: left;
	border-top: 1px solid #FFFFFF;
	padding: 5px;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	width: 890px;
}
#bottom #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#bottom #footer a:hover {
	text-decoration: underline;
}
