* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #f1f5f6;
	margin: 0;
	padding: 0;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
}

h1 {
	font-size: 20px;
	margin-bottom: 10px;
}

p, ul {
	margin-bottom: 10px;
}

#header, #content-wrapper, #footer {
	width: 944px;
	margin: auto;
	background-color: #fff;
	overflow: auto;
}

#content-wrapper {
	padding-top: 20px;
}

#left-column {
	width: 294px; /* Total width: 335 */
	float: left;
	padding:0 15px 0 25px;
	border-right: 1px solid #243f8a;
}

#right-column {
	width: 574px; /* Total width: 609 */
	float: left;
	padding: 0 15px 0 20px;
}

#right-column-left {
	width: 340px;
	width: 295px;
	float: left;
}

#right-column-right {
	width: 259px; /* Total width: 335 */
	float: right;
	padding-left: 20px;
}

#right-column-footer {
	clear: both;
}

#footer {
	padding: 10px 0;
	text-align: center;
}

#footer hr {
	width: 95%;
	margin: auto;
	height: 1px;
	border: 0;
	background: #243f8a;
}

#footer p {
	width: 70%;
	margin: auto;
	font-size: 25px;
}

ul {
	padding-left: 15px;
	list-style: none;
}

ul li {
	padding-left: 19px;
	padding-bottom: 3px;
	background: url('./images/check-mark.png') 0 0 no-repeat;
}

.purple, .bio-entry h3 {
	color: #2a337e;
}

.underline {
	text-decoration: underline;
}

.larger {
	font-size: larger;
}

.bio-entry {
	overflow: hidden;
	margin-bottom: 20px;
}

.bio-entry .image-container {
	display: inline-block;
	float: left;
	width: 72px;
	margin-right: 10px;
}

.bio-entry .text-container {
	float: left;
	width: 215px;
}

.bio-entry p {
	font-style: italic;
}

.image-container img {
	width: 72px;
}

#contact-details {
	clear: both;
}

#contact-details li {
	margin-right: 4px;
}

#contact-details span:not(:first-child) {
	margin-left: 20px;
}

.flowplayer {
	margin-bottom: 10px;
}

#user-capture-form {
	background: #24486c; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0NDg2YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjhhYWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #24486c 0%, #668aae 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#24486c), color-stop(100%,#668aae)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #24486c 0%,#668aae 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #24486c 0%,#668aae 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #24486c 0%,#668aae 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #24486c 0%,#668aae 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24486c', endColorstr='#668aae',GradientType=0 ); /* IE6-8 */
	color: #FFF;
	padding: 20px 0;
}

#user-capture-form select, #user-capture-form input {
	border:1px solid #FFF;
	width:123px;
	height:20px;
	color: #000;
}

#user-capture-form label {
	display: inline-block;
	width: 75px;
	/*height: 30px;*/
	font-size: 10px;
	text-align: right;
}

.input-row {
	min-height: 30px;
	width: 250px;
	text-align: center;
}

#user-capture-form .header {
	color: #FFF;
	text-align: center;
	margin-bottom: 40px;
}

.header h2 {
	font-weight: bold;
}

.form-disclaimer {
	padding: 10px 10px 0 10px;
	text-align: center;
}

div.errorMessage {
	color: #FF908E;
	margin: auto;
	margin-bottom: 5px;
}

input.error, select.error {
	border: 1px solid #A94442!important;
}

.mt2 {
	margin-top: 2em;
}

.mb2 {
	margin-bottom: 2em;
}