/* CSS Document */



* {
	font-family: Arial, Helvetica, sans-serif;
}
html {
	height: 100%;
	width: 100%;
	background: url(images/bkgrd.jpg) no-repeat center;
	background-size: cover;
}
body {
	margin: 0;
	padding: 0;
	background: url(images/bkgrd.png) repeat-x;
}
a {
	color: #154975;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrap {
	width: 950px;
	margin: 0 auto;
}
#top {
	height: 183px;
	background: url(images/top2.png) center top no-repeat;
}
#nav {
	width: 639px;
	height: 58px;
	margin-top: 125px;
	float: left;
	line-height: 58px;
}
#nav a {
	color: #FFF;
	height: 58px;
	float: left;
	line-height: 58px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #000;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#nav a:hover {
	color: #6FF;
}
#social {
	width: 236px;
	height: 46px;
	margin-top: 101px;
	float: right
}
#social a {
	display: block;
	width: 40px;
	height: 46px;
	float: left;
	margin-right: 4px;
}
#body-outer {
	padding: 20px;
	margin-top: 10px;
	background: rgba(255,255,255,.5);
}
#header {
	margin: 0 auto;
}
#header img {
	box-shadow: 2px 2px 8px rgba(0,0,0,.5)
}
#body-main {
	min-height: 300px;
	padding: 20px 10px;
}
#footer-outer {
	background: #405f81;
}
#footer {
	font-size: 14px;
	color: #d8ecff;
	text-align: center;
	min-height: 50px;
	padding-top: 50px;
	width: 950px;
	margin: 0 auto;
	background: url(images/footer.gif);
}
#footer a {
	color: #d8ecff;
}
.highlight {
	background: #FF0;
}
h1 {
	margin-top: 0;
	font-size: 22px;
	color: #154975;
}
h3 {
	margin-top: 0;
	font-size: 22px;
	color: #154975;
}
form {
	line-height: 30px;
}
.caption {
	font-size: 12px;
}
input.error, select.error, textarea.error {
	border: 1px solid red;
}
.errormsg {
	display: block;
	width: 100%;
	position: relative;
}
.red {
	color: red!important;
}
label.error {
	color: red!important;
	font-size: 13px!important;
	z-index: 1000;
	font-weight: normal;
	width: auto;
	position: absolute;
	top: -3px;
	left: 10px;
	background: #FFF;
	border: 1px solid #bbb;
	border-radius: 5px;
	padding: 8px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
}
label.error:before {
	content: "";
	position: absolute;
	border-style: solid;
	border-color: #bbb transparent;
	display: block;
	width: 0;
	top: -10px;
	bottom: auto;
	left: 20px;
	border-width: 0 10px 10px;
}
label.error:after {
	content: "";
	position: absolute;
	border-style: solid;
	border-color: #fff transparent;
	display: block;
	width: 0;
	top: -9px;
	bottom: auto;
	left: 21px;
	border-width: 0 9px 9px;
}
