/* General Options */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 18px;
	color: #555;
	background: url(../images/bg.gif) top repeat-x #fff;
}

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: #838102;
	font-size: 1.7em;
}

h2 {
	color: #838102;
	font-size: 1.5em;
}

h3 {
	color: #838102;
	font-size: 1.3em;
}

a {
	color: #838102;
}

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: 450px;
}

.introh3 {
	margin-bottom: 0;
	padding-top: 20px;
}

a.button {
	float: left;
	padding: 5px 7px;
	color: #fff;
	background: #838102;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
}

a:hover.button {
	color: #CFCE9D;
}

/* Basic Structure */
#wrap {
	width: 100%;
	float: left;
	background: url(../images/mainbg.jpg) top center no-repeat;
	min-height: 648px;
	height: auto !important;
	height: 648px;
}

#container {
	width: 750px;
	margin: 0 auto;
}

#header {
	clear: both;
	float: left;
	width: 730px;
	overflow: hidden;
	padding: 0 10px
}

#content {
	clear: both;
	float: left;
	width: 690px;
	padding: 30px 30px 40px;
}

#footer {
	clear: both;
	float: left;
	width: 690px;
	font-size: 0.9em;
	color: #999;
	padding: 0 30px;
	text-align: center;
}

/* Header Stuff */
#header h1 {
	float: left;
	width: 380px;
	margin-bottom: 0;
}

#header h1 a {
	float: left;
	width: 380px;
	height: 250px;
	background: url(../images/header.gif);
}

#header h1 a span {
	display: none;
}

#header ul {
	clear: both;
	float: left;
	height: 29px;
	list-style: none;
	padding: 21px 0 0 0;
	margin: 0;
}

#header ul li {
	float: left;
	padding: 0 20px;
}

#header ul li a {
	float: left;
	height: 9px;
	background-position: top left;
}

#header ul li a:hover, #header ul li a.active {
	background-position: bottom left;
}

#header ul li.nav1 a {
	width: 29px;
	background-image: url(../images/nav1.gif);
}

#header ul li.nav2 a {
	width: 87px;
	background-image: url(../images/nav2.gif);
}

#header ul li.nav3 a {
	width: 76px;
	background-image: url(../images/nav3.gif);
}

#header ul li.nav4 a {
	width: 100px;
	background-image: url(../images/nav4.gif);
}

#header ul li.nav5 a {
	width: 73px;
	background-image: url(../images/nav5.gif);
}

#header ul li a span {
	display: none;
}

/* Footer Stuff */
#footer p {
	margin-bottom: 0;
	display: block;
	border-top: 1px solid #eee;
	padding: 10px 0;
}
