/* Global */

html {
	background : #c5dead;
}

body {
	background-color: #c5dead;
	background-image: url(/images/bgrd.gif);
	background-repeat: repeat-x;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	color: #262626;
	font-size: 12px;
	margin: 0px;
	line-height: 1.2em;	/* text-align: center; */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

a {	color: #c8652a;	text-decoration: none;}
a:link { color: #c8652a; text-decoration: none;}
a:visited { color: #c8652a;	text-decoration: none;}
a:hover { color: #c8652a;	text-decoration: underline;}
a:active, a:focus { color : #c8652a; text-decoration: underline;}

hr {
	color: #262626;
	background-color: #262626;
	height: 1px;
	border: 0;
	margin:10px;
	text-align: right;
	display: block;
}
h1 {
	color: #74aa31;
	line-height: normal;
	font-weight: normal;
	font-size: 180%;
}
h2 {
	color: #387295;
	line-height: normal;
	font-weight: normal;
	font-size: 150%;
}
h3 {
	color: #666666;
	font-size: 140%;
	font-weight: normal;
}
h4 {
	color: #666666;
	font-size: 120%;
	font-weight: normal;
}
h5 {
	color: #221E1F;
	font-weight: normal;
	font-size: 110%;
}
h6 {
	color: #333333;
	font-size: 110%;
	font-weight: bold;
}
ul {
	list-style-type: disc;
}
ol { 
	list-style-type: decimal;
}
li {
	margin-bottom: 5px;
}

/* Div */

div#container {
	position : relative;
	width : 980px;
	text-align : left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 0px;
}
div#content {
	width : 100%;
	overflow : hidden;
	padding : 0;
	background-color: #FFFFFF;
}
div#content_container {
	padding: 0px;
}
div#content_left {
	width : 250px;
	display:inline;
	float:left;
	overflow:hidden;
	margin:0;
	min-height: 400px;
	background-color: #d4e6f2;
	background-image: url(/Images/side_fade1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
}
div#content_left2 {
	width : 380px;
	display:inline;
	float:left;
	overflow:hidden;
	margin:0;
	min-height: 400px;
	background-color: #d4e6f2;
	background-image: url(/Images/side_fade1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
}
div#content_left.bgrd1 {
	background-image: url(/images/bgrd_menu_left1.jpg);
	background-repeat: no-repeat;
}
div#content_left.bgrd2 {
	background-image: url(/images/bgrd_menu_left2.jpg);
	background-repeat: no-repeat;
}
div#content_right {
	width : 730px;
	float:right;
	text-align:left;
	margin:0;
	padding:0px;
	min-height : 500px;
}
div#content_right2 {
	width : 600px;
	float:right;
	text-align:left;
	margin:0;
	padding:0px;
	min-height : 500px;
}
div#content_right3 {
	width : 980px;
	float:right;
	text-align:left;
	margin:0;
	padding:0px;
	min-height : 400px;
}
div#content_bottom {
	width : 980px;
	float:right;
	text-align:left;
	background-image: url(/images/content_bottom.gif);
	background-repeat: no-repeat;
	height: 30px;
}
div#content_main {
	display:inline;
	float:left;
	overflow:hidden;
	text-align:left;
	width : 440px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
div#content_feature {
	display:inline;
	float:left;
	overflow:hidden;
	text-align:left;
	width : 460px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
div#content_sub {
	float : right;
	width : 250px;
	text-align: left;
	background-color: #e2eed6;
	background-image: url(/Images/side_fade2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	min-height: 400px;
}
div#content_main_plain {
	display:inline;
	float:left;
	overflow:hidden;
	text-align:left;
	width : 690px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
div#top1 {
	background-color:#c2d2dd;
	width: 100%;
	height: 10px;
}
div#top2 {
	background-color:#cfdac4;
	width: 100%;
	height: 10px;
}
div#top_center {
	display:inline;
	float:left;
	overflow:hidden;
	text-align:left;
	width : 480px;
	height:10px;
	background-color:#E9E9E9;
	margin-bottom: 10px;
}
div#top_right {
	display:inline;
	float:left;
	overflow:hidden;
	text-align:left;
	width : 100%;
	height:10px;
	background-color:#E9E9E9;
	margin-bottom: 10px;
}

/* Branding */
div#branding {
	background-image: url(/images/branding.jpg);
	background-repeat: no-repeat;
	width: 980px;
	margin: 0px;
	padding: 0px;
	height: 190px;
}
div#branding h1#logo a {
	display:block;
	height:120px;
	text-indent:-9999px;
	width:430px;
}
div#branding h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #262626;
	font-size: 120%;
	display: block;
	width: 500px;
	top: 75px;
	height: 40px;
	position: absolute;
	left: 155px;
}
div#branding blockquote {
	text-indent: -9999px;
	line-height: 0px;
	display: none;
}

