﻿@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
}

.menubutton	{
	font-family: Arial, Helvetica, sans-serif, Default;
	font-weight: bold;text-align: center;margin-bottom: 2px;margin-top: 2px;font-size: 8pt; color:#FFFFFF;
	width:125px;

}
.menubutton a {padding: 2px;text-decoration: none;width: 98%;display: block;color: #FFFFFF;
	background-color: #008000;border-top: 2px solid #5555FF;border-left: 2px solid #5555FF;
	border-bottom: 2px solid #000080;border-right: 2px solid #000080;
}
.menubutton a:hover {background-color: #C0C0C0;border-top: 2px solid #31557F;
	border-left: 2px solid #31557F;border-bottom: 2px solid #9191FF;
	border-right: 2px solid #9191FF; color:#000080
}
.menubutton a:active {background-color: #333367;border-top: 2px solid #274365;
	border-left: 2px solid #274365;border-bottom: 2px solid #9898cb;
	border-right: 2px solid #9898cb; color:#FFFFFF
}



#submitButton {
	float:left;clear:both;margin-left:135px
}

label {
	font-size: .9em;
	font-weight: bold;
	display:block;
	width:130px;
	margin:6px 4px 0 0
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}



/*select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7F7D7D;
}*/

textarea {
	font-size: 12px;
	color: #000;
	padding: 2px 4px;
	background-color: #FFFAE6;
}
select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
input{
	font-size: 1em;
	color: #444;
	background: #FFFAE6;
	padding: 2px 4px;
}


.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("/common/images/general/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;
}
