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

html, body {
	width:100%;
	height:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

img, body, html, p, div, ul, li, h1, h2 {
	padding:0;
	margin:0;
	border:none;
}

a {
	text-decoration:none;
}

#minimum {
	width:980px;
	height:100%;
	position:relative;
	background:white;
	margin:0 auto;
	text-align:left;
}

#main {
	margin:0 30px;
}

#logo {
	clear:both;
	width:auto;
	padding-bottom:45px;
}

#logoL {
	float:left;
}

#logoR {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#86b742;
}

#logoR a {
	text-decoration:none;
	color:#86b742;
}

#logoR a:hover {
	color:#4c8ec7;
}

#header {
	padding-top:25px;
	padding-bottom:25px;
	position:relative;
}

#nav {
	width:auto;
	height:40px;
	clear:both;
}

#content {
	width:920px;
	position:relative;
}

#mainContent {
	width:638px;
	position:relative;
	float:right;
	font-family:Verdana, Geneva, sans-serif;
}

.HTML_Module {
	padding:0 20px 10px 30px;
	
}

.HTML_Module h1 {
	color:#FF9933;
	font-size:26px;
	font-weight:100;
}

.HTML_Module h2 {
	color:#666666;
	font-size:15px;
	font-weight:600;
	padding-top:10px;
}

.HTML_Module i {
	font-style:italic;
}

.HTML_Module p {
	color:#727474;
	font-size:14px;
	padding:6px 0;
}

.HTML_Module source {
	color:#727474;
	font-size:10px;
	font-style:italic;
	padding:6px 0;
}

.HTML_Module ul li {
	color:#727474;
	font-size:14px;
	padding:6px 0 0 0;
	margin-left:20px;
}

.HTML_Module fieldset {
	margin:10px 0;
	padding:15px 0;
}

.HTML_Module .innerLeftCol {
	width:49%;
	float:left;
}

.HTML_Module .innerRightCol {
	width:49%;
	float:right;
}

.HTML_Module .bold {
	font-weight:600;
}

#leftCol {
	width:280px;
	float:left;
	position:relative;
	border-right:solid 2px #d3d6cd;
}

#leftCol img {
	padding:0 10px 10px 10px;
	border-bottom:solid 2px #d3d6cd;
}

#leftCol ul {
	color:#727474;
	font-size:15.5px;
	list-style:none;
	padding:20px 0;
	font-weight:600;
}

#leftCol li {
	padding:5px 0 5px 10px;
}

#leftCol a {
	color:#727474;
	text-decoration:none;
}

#leftCol .first a {
	color:#ca113a;
}

#leftCol a:hover {
	color:#F93;
}

#leftCol span {
	color:#F93;
}

.i {
	font-style:italic;
}

.homePageBg {
	width:460px;
	height:640px;
	position:relative;
	float:left;
}

#homeBanner1, #homeBanner2 {
	width:100%;
	height:100px;
	background:url(../images/80perW.png) repeat;
	position:absolute;
	top:300px;
	left:0;
	font-size:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	color:#828689;
	cursor:pointer;
}

.homeBannerInner {
	padding:8px 0 0 30px;
}

.click {
	padding:2px 0 0 330px;
	font-size:20px;
}

.clear {
	clear:both;
	overflow:hidden;
}

#footer {
	width:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#828689;
	padding:20px 0;
	clear:both;
}

#footer a {
	color:#828689;
	text-decoration:none;
}

#footer a:hover {
	color:#B7B7B7;
	text-decoration:underline;
}

#footerLt {
	width:50%;
	height:auto;
	position:relative;
	text-align:left;
	float:left;
}

#footerRt {
	width:50%;
	height:auto;
	position:relative;
	text-align:right;
	float:right;
}

#footerRt span {
	font-weight:bold;
}

#footer ul li {
	display:inline;
	list-style:none;
	border-left:1px solid;
	padding:0 2px 0 6px;
}

.preload {
	width:0px;
	height:0px;
	visibility:hidden;
	overflow:hidden;
}

.firstCol {
	text-align:right;
}

#calPopUp {
	width:auto;
	height:auto;
	position:absolute;
	background:#FFFFFF;
}

.required {
	font-style:italic;
}

#project_name ul li {
	display:inline;
	list-style:none;
	border-right:2px solid #F89828;
	font-size:16px;
	font-weight:bold;
	color:#808285;
	margin:0px;
	padding:0 10px 0 10px;
}

#project_name a {
	color:#808285;
}

#project_name a:hover {
	color:#F89828;
}

#project_img ul li {
	display:inline;
	list-style:none;
	padding:0 10px 0 10px;
}

sup, sub {
	line-height:0px;
	font-size:8px;
	margin-top:-5px;
}

#survey_table {
	margin-left: 25px;
}

#survey_table .col_left {
	padding: 3px 5px 0px 0px;
	text-align: right;
}

#survey_table .col_right {
	padding-top: 3px;
}

#survey_table input{
	width: 200px;
}

.survey_question {
	width: 500px;
	margin: 15px 0px 0px 25px;
}

.survey_question input{
	margin-left: 15px;
}

.survey_question textarea{
	width: 400px;
	height: 75px;
	margin-top: 3px;	
}
