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

/* column layout */
#main #cols {
	width: 926px;
	position: relative;
}
#main #cols #left_col {
	width: 245px;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 592px;
	height: auto !important;
	height: 592px;
	background: url(../images/interface/right_col_bg.jpg) repeat-x top left;
}
/* left navigation */
#main #cols #left_col #left_nav {
	margin-bottom: 15px;
}
#main #cols #left_col #left_nav ul {
	margin: 0px 0 0 0;
	padding: 0;
	list-style-type: none;
}
#main #cols #left_col #left_nav ul li {
	height: 31px;
	background: url(../images/interface/left_nav_bg.jpg) no-repeat top left;
	border-bottom: 1px solid #C2C3C3;
}
#main #cols #left_col #left_nav ul li.first {
	background: none;
}
#main #cols #left_col #left_nav ul li.selected {
	background: url(../images/interface/left_nav_sel.gif) repeat-y top left;
}
#main #cols #left_col #left_nav ul li.selected a:hover{
		text-decoration: none;
}
#main #cols #left_col #left_nav ul li a {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	font-size: 9pt;
	padding: 10px 0 0 25px;
	display: block;
}
#main #cols #left_col #left_nav ul li a:hover {
	text-decoration: underline;
}
#main #cols #right_col {
	margin-left: 245px;
	position: relative;
}
/* content header override background in page */
#main #cols #right_col #content_header {
	height: 49px;
	padding: 45px 0 0 43px;
	color: #FFF;
	background: url(../images/interface/content_header_bg.jpg) no-repeat top left;
}
#main #cols #right_col #content_header h2 {
	margin: 0;
	padding: 0;
	font-size: 14pt;
}

/* left banner */
#main #cols #left_col #left_banner {
	margin-left: 5px;
}
/* main content */
#main #cols #right_col #content {
	background: url(../images/interface/content_bg.jpg) no-repeat top left;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding: 20px 45px 45px 25px;
	clear: both;
}
html>body #main #cols #right_col #content{height:auto}/* not ie6- */

#main #cols #right_col #content h3 {
	font-size: 11pt;
	color: #83253C;
	background: url(../images/interface/h3_bg.gif) no-repeat bottom left;
	padding: 0 0 2px 0;
}
#main #cols #right_col #content h4 {
	font-size: 10pt;
	color: #669933;
	background: url(../images/interface/h4_bg.gif) no-repeat bottom left;
	padding: 0 0 2px 0;
}
#main #cols #right_col #content h5 {
	font-size: 10pt;
	margin: 0;
	padding: 0;
}
#main #cols #right_col #content a {
	color: #83253C;
	text-decoration: underline;
}
#main #cols #right_col #content a:hover,
#main #cols #right_col #content a:active {
	text-decoration: none;
}
#main #cols #right_col #content p {
	margin: 0 0 15px 0;
	line-height: 1.4em;
}
#main #cols #right_col #content li {
	padding-bottom:10px;
}
#main #cols #right_col #content img {
	float: right;
	padding: 1px;
	margin: 0 0 20px 25px;
	border: 1px solid #999;
}
#main #cols #right_col #content .nofloatimage img, #main #cols #right_col #content p.nofloatimage img {
	float: none;
	border: none;
	margin:0px;
}

#main #cols #right_col #content img.picleft {
	float:left;
	margin-left: 0px;
	margin-right: 20px;
}

#main #cols #right_col #content img.left {
	float: none;
	padding: 1px;
	margin: 0 25px 0 0px;
	border: 1px solid #999;
}
#main #cols #right_col #content fieldset img {
	float: none;
	padding: 0;
	margin: 0;
	border: none;
}
#main #cols #right_col #content fieldset, {
	border: 1px solid #CCC;
	padding:15px;
}

#main #cols #right_col #content fieldset legend {
	color: #666;
	font-size: 10px;
	margin-bottom: 15px;
	font-weight: bold;
}
/* tables */
#main #cols #right_col #content table  {
	clear: both;
	border: 1px solid #9DCE50;
	width: 591px;
}
#main #cols #right_col #content table th {
	background: url(../images/interface/th_bg.gif) repeat-x top left;
	height: 22px;
	padding: 22px 0 7px 10px;
	text-align: left;
	color: #000;
	background-color:#cdcdcd;
}
#main #cols #right_col #content table th,
#main #cols #right_col #content table td {
	border-top: none;
	border-right: 1px solid #C2C3C3;
	border-bottom: 1px solid #C2C3C3;
	border-left: none;
	

}
#main #cols #right_col #content table td {
	background: url(../images/interface/td_bg.gif) repeat-x top left;
	height: 13px;
	padding: 13px 0 7px 10px;
	text-align: left;
	color: #666;
	font-size: 9pt;
	background-color:#f3f3f3;
}
.requiredcontent {
	color: #FF0000;
}

#site #main #cols #right_col #content #back {
	font-size: 10px;
	background-image: url(../images/interface/back.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 10px;
}

/* Contact Form */
form#contactForm label {
	display: block;
	color: #666;
	font-weight: bold;
	font-size: 11px;
}
form#contactForm div.row {
	clear: both;
	margin-bottom: 15px;
}
form#contactForm div.col {
	width:auto;
	float: left;
	padding-right: 10px;
}
form#contactForm input, form#contactForm textarea {
	background: url(../images/interface/input_bg.gif) repeat-x;
	border: 1px solid #666;
}
form#contactForm textarea { 
	background-color: #FFF;
}
form#contactForm label.error {
	color: #CC0000;
	font-size: 10px;
	font-weight: normal;
}
form#signUp div#interests label {
	font-weight: normal;
	padding-left: 25px;
}

#ecosafe {
	padding-left: 25px;
}
