/*OVERALL TEMPLATE*/
html{
	height:100%;
	
}
/*
body{
	font-family:Verdana, Geneva, sans-serif;	
	height:100%;
	background:url(../images/home_background.png) repeat-y center center;
}
*/
body{
	min-width:1000px;
}
#mainContainer{
	width:969px;
	margin:0 auto;
	min-height:100%;
	height:100%;
}

.contains { zoom: 1; }
.contains:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#menuImage{
	width:82px;
	float:left;
	background:url(../images/left.png) no-repeat right 150px;
	height:755px;
}
#menuContainer{
	float:left;
	width:171px;
	background: #dbe8c4 none repeat scroll 0 0;
	background-color:#dbe8c4;
	/*height:1000px;*/
	height:100%;
	text-align:right;
}
/*UL*/
#mainMenu{
	margin:100px -5px 0 0;
}
#mainMenu li{
	font-weight:bold;
	font-size:13px;
	line-height:17px;
	padding:10px 20px;
}
#mainMenu li.hover{
	background-color:#d2deac;
	padding:10px 20px;
	background:url(../images/hover.png) repeat-y right center;
}
#mainMenu li.li_active{
	color:#a8b245;
	background-color:#d2deac;
	padding:10px 20px;
	background:url(../images/hover.png) repeat-y right center;
}
#mainMenu li span{
	font-size:11px;	
	font-weight:normal;
	
}
/*LINK ACTIVE*/
#mainMenu a.a_active{text-decoration:none; color:#a8b245;}
#mainMenu a.a_active:link{text-decoration:none; color:#a8b245;}
#mainMenu a.a_active:visited{text-decoration:none; color:#a8b245;}
#mainMenu a.a_active:hover{text-decoration:none; color:#a8b245;}

#mainMenu a{text-decoration:none; color:#5e6e65;}
#mainMenu a:link{text-decoration:none; color:#5e6e65;}
#mainMenu a:visited{text-decoration:none; color:#5e6e65;}
#mainMenu a:hover{text-decoration:none; color:#a8b245;}
#subMenu{
	text-align:left;
	background-color:#afba4e;
	/*width:120px;*/
	margin-left:65px;
	font-size:10px;
	font-weight:bold;
	display:none;
}
#subMenu ul{
	padding:10px 15px;
}
#subMenu li{
	margin:10px 0;
}

#subMenu a.a_active{text-decoration:none; color:#5e6e65;}
#subMenu a.a_active:link{text-decoration:none; color:#5e6e65;}
#subMenu a.a_active:visited{text-decoration:none; color:#5e6e65;}
#subMenu a.a_active:hover{text-decoration:none; color:#5e6e65;}

#subMenu a{text-decoration:none; color:#fff;}
#subMenu a:link{text-decoration:none; color:#fff;}
#subMenu a:visited{text-decoration:none; color:#fff;}
#subMenu a:hover{text-decoration:none; color:#5e6e65;}

#content{
	float:left;
	margin-left:49px;
	width:585px;
}
h3{
	color:#dddbcc;
	font-size:19px;
	padding:15px 0 0 35px;
}
/*END OF OVERALL TEMPLATE*/

/********************** HOME ******************************/


#textContainer{
	background-color:#5e6e65;
	height:388px;
}
#text{
	width:300px;
	padding:20px 0 0 250px;
	color:#fff;
	font-size:14px;
	line-height:25px;
}
#footer{
	color:#CEDBAF;
	font-size:8px;
	text-align:center;
	padding-top:110px;
}
/*END OF HOME*/

/*GET INVOLVED*/


#getInvolved_title{
	background-color:#669999;
	height:50px;
	
}


#getInvolved_textContainer{
	background-color:#FFFFFF;
	padding:50px;
	font-size:12px;
	border-left: 1px solid #5d6d65;
	border-right: 1px solid #5d6d65;
}

#getInvolved_textContainer h4{
	color:#669999;
	font-size:14px;
	margin-bottom:20px;
	line-height:15px;
	font-weight:bold;
}
#getInvolved_textContainer .getInvolved_h1{
	color:#669999;
	font-size:12px;
	font-weight:bold;
	margin:20px 0 10px 0;
}
#getInvolved_textContainer .getInvolved_p1{
	color:#000;
	font-size:12px;
	line-height:20px;
}
#button_getinvolved{
	margin:10px;	
	
}
#getinvolved_image{
	margin-bottom:-101px;
	margin-left:26px;
	
	
}
#getInvolved_footer{
	
	background-color:#669999;
	color:#CEDBAF;
	font-size:8px;
	text-align:center;
	height:150px;
}
/******************************************************END OF GET INVOLVED*/

