*{
	margin: 0;
	padding: 0;
	line-height: 18px;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#FFFFFF;
	color: #14213E;
}
#container{
}

h1{
	background:url(/images/popup/bgContactH1.gif) no-repeat;
	width:216px;
	height:26px;
	color:#FFFFFF;
	font-size: 16px;
	line-height: 16px;
	padding: 10px 0 0 20px;
	display:block;
	float:left;
	height: 60px;
}
#menu{
	width: 160px;
	float:left;
	clear:both;
	margin: 0 0 0 40px;
}
#menu h2{
	width: 160px;
	font-size: 16px;
	line-height: 16px;
	border-bottom:1px solid #C7C2D3;
	padding:0 0 5px;
	color:#14213E;
}
#menu ul{
	border-bottom:1px solid #C7C2D3;
}
#menu ul li{
	list-style: none;
}
#menu ul li a{
	width: 150px;
	display: block;
	padding: 5px;
	color:#14213E;
	text-decoration:none;
}
#menu ul li a:hover, #menu ul li a.selected{
	background-color: #F2F1F5;
	color: #414141;
}
#main{
	width: 520px;
	margin: 0 0 0 40px;
	float:left;
}
#main p{
	margin: 0 0 15px 0;
}
#main h2{
	border-bottom:1px solid #C7C2D3;
	color:#14213E;
	font-size:28px;
	line-height:28px;
	margin:0 0 20px;
	padding:0 0 5px;
	width:520px;
}
#main h3{
	color:#14213E;
	font-size:20px;
	line-height:20px;
	margin:0 0 15px;
	padding:0 0 5px;
}
#main #address{
	width: 230px;
	float: left;
}
#main #mapImage{
	width: 280px;
	float: right;
}
#main #enquiry{
	clear:both;
	width: 520px;
	border-top: 1px solid #C7C2D3;
	border-bottom: 1px solid #C7C2D3;
	padding: 20px 0 0 0;
	margin: 0 0 15px 0;
}
#main #enquiry p label{
	float: left;
	clear:both;
	width: 150px;
}
#main #enquiry .formfield{
	width: 350px;
	background-color: #E6E5F2;
	border: 1px solid #E6E5F2;
	padding: 4px;
}
#main #enquiry #submit{
	margin-left: 150px;
}
.clearboth{
	clear:both;
}
#address{
	color:#333333;
}
#address .purple{
	color:#14213E;
	font-weight:bold;
}
a:focus{
	outline:none;
}
#main #enquiry p label.error {
	background-image:url(/admin/images/icons/error.png);
	background-position:0 50%;
	background-repeat:no-repeat;
	clear:both;
	color:#FF0000;
	display:block;
	float:none;
	margin:5px 0 0 150px;
	padding:0 0 0 24px;
	width:400px;
}


/* RECAPTCHA */
 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#eeeeee !important; /* reCaptcha widget background color */
 }
 
 #recaptcha_table {
   border-color: #cccccc !important; /* reCaptcha widget border color */
 }
 
 #recaptcha_response_field {
   border-color: #cccccc !important; /* Text input field border color */
   background-color:#ffffff !important; /* Text input field background color */
 }
