/*
Contact CSS for site
by Simon Pollard - Deckchair UK Ltd
http://deckchair.co.uk
*/
table{
  float: left;
  clear: left; 
}


.contact h2 {
	background-color:#FFFFFF;
	border-bottom:1px solid #DEE4E6;
	margin-bottom:30px;
	padding-bottom:5px;
}
.contact h4 {
	margin-bottom: 20px;
}
.contact h6 {
	margin-bottom: 20px;
	margin-top: 30px;
}

#map-holder {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	border:4px solid #525252;
	color:#000000;
	left:50%;
	position:fixed;
	text-align:left;
	top:50%;
	z-index:202;
	display: none;
	width: 500px;
	margin-left: -250px;
	height: 280px;
	margin-top: -140px;
}

#map {
	width: 500px;
	height: 280px;
}



.contact #page_content {
	width: 600px;
}
.contact #main_content {
	margin-top: 20px;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	position: relative;
	padding-bottom: 20px;
}

/**
 * SIDEBAR
 *
 */
#sidebar {
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-y;
	clear:right;
	float:right;
	padding-bottom:20px;
	width:269px;
}
.sidebar_box {
	border-bottom: 1px solid #d0dce1;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-bottom: 25px;
	clear: both;
}
.sidebar_box_nofooter {
	border-bottom: none;
}
#sidebar h5 {
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 20px;
}
#sidebar p {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#view_map_small {
	background: url(../images/contact/small_map.gif) no-repeat;
	padding-left: 10px;
	width: 220px;
	padding-top: 165px;
	height: 27px;
	display: block;
}



/*
 * FORM
 *
 */
.curFocus {
	background-color: #fffde9;
}
.warning {
	color: #F00;
}
.highlightbox_red, #contact_form_col1 input.highlightbox_red, #contact_form_col2 input.highlightbox_red, p.captcha_holder input.highlightbox_red {
	border: 1px solid #F00;
}
.good {
	color: #060;
}

#email_form {
	margin-top: 30px;
}
label {
	font-weight: 700;
	margin-top: 0px;
}
label i {
	font-weight: normal;
	font-size: 11px;
}
#contact_form_col1 {
	width: 300px;
	float: left;
}
#contact_form_col2 {	
	width: 300px;
	float: left;
}
#contact_form_col1 p, #contact_form_col2 p {
	height: 90px;
	margin-bottom: 0px;
}
#contact_form_col1 input, #contact_form_col2 input {
	width: 250px;
	height: 17px;
	padding: 5px;
	border: 1px solid #b1b1b1;
	margin-top: 3px;
}
#contact_form_col1 p span, #contact_form_col2 p span, p.textarea_holder span, p.captcha_holder span {
	background: url(../images/contact/span_background.gif) no-repeat;
	padding-left: 5px;
	width: 256px;
	padding-top: 10px;
	height: 22px;
	display: block;
}

p.textarea_holder {
	height: 180px;
	clear: left;
}
textarea {
	border: 1px solid #b1b1b1;
	width: 550px;
	height: 100px;
	padding: 5px;
	margin-top: 3px;
}

/* Captcha */
p.captcha_holder {
	height: 100px;
	position: relative;
}
p.captcha_holder input {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 100px;
	height: 17px;
	padding: 5px;
	border: 1px solid #b1b1b1;
	margin-top: 3px;
}
p.captcha_holder img {
	position: absolute;
	left: 120px;
	top: 23px;
}
p.captcha_holder span {
	position: absolute;
	left: 0px;
	top: 55px;
}


p.form_submit {
	position: relative;
}
p.form_submit span {
	background: url(../images/contact/form_error.gif) no-repeat;
	padding-left: 20px;
	width: 423px;
	padding-top: 10px;
	height: 28px;
	display: block;
	position: absolute;
	left: 100px;
	top: 0px;
}
#email_form #submit, #ajax_email_form #submit {
	background: url(../images/contact/send.gif) no-repeat;
	padding-right: 22px;
	width: 104px;
	height:	40px;
	border: none;
	cursor: pointer;
}
