/* CSS Document */

/*Layout Styles*/
* {
margin:0;
padding:0
}
body {
	background-color: #3c1a26;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-x;
	
}


#wrap {
	width:960px;
	margin:0 auto; /*center hack*/
	background-color: #FFFFFF;
	background-image: url(../images/wrapbg.gif);
	background-repeat: repeat-y;
}
#header {
	height:135px;
	width:960px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	position:relative;
}
#topnav{
width: 960px;
	height:38px;
	background-color:#556423;
	position:absolute;
	left:0px;
	bottom:7px;
		
}
#topnav ul {
	list-style-type: none;
	/*display: block;*/
	height: 38px;
	width: 760px;
	float:left;
	padding:0;
	margin:0;
}
#topnav ul li {
float:left; 

}
#topnav ul li a, #topnav ul li a:visited{
display:inline;
	/*text-align: center;*/
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
	padding-right: 15px;
	padding-left: 15px;
	letter-spacing: 1px;
	line-height: 38px;
	background-image: url(../images/separator.gif);
	background-repeat: repeat-y;
	background-position: right;
	float:left;
	color: #C4C49D;
	text-decoration: none;
	}
#topnav ul li a:hover {
	background-image: url(../images/separatorRO.gif);
	background-repeat: repeat-y;
	background-position: right;
	color:#FFFFE6;
}
#leftsidebar {
	float:left;
	width:220px;
	background-color:#96B06F;
}

.sbsponsors {
	width: 200px;
	height: 150px;
	margin:10px auto;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #96B06F;
}
.sbsponsors img{
	margin-top:10px;
}
.sbsponsors p{
	font-size:10px;
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0px;
}
#maincontent {
	float:left;
	width:740px;
	height:auto;
	background-color: #F3F3EB;
}
/*-------New styles------------*/


/*-------New styles------------*/

#footer {
	clear:both;
	background-color: #F3F3EB;
	border-top: 1px solid #B2C09D;
	text-align: center;
}
.inside {padding:10px;}

/*Header Elements & Menu Styling*/

#headernav ul{
	float:right;
	list-style-type:none;
	padding: 0;
	margin: 20px 5px 0 0;
	color: #FFFFFF;
}
#headernav ul li{
display: inline;
border-right: solid 1px #FFFFE6;
}
#headernav ul li.last{
display: inline;
border-right: none;
}
#headernav ul li a:link, #headernav ul li a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFE6;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.09em;
	line-height:12px;
	padding: 0 3px;
}

#headernav ul li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#556423;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.09em;
	line-height:12px;
	padding: 0 3px;
}
#maincontent a:link {
}

/*End Header Elements and Menu Styling*/



/*Web Login Styles*/
input.btn {
	font-size: 10px;
}
.login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 250px;
	float:left;
	margin-top: 10px;
}

.login a:link {
	color: #336600;
	text-decoration: none;
}
.login a:visited {
	color: #336600;
	text-decoration: none;}
.login a:hover {
	color:#339900;
	text-decoration: none;}
.login h3, .login h4, .login p, .login div.inputgrp {
	padding:5px;
}
.login h3{
	font-size: 14px;
	background-color:#9EB17A;
	text-align:center;
	padding: 5px;
	color: #FFFFFF;
	background-image: url(../images/navbg.gif);
	background-repeat: repeat;
}
table.logintable{
margin:10px;
}
.logintable td{
padding:3px;
}
.logout {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 250px;
	height: 100px;
	float:left;
	margin-top: 30px;
	border: dotted 1px #96b06f;
	}
.logout p{
margin-top:25px;
}
.memberlogin{
	background-image: url(../images/tabbg.jpg);
	background-repeat: repeat;
}
/*End Web Login Styles*/

/*Right Sidebar Sponsors Styling*/

.sponsors img {
	margin: 10px 0;
}
/*End Right Sidebar Sponsors Styling*/

