/*********************/
/* 	CONTACT US			  */
/*********************/


/************************/
/* 	Containers					  */
/************************/
div.twoColumn {
	background: #ffffff url(../media/images/background/wide_two_rightDark.jpg) repeat-y;
}
div.columnContent {
	float: left;
	width: 290px;
}

/************************/
/* 	Main Content				  */
/************************/
div#mainContent hr {
	margin: 20px 0px 20px 0px !important;
	margin-top: 0px;
	border: 0px;
	border-top: 1px dotted #b5bbb2;
	background-color: #ffffff;
	height: 1px;
	width: 100%;	
}


/************************/
/* 	Contact Form				  */
/************************/
form#contactUs {
	float: left;
	clear: both;
	padding-bottom: 50px;
}
form#contactUs input {
	color: #566B87;
	display: block;
	height: 20px;
	width: 290px;
	border: 1px solid #878c86;
	font-size: 11px;
	padding: 2px 0px 0px 2px;
	margin: 0px 0px 5px 0px;	
}
form#contactUs input.zip {
	display: inline;
	width: 80px;
	margin-left: 10px;
}
form#contactUs input.hidden {
	display: none;
}
form#contactUs select {
	height: 20px;
	width: 120px;
	margin: 4px 0px 4px 0px !important;
	margin-bottom: 10px;
	border: 1px solid #878c86;
	font-size: 11px;
	color: #566B87;
	padding: 0px 0px 0px 0px;

}
form#contactUs textarea {
	height: 253px;
	width: 290px;
	border: 1px solid #878c86;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 11px;
	color: #566B87;	
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;	
}

form#contactUs input.button {
	float: right;
	margin: 10px 5px 0px 0px;
	height: 19px;
	width: 57px;
	border: 0px;
}

form#contactUs button {
	float: right;
	margin: 10px 5px 0px 0px;
	height: 19px; 
	width: 57px; 
	border: 0px;
	cursor: pointer;
	background-color: #ffffff
}
form#contactUs button.submit {
	background-image: url(/media/images/button_submit.jpg); 
	background-repeat: no-repeat; 
}
form#contactUs button.reset {
	background-image: url(/media/images/button_reset.jpg); 
	background-repeat: no-repeat; 
}

