/*///////////////////////////////////*/
/*  Contact Us Style Sheet */
/*///////////////////////////////////*/


div#mainContent div#columnLeft {
	float: left;
	width: 390px;
	margin-left: 25px;
	padding-right: 25px;
	border-right: 1px solid #d4d4d4;
}

div#mainContent div#columnRight {
	padding: 0px 0px 0px 0px;
	border-left: none;

	margin: 0px 20px 0px 0px; /* all browsers */
	*margin: 0px 20px 0px 0px; /* IE 7 and below */
	_margin: 0px 10px 0px 0px; /* IE 6 and below */
	
	width: 230px; /* all browsers */
	*width: 230px; /* IE 7 and below */
	_width: 220px; /* IE 6 and below */	
	
}
div#columnRight div#officeAddress {
	background: url(../../media/images/global/bg_fade.jpg) repeat-x;
	padding: 10px 20px;
}
div#columnRight div#officeAddress strong {
	font-size: 14px;
	font-weight: bold;
	color: #3A89B7;
}


/* Form Items */
form#contactUs {

}
form#contactUs input {
	float: left;
	width: 178px;
	margin: 0px 10px 8px 0px;
	font-size: 11px;
	color: #171717;
}
form#contactUs input.error {
	color: #ffffff;
	background-color: #a64500;
}
form#contactUs textarea {
	width: 368px;
	height: 170px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #171717;
	padding: 2px;
	margin: 0px 0px 8px 0px;
}
form#contactUs input.submit {
	background: url(../../media/images/global/icon_send.jpg) no-repeat;
	border: 0px;
	cursor: pointer;
	width: 57px;
	margin: 0px 0px 0px 318px;
}
