@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ecf9ff;
	margin: 10px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px;
	width: 740px;
	border: 1px solid #93c460;
	text-align: left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #71953e;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a {
	color: #014A8E;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #022648;
	font-weight: bold;
}
.pic {
	border: 1px solid #000000;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#social {
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 70px;
	width: 200px;
	margin-left: 520px;
	overflow: hidden;
	position: absolute;
	top: 180px;
}
#social a {
	display: block;
	padding-top: 80px;
}
.highlight {
	color: #990000;
	font-weight: bold;
}


.clear { clear: both; }

/** Contact Form **/
#contactForm .required { color: #cc0000; }
#contactForm .label { clear: left; float:left; margin-bottom: 4px; width: 110px; }
#contactForm .field { float: left; margin-bottom: 4px; width: 460px; }
#contactForm .labelfield { clear: left; margin-bottom: 4px; width: 570px; }
#contactForm ul.onethird { float: left; width: 30%; margin-left: 3%; padding: 0; list-style: none; }
