/* General Options */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 18px;
	color: #555;
	background: url(../images/footer.gif) top left repeat-y #399B9D;
}

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: #3CA1A3;
	font-size: 1.7em;
}

h2 {
	color: #3CA1A3;
	font-size: 1.5em;
}

h3 {
	color: #3CA1A3;
	font-size: 1.3em;
}

a {
	color: #3CA1A3;
}

a:hover {
	text-decoration: none;
}

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;
}

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

#container {
	width: 1000px;
	float: left;
}

#header {
	clear: both;
	float: left;
	width: 215px;
	background: url(../images/mainbg.jpg);
	overflow: hidden;
	height: 750px;
	padding: 0 0 0 250px;
}

#content {
	float: left;
	width: 505px;
	padding: 130px 15px 20px;
	background: url(../images/cbg.jpg) top no-repeat;
}

#main {
	float: left;
	width: 425px;
	padding: 0 40px 20px;
	background: #fff;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

#footer {
	float: left;
	padding: 20px 0 20px 250px;
	color: #fff;
}

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

#header h1 a {
	float: left;
	width: 215px;
	height: 303px;
}

#header h1 a span {
	display: none;
}

#header ul {
	float: left;
	list-style: none;
}

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

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

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

#header ul li.nav1 a {
	background-position: top left;
}

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

#header ul li.nav2 a {
	background-position: 0 210px;
}

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

#header ul li.nav3 a {
	background-position: 0 180px;
}

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

#header ul li.nav4 a {
	background-position: 0 150px;
}

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

#header ul li.nav5 a {
	background-position: 0 120px;
}

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

#header ul li.nav6 a {
	background-position: 0 90px;
}

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

#header ul li.nav7 a {
	background-position: 0 60px;
}

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

#header ul li.nav8 a {
	background-position: 0 30px;
}

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

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

#contact-form input, #contact-form textarea {
	width: 308px;
	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 p {
	margin-bottom: 0;
}

#footer a {
	color: #ccc;
}

#footer img {
	text-align: right;
	
}

