/* General Options */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 18px;
	color: #484848;
	background: url(../images/bg.gif) top repeat-x #D9E788;
}

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: #6C923F;
	font-size: 1.7em;
}

h2 {
	color: #6C923F;
	font-size: 1.5em;
}

h3 {
	color: #6C923F;
	font-size: 1.3em;
}

a {
	color: #80A84D;
}

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;
}

.txtL {
	font-size: 150%;
}
.excerpt-img {
	border: 1px solid #C8C8C8;
	margin-bottom: 20px;
}

#excerpts {
	width: 405px;
	padding: 0 0 0 35px;
}

/* Basic Structure */
#container {
	width: 750px;
	margin: 0 auto;
}

#header {
	clear: both;
	float: left;
	width: 750px;
	background: #fff;
	overflow: hidden;
}

#content {
	clear: both;
	float: left;
	width: 750px;
}

#footer {
	float: right;
	width: 480px;
	background: url(../images/footer.gif) top no-repeat;
	font-size: 0.9em;
	color: #777;
	padding: 10px;
}

/* Header Stuff */
#header h1 {
	float: left;
	width: 500px;
	margin-bottom: 0;
}

#header h1 a {
	float: left;
	width: 750px;
	height: 250px;
	background: url(../images/header.jpg);
}

#header h1 a span {
	display: none;
}

#header ul {
	clear: both;
	float: left;
	width: 750px;
	clear: both;
	list-style: none;
}

#header ul li {
	width: 249px;
	float: left;
	border-left: 1px solid #814B30;
}

/* Content Stuff */
#sidebar {
	float: left;
	width: 240px;
	padding: 20px 0 0 0;
}

#main {
	float: right;
	width: 460px;
	min-height:300px;
	height:auto !important;
	height:300px;
	background: #fff;
	padding: 10px 20px;
}

#sidebar ul {
	display: block;
	list-style: none;
}

#sidebar ul li {
	display: block;
	border-bottom: 1px solid #BFD67C;
	border-top: 1px solid #BFD67C;
	margin-top: -1px;
}

#sidebar ul li a {
	display: block;
	padding: 7px 15px;
	color: #819432;
	text-decoration: none;
	text-transform: capitalize;
	text-align: right;
	font-weight: bold;
}

#sidebar ul li a:hover, #sidebar ul li.active a {
	background: #CCDE82;
}

/* Footer Stuff */
#footer p {
	margin-bottom: 0;
}
