/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table, td	{
	border: 0px solid #ffffff;
    border-spacing: 0px;
    border-collapse: collapse;
    padding: 0px;
	empty-cells: show;
	
	}
	
td { margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#696969;
	line-height:13px;
 	}

h1	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#00943b;
	}
	
h2, .h2	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#00943b;
	}
	
h3	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #006085;
	font-weight:bold;
	}
	
#nav	{
	background:url(/img/bg_nav.jpg) no-repeat;
	width:561px;
	height:57px;
	padding:10px 0 0 0;
	}
	
#leftcol	{
	background: url(/img/bg_leftcol.jpg) no-repeat;
	width:160px;
	padding: 24px 10px 0 20px;
	}
	
.left	{
	float:left;
	}
	
#content	{
	background:url(/img/bg_content.jpg) no-repeat top left;
	width:640px;
	vertical-align:top;
	}
	
#content2	{
	background:url(/img/bg_content2.jpg) no-repeat top left;
	width:640px;
	vertical-align:top;
	}
	
.content	{
	padding: 24px 10px 0 10px;
	width:304px;
	}		

.home-bottom	{
	padding: 0px 10px 0 10px;
	width:525px;
	}
	
.content2	{
	padding: 24px 10px 0 10px;
	width:354px;
	float:left;
	}		
	
.rightnav	{
	padding:50px 0px 0 0px;
	float:left; 
	width:200px;
	}

ul.subnav	{
	/* list-style-image: url(/img/arrow.gif) */
	list-style:none;
	}
	
li	{
	padding:2px;
	margin:2px;
	}	

.rightlink	{
	padding:0 100px 0 0
	}
	
#footer	{
	background: url(/img/bg_footer.jpg) no-repeat top;
	width:800px;
	height:32px;
	}
	
td.footer	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #026d2d;
	text-decoration: none;
	font-weight: normal;
	padding: 14px 103px 0 0;
	text-align:right;
	}
		
a:link, a:visited, a:active { 	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006085;
	text-decoration: underline;
	font-weight: normal;
	}

a:hover  { 	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00943b;
	text-decoration: underline;
	font-weight: normal;
	}

a:link.listlink, a:visited.listlink, a:active.listlink { 	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	text-decoration: underline;
	font-weight: normal;
	}

a:hover.listlink  { 	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00943b;
	text-decoration: underline;
	font-weight: normal;
	}

a:link.nav, a:visited.nav, a:active.nav { 	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006085;
	line-height:21px;
	padding:0 10px 0 10px;
	text-decoration: none;
	font-weight: bold;
	}

a:hover.nav  { 	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #9d4441;
	line-height:21px;
	padding:0 10px 0 10px;
	text-decoration:none;
	font-weight: bold;
	}

a:link.sub, a:visited.sub, a:active.sub { 	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00943b;
	text-decoration: none;
	font-weight: bold;
	}

a:hover.sub  { 	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#930000;
	text-decoration: none;
	font-weight: bold;
	}
	
a:link.footer, a:visited.footer, a:active.footer { 	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006085;
	text-decoration: none;
	font-weight: normal;
	}

a:hover.footer  { 	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00943b;
	text-decoration: none;
	font-weight: normal;
	}

a.foot:link, a.foot:visited, a.foot:active, a.foot:hover {
	color:#333333;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	}
	
td.foot	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	font-weight: normal;
	padding: 14px 0 0 14px;
	text-align:left;
	}
	
	
/* Contact Form Extra Styles */

table#cx { }

table#cx td{ padding: 0px; }
table.cx td.space { width: 15px; }

table#cx th { text-align: left; font-weight: bold; color: #333333; padding: 0px;}

td#label {

}

.req {
	padding: 0px;
	border: 0px solid white;
	border-left: 5px solid #00943b;
	float: left;
}

input.cx {
	margin: 0px;
	font-size: 11px;
	height: 18px;
	width: 160px;
	border: 1px solid #cccccc;
	background-color: #f6f6f6;
}

/*OnSubmit required fields will change to this class by js*/
input.error {
	border: 2px solid #ad9841;
	background-color: #fff6f6;
}

input#x_state {
	width: 40px;
	margin-right: 10px;
}

input#x_zip {
	width: 105px;
}

textarea#x_comments {
	width: 350px;
	height: 80px;
	border: 1px solid #cccccc;
	background-color: #f6f6f6;
}	

		/* event_drop styles */
		div#event_drop {
			posistion:relative;
			padding:0px;
		}
		
		div#event_drop h1 {
			margin: 0px;
			padding: 0px;
			font-size: 18px;
		}
		
		div#event_drop div#dropdown {
			padding: 10px;
		}
		
		div#event_drop div#dropdown select {
			width: 250px;
		}
		
		/* event list */
		div#event_drop table#list {
			width: 350px;
		}
		
		div#event_drop div#event_cat div#name{
			border-bottom: 1px dotted #cccccc;
		}
		
		div#event_drop table#event{
			margin-bottom: 10px;
		}
		
		div#event_drop table#event td#left{
			vertical-align: top;
		}
		
 /* Gallery styles */
		table#gallery_a {
			width: 450px;
		}
		
		table#gallery_a div#gallery{
			width: 200px;
			text-align: center;
			float: left;
			
		}
		
		table#gallery_a div#gallery div#desc {
			width: 180px;
			margin: 10px;
		}
		
		/* news styles */
		div#news {
			padding:0px;
		}
		
		div#news h1 {
			margin: 0px;
			padding: 0px;
			font-size: 18px;
		}
		
		div#news div#hdr {
			padding-bottom: 10px;
		}
		
		div#news-item {
			padding-bottom: 10px;
		}
		
		div#news div#ftr {
			padding-bottom: 10px;
		}
		
		div#news div#detail {
			padding-bottom: 15px;
		}
		
		div#news div#link {
			padding-bottom: 15px;
		}
	