/******************************************************MEMBERSHIP */
#membership_title{
	background-color:#7d6a55;
	height:50px;
}
#membership_textContainer{
	padding:25px;
	font-size:12px;
	border-left: 1px solid #5d6d65;
	border-right: 1px solid #5d6d65;
	text-align:center;
	background-color:#FFFFFF;
}
.membership_p1{
	color:#230c00;
	padding:17px 80px;

	font-size:14px;
	line-height:18px;
	
	
}
.membership_p2{
	color:#230c00;
	padding:17px 80px;

	font-size:20px;
	line-height:25px;
	
	
}
#membership_textContainer a{text-decoration:none; color:#006579; font-weight:bold;}
#membership_textContainer a:link{text-decoration:none; color:#006579; font-weight:bold;}
#membership_textContainer a:visited{text-decoration:none; color:#006579; font-weight:bold;}
#membership_textContainer a:hover{text-decoration:underline; color:#006579; font-weight:bold;}


.membership_p3{
	color:#006579;
	font-size:14px;
	font-weight:bold;
	margin-top:23px;
}

.membership_p4{
	color:#C81B40;
	font-size:11px;
	padding:35px 60px;
	line-height:14px;

}
/*
#membership_textContainer a.membership_p4{text-decoration:none; color:#C81B40 !important; }
#membership_textContainer a.membership_p4:link{text-decoration:none; color:#C81B40 !important; }
#membership_textContainer a.membership_p4:visited{text-decoration:none; color:#C81B40 !important;}
#membership_textContainer a.membership_p4:hover{text-decoration:underline; color:#C81B40 !important; }
*/

hr{
	height:1px;
	width:400px;
}
#membership_footer{
	background-color:#7d6a55;
	height:150px;
}
#membership_image{
	margin-bottom:-101px;
	margin-left:305px;
	
	
}
/******************************************************MEMBERSHIP */
#foundation_title{
	background-color:#5f5d53;
	height:50px;
}
#foundation_textContainer{
	border-left:1px solid #5d6d65;
	border-right:1px solid #5d6d65;
	font-size:12px;
	padding:50px;
	background-color:#FFFFFF;
}
#foundation_textContainer .foundation_p1{
	color:#000;
	font-size:12px;
	line-height:20px;
	margin:0 0 25px;
}
#foundation_footer{
	background-color:#5f5d53;
	height:150px;
}
#foundation_image{
	margin-bottom:-126px;
margin-left:305px;
margin-top:-81px;
}
#foundation_textContainer hr{
	border:1px dotted #E6E4D9;
	margin:15px 0 0 -20px;
	width:302px;
	text-align:left;
}
#foundation_textContainer .foundation_p2{
	margin:14px 0 0 0px;
	font-size:14px;
}

#button_foundation{
margin: 5px 0 0 25px;	

	
}
#foundation_textContainer a{text-decoration:none; color:#006579; font-weight:bold;}
#foundation_textContainer a:link{text-decoration:none; color:#006579; font-weight:bold;}
#foundation_textContainer a:visited{text-decoration:none; color:#006579; font-weight:bold;}
#foundation_textContainer a:hover{text-decoration:underline; color:#006579; font-weight:bold;}


/************************** WHAT'S NEW */
#whatsnew_title{
	background-color:#00788a;
	height:50px;
}
#whatsnew_title span{
	font-size:16px;
}
#whatsnew_footer{
	background-color:#00788a;
	height:150px;
}
#whatsnew_textContainer{
	border-left:1px solid #5d6d65;
	border-right:1px solid #5d6d65;
	font-size:12px;
	padding:50px;
	background-color:#FFFFFF;
}
#whatsnew_textContainer_wordpress{
	border-left:1px solid #5d6d65;
	border-right:1px solid #5d6d65;
	font-size:12px;
	background-color:#FFFFFF;
	
	
	
	padding:50px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

#whatsnew_textContainer_wordpress iframe{
	min-height:500px;	
}
/************************** CONTACT US */
#contactus_title{
	background-color:#cc9900;
	height:50px;
}
#contactus_footer{
	background-color:#cc9900;
	height:150px;
}
#contactus_textContainer{
	border-left:1px solid #5d6d65;
	border-right:1px solid #5d6d65;
	font-size:12px;
	padding:50px;
	text-align:center;
	line-height:20px;
	background-color:#FFFFFF;
}
#contactus_textContainer .contactus_p1{
	color:#7c6a55;
	font-size:20px;
	margin-top:30px;
	
}
#contactus_textContainer .contactus_p2{
	color:#000;
	font-size:12px;
	margin:20px 0;
	font-weight:bold;
	
}
#contactus_image{
	margin-bottom:-126px;
	margin-left:305px;
	margin-top:120px;
}



