* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #D7E3F3;
}

#blue_wrapper {
	margin: 0 auto;
	width: 986px;
	background: #d7e3f3 url(/images/site/blue_bg3.png) left top repeat-y;
	padding: 0;
	padding-top: 10px;
}

#brown_wrapper {
	width: 903px;
	background: #502B19 url(/images/site/brown_bg3.png) repeat-y;
	padding: 0;
	margin: 0 53px 0 31px;
}

#wrapper {
	margin: 0 45px 0 75px;
	width: 800px;
}

#header {
	color: #333;
	width: 800px;


/* padding: 10px; */
 height: 115px;
	margin: 10px 0 0 0;
	background: transparent;
}

#header img {
	padding-top: 40px;
	border: 0;
}

#header ul.header_nav {
	float: right;
	text-align: right;
	margin-top: -70px;
	list-style: none;
	font-size: .89em;
	color: #fff;
	font-family: georgia, times new roman, serif;
}

#header ul.header_nav li {
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
	background: transparent url(/images/site/leaf_icon.png) center left no-repeat;
}

#header ul.header_nav li a:link, #header ul.header_nav li a:visited {
	text-decoration: none;
	color: #fff;
}

#header ul.header_nav li a:hover {
	color: #a24b16;
}

#banner {
	width: 800px;
	height: 178px;
	background: #73907E url(/images/site/banner_1.jpg) left top no-repeat;
}

#main_content {
	background-color: #fff;
	margin-bottom: 0px;
	overflow: auto;
/* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%
}

#main_content.home, #main_content.blog {
	background: url(/images/site/content_bg.gif);
	margin-bottom: 0px;
	overflow: auto;
/* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%
}

#rightcolumn {
	display: inline;
	padding: 0px;
	width: 270px;
	float: right;
}

#rightcolumn.interior {
	display: inline;
	padding: 0px;
	width: 629px;
	float: right;
	margin-bottom: 20px;
	margin-top: 20px;
	border-left: 1px solid #666;
}

#calendar_content {
	display: inline;
	padding: 0px;
	width: 799px;
	float: right;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #fff;
}

#rightcolumn #profile_photo img {
	padding: 10px;
	background: #dfe7d2;
	border: 1px solid #baa388;
	float: left;
	margin: 15px 10px 8px -20px;
}

#rightcolumn #profile_photo_more img {
	padding: 10px;
	background: #dfe7d2;
	border: 1px solid #baa388;
	float: left;
	margin: 15px 10px 8px 20px;
}

#rightcolumn h2 {
	font-family: Georgia, times new roman, serif;
	font-size: 1.1em;
	color: #a34118;
	font-weight: normal;
	margin: 50px 0 0 20px;
}

#rightcolumn.interior h2 {
	font-family: Georgia, times new roman, serif;
	font-size: 1.6em;
	color: #a34118;
	font-weight: normal;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
}

#rightcolumn h3, #rightcolumn.interior h3 {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: .86em;
	color: #6e9e2e;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 0 15px 20px;
	margin-bottom: -10px;
}

#rightcolumn h3 a:link {color: #6e9e2e; text-decoration: none;}
#rightcolumn h3 a:visited {color: #6e9e2e; text-decoration: none;}
#rightcolumn h3 a:hover {color: #6e9e2e; text-decoration: underline;}
#rightcolumn h3 a:active {color: #6e9e2e; text-decoration: none;}

#rightcolumn.interior h3 {
	padding: 15px 0 0 20px;
	text-transform: none;
	padding-right: 20px;
}

#rightcolumn h4, #rightcolumn.interior h4 {
	font-family: Georgia, times new roman, serif;
	font-size: 1em;
	color: #a34118;
	font-weight: normal;
	margin: 20px 0 -10px 15px;
	padding-left: 0;
}

#rightcolumn.interior h4 {
	margin: 20px 0 -10px 20px;
	padding-right: 20px;
}

#rightcolumn p, #rightcolumn.interior p, #rightcolumn li, #rightcolumn.interior li {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #431d00;
	font-size: .86em;
	margin-bottom: 15px;
	padding: 10px 10px 0 20px;
	line-height: 1.5em;
}

#rightcolumn.interior p {
	padding: 10px 20px 0 20px;
}

#rightcolumn p.profile_info {
	font-family: Georgia, times new roman, serif;
	color: #431d00;
	font-size: .88em;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	padding-right: 3px;
}

#leftcolumn {
	float: left;
	padding: 0px;
	width: 530px;
	display: inline;
	position: relative;
}

#sidebar {
	float: left;
	padding: 0;
	width: 170px;
	display: inline;
	position: relative;
	background-color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #431d00;
	font-size: .86em;
	line-height: 1.5em;
}

#sidebar h4 {
	padding: 20px 20px 5px 20px;
	font-size: 1.1em;
	font-family: georgia, times new roman, serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #6e9e2e;
}

#sidebar ul {
	padding: 0 20px 20px 20px;
	list-style: none;
}

#sidebar ul li {
	padding-bottom: 10px;
}

#sidebar ul li a:link {text-decoration: none; color: #431d00;}
#sidebar ul li a:visited {text-decoration: none; color: #431d00;}
#sidebar ul li a:hover {text-decoration: none; color: #a34118;}
#sidebar ul li a:active {text-decoration: none; color: #431d00;}


#leftcolumn h2 {
	font-family: Georgia;
	font-size: 1.6em;
	color: #a34118;
	font-weight: normal;
	margin: 15px 0 10px 20px;
}

#leftcolumn.blog h2 {
	margin: 15px 0 10px 20px;
}

#leftcolumn h2 a:link {color: #a34118; text-decoration: none; padding-bottom: -15px;}
#leftcolumn h2 a:visited {color: #a34118; text-decoration: none; padding-bottom: -15px;}
#leftcolumn h2 a:hover {color: #a34118; text-decoration: underline; padding-bottom: -15px;}
#leftcolumn h2 a:active {color: #a34118; text-decoration: none; padding-bottom: -15px;}

#leftcolumn h3 {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: .86em;
	color: #6e9e2e;
	font-weight: bold;
	padding: 15px 30px 0 40px;
	margin-bottom: -10px;
}

#leftcolumn p {
	padding: 15px 100px 0 40px;
	line-height: 1.5em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .86em;
	color: #431d00;
	margin-bottom: 15px;
}


/* BLOG */

