@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #36394C;
	font-family: Arial, Helvetica, sans-serif;
	}
	
a {
	color: #173A69;
	outline: none;
	}
	
img {
	border: none;
	}
	
h1 {
	font: bold italic 18px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #719FBF;
	padding-bottom: 5px;
	margin-bottom: 20px;
	text-transform: uppercase;
	}
	
h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #0D3B72;
	}
	
/* general purpose styles */

.clr {
	clear: both;
	}

/* begin main css */
	
#wrapper {
	width: 970px;
	margin: auto;
	background: #fff;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	}
	
#header {
	background: url(../images/header_bg.jpg);
	height: 169px;
	position: relative;
	}
	
#emaillogin {
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 0;
	right: 0;
	}
	
#logo {
	position: absolute;
	top: 14px;
	left: 24px;
	}
	
#tagline {
	position: absolute;
	top: 25px;
	left: 432px;
	}
	
#nav {
	background: url(../images/nav_bg.png);
	height: 62px;
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	}
	
#nav ul {
	list-style: none;
	margin-left: 20px;
	}
	
#nav li {
	float: left;
	padding: 0 5px;
	line-height: 30px;
	}
	
#nav a {
	text-decoration: none;
	display: block;
	height: 30px;
	float: left;
	background-position: bottom;
	margin-top: 15px;
	color: #fff;
	}

#nav span {
	float: left;
	display: inline;
	background-position:right bottom;
	padding: 0 20px 0 10px;
	margin-left: 10px;
	cursor:pointer;
	}
	
#nav a:hover {
	background: url(../images/nav_button_bg.png) no-repeat top left;
	color: #0D3B72;
	}

#nav a:hover span {
	background: url(../images/nav_button_bg.png) no-repeat top right;
	}
	
#content {
	font-size: 13px;
	line-height: 1.3;
	padding: 20px 10px 10px 10px;
	}
	
#content p {
	margin-bottom: 1em;
	}
	
#content a:hover {
	text-decoration: none;
	}
	
#content ul, #content ol {
	margin-left: 1em;
	margin-bottom: 1em;
	padding-left: 1em;
	}
	
#splash {
	width: 650px;
	margin: auto;
	}
	
#splash img {
	margin-right: 20px;
	}
	
#rightcolumn {
	float: right;
	width: 619px;
	}
	
#content #subnav {
	list-style: none;
	margin-top: -15px;
	padding-left: 0;
	font-size: 11px;
	height: 15px;
	}
	
#content #subnav li {
	margin-right: 10px;
	}
	
#subnav li {
	float: left;
	}
	
#contactright {
	float: right;
	width: 60%;
	padding-left: 20px;
	border-left: 1px solid #719FBF;
	margin-bottom: 1em;
	}
	
/* Form Styles */

#form1 {
	width: 275px;
	
}

#form1 div {
	position: relative;
	margin-bottom: 5px;
}

#form1 label {
	width: 70px;
	float: left;
	padding-top: 2px;
}

#form1 input[type=text] {
	border: 1px solid #999;
	padding: 1px;
}

#form1 textarea {
	width: 200px;
	font: 13px Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	padding: 1px;
}

#form1 #buttondiv {
	text-align: right;
}

/* JQuery Validation Styles */

#form1 label.error {
	position: absolute;
	width: 200px;
	padding-left: 3px;
	font-style: italic;
	color: #966;
}

#form1 input.error, #form1 select.error {
	border: 1px solid #966;
}
		
#footer {
	border-top: 1px solid #719FBF;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 10px;
	}
	
#footer p {
	line-height: 36px;
	margin-left: 34px;
	}
	
#footer a {
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#fifooter {
	width: 934px;
	margin: 10px auto;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 36px;
	}
	
#fifooter a {
	color: #999;
	text-decoration: none;
	}
	
#fifooter a:hover {
	text-decoration: underline;
	}
