/* CSS Document */

/******************** LAYOUT **************************/

body {
	background:	url(/images/bkrd-body.jpg) left top repeat-x #f8f4f0;
	font-family:	Arial, Helvetica, sans-serif;
	color:			#4f5757;
	font-size:		13px;
	line-height:	18px;
	padding:		0;
	margin:			0;
	text-align:		left;
}

#bigbkrd {
	background:url(/images/bkrd-big.jpg) center 11px no-repeat;
}

#main-wrapper {
	width:			980px;
	margin:			0 auto;
}

#header {
	height:198px;
	width:980px;
	position:relative;
}

#logo {
	position:absolute;
	left:-24px;
	top:57px;
}

#searcharea {
	width:217px;
	height:41px;
	background:url(/images/search-tab.png) no-repeat;
	position:absolute;
	right:0;
	top:11px;
	padding:0 0 0 13px;
}

#searchbox {
     background:          none;
	 border:			  0 none;
     width:               148px;
     height:              11px;
     padding:          	  9px;
     margin:			  0;
     float:               left;
	 font:				  normal 11px Arial, Helvetica, sans-serif;
	 color:				  #424646;
}

#search-button {
     background:url(/images/search-btn.jpg) no-repeat;
     cursor:              pointer;
     display:             block;
     font-size:           0;
     height:              29px;
     line-height:         0;
     overflow:            hidden;
     padding:             0;
     width:               39px;
     float:               left;
     border:              0 none;
}

#motto {
	font:italic 20px "Times New Roman", Times, serif;
	color:#fc8229;
	position:absolute;
	width:225px;
	height:64px;
	right:230px;
	top:84px;
}

#headercontact {
	width:192px;
	height:93px;
	position:absolute;
	right:0;
	top:84px;
	font:normal 13px Arial, Helvetica, sans-serif;
	color:#424646;
	text-align:right;
	padding-right:12px;
	line-height:19px;
}

#headercontact a {
	font:normal 13px Arial, Helvetica, sans-serif;
	color:#424646;
	text-decoration:none;
}

#headercontact span {
	font-size:15px;
	margin-top:3px;
	}



#content {
	background:#fff;
	clear:both;
	width:980px; 
	padding-bottom:30px;
}

#main-col {
	width:			520px;
	float:			left;
	padding:	    12px;
}

#left-col {
	width:			218px;
	float:			left;
}

#right-col {
	width:			206px;
	float:			left;
	padding:        12px 12px 0 0;
}

#homecontent {
	padding-top:32px;
	background:url(/images/bkrd-homebkrd.jpg) center top no-repeat;
}

#subcontent {
	padding:11px 25px 0;
	background:url(/images/bkrd-subpage-top.jpg) no-repeat;
	min-height:104px;
}

#subcontent h1 {
	border:none!important;
	color:#fff;
	margin-bottom:67px;
	}

#slideshowanchor {
	position:relative;
}

#slideoverlay {
	position:absolute;
	left:0;
	top:0;
	z-index:99;
}

.leftbox {
	float:right;
	clear:both;
	margin:18px 10px 0 0;
	background:url(/images/left-btns-separate.jpg) center bottom no-repeat;
}

.leftbox table {
	width:192px;
	height:141px;
}

.leftbox img {
	padding:6px 7px 7px;
	background:url(/images/bkrd-left-btn.jpg) no-repeat;
	}

.leftbox p {
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#009a37;
	text-align:center;
}

#homenews {
	clear:both;
	width:472px;
	background:#fbf6ef;
	position:relative;
	padding:22px 22px 14px 26px;
	}

#newstopcap {
	position:absolute;
	top:0;
	left:0;
	}

#newsbottomcap {
	position:absolute;
	bottom:0;
	left:0;
	}

.newswrapper {
	clear:both;
	margin-bottom:27px;
	}

.newsitem {
	width:366px;
	float:right;
}

.newsimage {
	padding:6px;
	float:left;
	-webkit-box-shadow: 1px 1px 3px #696764;
	-moz-box-shadow: 1px 1px 3px #696764;
	box-shadow: 1px 1px 3px #696764; 
	margin-left:2px;
	background:#fff;
}

.newstitle {
	color:#00ac3d;
	font-weight:bold;
}

.newsdate, .newssummary, .newsitem a {
	color:#4f5757;
}

#surveywrapper {
	width:185px;
	padding:19px 10px 1px 11px;
	position:relative;
	background:url(/images/survey-outside-bkrd.jpg) repeat-x #20bd57;
	}
	
#surveyarea {
	padding:0 14px 108px;
	background:url(/images/survey-inside-bkrd.jpg) repeat-x;
}

#surveyarea form ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}
	
#surveytitle {
	font:normal 20px Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0 0 11px 0;
	text-shadow: 0px 0px 3px #;
	/*filter: dropshadow(color=#, offx=0, offy=0); */
	text-align:center;
}

#surveyarea input, #surveyarea textarea {
	color:#fff;
	font:normal 12px Arial, Helvetica, sans-serif;
	background:none;
	line-height:12px;
}

#surveyarea #input4, #surveyarea #input5, #surveyarea #input6 {
	width:157px;
	height:24px;
	background:url(/images/survey-single.jpg) no-repeat;
	position:relative;
	margin-bottom:3px;
	display:block;
}

#surveyarea #input7 {
	width:157px;
	height:52px;
	background:url(/images/survey-multiple.jpg) no-repeat;
	position:relative;
	margin-bottom:3px;
	display:block;
}

#surveyarea label {
	display:none;
	font-size:0;
}

#surveyarea #input4 input, #surveyarea #input5 input, #surveyarea #input6 input {
	width:141px;
	height:12px;
	border:0;
	position:absolute;
	left:8px;
	top:6px;
}

#surveyarea #input7 textarea {
	width:141px;
	height:39px;
	border:0;
	position:absolute;
	left:8px;
	top:6px;
}

#submitsurvey {
	width:157px;
	height:27px;
	background:url(/images/submitbtn.jpg) no-repeat!important;
	display:block;
	border:0;
	cursor:pointer;
	font-size:0;
}

#surveytopcap {
	position:absolute;
	top:0;
	left:0;
}

#surveybottomcap {
	position:absolute;
	bottom:0;
	left:0;
}

#didyouknow {
	padding:112px 14px 39px;
	position:relative;
	background:url(/images/bkrd-didyouknow.jpg) center 88px repeat-x #f7efe2;
	margin:18px 0 34px;
}

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

#didtop {
	position:absolute;
	top:0;
	left:0;
}

#didbottom {
	position:absolute;
	bottom:0;
	right:0;
}

#homeeventswrapper {
	background:#0bb246;
	padding:10px;
}

#homeevents {
	position:relative;
	background:url(/images/events-bkrd.jpg) center 4px repeat-x #2dc863;
	padding:12px;
	color:#fff;
	width:162px;
}

#homeevents h2 {
	font-size:18px;
	color:#fff;
}

#homeevents a {
	color:#fff;
}

.eventitem {
	padding:19px 0;
	border-bottom:1px solid #96e4b1;
}

.eventitem:last-child {
	border:none;
	}

#eventstop {
	position:absolute;
	top:-10px;
	left:-10px;
	}

#eventsbottom {
	position:absolute;
	bottom:-10px;
	left:-10px;
}

#moreevents {
	float:right;
	padding:19px;
	margin-right:5px;
	background:url(/images/nav-on.png) right center no-repeat;
	
}

#footerwrapper {
	width:100%;
	background:url(/images/bkrd-footer1.jpg) center top no-repeat;
	height:93px;
}

#secondfooterwrapper {
		background:url(/images/bkrd-footer2.jpg) center top no-repeat;
		width:100%;
		height:202px;
}

#firstfooter {
	width:946px;
	height:59px;
	margin:0 auto;
	padding:34px 0 0 34px;
	}

#firstfooter, #firstfooter a {
	color:#fff;
	text-decoration:none;
	}

#bottomlinks {
	float:left;
	margin-top:10px;
	}

#logolinks {
	width:243px;
	float:right;
}

#logolinks img {
	float:left;
	margin-right:5px;
	}

#logolinks p {
	margin:0;
	}

#secondfooter {
	width:946px;
	margin:0 auto;
	padding:33px 0 34px 34px;
}

#footercontact {
	width:245px;
	float:left;
	color:#049e3b;
}

#footercontact p {
	color:#5e6262;
}

#quicklinks {
	width:631px;
	float:right;
	color:#049e3b;
}

#quicklinks p {
	margin-top:15px;
	}

#quicklinks img {
	float: left;
	margin-right:25px;
	}

#footer {
	margin-top:30px;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#acadad;
	}

#corner {
	position:absolute;
	top:-13px;
	right:-12px;
}

/* Navigation CSS */

#navwrapper {
	width:186px;
	float:right;
	background:url(/images/nav-bkrd-outside.jpg) left top repeat-x #27c35e;
	padding:0 10px 0;
	margin:30px 0 0;
}

#navanchor {
	position:relative;
	margin-bottom:78px;
	}

#navtopcap {
	top:0;
	left:0;
	position:absolute;
	}

#navbottomcap {
	position:absolute;
	bottom:-19px;
	right:0;
}

#navbar {
	width:186px;
	color:#ffffff;
	padding:20px 0 46px;
	margin:0;
	background:url(/images/nav-bkrd-inside.jpg) left top repeat-x #2bc662;
	float:right;
	min-height:224px;
}

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

.nav-link {
	display:		inline-block;
	width:			186px;
	height:			40px;
	margin:			0;
	padding:1px 0;
	font:bold 15px Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#ffffff;
	/*text-shadow: 0px 0px 7px #007f2d;
	filter: dropshadow(color=#007f2d, offx=0, offy=0); */
}

