/* General Options */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	line-height: 2em;
	color: #2B2B2B;
	background: #204C64;
}

hr {
	float: left;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #eee;
	margin-bottom: 20px;
	overflow: hidden;
}

h1, h2, h3, p, ul, ol {
	margin-bottom: 20px;
}

h1 {
	color: #1A2D57;
	font-size: 1.7em;
}

h2 {
	color: #1A2D57;
	font-size: 1.5em;
}

h3 {
	color: #1A2D57;
	font-size: 1.3em;
}

h4 {
	color: #E39515;
	font-size: 1.0em;
}

h5 {
	color: #282828;
	font-size: 0.80em;
	font-weight:normal;
}

a {
	color: #86A9D1;
}

a:hover {
	text-decoration: none;
}

.underline {
	text-decoration: underline;
}

img {
	border: 0;
}

/* Common Classes */
.left {
	float: left;
}

.right {
	float: right;
}

.txtAC {
	text-align: center;
}

.txtAR {
	text-align: right;
}

.txtAL {
	text-align: left;
}

.imgLeft {
	float: left;
	margin: 0 15px 15px 0;
}

.imgRight {
	float: right;
	margin: 0 0 15px 15px;
}

.nB {
	border-width: 0 !important;
}

.nP {
	padding: 0 !important;
}

.clear {
	clear: both;
}

.introdiv {
	margin: 0 auto;
	width: 400px;
}

.introh3 {
	margin-bottom: 0;
}

.wrap {
	width: 760px;
	margin: 0 auto;
}

/* Basic Structure */
#container {
	float: left;
	width: 100%;
	background: url(../images/bg.gif) top repeat-x #fff;
}

#header {
	clear: both;
	float: left;
	width: 760px;
	background: #fff;
	overflow: hidden;
}

#content {
	clear: both;
	float: left;
	width: 690px;
	padding: 0 35px;
	background: url(../images/cbg.jpg) top no-repeat;
}

#footer {
	clear: both;
	float: left;
	font-size: 0.9em;
	color: #999;
	width: 100%;
	background: url(../images/fbg.gif) top repeat-x;
}

/* Header Stuff */
#header h1 {
	float: left;
	width: 760px;
	margin-bottom: 0;
}

#header h1 a {
	float: left;
	width: 760px;
	height: 275px;
	background: url(../images/header.jpg);
}

#header h1 a span {
	display: none;
}

#header ul {
	float: right;
	height: 46px;
	list-style: none;
	margin: 0;
}

#header ul li {
	float: left;
	padding: 18px 10px 0;
}

#header ul li a {
	float: left;
	padding: 1px 2px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: normal;
	color: #86A9D1;
}

#header ul li a:hover, #header ul li.active a {
	border-bottom: 1px solid #1A2D57;
	color: #1A2D57;
}

/* Content Stuff */
#main {
	float: left;
	width: 440px;
	padding: 100px 0 0 0;
}

#sidebar {
	float: right;
	width: 215px;
	padding: 10px 10px 0 0;
}

#sidebar ul {
	float: right;
	list-style: none;
	padding: 0px;
}

#sidebar ul li {
	float: left;
	clear: both;
}

#sidebar ul li a {
	float: left;
	width: 215px;
	background-image: url(../images/nav.gif);
	height: 32px;
}

#sidebar ul li a span {
	display: none;
}

#sidebar ul li.nav1 a {
	height: 35px;
	background-position: top left;
}

#sidebar ul li.nav1 a:hover, #sidebar ul li.nav1 a.active {
	background-position: top right;
}

#sidebar ul li.nav2 a {
	background-position: 0px 288px;
}

#sidebar ul li.nav2 a:hover, #sidebar ul li.nav2 a.active {
	background-position: 215px 288px;
}

#sidebar ul li.nav3 a {
	background-position: 0px 256px;
}

#sidebar ul li.nav3 a:hover, #sidebar ul li.nav3 a.active {
	background-position: 215px 256px;
}

#sidebar ul li.nav4 a {
	background-position: 0px 224px;
}

#sidebar ul li.nav4 a:hover, #sidebar ul li.nav4 a.active {
	background-position: 215px 224px;
}

#sidebar ul li.nav5 a {
	background-position: 0px 192px;
}

#sidebar ul li.nav5 a:hover, #sidebar ul li.nav5 a.active {
	background-position: 215px 192px;
}

#sidebar ul li.nav6 a {
	background-position: 0px 160px;
}

#sidebar ul li.nav6 a:hover, #sidebar ul li.nav6 a.active {
	background-position: 215px 160px;
}

#sidebar ul li.nav7 a {
	background-position: 0px 128px;
}

#sidebar ul li.nav7 a:hover, #sidebar ul li.nav7 a.active {
	background-position: 215px 128px;
}

#sidebar ul li.nav8 a {
	background-position: 0px 96px;
}

#sidebar ul li.nav8 a:hover, #sidebar ul li.nav8 a.active {
	background-position: 215px 96px;
}

#sidebar ul li.nav9 a {
	background-position: 0px 64px;
}

#sidebar ul li.nav9 a:hover, #sidebar ul li.nav9 a.active {
	background-position: 215px 64px;
}

#sidebar ul li.nav10 a {
	background-position: bottom left;
}

#sidebar ul li.nav10 a:hover, #sidebar ul li.nav10 a.active {
	background-position: bottom right;
}

/* Contact Form */
#contact-form label {
	float: left;
	width: 100px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 300px;
	border: 1px solid #ddd;
	background: #FFFEF6;
	padding: 3px;
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}

/* Footer Stuff */
#footer .wrap {
	background: url(../images/footer.gif) top no-repeat;
	padding: 90px 0 20px;
	text-align: center;
	color: #ddd;
}
#footer p {
	margin-bottom: 0;
}