#leftcolumn.blog p {
	padding: 10px 40px 0 20px;
}

#leftcolumn p.entry_details {
	margin: 0 20px 40px 20px;
	padding: 10px;
	border-top: 1px solid #333;
}

#leftcolumn p.entry_details a:link {color: #6e9e2e; text-decoration: underline;}
#leftcolumn p.entry_details a:visited {color: #6e9e2e; text-decoration: underline;}
#leftcolumn p.entry_details a:hover {color: #333; text-decoration: underline;}
#leftcolumn p.entry_details a:active {color: #6e9e2e; text-decoration: underline;}


#leftcolumn hr {
	margin: 0 50px -7px 40px;
	color: #a34118;
	background-color: #a34118;
}

#blog_comments {
	width: 90%;
	margin-top: 50px;
	margin-bottom: 40px;
}

.comment_1, .comment_2 {
	border: 1px solid #ccc;
	padding: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.comment_2 {
	background-color: #dee5d5;
}

#content_column_left {
	float: left;
	width: 49%;
	margin-top: 10px;
}

#content_column_left p {
	padding: 15px 15px 0 40px;
}

#content_column_right {
	float: right;
	width: 49%;
	margin-top: 10px;
}

#content_column_right p {
	padding: 15px 15px 0 15px;
}

#content_column_right h3 {
	padding: 15px 15px 0 15px;
}



#top_footer {
	width: 800px;
	height: 150px;
	clear: both;
	margin: 0;
	color: #333;
	background: #DFE7D2 url(/images/site/top_footer_bg.jpg) top left repeat-x;
	border-top: 1px solid #A34118;
}

#top_footer .top_footer_column {
	width: 230px;
	padding: 0;
	margin-left: 30px;
	float: left;
}

#top_footer .top_footer_column img {
	padding: 30px 0;
	margin-left: 20px;
}

#footer {
	width: 800px;
	height: 45px;
	clear: both;
	color: #fff;
	background: #7e6d5d;
}

#footer a:link {color: #fff; text-decoration: none;}
#footer a:visited {color: #fff;	text-decoration: none;}
#footer a:hover {color: #fff; text-decoration: underline;}
#footer a:active {color: #fff; text-decoration: none;}

#footer p {
	text-align: center;
	font-family: georgia, times new roman, serif;
	padding-top: 10px;
	font-family: Georgia;
	font-size: 11px;
	font-weight: normal;
}


#subfooter {
	margin: 0 auto;
	width: 986px;
	background: #d7e3f3 url(/images/site/subfooter_bg.png) left top no-repeat;
	padding: 0;
	padding-top: 10px;
	margin-bottom: 50px;
}

#subfooter a:link {color: #3F3D0D; text-decoration: none;}
#subfooter a:visited {color: #3F3D0D; text-decoration: none;}
#subfooter a:hover {color: #a24b16;	text-decoration: none;}
#subfooter a:active {color: #3F3D0D; text-decoration: none;}

#subfooter .copyright {
	float: left;
	text-align: left;
	margin-left: 110px;
	padding-top: 8px;
	font-size: .89em;
	color: #333;
}


#creative_commons p {
	text-align: center;
	padding: 20px 0 0 0;
	font-size: .89em;
	color: #333;
	clear: both;
}

#subfooter ul.footer_nav {
	float: right;
	text-align: right;
	margin-right: 75px;
	padding-top: 8px;
	list-style: none;
	font-size: .89em;
	color: #5F85C9;
	font-family: georgia, times new roman, serif;
}

#subfooter ul.footer_nav li {
	display: inline;
	padding-right: 8px;
}

#subfooter ul.footer_nav li a:link, #subfooter ul.footer_nav li a:visited {
	text-decoration: none;
	color: #3F3D0D;
}

#subfooter ul.footer_nav li a:hover {
	color: #a24b16;
}

.clear {
	clear: both;
	background: none;
}

/* NAVIGATION */

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_drop_1.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#nav {
	width: 800px;
	height: 48px;
	padding: 0;
	margin: 0;
	list-style: none;
	background: #DEE5D5;
	position: relative;
	z-index: 500;
	font-family: Georgia, times new roman, serif;
}

#nav li.top {
	display: block;
	float: left;
}

#nav li a.top_link {
	display: block;
	float: left;


/* 	height: 48px; */
	line-height: 27px;
	color: #3f2015;
	text-decoration: none;
	font-size: 12px;
	padding: 12px 0 0 0;
	margin-right: -8px;
}

#nav li.top a.top_link:hover {
	color: #95ab7d;
}

#nav li a.top_link span {
	float: left;
	display: block;
	padding: 0 18px 0 14px;
	height: 36px;
}

#nav li a.top_link span.down {
	float: left;
	display: block;
	padding: 0 18px 0 10px;
	height: 36px;
}

#nav li span.brace {
	float: left;
	padding: 16px 0 0 2px;
	color: #6085c8;
}

#nav li a.top_link:hover {
	color: #333;
}

/* #nav li a.top_link:hover span {background:url(blank_over.gif) no-repeat right top;}
#nav li a.top_link:hover span.down {background:url(blank_overa.gif) no-repeat right top;}

#nav li:hover > a.top_link {color:#fff; background: url(blank_over.gif) no-repeat;}
#nav li:hover > a.top_link span {background:url(blank_over.gif) no-repeat right top;}
#nav li:hover > a.top_link span.down {background:url(blank_overa.gif) no-repeat right top;} */

/* Default list styling */

#nav li:hover {
	position: relative;
	z-index: 200;
}

/* keep the 'next' level invisible by placing it off screen. */

#nav ul, 
#nav li:hover ul ul,
#nav li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li:hover ul.sub {
	left: 10px;
	top: 48px;
	background: #cfdaef;
	padding: 12px;
	padding-bottom: 0;
	width: 100px;
	height: auto;
	z-index: 300;
	font-family: arial, helvetica, sans-serif;
}

/* individual sub-menu items */

#nav li:hover ul.sub li {
	display: block;
	position: relative;
	float: left;
	width: 100px;
	font-weight: normal;
	margin-bottom: 15px;
}

#nav li:hover ul.sub li a {
	display: block;
	font-size: 11px;
	/* height: 24px; */
	width: 100px;
	line-height: 12px;
	/* text-indent:5px; */ 
	color: #431d00;
	text-decoration: none;
}

#nav li ul.sub li a.fly {
	background: #cfdaef url(arrow.gif) 80px 7px no-repeat;
}

#nav li:hover ul.sub li a:hover {
	background: #cfdaef;
	color: #a34118;
}