.nav-link-on span, .nav-link span {
	width:			176px;
	height:			16px;
	padding:		14px 0 10px 10px;
	display:		inline-block;
	background:url(/images/nav-separate.png) center top no-repeat;
}

.nav-link span:hover {
	color:#D65A00!important;
}

.nav-link-on {
	display:		inline-block;
	width:			186px;
	height:			40px;
	margin:			0;
	background:url(/images/nav-on.png) left center no-repeat;
	font:bold 15px Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#ffffff;
	/*text-shadow: 0px 0px 7px #007f2d;
	filter: dropshadow(color=#007f2d, offx=0, offy=0); */
}

.nav-link-on:hover {
	text-decoration:none;
}

.subpages {
	background:url(/images/nav-separate.png) center top no-repeat #27c35e;
}

.subpage, .subpage-on {
	display:		inline-block;
	width:			186px;
	height:			29px;
	margin:			0;
	padding:1px 0;
	font:normal 13px Arial, Helvetica, sans-serif;
	line-height:29px;
	color:#ffffff;
	border-bottom:1px solid #48d97c;
}

.subpage span, .subpage-on span {
	padding-left:22px;
}

.subsubpages {
	background:#27c35e;
}

.subsubpage, .subsubpage-on {
	display:		inline-block;
	width:			148px;
	height:			22px;
	margin:			0;
	padding:1px 0 0 38px;
	font:normal 11px Arial, Helvetica, sans-serif;
	line-height:22px;
	color:#ffffff;
}

.anythingWindow a {
	text-decoration:none;
}

/******************** STYLES **************************/

table {

}

a {
	color:			#00ac3d;
}

a img {
	border:none;
	border-collapse:collapse;
}

a:hover {
	text-decoration:underline;
}

p, ol, ul {
	margin: 		0 0 18px 0;
}

blockquote {
	text-align:center;
	display:block;
	margin:5px 0;
	font-style:italic;
}

.alttext1 {
	font-size:		15px;
	color:			#dd6309;
}

.alttext2 {
	font-size:		18px;
	color:			#D65A00;
}

.header1 {
	color:			#00ac3d;
	font-size:		26px;
	font-weight:	normal;
	line-height:	30px;
}

.header2 {
	color:			#4f5757;
	font-size: 		20px;
	font-weight:	normal;
	line-height:	23px;
}

.header3 {
	color:			#4f5757;
	font-size:		16px;
	font-weight:	normal;
	line-height:	19px;
}

h1 {
	color:			#00ac3d;
	font-size:		26px;
	line-height:	30px;
	margin:			0 0 12px 0;
	font-weight:	normal;
	border-bottom:1px dotted #c6cfd1;
}

h2 {
	color:			#4f5757;
	font-size: 		20px;
	font-weight:	normal;
	line-height:	23px;
	margin:			0 0 8px 0;
}

h3 {
	color:			#4f5757;
	font-size:		16px;
	font-weight:	normal;
	line-height:	19px;
	margin:			0 0 3px 0;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:			#00AC3D;
	text-decoration:none;
}

.header1 a:hover, .header2 a:hover, .header3 a:hover, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
}

.image_on_right {
	float:			right;
	margin-left:	20px;
	margin-bottom:	10px;
}

.image_on_left {
	float:			left;
	margin-right:	20px;
	margin-bottom:	10px;
}

.keywords {
	background-color:#EEEEEE;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

.sidebar-form label {
	display:		block;
	margin-bottom:	1px;
}

.sidebar-form .sidebar-field {
	margin-bottom:	10px;
}

/* Comments */

.commentContent {
	border-top:1px dotted #999999;
	padding-top:10px;
}

.commentInfo {
	padding-top:4px;
	padding-bottom:10px;
}

/* Calendar */

.cal_header {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.calendar {
	width:100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}

.calendar td {
	border: 1px solid #DDDDDD;
	vertical-align: top; 
}

.calendar td.today {
	background-color:#FFFFCC;
}

.calendar td.other_day {
	background-color:#FFFFFF;
}

.dayofweek {
	background-color: #333333;
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	padding:2px;
}

.empty_day {
	background-color:#DDDDDD;
}

.highlight {
	background-color: #FFE7D0;
}

.day {
	background-color:#EEEEEE;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day_today {
	background-color:#DDDDDD;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day a, .day_today a {
	color:#4F4F45;
	text-decoration:none;
}

.calendar hr {
	border: none 0;
	height: 1px;
	border-top: 1px dotted #B9B9A2;
}

.gray {
	color:#CCCCCC;
}

.author {
	font-weight:normal;
}

.author a {
	color:#000000;
	text-decoration:none;
}

.author a:hover {
	text-decoration:underline;
}

.error {
	text-align:left;
	padding:6px;
	background-color:#FFFFCC;
	border:solid #FFCC33 2px;
}