/************************************* ABOUT US: LETTER FROM PRESIDEND */
#aboutus_title{
	background-color:#cccc66;
	height:50px;
}
#aboutus_title h3{
	color:#7d6a55;
}
#aboutus_title span{
	font-size:16px;
}
#aboutus_footer{
	background-color:#cccc66;
	height:150px;
	clear:both;
}
#aboutus_textContainer{
	border-left:1px solid #5d6d65;
	border-right:1px solid #5d6d65;
	font-size:12px;
	padding:50px;
	text-align:left;
	line-height:20px;
	background-color:#FFFFFF;
}
#aboutus_textContainer .aboutus_p1{
	color:#000;
	margin-bottom:30px;
}
#ltrfrmpresident_image{
	margin-bottom:-103px;
	margin-left:305px;
	margin-top:-81px;
}
/************************************* ABOUT US: MISSION AND GOALS */

#missiongoals_image{
	margin-bottom:-111px;
	margin-left:305px;
}
#aboutus_textContainer ul{
	margin:0 0 35px 25px;
}
#aboutus_textContainer li{
	list-style-position:outside;
	list-style:disc;
	margin:15px;

}
/***************************************ABOUT US: LEADERSHIP */

#leadership_leftcol{
	float:left;
	width:120px;
	margin:25px 0;
}
#leadership_midcol{
	float:left;
	font-size:11px;
	width:210px;
	height:800px;
	margin:25px 0;
}
#leadership_rightcol{
	background-color:#DDDBCC;
	float:left;
	height:960px;
	line-height:14px;
	padding:20px;
	width:172px;
	
}
#aboutus_leadership_textContainer{
	border-left:1px solid #5d6d65;
	border-right:1px solid #5d6d65;
	font-size:12px;
	height:1000px;
	padding:0 20px;
	text-align:left;
	background-color:#FFFFFF;
	
}
#aboutus_leadership_textContainer .aboutus_leadership_p1{
	margin:21px 0 41px;
	line-height:15px;
	letter-spacing:-1px;
	
}


#leadership_leftcol img{
	margin:10px 0;
}

#leadership_rightcol hr{
	width:180px;	
}

#leadership_rightcol p.title{
	text-align:center;
	color:#605d54;
	font-weight:bold;
	font-size:18px;
	margin:10px 0;
	line-height:20px;
}
#leadership_rightcol p.subtitle1{
	text-align:left;
	color:#006579;
	font-weight:bold;
	font-size:12px;
}
#leadership_rightcol p.subtitle2{
	color:#006579;
font-size:10px;
font-weight:bold;
margin-bottom:2px;
margin-top:9px;
text-align:left;
}
#leadership_rightcol p.cochair{
	text-align:left;
	color:#231f20;
	font-size:9px;
}
#leadership_rightcol .list{
	padding-left:20px;
	
}

#leadership_rightcol .list li{
	font-size:9px;
	list-style-position:outside;
	list-style:url(../images/dash.png);
	margin:5px 0;
}
#leadership_rightcol .sublist{
	padding-left:20px;
	
}

#leadership_rightcol .sublist li{
	font-size:9px;
	list-style-position:outside;
	list-style:url(../images/dash_long.png);
		margin:5px 0;
}

#leadership_midcol a{text-decoration:none; color:#000; font-weight:bold;}
#leadership_midcol a:link{text-decoration:none; color:#000; font-weight:bold;}
#leadership_midcol a:visited{text-decoration:none; color:#000; font-weight:bold;}
#leadership_midcol a:hover{text-decoration:underline; color:#000; font-weight:bold;}

/*WORDPRESS*/
#menu{
	background:none repeat scroll 0 0 #FCFFF0;
	border-left:1px dotted #CCCCCC;
	border-top:3px solid #E0E6E0;
	float:right;
	padding:4px 0 4px 22px;
	width:12em;
	line-height:18px;
	
	
}
#menu ul li {
	color:#444008;
	font-weight:bold;
	list-style-type:none;
	text-transform:lowercase;
}
#menu ul ul {

	font-weight:normal;

}
#menu input#s {
	background:none repeat scroll 0 0 #EEEEEE;
	border:1px solid #999999;
	color:#000000;
	width:80%;
}

#menu a{text-decoration:none; color:#000; font-weight:normal; }
#menu a:link{text-decoration:none; color:#000; font-weight:normal; }
#menu a:visited{text-decoration:none; color:#000; font-weight:normal;}
#menu a:hover{text-decoration:underline; color:#000; font-weight:normal; }

#wpContent{
	float:left;	
	width:300px;
	line-height:18px;
}

#wpContent h2  {
	font:95% 'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
	letter-spacing:0.2em;
	margin:15px 0 2px;
	padding-bottom:2px;
	
	display:block;
	font-size:1.5em;
	font-weight:bold;
}

#wpContent h3  {
	font-family:'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
	display:block;
	font-size:1.17em;
	font-weight:bold;
	color:#000;
	padding:5px 0;
}

#menu li  {
	margin-bottom:10px;

}

#archives-3 ul{
	padding-left:10px;	
}
#recent-posts-3 ul{
	padding-left:10px;	
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */
