@charset "utf-8";
/* CSS Document */
#headerwrapper {
	height: 455px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header_bg.jpg);
	padding: 0px;
}
#sidecontent {
	overflow:hidden;
	height: 127px;
	width: 233px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #011F62;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	color: #FFF;
	background-image: url(images/green%20copy.jpg);
	padding-top: 187px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	line-height: 16px;
	font-size: 12px;
}

#leftwrapper {
	margin: 0px;
	padding: 0px;
	height: 455px;
	width: 310px;
	float: left;
	overflow: visible;
}
#rightwrapper {
	float: right;
	height: 455px;
	width: 650px;
	margin: 0px;
	padding: 0px;
}
#sidebar {
	background-color: #0162af;
	height: 334px;
	width: 274px;
	padding: 18px;
}
#mainbody p img {
	float: right;
	margin: 5px;
}
#logolettering {
	width: 650px;
	height: 130px;
	float: right;
}
#social {
	height: 27px;
	width: 270px;
	text-align: right;
	vertical-align: bottom;
	padding: 20px;
}
body {
	background-color: #011f62;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#mainbody p {
	font-size: 12px;
	line-height: 16px;
}
#logo {
	height: 200px;
	width: 310px;
	text-indent: -20px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainimage {
	height: 325px;
	width: 650px;
	float: right;
}
#mainbody {
	width: 610px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: right;
	/* [disabled]height: 325px; */
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#globalwrapper {
   -moz-box-shadow: 0 0 2em black;
	-webkit-box-shadow: 0 0 2em black;
    box-shadow: 0 0 2em black;
	background-color: #FFF;
	background-image: url(images/bottomimage.jpg);
	background-repeat: no-repeat;
	background-position: center 92%;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	height: 61px;
	width: 940px;
	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer a , #footer a:link{
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
#mainwrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
}
#bodywrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
