@charset "utf-8";
* {
	padding:0;margin: 0;
	}
body {
	background: #738899 url(../images/bodybk.gif);
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	}
#wrapper {
	position:relative;
	width: 630px;
	margin: 0 auto;
	text-align: left;
	}
#banner {
	margin:0; 
	color:#555555;
	padding:0px 0px 3px 0; 
	position:relative;
	height:92px;
	width:614px;
	}
#banner h1{
	color:#222222;
	padding-left:0px;
	}
#banner span {
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/contactheader.gif) no-repeat center top;
	}	
#clear {
	clear:both;
	}
/* --------------------- content styles ------------------------ */
#content{
	float:left;width: 100%;
}
/* ---- CONTACT ///////////////////////////////////////////////////////// */
#contactArea {
	padding: 0;
	
	}
#contactArea h1{
	font: bold 1.2em/1.8em "Trebuchet MS", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000;
	}
#contactArea p{
	font: .9em/1.4em Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin-bottom:1em;
	}
#contactArea a, #contactArea a:link{
	font:1em "trebuchet ms",Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	border-bottom:1px dotted #000;
	}
#contactArea a:hover{
	border-bottom-style: solid;
	}
#contactArea img{
	float:left;
	padding-right:1em;
	}
/* -- Forms styles --*/
fieldset {
	margin:10px auto 20px 10px;
	display: block;
	padding-left: 25px;
}
fieldset {
	background: #dce6ed url(../images/formbk.gif);
} 
em {
	color:#CC3333;
	}
.clear {
	clear:both;
	}
input {
	width: 250px;padding:3px 6px;
	color:#555;
	font:1em verdana,"Times New Roman", Times, serif;
	}
input.submit {
	float:right;
	width:220px;
	padding:10px 5px;
	}
/* reset width for non-text inputs */
input.radio, input.checkbox, input.submit {
  width: auto;
}
/* contain interior floats */
#docform {
	float:left;
	}
#docform p{
	position: relative;
	width: 100%;
	}
#docform form {
	width:38em;
}
form span{
	color:#CC0000;
	}
form strong {
	padding:3px;
	margin-bottom:4px;
	background:#009933;border:1px solid #000;
	font-size:.9em;font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	}
legend {
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	padding: 2px 15px;
	color: #333333;
	display: inline;
}
label {
	float:left;
	margin-right: 2em;
	}
label.top {
	display:block;
	float:none;
	}
/*style feedback message */
label .feedback {
	position: absolute;
	margin-left: 6em;
	left: 220px;
	font-weight: bold;
	color:#760000;
	padding: 0 0 5px 20px;
	background: url(../images/notice.gif) no-repeat left top;
	/* so IE doesn't freak out */
	width: 200px;
}

fieldset[id=personalDetails]{
	background: #dce6ed url(../images/formbk.gif);
	border: 2px groove #ccc;
}
legend[class=legend] {
	background:url(../images/legendbk.gif) repeat-x;
	border-top: 2px groove #666;
	border-right: 2px groove #666;
	border-left: 2px groove #ccc;
	padding-bottom:5px;
	margin-bottom:25px;
	margin-left:-27px;
}

input:focus, textarea:focus {
	border: 2px solid #ab0101;
	}
textarea{
	color:#555;
	font:.9em Verdana, Arial, Helvetica, sans-serif;
	width:540px;
	}
/* -------------------- footer styles -------------------------------- */
#footer {
	margin-top: 2em;padding:1.2em;
	color: #fff;
	font: .7em verdana, arial, Helvetica, sans-serif;letter-spacing:.2em;
	background: #DDDDDD url(../images/formfooterbk.gif) repeat-x;
	clear: both;
	border:2px groove #ddd;
	text-align:center;
	}
#footer a{
	margin:0 10px;
	color: #fff;
	text-decoration: none;
	}

