/*--------------------------------------------------------------------------------------------------
	I USED A STICKY FOOTER TECHNIQUE BY Ryan Fait http://ryanfait.com/
--------------------------------------------------------------------------------------------------*/

* {
	margin: 0;
}
html, body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #f8eed5 url(images/bg_body.jpg) repeat-x left top;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 50px; /* .push must be the same height as .footer */
}
.footer {
	height: 50px; /* .push must be the same height as .footer */
	background: url(images/bg_footer.jpg) repeat-x;
	clear:both;
}
.footer li {
	color:#fff;
	font-size:10px;
	display:inline;
	margin-right:10px;
	border-right: solid thin #FFFFFF;
	padding-right:10px;
	}
.footer ul {
	padding-top:20px;
	text-align:center;
	}
.footer a {
	color:#fff;
	text-decoration: none;
	}
.footer a:hover {
	color:#fff;
	text-decoration: underline;
	}
.footer a:visited {
	color:#fff;
	}

/*--------------------------------------------------------------------------------------------------
	TOP NAVIGATION BAR
--------------------------------------------------------------------------------------------------*/
#nav {
	height:75px;
	padding:10px 0 0 0;
	font-family:"Times New Roman", Times, serif;
	}
#nav ul {
	height:60px;
	padding-left:60px;
	text-align:center;
	}
#nav li {
	float:left;
	width:120px;
	height:60px;
	line-height:60px;
	margin-right: 15px;
	text-align:center;
	display:inline;
	border: 1px solid #ae924a;
	color: #fff;
	font-size:14px;
	padding:0;
	}
#nav li a {
	float:left;
	width:120px;
	height:60px;
	line-height:60px;
	text-align:center;
	color: #fff;
	font-size:14px;
	text-decoration:none;
	background:#562E09 url(images/nav_button_a.jpg) top center repeat-x;
	}
#nav li a:hover {
	float:left;
	width:120px;
	height:60px;
	line-height:60px;
	text-align:center;
	color: #fff;
	font-size:14px;
	text-decoration:none;
	background:#562E09 url(images/nav_button_b.jpg) top center repeat-x;
	}
#nav li a:visited {
	float:left;
	width:120px;
	height:60px;
	text-align:center;
	color: #fff;
	font-size:14px;
	text-decoration:none;
	}
/*--------------------------------------------------------------------------------------------------
	MAIN CONTENT DIV WRAPPING AROUND CONTENT
--------------------------------------------------------------------------------------------------*/	
#content_wrap {
	width: 790px;
	margin: 0 auto 0 auto;
	padding: 0 0 1px 0;
	}
#content_wrap img {
	display:block;
	float:left;
	}
/*--------------------------------------------------------------------------------------------------
	CONTACT BOARD CONTENT DIV 
--------------------------------------------------------------------------------------------------*/		
#maincontent3 img {
	vertical-align: top;
	margin: 0px 70px 10px 0px;
	}
#maincontent3 {
	background: url(images/sub_bg.jpg) top left no-repeat;
	padding: 20px 40px 0 50px;
	margin: 0;
	float: left;
	width: 690px;
	height: auto;
}
#maincontent3 p {
	font-size:11px;
	color:#333333;
	padding:0 0 5px 0;
	margin: 0 20px 0 0;
	line-height: 18px;
	}
#maincontent3 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #801a1a;
	margin: 10px 0px 0px;
	font-weight: normal;
	padding: 0px;
	line-height: 16px;
	display:block;
}
#maincontent3 a.blue:link {
	text-decoration: none;
	color: #009eeb;
	font-size: 9px;
}
#maincontent3 a.blue:visited {
text-decoration: none;
  color: #009eeb;
}
#maincontent3 a.blue:hover {
	text-decoration: underline;
	 color: #0170a7;
}
#maincontent3 a.blue:active {
text-decoration: none;
	color: #009eeb;
}
#maincontent3 ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	text-indent: 0px;
	list-style-type: square;
	font-size: 12px;
}
#maincontent3 p.backtotop a:link {
	text-decoration: none;
	color: #982f88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#maincontent3 p.backtotop a:visited {
	text-decoration: none;
	color: #982f88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#maincontent3 p.backtotop a:hover {
	text-decoration: none;
	color: #79256D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#maincontent3 p.backtotop a:active {
	text-decoration: none;
	color: #982f88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#maincontent3 p.backtotop a:link {
	text-decoration: none;
	color: #982f88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
