@charset "utf-8";

html {
	height:100%;
}
body {
	height:100%;
	font-family:"Segoe UI", Helvetica, Arial, sans-serif;
	background-color:#4ca20b; /* Medium Green */
}

p {
	line-height: 1.75em;
}

h2 {
	margin-bottom: 5px;
}

h3 {
	margin-top: 0;
}

#wrapper {
	width:960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding:0.5em 0 2em 0;
	min-height:100%;
	background:#FFF;
}

#header {
	padding: 10px 0 30px 10px;
	color: #285c00;
}

#socialMediaLinks {
	text-align: right;
	margin-right: 15px;
}

.socialMediaIcon a {
	border: none;
}

#header p {
	margin-bottom: 0;
	margin-top: 0;
}

#subHeader {
	font-size: 12px;
	margin: 5px 15px;
	text-align: right;
}

#mainTitle {
	font-size:30px;
	font-weight: bold;
	line-height: 1em;
}

#header p {
	padding-top: 0;
}

#logo {
	float: left;
}

#content {
	clear: both;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

#content h1, #content h2, #content h3 {
	color: #285c00;
}

#content h3 {
	margin-bottom: 0;
}

#socialMediaWidgets {
	vertical-align: top;
}

#footer {
	margin-left: 30px;
}

p.afterHeader {
	margin-top: 0;
}

.hidden {
	display:none;
}

.clearBoth {
	clear:both;
}

a, a:visited, a:hover {
	color: #285c00;
}

a:hover {
	text-decoration: none;
}

.ui-icon {
	display: inline-block;
}

 /* Forms */

dt {
	width:150px;
	display:block;
	float:left;
	clear:both;
}
form dd {
	margin-left:0;
	padding-left:0;
	float:left;
}

form label.required:after {
	content:'*';
	color:#8B0000;
	font-weight:bolder;
}

form  ul.errors {
	list-style-type: none;
	padding-left: 0;
	color:#8B0000;
	font-weight:bolder;
}
/* Navigation */

#nav {
	background-color: #285c00;
}

#nav, #nav ul {
	padding: 0 0 0 10px;
	margin: 0;
	list-style: none;
	height: 50px;
}

#nav a {
	display: block;
	width: 100%;
	text-decoration: none;
	height: 30px;
	color: #fff;
	padding: 15px 5px 5px;
}

#nav a:hover {
	background-color: #4ca20b;
}

#nav li {
	float: left;
	width: auto;
	margin-right: 20px;
}

#nav li ul {
	position: absolute;
	width: 270px;
	left: -999em;
	background-color: #285c00;
	margin-top: 0;
	height: auto;
	padding: 0;
}

#nav li ul a {
	width: 260px;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
