﻿@charset "UTF-8";

h1 {
	text-align:center;
	margin-bottom:16px;
}
#contactForm {
	margin:0;padding:0 25px;
}
#contactForm h2 {
	margin:0 0 10px 0;padding:0;
}

#contactData label {
	display:block;
	margin:12px 0 2px 0
}

#contactImg {
	float:left;
	clear:none;
	padding-right:15px;
}

#contactDetails {
	float:left;clear:none;
	border-left: 1px solid #535BAC;
	padding-left:15px
}

#contactDetails h3 {
	margin-top:0;
}

dt {
	font-weight:bold;float:left;clear:left;
	width:100px;text-align:right;
}
dd {
	float:left;clear:right;margin-bottom:12px
}
#contactInterests {
	list-style:none;
	margin:0;padding:0
}
#contactInterests li {
	margin-bottom:8px
}

/** Contact Form */

fieldset {
	margin:2px
}
legend {	
	font-size: 12pt;
	font-weight: bold;	 
	color: #A48C5E;
}

#contactData{
	padding-left:12px
}

#contactInterests {
	margin:0;padding:0;
}
#contactInterests label {
	display:inline;width:auto;margin:0 0 0 8px
}

#contactInterests li {
	list-style:none inside;
	margin:12px 12px 0 24px;
	text-indent:-24px
}
#comments {
	width:95%;height:80px
}
#contactInfo dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #231E82;
	font-weight: bold;
	float:left;width:90px;clear:left;margin:0 0 8px 0;
	text-align:right;
}

#contactInfo dd {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #242E84;
	float:left;clear:right;margin:0 0 8px 10px;
}

#contactInfo p {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

#contactInfo h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #231E82;
	height: 31px;
	color: #A48C5E;
	margin-bottom:0
}

#contactInfo h3 {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #A48C5E
}

#submitButton {
	float:left;clear:both;
}

label {
	display:block;
	width:120px;
	margin:6px 4px 0 0
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

label {
	font-weight: bold;
}

select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7F7D7D;
}

textarea {
	font-family: Arial;
	font-size: 14px;
	color: #008000;
	background: #e4ecf3;
}

input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008000;
	background: #e4ecf3;	
}

.input1 {
	width: 166px;
	padding: 2px;
	background: #FFFFFF;
	border-top: 1px solid #C2C2C2;
	border-right: 1px solid #F0F0F0;
	border-bottom: 1px solid #FDFDFD;
	border-left: 1px solid #F0F0F0;
}

.input2 {
	width: 59px;
	height: 24px;
	border: none;
	background: url("/images/homepage23.gif") no-repeat left top;
	font-weight: bold;
	color: #FFFFFF;
}

.required  {
	color:red
}

.required-smaller {
	font-size: 10px;
	color: red;
	font-weight: normal;
	height:8px;
}
