@charset "utf-8";
/* CSS Contact Form */

#contactpic {
	position: relative;
	top:25px;
	left:15px;
	width:250px;
	height:137px;
	border: 2px solid #2E3754;
}

#contactinfo {
	position: relative;
	top:25px;
	left:15px;
	width:250px;
	height:137px;
	font-family: 'Georgia';
	font-size: 13px;
	padding: 10px;
}

#contactinfo a {
	text-decoration:none;
}

#contactinfo a:hover {
	text-decoration:underline;
}

#contactaddress {
	position: relative;
	top:10px;
	left:30px;
	width:190px;
	font-family: 'Georgia';
	font-size: 13px;
	height: 74px;
	font-weight: bold;
}

#contactmap {
	font-family: 'Georgia';
	font-size: 13px;
	font-weight:normal;
}

#contact_form {
	width:290px;
	margin:0 auto;
	padding:0;
	/* background: transparent url(/images/form_bg.png) no-repeat;*/
	position:relative;
	top: 20px;
	left: -18px;
	z-index: 900;
}

#contacttext {
	width: 270px;
	text-align : left;
	font-family: 'Georgia';
	color: #FFFFFF;
	z-index: 10;
	padding: 5px 5px 5px 5px;
	left: 5px;
	font-style: italic;
	font-size: 0.8em;
	position: relative;
	top: 10px;
}

#contactback {
	width: 290px;
	height: 290px;
	background-image: url(../images/contactback.jpg);
	margin: 6px 0px 0px 10px;
	position: relative;
	top: 18px;
	border: #41597d 2px;
	left: 14px;
	border: #2E3754 2px solid;
}

form fieldset {
	font-family:'Georgia';
	font-size:12px;
	margin:0px 0px 0px 0px;
	width:300px;
	position:relative;
	border:0;
	display:block;
	padding: 0px 0px 8px;
	height: 100px;
}

form fieldset legend {
	border-width:1px;
	border-style:solid;
	border-color:#BBBB66;
	color:#3D7169;
	font-weight:bold;
	font-variant:small-caps;
	font-size:140%;
	padding:4px 8px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -12px; 
	background:white;
}

label {
	font-size:90%;
	display: block;
	float:left;
	width:98px;
	text-align:right;
	margin:.2em .2em 0 0;
	color:#FFFFFF;
	font-weight:bold;
	padding:8px 0px;
}

label.error {
	font-weight: normal;
	font-style: italic;
	color: #2e3754;
	font-size:12px;
	text-align:left;
	width:99px;
	padding-left:25px;
}

input.text-input {
	margin:4px;
	padding:2px 0;
	color:#333;
}

input.text-comments {
	margin:4px;
	padding:2px 0;
	color:#ffffff;
}

label#name_label {
	position:absolute;
	top:-3px;
	left:-18px;
	font-family:'Georgia';
	font-size: 13px;
	font-weight: normal;
}

input#name {
	position:absolute;
	top:0;
	left:83px;
}

label#name_error {
	position:absolute;
	top:-2px;
	left:286px;
}

label#email_label {
	position:absolute;
	top:35px;
	left:-18px;
	font-family:'Georgia';
	font-size: 13px;
	font-weight: normal;
}

input#email {
	position:absolute;
	top:38px;
	left:83px;
}

label#email_error {
	position:absolute;
	top:35px;
	left:286px;
}

label#phone_label {
	position:absolute;
	top:73px;
	left:-18px;
	font-family:'Georgia';
	font-size: 13px;
	font-weight: normal;
}

input#phone {
	position:absolute;
	top:76px;
	left:83px;
}

label#comments_label {
	position:absolute;
	top:111px;
	left:59px;
	font-family:'Georgia';
	font-size: 13px;
	font-weight: normal;
}

input#comments {
	position:absolute;
	top:200px;
	left:36px;
}

.textarea {
	position:absolute;
	top:141px;
	left:86px;
	width: 203px;
	height: 60px;
}

input {
	border: 2px solid #476188;
	height: 18px;
	background-color: #edf3fc;
}

input:focus {
	border: 2px solid #2E3754;
	height: 18px;
	background-color: #FFFFFF;
}

textarea {
   border: 2px solid #476188;
	height: 60px;
	background-color: #edf3fc;
}

textarea:focus {
	border: 2px solid #2E3754;
	height: 60px;
	background-color: #FFFFFF;
}

/* Adjust location and display for Submit button */
input.button {
	position:absolute;
	top: 246px;
	left: 240px;
	width: 70px;
	height: 21px;
}

#input.button a {
	float: left;
	padding: 21px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:21px; /* for IE5/Win */
}
	
#input.button a:hover {
	background-position: 0 -22px;
}

/* Adjust location and display font for Submitted form message */
#message { font-family:'Georgia';; color:#2E3754; left:24px; margin:20px 0 0; position:relative; top:20px; width:220px; }
#message h2	{ font-size:150%; font-family:"Arial"; color:#FFFFFF; }
#message p { font-family:'Georgia';; color:#FFFFFF; font-weight:bold; margin:0px 0px 0px 40px;  }
#checkmark { position:absolute; top:20px; left:30px; }