/*Main Content Sponsors Area Styling*/
#sponsorsmain {
	width: 680px;
	margin: 0 auto;
	margin-top:20px;
}
#sponsorsmain p {
font-size: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
}
#sponsorsmain img{
	margin: 15px;
}
/*End Main Content Sponsors Area Styling*/
/*Member Directory Layout, Font & Link Styling*/
.directory {
	width: 100%;
	height:100%;
	position:relative;
	background-color: #FFFFFF;
	margin-bottom:25px;
	border-top: 1px solid #5B8726;
	border-bottom:1px solid #B2C09D;
	background-image: url(../images/tabbg.jpg);
	background-repeat: repeat;
}

.address{
	width:50%; 
	float:left;
}
.directory p {
	padding:10px;
}
.directoryhead{
	height:30px;
	width:100%;
	background-color:#D7E1C8;
}
.directory h4 {
	line-height:30px;
	padding:0 10px;
}
.description{
	width:100%;
}
.imgleft img{
	float: left;
	padding: 0 10px 10px 0;
}
.imgleft span.fltrt img{
	float: left;
	padding: 0 0 10px 10px;
}
.fltrt{
	float:right;
	padding-left:10px;
}
.fltlft{
	float:left;
	padding-left: 10px;
}
.section{
	width:100%;
	clear:both;
}
.directory a:link {
	color: #3E5B1A;
	text-decoration: none;
}
.directory a:visited{
	color: #3E5B1A;
	text-decoration: none;
}
.directory a:hover {
	color: #FFF;
	text-decoration: none;
}
/*End Member Directory Layout, Font & Link Styling*/

/*Sitewide Font & Link Styling*/
p{
	padding:10px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	padding:10px 0;
	color:#3E5E26;
}
h1{
font-size:18px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

small {
	font-size: 11px;
	font-weight: bold;
	color: #8CAD68;
	padding-left: 2px;
}
.center {
	text-align:center;
}
#leftsidebar a img{
border:none;
}
/*
.membersearch{
	text-align:center;
	margin-bottom:20px;
}
.membersearch a{
padding: 0 1px;
font-weight: bold;
}
fieldset {
	margin: 0 20px;
	border-color: #999;
	}
fieldset select{
	margin-bottom: 50px;
	border-color: #999;
	}
legend {
	padding: 0 5px;
}
*/
#maincontent a:link{
	color: #7B9753;
	text-decoration: none;
	font-weight: bold;
}
#maincontent a:visited{
	color: #7B9753;
	text-decoration: none;
	font-weight: bold;
}

#maincontent a:hover{
	color:#7D2442;
	text-decoration: none;
	font-weight: bold;
}


/*Left Nav Menu Styling*/
.leftnavmenu ul{
	list-style-type:none;
	width:220px;
}
.leftnavmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	width: 220px;
	margin-right: auto;
	margin-left: auto;

}

.menubottom{
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/leftnavbottom.gif);
	background-repeat: no-repeat;
}

/*.leftnavmenu h3{
	font-size: 14px;
	text-align:center;
	padding-top: 10px;
	color: #3C1A26;
	height: 14px;
	background-color: #96B06F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #772643;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif
	font-style: normal;
	padding-left: 5px;
}*/
.head {
	width:220px;
	height:30px;
	background-color: #96B06F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #772643;
}

.leftnavmenu ul li a, .leftnavmenu ul li a:visited{
display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3A0000;
	background-color: #B5C899;
	border-bottom: 1px solid #869D37;
	letter-spacing: 1px;
	background-position: left center;
	height: 25px;
	line-height: 25px;
	width: 203px;
	padding-left: 15px;
	margin-left: 2px;
	text-decoration: none;
}


/*.leftnavmenu li a:link{
	text-decoration: none;
	color: #3A0000;
	margin-left: 15px;
}
.leftnavmenu li a:visited{
	text-decoration: none;
	color: #3A0000;
	margin-left: 15px;
	}*/
