@charset "utf-8";
/* CSS Document */

<!--
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 90%;
	background-color: #EEEEEE;
	color: #000000;
	line-height: 1.3
}
h1 {
	font-size: 120%;
	font-weight: bold;
	color: #004065;
	padding: 0 0 1% 0;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #004065;
	padding: 0 0 2% 0;
}
h3 {
	color: #ff7900;
}
p {
	padding: 1% 0;
}
.subhead {
	font-weight: bold;
	color: #666666;
}
hr {
	height: 1px;
	border:0;
	background-color: #CCCCCC;
	margin: 2% 0;
}
li {
	padding-bottom: 5px;
}
a:link, a:visited {
	color: #ff7900;
	text-decoration: underline;
}
a:hover {
	color: #c13832;
}
/*--------------Structure--------------*/
#pagewrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
	overflow: hidden;
}
#header {
	width: 940px;
	margin: 20px 30px 20px 30px;
	overflow: hidden;
}

#content {
	width: 940px;
	margin: 0 30px 20px 30px;
	overflow: hidden;
}
#footer {
	width: 940px;
	margin: 0 30px 10px 30px;
	border-top: 1px solid #CCCCCC;
	overflow: hidden;
}
/*--------------Header--------------*/
#logo {
	height: 69px;
	width: 211px;
	float: left;
	margin-bottom: 20px;
}
#headercta {
	font-size: 110%;
	float: right;
	margin-top:43px;
}
#nav {
	background: #004065;
	width: 940px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

/*--------------Navigation--------------*/
#nav ul {
	list-style-type: none;
}
#nav li {
	float: left;
	border-right: #FFFFFF 1px solid;
	padding:0;
}

#nav li a:link, #nav li a:visited {
	float: left;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 30px 7px 30px;
	text-decoration: none;
}
#nav li a:hover {
	background: #00a0df;
}
#nav li.last {
	border: none;
}
#nav li.active {
	background: #00a0df;
}

/*--------------Content--------------*/
#leftcontent {
	float: left;
	width: 580px;
	margin-right: 20px;
	overflow: hidden;
}
#rightcontent {
	float: right;
	width: 340px;
	overflow: hidden;
}
.contentholder {
	width: 99.5%;
	min-height: 100px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #CCCCCC;
	overflow: hidden;
}

/*--------------Contact Form--------------*/
#contact-area {
	width: 100%;
	margin-top: 20px;
}

#contact-area input, #contact-area textarea, #contact-area select {
	padding: 3px;
	width: 230px;
	display: block;
	margin: 0px 0px 10px 0px;
	border: 1px solid #CCCCCC;
}

#contact-area select {
	width:238px;
}

#contact-area textarea {
	width: 300px;
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus, #contact-area select:focus {
	border: 1px solid #004065;
}

#contact-area input.submit-button {
	clear: both;
	margin: 10px 0 0 120px;
	display: inline;
	width: 80px;
}

#contact-area label {
	float: left;
	width: 120px;
}

#contact-area .contactError {
	font-weight: bold;
	color: #FF0000;
	padding: 0 0 20px 0
}

/*--------------Footer--------------*/
#footer p {
	padding-top: 10px;
	font-size: 90%;
	color: #666666;
}
#footer #left {
	float: left;
}
#footer #right {
	float: right;
	text-align: right;
}

/*--------------Misc--------------*/
.noroundcorners {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}
.noborders {
	width: 100%;
	border: none !important;
}
.padding10px {
	padding: 10px;
}
.marginbottom10px {
	margin-bottom: 10px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearfloat {
	clear:both;
}
.hidden {
	display:none;
}
.visible {
	display:block;
}
-->
