/* General Options */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 18px;
	color: #303030;
	background: url(../images/bg.gif) repeat-x #15485D;
}

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: #1E586F;
	font-size: 1.7em;
}

h2 {
	color: #1E586F;
	font-size: 1.5em;
}

h3 {
	color: #1E586F;
	font-size: 1.3em;
}

a {
	color: #1E586F;
}

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 */
#container {
	width: 1000px;
	margin: 0 auto;
}

#header {
	clear: both;
	float: left;
	width: 1000px;
	overflow: hidden;
}

#content {
	clear: both;
	float: left;
	width: 800px;
	padding: 0 100px;
}

#footer {
	float: left;
	width: 520px;
	background: url(../images/footer.gif) top right no-repeat;
	font-size: 0.9em;
	color: #999;
	padding: 30px 0 10px 100px;
	text-align: center;
}

/* Header Stuff */
#header h1 {
	float: left;
	width: 1000px;
	height: 269px;
	margin-bottom: 0;
	background: url(../images/header.jpg) center;
}

#header h1 a {
	float: left;
	width: 500px;
	height: 269px;
}

#header h1 a span {
	display: none;
}

/* Content Stuff */

#main {
	float: left;
	width: 460px;
	background: url(../images/cbg.gif) top no-repeat #fff;
	padding: 30px;
	min-height: 275px;
	height: auto !important;
	height: 275px;
}

#sidebar {
	float: right;
	width: 230px;
	background: url(../images/sidebg.jpg) top no-repeat;
	min-height: 210px;
	height: auto !important;
	height: 210px;
	padding: 60px 30px 20px 20px;
}

ul#nav {
	display: block;
	list-style: none;
}

ul#nav li {
	display: block;
	border-bottom: 1px solid #336E85;
}

ul#nav li a {
	display: block;
	padding: 5px 2px;
	color: #A0BAC5;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul#nav li a:hover, ul#nav li.active a {
	color: #fff;
	font-weight: bold;
}

/* Footer Stuff */
#footer p {
	margin-bottom: 0;
}

#footer p a {
	color: #fff;
}