.leftnavmenu ul li:hover a{
	color: #60641E;
	background-image: url(../images/arrowRO.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.headline{
	font-size:12px;
	color: #3C1A26;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5F743F;
	margin: 5px 10px 5px;
	
	
}

.sponsors p{
}
/*End Left Nav Menu Styling*/
/*Mainnav Styling*/
.TabbedPanelsContent h1{
	font-size:16px;
	padding: 0;
	padding: 5px 0;
}
p{
font-size: 12px;
}
h4{font-size: 12px;}

.inputgrp{
	width: 75%;
	margin:10px auto;
}

/*End Mainnav Styling*/
.imgright img {
float:right;
padding: 0 10px 10px;
}
.news{
	width:220px;
	background-color: #B5C899;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5F743F;
}
.news h3{
	font-size: 14px;
	text-align:center;
	padding-top: 10px;
	color: #471D31;
	height: 14px;
	background-color: #B5C899;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #471D31;
	font-weight: bold;
	letter-spacing: 2px;
	padding-bottom: 5px;
}
/*Category Menu*/
.category ul{
	list-style-type:none;
	width:220px;
}
.category {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	width: 220px;
	margin-right: auto;
	margin-left: auto;

}
/*
.category h3{
	font-size: 14px;
	text-align:center;
	padding-top: 10px;
	color: #3C1A26;
	height: 14px;
	background-color: #96B06F;
	border-bottom: 1px solid #660;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 5px;
}
.category ul li a, .category ul li a:visited {
	display:block;
	width:220px;
	line-height: 25px;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #666633;
	color: #666633;
	text-decoration: none;
	background-color: #D7E1C8;
}
.categoty ul li:hover a{
	background-color: #B5B874;
	color:#FFFFCC;
}
.category div.inputgrp{
	background-color: #D7E1C8;
	padding: 20px;
}*/
.imgright img {
float:right;
padding-right:10px;
}
.search p.imgright img {
float:right;
}
.news a:link {
	color: #435834;
	text-decoration: none;
	font-weight: bold;
}
.news a:visited{
	color: #435834;
	text-decoration: none;
	font-weight: bold;
}
.news a:hover {
	color: #EBEBDE;
	text-decoration: none;
	font-weight: bold;
}
.mainpromo{
	width:230px;
	float:left;
	margin-left: 10px;
	margin-top:20px;
	height: 250px;
	background-image: url(../images/tabbg.jpg);
	background-repeat: repeat;
	border: thin dotted #D7D7BB;
}
.mainpromo h3 {
	font-size: 14px;
	font-weight: bold;
}
.mainpromolg{
	width:450px;
	float:left;
	margin-left: 30px;
	margin-top:20px;
	background-color: #EBEBDE;
	height: 300px;
	border: 1px solid #C6C895;
}
.mainpromolg h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.commlinks li {
	list-style-type: none;
}
.commlinks {
	width: 220px;
	margin-top: 20px;
}

.commlinks li a, .commlinks li a:visited{
	list-style-type: none;
	line-height: 25px;
	font-weight: bold;
	color: #435834;
	font-size: 12px;
	margin-left: 10px;
}
.commlinks h3 {
	font-size: 14px;
	text-align:center;
	margin: 20px 10px 5px;
	padding-bottom:5px;
	color: #515100;
	height: 14px;
	border-bottom: 1px solid #660;
	font-weight: bold;
	letter-spacing: 2px;
}
.commlinks li a:hover {
	color: #EBEBDE;
}
.menu {
	float: left;
	width: 670px;
}
.search {
	float: left;
	width: 290px;
	height:38px;
}
/*Ajax search*/
#ajaxSearch_form {

	width: 200px;
	float:right;
	margin: 10px 10px 0 0;
       }
       #ajaxSearch_input {
           width: auto;
           display: inline;
           height: 17px;
           border: 1px solid #ddd;
           border-left-color: #c3c3c3;
           border-top-color: #7c7c7c;
           background: #ccd3c1 url(../images/input-bg.gif) repeat-x;
          /* margin: 0 3px 0 0;*/
           padding: 3px 0 0;
		   	color: #999;
       }
       #ajaxSearch_submit {
	display: inline;
	height: 22px;
	line-height: 22px;
	border:none;
	background-color: transparent;
	background-image: url(../images/input-btn.gif);
	background-repeat: no-repeat;
	color: #999;
       }
	   #ajaxSearch_submit:hover {
	   color:#669900;
	   background-image: url(../images/input-btnhov.gif);
	background-repeat: no-repeat;
	   }
       #ajaxSearch_output {
           border: 1px solid #444;
           padding: 10px;
           background: #fff;
           display: block;
           height: auto;
           vertical-align: top;
       }
       .AS_ajax_result {
           color: #444;
           margin-bottom: 3px;
       }
       .AS_ajax_resultLink {
           text-decoration: underline;
       }
       .AS_ajax_resultDescription{
           color: #555;
       }
       .AS_ajax_more {
           color: #555;
       }
	   .search fieldset{
border:none;
}
/*End Ajax search*/
#featuredbiz {
	width: 720px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
