/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 20px;
	background: #FFFFFF url(images/img1.gif) repeat-x fixed;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3B3B3B;

}

h1, h2, h3 {
}

h1 {
	color: #3b3b3b;
	margin-bottom: 20px;
}

h2 {
	color: #3b3b3b;
	margin-top: 15px;
	margin-bottom: 15px;
}

h3 {
	color: #4F789F;
	margin-top: 15px;
	font-size: 1.2em;
}

p, blockquote, ul, ol {
}

th
{
	color: #933;
	border-bottom: 1px solid #3B3B3B;
	text-align: left;
}

tr.top_nav
{
	height: 20px;
	vertical-align: top;
}

em, .err
{
	color: #933;
	font-style: italic;
}

strong {

}

p {
}

blockquote {
}

ul {
}

ul li {
	margin-top: 5px;
}

ol {
}

ol li {
	margin-top: 5px;
}

hr {
	border: 0;
	height: 1px;
	background-color: #4F789F;
	margin-bottom: 10px;
}

a {
	color: #4F789F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.button
{
	padding: 1px 5px 1px 5px;
	color: #000000;
	background-color: #dddddd;
	border: solid thin #3B3B3B;
	text-decoration: none;
	margin-left: 5px;
}

a.button:hover {
	background-color: #4F789F;
	color: #ffffff;
}

.inactive
{
	color: #000;
	background-color: #ffcccc;
}

.required
{
	background-color: #ffff99;
}

.buttons input
{
	margin-top: 20px;
	margin-right: 20px;
}

img {
	border: 1px solid #3B3B3B;
}

img.left {
	float: left;
	margin: 0 20px 30px 0;
}

img.right {
	float: right;
	margin: 0 0 30px 20px;
}

.row_odd
{
	background-color: #ffffff;
}

.row_even
{
	background-color: #ddffdd;
}

/* Boxed Style */

.boxed {
}

.boxed .title, #menu .title {
	padding: 10px 15px;
	margin: 0px;
	background: #3B3B3B;
	text-transform: uppercase;
	font: bold .77em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.boxed .content {
	padding: 15px;
}

.boxed ul {
	list-style: none;
}

/* Articles */

#articlelist table
{
	border-collapse: collapse;
	margin-bottom: 5px;
	width: 100%;
}

#articlelist td, #articlelist th
{
	padding: 2px;
}

#itemedit table
{
	border-collapse: collapse;
	margin-bottom: 5px;
	width: 100%;
}

#itemedit .item_title
{
	width: 750px;
	font-size: 1.4em;
	font-weight: bold;
	color: #3b3b3b;
}


/* Calendar */

.calgrp table
{
	border: 1px #cccccc solid;
	border-collapse: collapse;
	margin-bottom: 5px;

}

table.pri5
{
	border: 1px #ff0000 solid;
}

table.pri4
{
	border: 1px #0000cc solid;
}

.caldate
{
	padding: 3px;
	width: 125px;
	vertical-align: top;
}

.caltext
{
	padding: 3px;
	width: 620px;
	vertical-align: top;
}

.calorg
{
	color: #4F789F;
	font-weight: bold;
	font-size: 1.2em;
}

.calevent
{
	font-weight: bold;
}

.location
{
	font-style: italic;
}

.fees
{
	color: #993333;
}

.contact
{
	color: #339933;
}

.special
{
	color: #933;
	font-style: italic;
}

.label
{
	color: #999999;
	font-style: italic;
	padding-top: 10px;
}

.choice
{
	color: #333333;
	font-style: italic;
	padding-top: 10px;
}

.gfc
{
	background-color: #ddffdd;
}


/* Post */

.post {
	clear: both;
	padding: 10px 20px 10px 20px;
}

.post .title {
	border-bottom: 1px solid #3B3B3B;
}

.post .content {
	line-height: 1.4em;
}

.post .title {
	color: #4F789F;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}

#news {
	clear: both;
	padding: 5px 20px 5px 20px;
}

#news .content {
	line-height: 1.4em;
}

#news .title {
	color: #4F789F;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#news img.left {
	float: left;
	margin: 0 20px 20px 0;
}

#news img.right {
	float: right;
	margin: 0 0 20px 20px;
}

#container {
	width: 1000px;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}


/* Header */

#header {
	width: 1000px;
	height: 140px;
	margin: 0 auto;
	background: #69B10A url(images/img2.jpg);
	position: fixed;
	top: 0px;
}

#header .h1, #header .h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#header .h1 {
	float: left;
	padding: 80px 0 0 20px;
	letter-spacing: -2px;
	font-size: 48px;
	font-weight: bold;
}

#header .h2 {
	float: right;
	padding: 107px 0 0 7px;
	color: #FFFF99;
	font-size: 1.5em;
	font-weight: normal;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 1000px;
	height: auto;
	top: 140px;
	bottom: 25px;
	position: fixed;
	background: url(images/img3.gif) repeat-y;
	border-top: 20px solid #3B3B3B;
}

#content {
	float: right;
	width: 797px;
	height: 100%;
	margin: 0 auto;
	padding-right: 1px;
	overflow: auto;
	overflow-x: none;
	overflow-y: auto;
	position: relative;
}

#sidebar {
	float: left;
	width: 200px;
	padding-left: 1px;
}

/* Menu */

#menu {
	margin-top: -17px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #3B3B3B;
}

#menu a:hover {
	background: #4F789F;
	color: #FFFFFF;
}

#menu .active a {
	background: #BABABA;
	color: #000000;
}

#menu ul li:nth-of-type(6) a {
    color: red;
    font-weight: bold;
}

#menu ul li:nth-of-type(6) a:hover {
    color: yellow;
}

/* Search */

#search {
}

#search fieldset {
	border: none;
}

#search legend {
	display: none;
}

#search input {
	margin-bottom: 5px;
}

#search select {
	margin-bottom: 10px;
}

#inputtext1, #select1 {
	width: 160px;
}


/* Login */

#login {
}

#minilogin {
	padding: 15px;
}

#minilogin input {
	margin-bottom: 5px;
}

.loginText {
	width: 160px;
}

.loginButton {
	margin-top: 10px;
}


/* Updates */

#updates {
}

#updates ul {
}

#updates li {
	margin-bottom: 20px;
}

#updates h3 {
	font-size: .77em;
}

/* Footer */

#footer {
	width: 970px;
	height: 15px;
	margin: 0 auto;
	padding: 5px 15px;
	background: #3B3B3B;
	font-size: 1em;
	color: #FFFFFF;
	position: fixed;
	bottom: 0px;
}

#legal {
	float: left;
}

#links {
	float: right;
}