@charset "UTF-8";
/* CSS Document */

body {
	background: #7677A2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: left;
}
#homewrapper {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	background-image: url(images/line_vert.gif);
	background-repeat: no-repeat;
	background-position: left 60px;
	text-align: left;
}
#homerightcol {
	float: right;
	width: 300px;
}
#homebody {
	margin-top: 25px;
	width: 595px;
	padding-left: 5px;
}
#header {
	background-color: #55568e;
	margin: 0px;
	padding: 0px;
	width: 755px;
}
#menu {
	float: left;
	width: 350px;
	margin: 0px;
	color: #cccccc;
	font-size: 10px;
	line-height: 12px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
}
#mainbody {
	clear: both;
	width: 725px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #55568e;
	margin: 0px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#mainbody table {
	color: #000000;
}
#homefooter {
	clear: both;
	width: 595px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 25px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F8AB0F;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	margin-left: 5px;
}
p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
}
.greentxt {
	color: #99CC33;
}
.greenbg  { 
	background: #99cc33; 
}

.floatleft {
	float: left;
	padding-right: 10px;
}
.contactform {
	float: right;
	height: 120px;
	width: 300px;
	color: #CCCCCC;
	font-size: 10px;
}
#mainbody a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footer {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	background-color: #55568e;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 15px;
}
#homefooter p {
	color: #000000;
}
.small    { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #333333; 
	font-size: 9px; 
	line-height: 12px; 
 } 
.greybg {
	background-color: #999999;
}
.whitebg {
	background-color: #FFFFFF;
}
.whitebg a {
	color: #55568e;
}

#mainbody a:hover {
	color: #F8AB0F;
	text-decoration: none;
}
#menu a:hover {
	color: #F8AB0F;
	text-decoration: none;
}
#footer a:hover {
	color: #F8AB0F;
	text-decoration: none;
}
.label {
	font-size: 10px;
	color: #FFFFFF;
	line-height: 12px;
}
.purple2 {
	background-color: #7677A2;
}
.homemenu {
	font-weight: bold;
	color: #FFFFFF;
}
.homemenu a {
	color: #FFFFFF;
	text-decoration: none;
}
input, textarea {
	width: 300px;
	border: 1px solid #55568E;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
}
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#FFFFFF !important; //reCaptcha widget background color
}
#recaptcha_table {
   border-color: #FFFFFF !important; //reCaptcha widget border color
}
#recaptcha_response_field {
   border-color: #55568E !important; //Text input field border color
   background-color:#FFFFFF !important; //Text input field background color
   font-family: Verdana, Arial, Helvetica, sans-serif !important;
   font-size: 12px !important;
}
#submit  {
	width: 100px;
	border: 1px solid #55568E;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.1em;
	background-color: #7677A2;
}
#formbutton {
	height: 21px;
	width: 47px;
}
#homefooter a {
	color: #FFFFFF;
	text-decoration: none;
}
#contactform {
	margin-top: 10px;
}
.warnings_div {
	display: none;
}
.warning {
	color: #CC0000;
}
#contactform p {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-right: 18px;
	padding-left: 18px;
}
#recaptcha_widget_div {
	padding-left: 10px;
}

