body {
	margin: auto;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1 {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	color: #606043;
	font-size: 22px;
	margin: 0;
	padding: 0;
	font-style:italic;
	font-weight:bold;
}

h2 {
	color: #606043;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-weight:bold;
}

h3 {
	color: #000000;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 10px 10px 0;
	line-height:16px;
}

a {
	color:#606043;
	text-decoration: underline;
}

a:hover {
	color:#c66b00;
	text-decoration: underline;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

select {
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	border: 1px solid #606043;
	color:#000000;
	background-color:#ffffff;
}

textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	border: 1px solid #606043;
	padding:5px;
}

.text {
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	border: 1px solid #606043;
	color:#000000;
	background-color:#ffffff;
	padding:2px;
}

.label {
	font-weight:bold;
	text-align:left;
	color:#000000;
	font-size:10px;
}

.label_right {
	font-weight:bold;
	text-align:right;
	color:#000000;
	font-size:10px;
}

.button {
	border:0;
	background-color:#606043;
	padding:3px;
	color:#fff;
}

.border {
	border:1px solid #606043;
	float:left;
	margin:0 10px 10px 0;
}

.border_right {
	margin: 0pt 0pt 10px 10px;
	float: right;
	border:1px solid #606043;
}

.noborder {
	border:0;
}

.left {
	float:left;
}

.right {
	float:right;
	display:inline;
	margin:0;
	padding:0;
}

.hide {
	display:none;
}

/********************* MAIN BODY *************************/
#main_body {
	margin:auto;
	position:relative;
	width:760px;
	background:url(../images/bg_content_col.gif) repeat-y;
}

.season_summer {
	background:url(../images/bg_top_summer.jpg) no-repeat top;
	height:258px;
	width:760px;
	position:absolute;
	top:0;
	z-index:100;
}

.season_autumn {
	background:url(../images/bg_top_autumn.jpg) no-repeat top;
	height:258px;
	width:760px;
	position:absolute;
	top:0;
	z-index:100;
}

.season_winter {
	background:url(../images/bg_top_winter.jpg) no-repeat top;
	height:258px;
	width:760px;
	position:absolute;
	top:0;
	z-index:100;
}

.season_spring {
	background:url(../images/bg_top_spring.jpg) no-repeat top;
	height:258px;
	width:760px;
	position:absolute;
	top:0;
	z-index:100;
}

.top {
	position:relative;
	margin:auto;
	width:760px;
	height:120px;
	z-index:1001;
}

.main_nav {
	width:585px;
	height:20px;
	position:relative;
	top:100px;
	left:10px;
}


.content {
	width:760px;
	margin:auto;
	position:relative;
	z-index:1001;	
}

.cont_col_1 {
	width:306px;
	margin: 0;
	background:url(../images/bg_content_col_2.gif) repeat-y right;
	float: left;
	margin: 20px 0 20px 0;
	padding:0 10px 20px 30px;
	position:relative;
}

.cont_col_2 {
	width:209px;
	margin: 0 0 20px 0;
	padding:0 10px 0 20px;
	top:20px;
	float: left;
	position:relative;
}

.cont_col_full {
	width: 545px;
	margin: 20px 0 20px 0;
	padding: 0 10px 20px 30px;
	position: relative;
	float: left;
}

.cont_col_3 {
	width:145px;
	margin: 0 0 20px 0;
	padding:0 0 0 20px;
	float: left;
	top: -10px;
	position:relative;
	color:#ffffff;
	font-size:10px;
}

