/* General Options */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 18px;
	color: #999;
	background: url(../images/bg.gif) repeat-y center #0B1723;
}

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: #0D3744;
	font-size: 1.7em;
}

h2 {
	color: #0D3744;
	font-size: 1.5em;
}

h3 {
	color: #0D3744;
	font-size: 1.3em;
}

a {
	color: #0D3744;
}

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;
	padding-top: 30px;
}

/* Basic Structure */
#container {
	width: 750px;
	margin: 0 auto;
}

#header {
	clear: both;
	float: left;
	width: 750px;
	overflow: hidden;
	background: url(../images/header.jpg) top no-repeat;
}

#content {
	clear: both;
	float: left;
	width: 690px;
	padding: 30px;
}

#footer {
	clear: both;
	float: left;
	width: 720px;
	font-size: 0.9em;
	color: #999;
	padding: 0 15px;
	text-align: center;
}

/* Header Stuff */
#header h1 {
	float: left;
	width: 750px;
	height: 454px;
	margin-bottom: 0;
}

#header h1 a {
	float: left;
	width: 495px;
	height: 160px;
}

#header h1 a:hover {
	background: url(../images/header2.jpg);
}

#header h1 a span {
	display: none;
}

#header ul {
	clear: both;
	float: left;
	width: 750px;
	list-style: none;
}

#header ul li {
	float: left;
}

#header ul li a {
	float: left;
	height: 44px;
	background-image: url(../images/nav.gif);
}

#header ul li.nav1 a {
	width: 115px;
}

#header ul li.nav1 a:hover, #header ul li.nav1 a.active {
	background-position: bottom left;
}

#header ul li.nav2 a {
	width: 157px;
	background-position: 635px 0px;
}

#header ul li.nav2 a:hover, #header ul li.nav2 a.active {
	background-position: 635px 44px;
}

#header ul li.nav3 a {
	width: 153px;
	background-position: 478px 0px;
}

#header ul li.nav3 a:hover, #header ul li.nav3 a.active {
	background-position: 478px 44px;
}

#header ul li.nav4 a {
	width: 173px;
	background-position: 325px 0px;
}

#header ul li.nav4 a:hover, #header ul li.nav4 a.active {
	background-position: 325px 44px;
}

#header ul li.nav5 a {
	width: 152px;
	background-position: right top;
}

#header ul li.nav5 a:hover, #header ul li.nav5 a.active {
	background-position: right bottom;
}

#header ul li a span {
	display: none;
}

/* Footer Stuff */
#footer p {
	margin-bottom: 0;
	display: block;
	padding: 10px;
	border-top: 1px solid #222;
}