#anchorlistfloat4 {
	float:left;
	background-color: #ffecd0;
	padding: 0;
	margin: 0;
	float: left;
	width: auto;
	height: auto;
}
#maincontent3 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #801a1a;
	margin: 20px 0px;
	font-weight: normal;
	padding: 0px;
}
#maincontent3 td {
	padding: 5px 2px;
	margin: 0;
	width: 225px;
	vertical-align: top;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: normal;
	color: #882826;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
#maincontent3 h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-transform: uppercase;
	margin: 5px 0 0 0;
	padding: 0px;
}
/*--------------------------------------------------------------------------------------------------
	LEFT COLUMN ON SUBPAGE
--------------------------------------------------------------------------------------------------*/
#content_sub {
	clear:left;
	padding: 25px 0 0 25px;
	background: url(images/sub_bg.jpg) top left no-repeat;
	width:765px;
	float:left;
	}
#content_sub h2{
	font-family:"Times New Roman", Times, serif;
	color: #5c8313;
	margin: 0 20px 0 20px;
	font-size:18px;
	padding:0 0 15px 0;
	}
#content_sub a.link:visited {
text-decoration: none;
  color: #5c8313;
}

#content_sub a.link:hover {
	text-decoration: underline;
	 color: #436208;
}

#content_sub a.link:active {
text-decoration: none;
	color: #5c8313;
}
#content_sub p {
	font-size:11px;
	color:#333333;
	padding:0 0 15px 0;
	margin: 0 20px 0 20px;
	line-height: 18px;
	}
#content_sub ul {
	width:451px;
	}
#content_sub li {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: disc;
}
#content_sub a.blue:link, #content_welcome a.blue:link, #right_col a.blue:link {
text-decoration: none;
	 color: #5c8313;
}

#content_sub a.blue:visited, #content_welcome a.blue:visited, #right_col a.blue:link {
text-decoration: none;
  color: #5c8313;
}

#content_sub a.blue:hover, #content_welcome a.blue:hover, #right_col a.blue:link {
	text-decoration: underline;
	 color: #436208;
}

#content_sub a.blue:active, #content_welcome a.blue:active, #right_col a.blue:link {
text-decoration: none;
	color: #5c8313;
}
#content_sub ul {
	font-size:11px;
	color:#333333;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	text-indent: 0px;
	list-style-type: square;
}

#content_sub p.backtotop a:link {
	text-decoration: none;
	color:#70430d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#content_sub p.backtotop a:visited {
	text-decoration: none;
	color:#70430d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#content_sub p.backtotop a:hover {
	text-decoration: none;
	color:#70430d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#content_sub p.backtotop a:active {
	text-decoration: none;
	color:#70430d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#content_sub h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	width:451px;
	color: #801a1a;
	margin: 20px 0px 0px;
	font-weight: normal;
	padding: 0px;
}
#content_sub.darkgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1E1E1E;
}

#content_sub h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #801a1a;
	margin: 10px 0px 0px;
	font-weight: normal;
	padding: 0px;
	line-height: 16px;
}
#content_sub p {
	width:451px;
	font-size:11px;
	color:#333333;
	padding:0 0 15px 0;
	margin: 0 20px 0 0;
	line-height: 18px;
}
#content_sub table td, th {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

#content_sub img {
	float: right;
	vertical-align: top;
	margin-left: 25px;
	border: 5px solid #fcf8ed;
	display:block;
}
#content_sub p.backtotop {
	text-decoration: none;
	width:451px;
	color: #982f88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

