/*************************************************************************************\

								CSS FOR CONTACT US

\*************************************************************************************/

#contactus_container {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

#contactus_header {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

#contactus_header_left {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 309px;
	height: 231px;
	background: url('../../images/contact-us_01.jpg');
}

#contactus_header_right {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 431px;
	height: 231px;
	background: url('../../images/contact-us_02.jpg');
}

#contactus_header_right h2 {
	display: block;
	position: relative;
	margin: 0;
	padding: 100px 0px 0px 0px;
	font-family: "Trebuchet MS", Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000;
}

#contactus_header_right h3 {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Sans-Serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000;
}

#contactus_form {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
}

#contactus_form label {
	display: block;
	position: relative;
	width: 45%;
	margin: 0;
	padding: 0px 10px 0px 0px;
	float: left;
	font-family: "Trebuchet MS", Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: right;
}

#contactus_form textarea {
	display: block;
	position: relative;
	width: 300px;
	margin: 0;
	padding: 0;
	float: left;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	border: 1px solid black;
}

#contactus_form #submit {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	background: #eee;
	border: 1px solid black;
}

#contact_via_area {
	display: block;
	position: relative;
	width: 45%;
	margin: 0;
	padding: 0;
	float: left;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
}

#contact_via_area .contactus_radio {
	display: inline;
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
	float: none;
}

#driving_directions {
	margin: auto;
	padding: 5px 0px 5px 0px;
	width: 98%;
	border-top: 1px solid #ddd;
}

#dd_left {
	width: 45%;
	float: left;
}

#dd_right {
	margin: 0px 0px 0px 20px;
	width: 45%;
	float: left;
}

#dd_right h4 {
	font-family: "Trebuchet MS", Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	color: #000;
}

#dd_right dt {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	color: #000;
}

#dd_right dd {
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	color: #000;
}


#dd_map {
	border: 1px solid #111;
	width: 350px;
	height: 350px;
}

/*****************************************************************************************\

	CLASS DEFINITIONS

\*****************************************************************************************/

.contactus_form_buttons {
	display: block;
	position: relative;
	width: 45%;
	margin: 0;
	padding: 0;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
}

.contactus_form_input {
	display: block;
	position: relative;
	width: 45%;
	margin: 0;
	padding: 0px 0px 0px 5px;
	float: left;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	border: 1px solid black;
	background: url('../../images/form_shader.png') top left no-repeat;
}


	
/* EOF */