/* Menu Inside */
div#menu_inside {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 40px;
	margin-left: 10px;
	padding: 0;
}
div#menu_inside h3 {
	color: #74A53F;
	font-weight: normal;
}
div#menu_inside h3.color2 {
	color: #2F9F9F;
	font-weight: normal;
}
div#menu_inside ul, div#menu_inside ol {
	width: 200px;
	position: relative;
	left: -30px;
	margin-bottom: 25px;
}
div#menu_inside li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8ac24c;
	list-style: none;
	padding-bottom: 5px;
	padding-top: 5px;
}
div#menu_inside li.color2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2F9F9F;
	list-style: none;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* Sub Nav */
div#sub_nav {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0;
}
div#sub_nav h3 {
	color: #387295;
	font-weight: normal;
}
div#sub_nav a {
	color: #387295;
}

/* Latest News */
div#latest_news {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0;
}
div#latest_news h3 {
	color: #387295;
	font-weight: normal;
}
div#latest_news a.all_items {
	color: #387295;
	font-weight: normal;
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Upcoming Events */
div#upcoming_events {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0;
}
div#upcoming_events h3 {
	color: #387295;
	font-weight: normal;
}
div#upcoming_events a {
	color: #c8652a;
	font-weight: normal;
}
div#upcoming_events a.all_items {
	color: #387295;
	font-weight: normal;
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Testimonials */
div#testimonials {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0;
}
div#testimonials h3 {
	color: #5E8C27;
	font-weight: normal;
}
div#testimonials a.all_items {
	color: #5E8C27;
	font-weight: normal;
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Testimonials */
div#newsletter {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0;
}
div#newsletter h3 {
	color: #5E8C27;
	font-weight: normal;
}
div#newsletter a.all_items {
	color: #5E8C27;
	font-weight: normal;
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Member Login */
div#member_login {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
div#member_login h3 {
	background-image: url(/images/header_sub_blue.png);
	background-repeat: no-repeat;
	width: 230px;
	height: 47px;
	text-align: center;
	line-height: 2.8em;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}
div#member_login form {
	background-image: url(/images/bgrd_header_blue.png);
	background-position: 0px 100%;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
}

/* Become Member */
div#become_member {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
div#become_member h3 {
	background-image: url(/images/header_bar_orange.png);
	background-repeat: no-repeat;
	width: 230px;
	height: 58px;
	text-align: center;
	line-height: 2.8em;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}
div#become_member h3 a {
	color: #FFFFFF;
}

/* main nav */
div#nav_main ul {
	position : absolute;
	top : 155px;
	left: 30px;
	height : 22px;
	margin : 0;
	padding : 0;
	list-style-type: none;
}
div#nav_main li {
	float:left;
	list-style-type:none;
	font-size: 16px;
}
div#nav_main li a {
	color:#df6a1c;
	display:block;
	float:left;
	font-weight:normal;
	padding:0 20px 0 20px;
	text-decoration:none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #666666;
}
div#nav_main li a:hover {
	color:#74AA31;
	text-decoration:none;
}

/* global nav */
div#nav_global ul {
	position: absolute;
	top : 15px;
	right: 10px;
	height : 25px;
	margin : 0;
	padding : 0;
	list-style-type: none;
}
div#nav_global li {
	float:left;
	list-style-type:none;
}
div#nav_global li a {
	color: #d7671c;
	display:block;
	float:left;
	font-weight:normal;
	padding:0 20px 0 20px;
	text-decoration:none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #cccccc;
}
div#nav_global li a:hover {
	color: #df8a51;
	text-decoration : underline;
}

/* Search */
div#search_global {
	text-align: right;
	display: block;
	padding: 0px;
	margin: 0px;
	float: right;
	position: absolute;
	top: 50px;
	right: 20px;
	vertical-align: middle;
}
div#search_global input {
	width: 140px;
}
div#search_global input.cat_button {
	font-size: 100%;
	background-color: #74aa31;
	width: auto;
	color: #FFFFFF;
	border: 0;
	padding: 4px;
	margin: 0px;
}

/* Footer */
div#footer {
	width : 940px;
	float:right;
	text-align:left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
div#footer h3 {
	font-size: 130%;
	color: #5E8C27;
}
div#footer a {
	color: #262626;
	text-decoration: none;
}
div#footer a:hover {
	color: #262626;
	text-decoration: underline;
}
div#footer p {
	text-align: left;
	color: #666666;
}
div#footer p.copyright {
	text-align: right;
}

/* Misc. */
.caption {
	font-style: normal;
	font-weight: bold;
	color: #666666;
	font-size: 80%;
}