border-top: 1px solid #5B8726;
	border-bottom:1px solid #B2C09D;
	background-image: url(../images/tabbg.jpg);
	background-repeat: repeat;
}
.containerhead{
	height:30px;
	width:100%;
	background-color:#D7E1C8;
}
.containerhead h4 {
	line-height:30px;
	padding:0 10px;
	font-size:14px;
}
.bizimg{
width:200px;
float:left;
	padding:10px;}
.bizimg p{
text-align:center;
}
.bizdesc{
width:480px;
float:left;
	padding:0 10px;}
.bizhead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.biztext{
padding:10px;}
.bizlink{
padding:10px;}
.memberlogin{width:720px;
padding: 10px}
.loginwelcome{
width:450px;
float:left;
font-size:12px;}
.login legend{
font-weight:bold;
padding: 0 3px;
}
hr {
	width: 100%;
	height: 3px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #B5C899;
}
#maincontent img {border:none;}
/*WEBLOGIN PE STYLES*/

button#wlpeReminderButton{
font-size:10px;
}
fieldset#wlpeLoginFieldset {
width:250px;}
fieldset#wlpeLoginFieldset legend{
color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 3px;
	padding: 0 3px;

}
legend{color:#333;}
select#wlpeStayLoggedIn {
font-size:10px;
}
span.small{
	font-size:10px;
	letter-spacing: -1px;
}
table.login td{
padding:3px 0;
}
table.login td.left{
padding-left: 3px;}
table.userprofile{
Margin: 5px;
}
table.userprofile td{
padding: 3px 0;
}
table.adminuserprofile td{
padding: 3px 0 3px 10px;
}
h4#wlpeRegisterInfo{
padding-left:10px}
table.userprofile td.small{
	padding: 0 0 3px;
	color: #6E7D38;
}
table.edituser td.label {
font-weight:bold;
}
table.edituser td{
padding:2px;
border-bottom: 1px solid #B0BD8A;
border-right: 1px solid #B0BD8A}
table.edituser{
border: solid 1px #669933;}
fieldset#wlpeUserProfileInput legend, fieldset#wlpeNewPasswordArea legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 3px;
	padding: 0 3px;

}
fieldset#wlpeUserProfileInput, fieldset#wlpeNewPasswordArea, fieldset#wlpeUserProfileButtons {
width: 600px;
}
/*Footer Styles*/
#footer a:link, #footer a:visited{
	font-size: 10px;
	color: #72894B;
	text-decoration: none;
}

#footer a:hover{
	font-size: 10px;
	color: #94AD69;
	text-decoration: none;
}
p.footer{
	font-size: 11px;
	line-height: 12px;
	color: #556423;
	padding: 0;
	padding: 5px 0;
}
/*End Footer Styles*/
#maincontent ul.sitemap li{
list-style-type:none;
margin: 0px 0 0px 20px;
line-height:20px;
}
.contenthalf{
width:49%;
float:left;
}
.snlinks {
margin-top: 20px;
}
