@charset "utf-8";
/* CSS Document */

div#mainbody h1 { 
	color: #FFFFFF;
	background: url(/images/backgrounds/bg_title_contact.jpg) no-repeat; 
	width: 944px; 
	height: 72px; 
	text-align: letf;
	line-height: 68px;
	padding-left: 10px;
	margin: 0px 0px 25px 0px;
}
#mainbody #maintext.home p { color: #9A9999; font-family: Georgia, Times, serif; font-size: 2.4em; line-height: 1.4em;  }


div#centretext.contact { width: 725px; margin-left: 45px;} 

#preslink { 
	position: absolute; 
	top: 0px; 
	right: 23px;  
	z-index: 2; 
	width: 200px; 
	height: 20px; 
	text-align: center; 
	background: #F7F7F7; 
	padding-top: 3px;
	display: none; 
}
#preslink a { 
	text-decoration: none; 
	font-size: 1.1em; 
	display: block; 
	background: url(../images/icons/arrow_red_bottom.gif) no-repeat;
	padding-left: 4px;
}
#preslink a:hover { text-decoration: underline; }
#preslink img { vertical-align: middle;}

#PDFlink { 
	/*position: absolute; 
	top: 0px; 
	right: 23px;  
	z-index: 2; */
	width: 200px; 
	height: 20px; 
	margin-left: 15px;
	text-align: left; 
	background: #F7F7F7; 
	padding-top: 3px;
	
}
#PDFlink a { 
	text-decoration: none; 
	display: block; 
	background: url(/images/icons/arrow_red_bottom.gif) no-repeat;
	padding-left: 14px;
}
#PDFlink a:hover { text-decoration: underline; }
#PDFlink img { vertical-align: middle;}

#strandMap { float: right;}

#strandMap #GoogleMap_Div h2, #strandMap #GoogleMap_Div p { margin: 0px; font-size: 1.2em; }
#strandMap #GoogleMap_Div h2 { font-size: 1.4em; }
.redtext { color: #B4263E; }
.redtexttbig { color: #B4263E; font-size: 1.3em; }
/* Form */
div#centretext.contact label { font-size: 1.3em; display: block; margin: 5px 0px; float: left; width: 200px; clear: left; }
div#centretext.contact input, div#centretext.contact textarea { width: 200px;}
div#centretext.contact input.btSend { width: 60px; margin-left: 340px; margin-bottom: 20px;}
div#centretext.contact input.noborder { color: #B4263E; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; border: none; width: 400px;}
div#centretext.contact span.checkBox input { width: 30px;}
