@charset "utf-8";
/* CSS Document */

@import url("reset.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #031233;
}
h1 {
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 35px;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 10px;
}
h3 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 10px;
}
/* top navbar styling */
#navbar_wrapper {
	background-color: #0a1a38;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b8c4e0;
}
#navbar {
	background-image: url(../images/back-navbar.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
}
#navbar ul {
	overflow: hidden;
	margin-left: 625px;
}
#navbar ul li {
	display: block;
	float: left;
}
#navbar a:link, #navbar a:visited {
	color: #ffdf7e;
	text-decoration: none;
	text-shadow: 3px 3px 3px #000000;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navbar a:hover {
	background-color: #485c65;
	color: #FFFFFF;
}

#navbar .bordered {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #abb3b7;
}
/* header styling */
#header_wrapper {
	background-color: #0a296a;
	background-image: url(../images/back-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#header_left {
	float: left;
	width: 50%;
}
#header_right {
	margin-left: 50%;
}
#social {
	padding-top: 20px;
	margin-left: 175px;
}
#phone {
	margin-left: 115px;
}

/* menubar styling */
.menubar_wrapper {
	background-color: #0a1a38;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b8c4e0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b8c4e0;
}
.menubar {
	background-image: url(../images/back-navbar.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
}
.menubar ul {
	overflow: hidden;
	margin-left: 10px;
}
.menubar ul li {
	display: block;
	float: left;
}
.menubar a:link, .menubar a:visited {
	color: #ffdf7e;
	text-decoration: none;
	text-shadow: 3px 3px 3px #000000;
	display: block;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.menubar a:hover {
	background-color: #485c65;
	color: #FFFFFF;
}

.menubar .bordered {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #abb3b7;
}
/* slideshow styling */
#slides_wrapper {
	background-image: url(../images/back-slideshow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #0a296a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b8c4e0;
}
#slideshow {
	text-align: center;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

/* content styles */
#content_wrapper {
	background-image: url(../images/back-main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	padding-bottom: 50px;
}
#content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 35px;
}
#content p {
	font-size: 16px;
	line-height: 170%;
	color: #FFFFFF;
	padding-bottom: 15px;
}
#content ul {
	font-size: 16px;
	line-height:120%;
	color: #FFFFFF;
	margin-left: 25px;
	list-style-type: disc;
	margin-bottom: 15px;
}

#footer {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #ffdf7e;
	text-decoration: underline;
}
#subscribe {
	background-color: #061121;
	border: 2px solid #FFFFFF;
	float: right;
	margin-bottom: 25px;
	margin-left: 25px;
	width: 350px;
	padding: 10px;
}
#subscribe h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
#subscribe p {
	line-height: 100%;
}
#subscribe li {
	padding-bottom: 15px;
}
#subscribe a:link, #subscribe a:visited {
	color: #BF2890;
	text-decoration: none;
}
#subscribe a:hover {
	color: #FCCA39;
	text-decoration: underline;
}


.clear {
	clear: both;
}
#columns {
	overflow: hidden;
}
#col_left {
	float: left;
	width: 450px;
}
#col_left a:link, #col_left a:visited {
	color: #CBF0F9;
	text-decoration: underline;
}
#col_left a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#col_right {
	margin-left: 500px;
}
#col_right p {
	font-size: 16px;
	color: #FFFFFF;
	padding-bottom: 15px;
	line-height: 120%;
}

cite {
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 150px;
	display: block;
}
table {
	margin-bottom: 15px;
}
a:link.button, a:visited.button {
	text-decoration: none;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	background-color: #BF2890;
	display: block;
	color: #FFFFFF;
	text-align: center;
	width: 135px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
a:hover.button {
	color: #194186;
	text-decoration: none;
	background-color: #FCCA39;
}
/* form styling */
#col-left-contact {
	float:left;
	width:550px;
}
#col-right-contact {
	margin-left:600px;
}
label {
	font-size: 16px;
	color: #FFFFFF;
	float: left;
	display: inline;
	text-align: right;
	width: 180px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.form_element {
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
.form_element input, .form_element textarea {
	border: 1px solid #00176D;
	font: normal normal 14px Arial, Helvetica, sans-serif;
	width:250px;
}
.form_element img {
	max-width:250px;
}
.submit {
	margin-left: 190px;
}
table {
	margin-top: 25px;
}

th {
	background-color: #3778D4;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
}
td {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	color: #031233;
}
.dark {
	background-color: #C4D8F2;
}
.light {
	background-color: #FFFFFF;
}
.photo_right {
	float: right;
	margin-left: 15px;
}
#buttons {
	overflow: hidden;
	display: block;
	margin-bottom: 15px;
}
#buttons .left {
	float: left;
	display: block;
	width: 150px;
}
#buttons .middle {
	display: block;
	float: left;
	width: 150px;
}
#buttons .right {
	display: block;
	float: left;
}
#sitemap blockquote a {
	font-size: 16px;
	line-height: 150%;
	font-weight:bold;
}