* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	background-image:url(images/BGD.jpg);
}

body, input, textarea, select {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px auto;
}

img
{
	border: none;
}

hr
{
	color: #FFFFFF;
	background-color:#FFFFFF;
	clear: both;
}

h1 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #579700;
	font-size: 2.2em;
}

h2 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #579700;
	font-size: 1.7em;
}

h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #579700;
	font-size: 1em;
	font-weight: bold;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: circle;
}

a {
	color: #75cb00;
	text-decoration: none;
}

a:hover {
text-decoration: underline;
color: #C0D9B0;
}

/* Wrapper */

#wrapper {
	width: 928px;
	height: auto;
	margin: 5px auto;
	border: 0px solid #FFF;
	background-color: #FFF;
	
}

/* Header */

#header {
	height: 250px;
	position: relative;
	background: #73a822 url(images/header.jpg) no-repeat;
	margin: 0px auto;
}

#header h1 {
	position: absolute;
	top: 183px;
	left: 10px;  
	font-size: 3em;
	letter-spacing: -2px;
}

#header h2 {
	position: absolute;
	top: 10px;
	left: 20px;
	font-size: 1em;
	z-index: 1;
}

#header a {
	text-decoration: none;
	color: #bfd625;
}

/* Menu */

#menu
{
	width: 928px;
	position: absolute;
}

#menu ul
{
	list-style: none;
	text-align: right;
	padding: 10px 0px 10px 0px;
	margin: 0;
}

#menu li
{
	padding: 0em 0.7em 0em 0em;
	display: inline;
}

#menu li a
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: none;
	font-size: 1em;
}

#menu li a.active
{
	border-bottom: 1px dotted white;
}

#menu li a:hover
{
	border-bottom: 1px dotted #63913b;
}

/* Content */

#content {
	border-right: 1px solid #8CC405;
	margin: 0px auto;
	width: 927px;
	height: auto;
}

#right_home
{
	float:right;
	width: 200px;
	height:auto;
	text-align:right;
	border-left: 1px dashed #8CC405;
}

#box
{
	background-image: url(images/vids.jpg);
	background-repeat: no-repeat;
	height: 210px;
	width: 305px;
	padding-top: 8px;
	text-align: center;
	color:#FFFFFF;
}

.subh
{
	line-height: 150%;
	font-weight: 400;
	font-size: 20px;
	color: #888888;
}

.table_big_text
{
	line-height: 300%;
	font-weight: 500;
	font-size:16px;
	text-indent: 10px;
	border: none;
}

.table_small_text
{
	line-height: 120%;
	text-indent: 10px;
	border: none;
}

#upcoming {
	border: 1px solid #666666;
}

/* Blog */
#blog {

	background-image: url(images/wavy.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
	width: 692px;
	width: 689px;  /* IE6 3px problem */
	margin: 0px auto;
	padding: 5px 0px 0px 5px;
}

/* Post */
.post {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.post .title {
	height: 50px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 15px;

}

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .date {
	margin-top: -73px;
	text-align: right;

}

.post .entry {
	padding: 10px 15px 10px 15px;
	line-height: 1.4em;
}

.post p {
	text-align: justify;
}

.post .meta {
	padding: 0 15px;
	font-size: x-small;
	color: #333;
}

/* Sidebar */
#sidebar {
	background: #73a822;
	background-image: url(images/navpic.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	float:left;
	width: 220px;
	padding: 10px 0px 0px 0px;
}

#sidebar ul {
	margin: 0;
	list-style: none;
	padding: 0 10px;
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li ul {
	line-height: 1.5em;
	list-style-type: none;
	padding-left: 0px;
}

#sidebar li li {
	margin: 0;
	width: 200px;
}

#sidebar h2 {

	border-bottom: 1px solid #FFFFFF;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar a {
	display:block;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 8px;
	padding-right: 0px;
	border-bottom: 1px solid #73A822;
	border-top: 1px solid #73A822;
}

#sidebar a:hover {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	border-top: 1px dotted #FFFFFF;
}

/* Search */
#search {
position: relative;
padding-top: 225px;
padding-right: 27px;
text-align: right;
}

/* Menu Items */
#archives {
list-style:none;
padding-left:10px;
}

#CLCI_logo {
	text-align:center;
}

#statcounter {
	color: #FFFFFF;
	font-size: x-small;
	letter-spacing: 2px;
	background: none;
	margin-left: 10px;
}

/* Footer */
#footer {
	background: #73a822;
	border-top: 1px solid #8CC405;
	border-bottom: 5px solid #8CC405;
}

#footer p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font-size: 11.5px;
	color: #FFFFFF;
}

#footer a
{
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bolder;
}