#nav li:hover ul.sub li a.fly:hover {
	background: #cfdaef url(arrow_over.gif) 80px 7px no-repeat;
	color: #a34118;
}

#nav li:hover ul li:hover > a.fly {
	background: #cfdaef url(arrow_over.gif) 80px 7px no-repeat;
	color: #a34118;
}

#nav li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
	left: 90px;
	top: -4px;
	background: #cfdaef;
	padding: 3px;
	/* border:1px solid #3a93d2; */ 
	white-space: nowrap;
	width: 100px;
	z-index: 400;
	height: auto;
}




/* EVENTS CALENDAR STYLE */

.calendarBG {
	background-color: #fff;
	margin-bottom: 20px;
}

.calendarBlank {
	background-color: #fff;
		border: 1px solid #DDEED5;
}

.calendarHeader {
	font-weight: normal;
	color: #fff;
	text-align: center;
	background-color: #fff;
}

.calendarHeader h1 {
	margin-top: 10px;
	font-size: 2.5em;
	color: #046330;
	font-family: georgia;
}

.calendarHeader h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 2em;
	color: #502b19;
	font-family: georgia;
}

.calendarMonthLinks {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #9d2a31;
	background-color: transparent;
	margin: 10px;
}

.calendarMonthLinks a {
	color: #9d2a31;
	text-decoration: none;
	background-color: transparent;
}

.calendarMonthLinks a:visited {
	color: #9d2a31;
	text-decoration: none;
	background-color: transparent;
}

.calendarMonthLinks a:hover {
	color: #333;
	text-decoration: underline;
	background-color: transparent;
}

.calendarDayHeading {
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	background-color: #50853B;
	text-align: center;
	vertical-align: top;
	width: 14.29%;
	padding: 8px 0;
}

.calendarToday {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	color: #000;
	background-color: #e0e3da;
	padding: 8px;
		border: 1px solid #DDEED5;
}

.calendarCell {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: .08em;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	color: #000;
	background-color: #fff;
	padding: 8px;
	border: 1px solid #DDEED5;
	font-family: verdana;
}

.calendarCell a {
	color: #9D5C00;
	text-decoration: none;
	background-color: transparent;
}

.calendarCell a:visited {
	color: #666;
	text-decoration: none;
	background-color: transparent;
}

.calendarCell a:hover {
	color: #000;
	text-decoration: underline;
	background-color: transparent;
}

h1.calendar_event {
	font-size: 1.9em;
	color: #046330;
	font-family: georgia;
	padding-left: 10px;
}

h2.calendar_event {
	font-size: 1.4em;
	margin-bottom: -3px;
/*	color: #ff5813; */
	color: #A24100;
	padding-left: 10px;
}

p.calendar_event {
	font-size: 1.2em;
	color: #333;
	padding-left: 10px;
}

/* - - END CALENDAR - -  */


#nav_categories li ul {
padding-left: 10px;
padding-right: 5px;
margin-left: 5px;
padding-bottom: 0;
list-style-type: circle;


/* - - FORMS - - */

input.text {
	padding: 5px;
}


/* - - END: FORMS - - */


/* CALENDAR CSS - USED WITH DHTML CALENDAR IN EVENT SAEF PAGE */

.calendar {
	border: 1px #6975A3 solid;
	background-color: transparent;
}

.calheading {
	background-color: #50742e;
	color: #fff;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.calnavleft {
	background-color: #50742e;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding: 4px;
	cursor: pointer;
}

.calnavright {
	background-color: #50742e;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align:  right;
	padding: 4px;
	cursor: pointer;
}

.caldayheading {
	background-color: #000;
	color: #fff;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 6px 2px 6px 2px;
}

.caldaycells{
	color: #000;
	background-color: #dee5d5;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 4px;
	border: 1px #E0E5F1 solid;
	cursor: pointer;
}

.caldaycellhover{
	color: #fff;
	background-color: #B3BCD4;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 4px;
	border: 1px #B3BCD4 solid;
	cursor: pointer;
}

.caldayselected{
	background-color: #737FAC;
	color:	#fff;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border: 1px #566188 solid;
	padding: 3px;
	cursor: pointer;
}

.calblanktop {
	background-color: #fff;
	padding: 4px;
}
.calblankbot {
	background-color: #fff;
	padding: 4px;
}