/*--------------------------------------------------------------------------------------------------
	LEFT COLUMN ON HOMEPAGE
--------------------------------------------------------------------------------------------------*/
#content_welcome {
	clear:left;
	padding: 25px 0 0 0;
	background: url(images/welcome_bg.jpg) top left no-repeat;
	width:451px;
	float:left;
	}
#content_welcome h2{
	font-family:"Times New Roman", Times, serif;
	color: #5c8313;
	margin: 0 20px 0 20px;
	font-size:18px;
	padding:0 0 15px 0;
	}
#content_welcome p {
	font-size:11px;
	color:#333333;
	padding:0 0 15px 0;
	margin: 0 20px 0 20px;
	line-height: 18px;
	}
#content_welcome img {
	margin: 0 0 20px 20px;
	}
/*--------------------------------------------------------------------------------------------------
	RIGHT COLUMN ON HOMEPAGE "WHAT'S NEW"
--------------------------------------------------------------------------------------------------*/
#whats_new {
	padding:40px 0 0 20px;
	background:url(images/whatsnew_bg.jpg) top left no-repeat;
	width:319px;
	height:300px;
	line-height: 20px;
	float:left;
	}
#whats_new h2{
	font-family:"Times New Roman", Times, serif;
	color: #5c8313;
	margin: 0 20px 0 0;
	font-size:18px;
	padding:0 0 15px 0;
	}
#whats_new ul {
	margin:0 0 0 20px;
	padding:0;
	}
	
#whats_new li {
	font-family:"Times New Roman", Times, serif;
	color:#70430d;
	font-size:13px;
	list-style-type:disc;
	margin: 0;
	padding:0;
	}
#whats_new li a {
	color:#70430d;
	text-decoration:none;
	}
#whats_new li a:hover {
	color:#70430d;
	text-decoration:underline;
	}
#whats_new li a:visited {
	color:#70430d;
	text-decoration:none;
	}
/*--------------------------------------------------------------------------------------------------
	RIGHT COLUMN ON SUB
--------------------------------------------------------------------------------------------------*/
#right_col {
	padding:40px 0 0 0;
	background:url(images/rightcol.jpg) top left no-repeat;
	width:339px;
	height:300px;
	line-height: 20px;
	float:left;
	}
#right_col p {
	font-size:11px;
	color:#333333;
	padding:0 0 15px 0;
	margin: 0 20px 0 20px;
	line-height: 18px;
	}
#right_col h2{
	font-family:"Times New Roman", Times, serif;
	color: #5c8313;
	margin: 0 20px 0 20px;
	font-size:18px;
	padding:0 0 15px 0;
	}
#right_col h4{
	font-family:"Times New Roman", Times, serif;
	color: #5c8313;
	margin: 0 20px 0 20px;
	font-size:18px;
	padding:0 0 5px 0;
	}
#right_col img {
	float:left;
	margin: 0 150px 20px 20px;
	display:block;
	}
#right_col li {
	font-family:"Times New Roman", Times, serif;
	color:#70430d;
	font-size:13px;
	list-style: disc;
	}
#right_col li a {
	color:#70430d;
	text-decoration:none;
	}
#right_col li a:hover {
	color:#70430d;
	text-decoration:underline;
	}
#right_col li a:visited {
	color:#70430d;
	text-decoration:none;
	}
/*--------------------------------------------------------------------------------------------------
	CENTER COLUMN
--------------------------------------------------------------------------------------------------*/
#center_col {
	padding:40px 0 0 0;
	background:url(images/rightcol.jpg) top left no-repeat;
	width:790px;
	height:300px;
	line-height: 20px;
	float:left;
	}
#center_col p {
	font-size:11px;
	color:#333333;
	padding:0 0 15px 0;
	margin: 0 20px 0 20px;
	line-height: 18px;
	}
#center_col h2{
	font-family:"Times New Roman", Times, serif;
	color: #5c8313;
	margin: 0 20px 0 20px;
	font-size:18px;
	padding:0 0 15px 0;
	}
