body, input.submit {
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
}
a {
	text-decoration: none;
	color: #fff;
}
p, fieldset {
	margin-top: 20px;
}
a {
	border-bottom: 1px solid #99a4f2;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-property: border-color;
}
div#row2 a {
	border-color: #29a463;
}
div#row2 dl a {
	border-color: #52b380;
}
div#footer a {
	border-color: #777;
}
a:hover, div#row2 a:hover, div#footer a:hover {
	border-color: #fff;
}
ul + p {
	margin-top: 15px;
}
h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
	margin: 10px 0;
}
h2.margin-top {
	margin-top: 20px;
}
h3 {
	font: 20px/20px Georgia, "Times New Roman", Times, serif;
	font-weight: normal !important;
}
h4 {
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
	font-weight: normal !important;
}
h5 {
	margin-top: 20px;
}
h5, h6 {
	font-size: 18px;
}
h6 {
	font-weight: normal;
}
h1 {
	height: 182px;
}
h1 a, #footer a {
	border: none;
}
div#header {
	background: #8692f0 url(./../images/header.bg.png) no-repeat top center;
	text-align: center;
}
div#header p {
	margin-left: 120px;
	margin-right: 120px;
}
div#header p#intro {
	font: 24px/25px Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	margin-top: 15px;
}
div#header p#subintro {
	margin-top: 5px;
	font-weight: bold;
}
div#row1 {
	background: #8692f0 url(./../images/row1.bg.png) no-repeat bottom center;
	padding-bottom: 80px;
}
div#row2 {
	background: #009245 url(./../images/row2.bg.png) no-repeat top center;
	padding-bottom: 20px;
}
div#footer {
	padding: 40px 0 20px;
	background: #4d4c4f url(./../images/footer.bg.png) repeat-x top center;
}
div#footer img {
	vertical-align: middle !important;
	margin: 20px 20px 0 0;
}
div.logos {
	border-left: 1px solid #aaa;
	padding-left: 20px;
	padding-bottom: 30px;
	width: 450px !important;
}
a.button, input.submit {
	border: none;
	background: #fff;
	color: #009245;
	font-weight: bold;
	padding: 4px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
}
a.button:hover, input.submit:hover {
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;	
}
a.header-link {
	border: none;
	display: block;
	background: #99a4f2;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-property: background-color, color;
}
a.header-link:hover {
	background: #fff;
	color: #009245;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
}
dl, ul {
	margin-top: 15px;
}
li {
	background: #29a463;
	padding: 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
}
div#row1 li {
	background: #99a4f2;
}
dt {
	background: #29a463;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
dd {
	background: #29a463;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin-bottom: 10px;
}

/* Forms ------------------------------------------------------------------ */

label {
	display: block;
	font-weight: bold;
}

input.text, .text input, textarea {
	background: #29a463;
	border: 1px solid #52b380;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	padding: 5px;
	width: 450px;
	margin: 5px 0 10px;
}
textarea {
	height: 100px;
}
.errors ul {
	margin: 5px 0 0;
}
.errors li {
	background: #ddd;
	color: #f00	;
}