/***** Main Feature Section *****/

#featureleft {
	width: 466px; 
	height: 204px;
	float: left;
	background: url(../images/contact/main_left.jpg);
}

#featureright {
	width: 438px; 
	height: 204px;
	float: right;
	background: url(../images/contact/main_right.gif);
}

#featureright_text {
	position: relative;
	top: 70px;
	left: 34px;
	width: 351px;
}

#featureright_text p {
	display: inline;
	font-size: 14px;
	line-height: 1.5;
	color: #FFF;
}

/***** Main Content *****/

#main {
	background-color: #DCDCDC; 
	width: 904px;
}

#maincontainer {
	width: 674px;
	/*background-color: yellow;*/
	float: left;
	background-image: url(../images/contact/main_left_bg.jpg);
	background-repeat: no-repeat;
}

#formheader {
	width: 654px;
	height: 35px;
	background-image: url(../images/boxheader.gif); 
	background-repeat: repeat;
	margin: 0 0 0 20px;
}

p.blockheader {
	margin: 0;
	padding: 10px 0 0 25px;
	font-size: 14px;
	color: #999;
}

p.blockheader strong {
	color: #333;
	font-weight: bold;
}

/* IE Bug Fix */
/* Fixes a bug where IE adds extra pixels if a closing */
/* </div> tag is not connected to an image within it */
.rowcontainer img {
	display: block;
}

p.sectionheader {
	margin: 0;
	padding: 0 0 0 25px;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	float: left;
	display: inline;
}

.contactformbutton {
  float: right;
  display: inline;
  margin: 0 31px 0 0;
}

.rowcontainer {
	position: relative; 
	margin: 0 0 0 26px; 
	width: 596px; 
	height: 45px;
	border-top: 1px solid #CCC;
}

.rowcontainer_noborder {
	position: relative; 
	margin: 0 0 0 26px; 
	width: 596px; 
	height: 35px;
}

.rowdescription {
	position: absolute; 
	left: 52px; 
	top: 15px; 
	margin: 0; 
	font-size: 14px; 
	font-weight: bold; 
	color: #333;
}

.rowdescription_small {
	position: absolute; 
	left: 52px; 
	top: 5px; 
	margin: 0; 
	font-size: 12px;
	color: #333;
}

/* This is to move the description higher so we can show error messages ok */
.rowdescriptionhigh {
	position: absolute; 
	left: 52px; 
	top: 8px; 
	margin: 0; 
	font-size: 14px; 
	font-weight: bold; 
	color: #333;
}

/***** Main Block - Your enquiry *****/

#mainblock {
	width: 654px;
	margin: 0 0 0 20px;
	background-color: white;
}

.contactinput {
	padding: 3px 0 2px 0; 
	width: 357px; 
	position: absolute; 
	left: 236px; 
	top: 13px; 
	font-size: 12px; 
	color: #999;
}

.contactinput_small {
	padding: 3px 0 2px 0; 
	width: 357px; 
	position: absolute; 
	left: 236px; 
	top: 3px; 
	font-size: 12px; 
	color: #999;
}

.contactselect {
	width: 360px; 
	position: absolute; 
	left: 236px; 
	top: 13px; 
	font-size: 14px; 
	color: #999;
}

.contacttextarea {
	padding: 3px 0 2px 0; 
	width: 357px; 
	position: absolute; 
	left: 236px; 
	top: 13px; 
	color: #999;
	height: 110px;
	font: 11px Arial;
}

.termscheckbox {
	margin: 0;
	padding: 0;
	display: inline; 
	float: left;
}

.termscheckbox a:link { color: #999; text-decoration: underline; }
.termscheckbox a:visited { color: #999; text-decoration: underline; }
.termscheckbox a:active { color: #999; text-decoration: underline; }
.termscheckbox a:hover { color: #999; background-color: #666; text-decoration: underline; }

/***** Contact Details *****/

.contactdetailscontainer {
	position: relative; 
	margin: 0 0 0 26px; 
	width: 596px;
	border-top: 1px solid #CCC;
}

#contactdetailstext {
	float: left;
	font-size: 12px;
	color: #333;
	line-height: 2;
}

#contactdetailstext strong {
	font-size: 14px;
	font-weight: bold;
}

#contactdetailstext a:link { color: #CC0000; text-decoration: underline; }
#contactdetailstext a:visited { color: #CC0000; text-decoration: underline; }
#contactdetailstext a:active { color: #CC0000; text-decoration: underline; }
#contactdetailstext a:hover { color: #CC0000; text-decoration: underline; }

#contactdetailsmap {
	float: right;
}