#center_col h4{
	font-family:"Times New Roman", Times, serif;
	color: #5c8313;
	margin: 0 20px 0 20px;
	font-size:18px;
	padding:0 0 5px 0;
	}
#center_col img {
	float:left;
	margin: 0 90px 20px 35px;
	display:block;
	}
#center_col li {
	font-family:"Times New Roman", Times, serif;
	color:#70430d;
	font-size:13px;
	list-style: disc;
	}
#center_col li a {
	color:#70430d;
	text-decoration:none;
	}
#center_col li a:hover {
	color:#70430d;
	text-decoration:underline;
	}
#center_col li a:visited {
	color:#70430d;
	text-decoration:none;
	}
/*--------------------------------------------------------------------------------------------------
	MEETING BOX DIV
--------------------------------------------------------------------------------------------------*/
#meetings_wrap {
	width:790px;
	background: url(images/content_border_btm.jpg) top left repeat-x;
	float:left;
	}
	
#meetings {
	font-family:"Times New Roman", Times, serif;
	clear:both;
	padding: 0 0 0 15px;
	display: block;
	width:790px;
	color:#781544;
	}
#meetings h3 {
	width:350px;
	float:left;
	padding:10px;
	background:#FBF7E9;
	display:block;
	margin:10px 10px 0 0;
	font-weight:normal;
	font-size:16px;
	}
#meeting h3 strong {
	font-weight:bold;
	}
#info {
	width:790px;
	background: url(images/content_border_btm.jpg) top left repeat-x;
	float:left;
	}
#info p {
	font-size:11px;
	color:#333333;
	padding:15px 0 15px 0;
	margin: 0 20px 0 20px;
	line-height: 18px;
	font-weight:bold;
	}
/*--------------------------------------------------------------------------------------------------
	STYLES FROM OLD SITE
--------------------------------------------------------------------------------------------------*/	

	#anchorlist {
	padding: 0;
	float: left;
	width: 765px;
	height: 95px;
	border-bottom-color: #CCCCCC;
	margin: 0;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	}

#anchorlistfloat2 {
	float:left;
	padding: 0;
	margin: 0;
	float: left;
	width: 300px;
	height: auto;
	}
	#anchorlistfloat3 {
	width: 300px;
	float:left;
	padding: 0;
	margin: 0;
	float: left;
	width: auto;
	height: auto;
	}
#anchorlistfloat {
	float:left;
	padding: 0;
	margin: 0;
	float: left;
	width: 230px;
	height: auto;
	}
#anchorlistfloat ul li {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}
#anchorlistfloat li.red a {
	color:#70430d;
	text-decoration:none;
	}
#anchorlistfloat li.red a:hover {
	color:#70430d;
	text-decoration:underline;
	}
#anchorlistfloat li.red a:visited {
	color:#70430d;
	text-decoration:none;
	}
/*--------------------------------------------------------------------------------------------------
	INFO COLUMNS
--------------------------------------------------------------------------------------------------*/	
#left_a {
	width: 420px;
	float:left;
	display:block;
	padding:0;
	margin:0;
	}
#left_b {
	width: 280px;
	float:left;
	display:block;
	padding:0;
	margin:0;
	}
#left_c {
	clear:both;
	width: 765px;
	float:left;
	display:block;
	padding:0;
	margin:0;
	}
#left_d {
	width: 250px;
	float:right;
	display:block;
	padding:0;
	margin:0;
	}
/*--------------------------------------------------------------------------------------------------
	FORM
--------------------------------------------------------------------------------------------------*/		
fieldset {
	font-size:11px;
	color:#333333;
	margin: 1.5em 0 0 0;
	padding: 0;
	border:none;
	}
fieldset ol {
	padding: 1em 1em 0 20px;
	list-style:none;
	}
fieldset li {
	padding-bottom:1em;
	}
label {
display:block;
padding-bottom:5px;
}