.cont_col_3 a {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

.breadcrumbs {
	margin: 5px 0 10px 0;
	width: 500px;
}

.content ul {
	margin: 0 10px 10px 10px;
	list-style:none;
	position:relative;
}

.content ul li {
	background:url(../images/bullet.gif) no-repeat top left;
	padding-left: 15px;
	margin:0 0 3px 0;
}

ul.events {
	border: 1px solid #606043;
	width:198px;
	margin:0;
}

ul.events li.even {
	background:#f4f6f2 url(../images/bullet.gif) no-repeat 5px 7px;
	margin:0;
	padding:5px 0 5px 20px;
	border-bottom:1px dashed #606043;
}

ul.events li.odd {
	background:#ffffff url(../images/bullet.gif) no-repeat 5px 7px;
	margin:0;
	padding:5px 0 5px 20px;
	border-bottom:1px dashed #606043;
}
	
.children {
	width:95%;
	border:1px solid #606043;
	background:#f4f6f2;
	padding:10px;
	margin:20px 0 10px 0;
}

#calendar {
	border: 1px solid #606043;
	width:530px;
	border-collapse: collapse;
}

#calendar th {
	background-color:#606043;
	color:#ffffff;
	font-weight:bold;
}

#calendar td {
	border: 1px solid #606043;
	background-color:#e2e6db;
	border-collapse: collapse;
}

.photos {
	float:left;
	position:relative;
	margin:0 5px 5px 0;
	padding: 5px;
	border: 1px solid #ccc;
}


.subcontent_box {
	background-color: #f3f5f2;
	width: 250px;
	height: 72px;
	margin: 0 10px 15px 0;
	border: 1px solid #e9ede6;
	float: left;
}

.img_box {
	margin: 10px;
	float: left;
	width: 50px;
	height: 50px;
	border: 1px solid #606043;
	background-color: #fff;
	background-image: url(../images/no_img.gif);
}

.img_box img {
	width: 50px;
	height: 50px;
}

.subcontent_title {
	margin: 10px 10px 0 0;
}

/* ***************  FOOTER STYLES *************** */

#footer {
	width:745px;
	text-align:left;
	font-size:10px;
	margin:auto;
	padding:20px 0 20px 15px;
	color:#ffffff;
}

#footer a {
	color:#ffffff;
	text-decoration:none;
}

/* ***************  SUCKERFISH NAV STYLES *************** */

#nav, #nav ul {
	padding: 0;
	margin:auto;
	list-style: none;
}

#nav a {
	display: block;
	/*width: 10em;*/
	text-decoration: none;
	color: #ffffff;
	padding: 0;
	margin:0;
}

#nav li {
	float: left;
	/*width: 10em;*/
	padding: 0;
	margin:0;
}

#nav li ul {
	position: absolute;
	/*width: 10em;*/
	left: -999em;
	z-index: 10000;
}

#nav li:hover ul {
	left: auto;
	width:160px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	width:160px;
}


/* *************** CUSTOM NAV STYLES **************** */

#btn_home a { background: url(../images/btn_home.gif) no-repeat; width: 58px; height: 20px; }
#btn_about a { background: url(../images/btn_about.gif) no-repeat; width: 54px; height: 20px; }
#btn_events a { background: url(../images/btn_events.gif) no-repeat; width: 58px; height: 20px; }
#btn_getinvolved a { background: url(../images/btn_getinvolved.gif) no-repeat; width: 93px; height: 20px; }
#btn_resources a { background: url(../images/btn_resources.gif) no-repeat; width: 78px; height: 20px; }
#btn_projects a { background: url(../images/btn_projects.gif) no-repeat; width: 111px; height: 20px; }
#btn_photos a { background: url(../images/btn_photos.gif) no-repeat; width: 59px; height: 20px; }
#btn_contact a { background: url(../images/btn_contact.gif) no-repeat; width: 74px; height: 20px; }

#btn_home a:hover {background-position: -58px 0;}
#btn_about a:hover {background-position: -54px 0;}
#btn_events a:hover {background-position: -58px 0;}
#btn_getinvolved a:hover {background-position: -93px 0;}
#btn_resources a:hover {background-position: -78px 0;}
#btn_projects a:hover {background-position: -111px 0;}
#btn_photos a:hover {background-position: -59px 0;}
#btn_contact a:hover {background-position: -74px 0;}

.btn_text { visibility: hidden; }

.clearer {
	clear: both;
	height: 1px;
}