.black_nav H1{
	color:#fff;
	text-transform:uppercase;
	font-family:helveticaneue_condensed, arial, sans-serif;
	padding:0 70px;
	line-height:75px;
}

.moduleContent{
	padding:50px 70px;
}

/* CONTACT FORM */
.contact_middle {
	background:transparent url('../images/bg_form.gif') top left repeat-y;	
	width:670px;
	float:left;
}
	.contact_form .form_left {
		padding:25px 30px 35px 70px;
		overflow:auto;
		width:565px;
		color:#fff;
	}

		.contact_form .form_left .formElement{
			margin-bottom:10px;
			width:230px;
			float:left;			
		}
		
			.contact_form .form_left .formElement LABEL{
				text-transform:uppercase;
				width:auto;
			}
			.contact_form .form_left .formElement INPUT,
			.contact_form .form_left .formElement SELECT{
				background:#272727 url('../images/form_bg.gif') top left no-repeat;
				border:none;
				height:21px;
				width:200px;
				padding:5px;
				color:#fff;
				font-size:12px;
			}
			.contact_form .form_left .formElement SELECT{
				width:211px;
				height:29px;
			}
			.contact_form .form_left .formElement TEXTAREA{
				background:transparent url('../images/form_text_bg.gif') top left no-repeat;
				border:none;
				height:151px;
				width:437px;
				padding:5px;
				color:#fff;
				font-size:12px;
				_font-family:Arial,Verdana,Helvetica;
				clear:both;
				float:none;
			}
		.contact_form .form_left .formSubmit {
			clear:both;	
			margin-top:12px;
		}
			.contact_form .form_left .formSubmit INPUT{
				background:transparent url('../images/submit_button2.png') top left no-repeat;
				_background:none;
				_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="modules/contactus/templates/default/images/submit_button2.png",sizingMethod="crop");
				width:68px;
				height:36px;
				text-indent:-9999px;
				*text-indent:0px;
				*font-size:0px;
				*color:#0D8D7F;
				*text-align:left;
				cursor:pointer;
			}
			
			.contact_form .form_left .form_6_question_73,
			.contact_form .form_left .form_6_question_75{
				clear:both;
			}
			.contact_form .form_left .form_6_question_76 {
				clear:both;
				width:455px;
			}
		.contact_form .form_left .note1{
			padding:10px 0;			
		}			
		.contact_form .form_left .note2{
			padding:120px 0 10px;	
			*padding:50px 0 10px;
			*float:right;	
			*width:115px;
		}			
/* SIDE CONTACT */
.sidebar{
	float:left;
	width:300px;
	margin-left:2px;
}
	.contact_sidetop {
		height:326px;
		background:url(../images/contact_sidetop.jpg) no-repeat;
		margin-left:8px;
		padding:0 15px 0 38px;
		color:#585252;
	}
		.contact_sidetop H2{
			color:#fff;
			padding:40px 0px 27px;
			font-size:22px;
		}
		.contact_sidetop H3{
			font-weight:bold;
			font-size:13px;
		}
		.contact_sidetop H4{
			font-weight:bold;
			padding-top:5px;
		}
		
	.contact_sidemiddle {
		height:57px;
		width:290px;
		background:#000;		
	}
	.contact_sidebottom {
		height:228px;
		background:url(../images/contact_sidebottom.jpg) no-repeat;
		margin-left:8px;
	}

			
#contactDetails {float:left;width:350px;padding:0px;margin:0px;}
#contactDetails DT {float:left;width:90px;clear:left;font-weight: bold;text-align:right;}
#contactDetails DD {width:200px;display:block;float:left;margin:0px 0px 10px 10px;padding:0px;}
.moduleBody .moduleNav { display:none;}
.moduleContent FORM {display:block;float:left;}

