.bg_blue {
	background-color			: #437DBC;
}

DIV.formFieldNameOneColumn {
	float						: left;
	width						: 490px;
	padding						: 10px 5px 5px 0px;
	color						: #333333;
}
DIV.formFieldOneColumn {
	float						: left;
	width						: 440px;
	padding						: 0px 0px 0px 0px;
	position:relative;
}

DIV.formFieldOneColumn .section_header_info { position:absolute; top:-4px; left:450px; border:1px solid #BDBEC0; z-index:5000; }

DIV.formFieldOneColumn INPUT { border:1px solid #333333; }
DIV.formFieldOneColumn SELECT { border:1px solid #333333; }
DIV.formFieldOneColumn TEXTAREA { border:1px solid #333333; width:515px; margin-top:5px; }

DIV.double_column {
	float						: left;
	width						: 240px;
	margin-right:20px; display:inline;overflow:hidden;
}

.double_column DIV.formFieldNameOneColumn { width:240px;  }
.double_column DIV.formFieldOneColumn  { width:240px; }

.double_column .section_header_bar { background:none; border:0; margin:20px 0 0 0; }
.double_column .section_header_text { color:#333333; }
.double_column .section_header_info { display:none; }

.double_column  .section_header_info { display:none; }
.double_column .width_100_percent { width:230px; }

.section_header_bar { 
	background-color:#BDBEC0;
	border:1px solid #BDBEC0;
	margin:20px 0 0 0; 
}

.section_header_text {
	float:left; 
	width:480px;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
}

.section_header_info {
	float:right;
	width:20px;
	background-color:#FFFFFF;
	padding:5px;
	text-align:center;
	position:relative;
	cursor:pointer;
	color:#ED008B;
	font-weight:bold;
	z-index:5000;
}

.section_header_info_over { background-color:#ED008B; color:#FFFFFF; }

.info_text { 
	position:absolute;
	width:180px;
	padding:10px;
	color:#FFFFFF;
	top:24px;
	left:-169px;
	background-color:#666666;
	text-align:left;
	display:none;
	opacity:0.9;
	filter:alpha(opacity=90);
	z-index:501;
}

.info_text_iframe {
	/*position:absolute;
	top:20px;
	left:281px;
	width:200px;
	height:600px;
	background-color:#FF0000;
	z-index:500;*/
}

.awards_left_content ul { margin:0 0 0 1em; padding:0; }
.awards_left_content ul li { margin:0 0 5px 0; padding:0; }

/* -------------------------------
	CLEARFIX FLOATING FIXES
---------------------------------- */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clear { overflow:hidden; clear:both; height:1px; margin:-1px 0px 0px 0px; font-size:1px; }
.clear-simple {	clear:both; }

/* -----
SH stuff
------*/

.ctrDropDown{
    width:190px;
}
.ctrDropDownClick{
    width:500px;
}

