@charset "UTF-8";
/* CSS Document */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 2px;
	padding-top: 2px;
	list-style-type: none;	
}
li {
	list-style-position: outside;
	list-style-image: url(../images/bullet_arrow.gif);
	list-style-type: none;
	padding-bottom: 8px;
}
a {
	color: #99CC33;
		text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}
textarea.textBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #CCCCCC;
	width: 220px;
}
input.inputBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #CCCCCC;
	width: 220px;
}
input.inputBoxSM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #CCCCCC;
	width: 170px;
}
input.reset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99CC33;
	border: none;
	background-color: transparent;
}
input.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99CC33;
	border: none;
	background-color: transparent;
}
.btn {  background-color: transparent; border: 0; padding: 0;}




.headBox {
	padding: 13px 0 32px 0;
}
.bgLeft {
	background-image: url(../images/bg_tall_lt.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.bgRight {
	background-image: url(../images/bg_tall_lt.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#topContainer {
	width: 862px;
	display: block;
	float: left;
	height: 60px;
}
.logoBox {
	width: 275px;
	float: left;
	display: block;
	position: static;
	height: 37px;
	background-color: #CCCCCC;
}
#contactBox {
	width: 340px;
	float: right;
	display: block;
	height: 60px;
}
.contact {
	font-size: 10px;
	color: #0099CC;
	padding: 8px 0 0 10px;
	background-image: url(../images/divider_contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.contact a {
	color: #99CC33;
	/*color: #0099CC;*/
	text-decoration: none;
}
.contact a:hover {
	/*color: #99CC33;*/
	color: #0099CC;
	text-decoration: none;
}

.topSpacer {
	width: 10px;
	float: left;
	height: 23px;
	display: block;
}


#mainNavContainer {
	width: 862px;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	height: 18px;
	display: block;
	float: left;
}
.mainNav {
	width: 120px;
	float: left;
	height: 18px;
	display: block;
}
.mainNav a, .mainNav a:link, .mainNav a:active, .mainNav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #99CC33;
	height: 16px;
	text-decoration: none;
	display: block;
	text-indent: 10px;
	padding-top: 2px;
	text-transform: uppercase;
}
.mainNav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #99CC33;
	height: 16px;
	width: 120px;
	text-decoration: none;
	background-image: url(../images/bg_nav-o.gif);
	display: block;
	text-transform: uppercase;
}
.mainNavOn {
	width: 120px;
	float: left;
	height: 18px;
	display: block;
}
.mainNavOn a, .mainNavOn a:link, .mainNavOn a:active, .mainNavOn a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #99CC33;
	height: 16px;
	text-decoration: none;
	display: block;
	text-indent: 10px;
	padding-top: 2px;
	text-transform: uppercase;
	background-image: url(../images/bg_nav-o.gif);

}
.mainNavSpacer {
	width: 53px;
	float: left;
	height: 18px;
}

/* Content styles */
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0099CC;
	padding-left: 1px;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0099CC;
	line-height: 18px;
	padding-left: 1px;
}
.headGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	padding-left: 1px;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
	padding-left: 1px;
}
.required {
	color: #FF0000;
}
.sideHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0099CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	vertical-align: text-top;
	height: 25px;
	line-height: 18px;
	padding-left: 1px;
}
.contentArea {
	padding: 13px 30px 30px 0;
	line-height: 16px;
}
.sideBarArea {
	padding: 13px 0 30px 0;
	line-height: 16px;
}

