/* General Options */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 75%;
	line-height: 18px;
	color: #777;
	background: url(../images/bg.gif) top repeat-x #000;
}

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, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #fff; 
}

h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.5em;
}

a {
	color: #fff;
}

a:hover {
	color: #00746b;
	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;
	padding-top: 30px;
}

/* Basic Structure */
#wrap {
	width: 100%;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background: url(../images/mainbg.jpg) top center no-repeat;
}

#container {
	width: 749px;
	margin: 0 auto;
}

#header {
	clear: both;
	float: left;
	width: 749px;
	background: url(../images/header.jpg) top left no-repeat;
	overflow: hidden;
	height: 240px;
}

#content {
	clear: both;
	float: left;
	width: 700px;
	padding: 0 24px 0 25px;
	background: url(../images/cbg.jpg) top center no-repeat;
}

#main {
	float: left;
	width: 640px;
	padding: 0 30px 10px;
	background: url(../images/cbg.jpg) top center no-repeat #242424;
	min-height: 250px;
	height: auto !important;
	height: 250px;
}

#footer {
	clear: both;
	float: left;
	width: 749px;
	background: url(../images/footer.gif) top no-repeat;
	font-size: 0.9em;
	color: #999;
	padding: 30px 0 20px;
	text-align: center;
}

/* Header Stuff */
#header h1 {
	float: left;
	width: 425px;
	margin-bottom: 0;
}

#header h1 a {
	float: left;
	width: 425px;
	height: 190px;
}

#header h1 a span {
	display: none;
}

#header ul {
	float: left;
	list-style: none;
	padding: 80px 0 0 0;
}

#header ul li {
	float: left;
}

#header ul li a {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 1.3em;
	padding: 15px 5px;
	color: #717c7f;
}

#header ul li a:hover {
	color: #00746b;	
}

#header ul li.active a {
	color: #ccc;
}

/* Contact Form */
#contact-form p {
	margin: 0 0 7px 0;
}

#contact-form label {
	float: left;
	width: 150px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 468px;
	border: 1px solid #131E20;
	background: #2F3D40;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	opacity: 0.5;
	filter: alpha(opacity=50);
	color: #fff;
}

/* Footer Stuff */
#footer p {
	margin-bottom: 0;
}

