/******* Global **********/

body { margin: 0; padding: 0; font: 13px/1.6em Arial, Helvetica, sans-serif; color: #565655; background: #409d30; }
a { color: #488A0E; text-decoration: underline; border: none; }
a:hover { color: #6e840b; text-decoration: none; }
.clear { clear: both; overflow: hidden; margin: 0; padding: 0; height: 1px; } 
h1 { background: #559b12 url('images/nav.gif') repeat-x top; color: #fff; font-size: 20px; 
	border-bottom: 4px solid #37822A; margin: 0 0 15px 0; padding: 10px 13px 8px 13px; text-align: center; }
h2 { color: #558C1E; font-weight: bold; font-size: 20px; margin: 15px 5px 5px 0; letter-spacing: -0.05em; }
h3 { color: #31580C; font-weight: bold; font-size: 16px; margin: 0 0 3px 0; }
img { border: 0; }


/******* Layout **********/

#wrapper { margin: 0 auto; width: 960px; background: url('images/l-bg.gif') repeat-y center; }
#top { margin:0; padding:0; height: 29px; background: url('images/top.png') no-repeat center; }
#header { margin: 0 21px; height: 99px; background: url('images/shade.gif') repeat-x top; }
#logo { float: left; padding: 5px 0 0 20px;  }
#sm { float: right; padding: 35px 50px 0 0; }


/****** Navigation **********/

#nav { margin: 0 18px; padding-left: 0px; height: 40px; background: #37822A url('images/nav.gif') repeat-x top; }
#nav ul { margin: 0; padding: 0; list-style: none; }
#nav li { display: block; float: left; }
#nav li a { display: block; padding: 10px 13px 9px 13px; border-right: 1px solid #37822A; 
	font-weight: bold; font-size: 14px; color: #FAFCF8; text-decoration: none; 
	background: #37822A url('images/nav.gif') repeat-x top; }
#nav li a:hover, #nav li a.current { background: #37822A url('images/hover.gif') repeat-x top; }


/******* Content *********/

#main { background: url('images/shade.gif') repeat-x top; margin: 2px 21px; padding: 10px; overflow: hidden; clear: both; }
#content { width: 680px; padding: 10px 0 10px 10px; float: left; }
#content p { margin: 0 0 10px 0}
#content ul { padding: 0 0 10px 0; margin: 15px 0 0 25px; list-style: square url('images/bullet.gif');}
#content li { margin: 0; padding: 0 0 4px 0; }
.intro { font-size: 18px; font-weight: normal; color: #31580C; letter-spacing: -0.05em; }
.center { text-align: center; }
.nowrap { white-space: nowrap; }
.left { float: left; clear: left; margin: 0 20px 20px 0; }
.right { float: right; clear: right; margin: 0 0 20px 20px; }
.clear { clear: both; display: block; height: 1px; }
.infobox { padding: 7px; border: 1px solid #e5e5e5; font-size: 0.9em; }
.box { padding: 7px; border: 1px solid #e5e5e5; }
.box-image { margin-top: 1%; padding: 1%; border: 1px solid #e5e5e5; }
.box-feature { width: 46%; float: left; padding: 1%; margin-right: 3%; margin-top: 1%; margin-bottom: 1em; border: 1px solid #e5e5e5; }
.box-feature:last-of-type { margin-right: 0; }
.inner { display: block; background-color:#F7F7F7; padding: 1%; }
.inner-left { float: left; width: 50%; padding: 0; background-color: transparent; }
.inner-left img { max-width: 100%; }
.inner-right { float: left; width: 48%; }
.img { border: 1px solid #e5e5e5; width: 98%; padding: 1%; background-color: #fff; }
.img.left, .img.right { width: auto; max-width: 300px; }
a.more { display: block; padding: 0 0 0 3em; background: url('images/bigbullet.gif') 1.5em 0.4em no-repeat; }
a.backtotop { clear: both; display: block; margin-bottom: 20px; border-bottom: 1px solid #e5e5e5; line-height: 1.3em;
	font-size: 0.85em; text-align: right; text-transform: uppercase; text-decoration: none; }
a.backtotop:hover { border-bottom: 1px solid #9c9; color: #31580C; }


/***** Side Bar **********/

#sidebar { width: 200px; margin: 0 0 0 703px; }
.menu { margin: 10px 0 0 0; padding: 0; list-style: none; }
.menu li {height: 25px; padding: 11px 0 0 45px;background: url('images/menu.gif') repeat-x left top;}
.menu a { color:#475509; text-decoration: none;font-weight:bold;}
.menu a:hover { color:#000000; }


/***** Tables **********/

table.data { width: 100%; border-top: 1px solid #C6E0C6; border-right: 1px solid #C6E0C6; margin: 1em auto; border-collapse: collapse; }
table.data tr.odd td { background: #f7fff7; }
table.data tr.odd .column1	{ background: #f4fef4; }
table.data .column1 { background: #f9fef9; font-weight: bold; }
table.data td { color: #679767; border-bottom: 1px solid #C6E0C6; border-left: 1px solid #C6E0C6; padding: .3em 1em; text-align: center; vertical-align: top; }
table.small td, table.small th { font-size: 0.9em; line-height: 1.1em; width: 90px; padding: 0.3em 2px; }
table.small th[scope='row'] { width: 50px; }
table.data td.mergeleft { border-left: none; }
table.textleft td { text-align: left; }
table.data th { font-weight: bold; color: #fff; text-align: center; border-bottom: 1px solid #C6E0C6; border-left: 1px solid #C6E0C6; padding: 0.3em 1em; 
	background: #42c52a url('images/nav.gif') repeat-x left top; }
table.data small { line-height: 1.1em; }


/***** Contact Form **********/

form.niceform { margin: 0; padding: 14px; }
	form.niceform { border: solid 2px #e5f0e5; background: #F7ffF7; }
	form.niceform h2 { margin: 0 0 8px 0; }
	form.niceform p { font-size: 12px; color: #666; margin-bottom: 20px; border-bottom: solid 1px #e5f0e5; padding-bottom: 10px; }
	form.niceform p.error { font-weight: bold; color: #c00; }
	form.niceform label { display: block; font-weight: bold; text-align: right; width: 140px; float: left; }
	form.niceform label em { color: #0c0; }
	form.niceform .small { color: #666; display: block; font-size: 11px; font-weight: normal; text-align: right; width: 140px; }
	form.niceform input, form.niceform textarea { float: left; font-size: 12px; padding: 4px 2px; border: solid 1px #e5f0e5; width: 250px; margin: 2px 0 20px 10px; }
	form.niceform button { clear: both; margin-left: 150px; padding-bottom: 3px; width: 125px; height: 31px; background: #666 url('images/button.png') no-repeat;
		text-align: center; line-height: 31px; color: #FFF; font-size: 13px; font-weight: bold; border: none; }
	form.niceform label.field-subject { display: none; }


/******** Footer *******/

#footer-line{background: #37822A url('images/footer.gif') repeat-y left;height: 13px;margin:0 18px;}
#footer {background: url('images/shade.gif') repeat-x top;margin:2px 21px;padding: 18px;line-height:1.6em;}
.crd a { color:#565655;text-decoration:none;}
#bottom{background: url('images/bottom.png') no-repeat center;height: 27px;}


.xmas_hours, .alert { margin-bottom: 1em; padding: 9px; border: 1px solid #FC9; background: #FFC; }