body {
	background:#a7c1e3 url('../../images/bluegradient.png') repeat-x left top;
	}
a:hover {text-decoration: underline;}
h1, h2, h3 {font-weight: 400;}
h1 {font-size: 30px;}
h2 {font-size: 24px;}
h3 {font-size: 20px;}
li.h2 {font-size: 22px;}
p.return {font-size: 12px;}
p.consent {font-size: 16px;}
.underline {text-decoration: underline;}
.container {
	background: white;
	padding: 20px;
	margin-top: 50px;
	margin-bottom: 20px;
	box-shadow: 0 0 6px rgba(0,0,0,0.4);
	border-radius: 5px;
	}
.reveal-modal {
	left: 43%;
	margin-left: -260px;
	width: 700px;
	}
.notice {
	color: darkred;
	font-size: 18px;
	}
fieldset {
	background: #f1f1f1;
	border: none;
	border-radius: 2px;
	margin-bottom: 12px;
	overflow: hidden;
	padding: 0 10px;
	}
.inner {
	background: #f1f1f1;
	border: none;
	border-radius: 2px;
	padding: 10px;
	}
.inner p {
	font-size: 16px;
	margin-bottom: 0;
}
.container.top {margin-bottom: 0}
ul {
	background-color: #fff;
	border: 1px solid #eaeaea;
	list-style: none;
	margin: 12px;
	padding: 12px;
	}
ul li {
	margin: 0.5em 0;
	}
label {
	display: inline-block;
	padding: 3px 6px;
	text-align: right;
	width: 41%/*200px*/;
	vertical-align: top;
	}
input, select, button {font-size: 100%;}
.small {width: 16%/*75px*/ !important;}
.medium {width: 31%/*150px*/ !important;}
.large {width: 59%/*290px*/ !important;}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	display: inline;
	}
ul.breadcrumbs{ 
 border: none;
 }
nav ul li {
	font-size: 16px;
	display: inline;
	}
nav ul li {
	margin: 0 10px;
	}
nav ul li:first-child  {margin-left: 0;}
nav ul li a {
	padding: 5px;
	}
nav ul li a:hover {
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 3px;
	text-decoration: none;
	padding: 4px;
	}
nav ul li.current {
	background: #ddd;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px;
	}
nav ul {
	padding: 0;
	margin: 0;
	}
.spacer-bottom {height:0px;}
.button a {
	color: white;
	font-size: 14px;
	}
.button a:hover {
	text-decoration: none;
	}
p.button-right {text-align: right;}
.button-right {
	width: 75px;
	float: right;
	margin: 0 15px 15px;
	}
p.button-left {text-align: left;}
.button-left {
	width: 75px;
	float: left;
	margin: 0 15px 15px;
	}
p.text-center {
	margin: 5px 0 0;
	text-align: center !important;
	}
textarea {
	font: inherit;
	width: 57%/*290px*/;
	display: inline;
	}
input[type="text"], input[type="email"] {
	height: 28px;
	font-size: 14px;
	}
.checkboxes label {
	text-align: left;
	width: 400px;
	width: 93%;
	}
.checkboxes input {margin-top: 8px;}
#financial h1, #financial p, #confidentiality h1, #confidentiality p {text-align: left;}
.submit-button {
	float: right;
	cursor: pointer;
	font-family: helvetica, sans-serif;
	background: #69CA14;
	padding: 5px;
	margin: 0 10px;
	border-radius: 5px;
	border: 1px solid #aaa;
	color:#2841A4;
	/*text-shadow: 1px 1px 2px #333;*/
}
.submit-button:hover  {
	background: #83DD34;
	}
address {
	font-style: normal;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	}
@media screen and (max-width: 785px) {
	nav ul li {
	margin: 0 5px;
	}
}
@media screen and (max-width: 835px) {
	.checkboxes label {
	width: 90%;
	}
}
		