/*  Global Classes */

body {
	font: 11px arial;
	color: #000;
	margin: 1px 1px;
}

table {
	font: 11px arial;
	color: #000;
}

p{
	font: 11px arial;
	color: #000;
}

h1{
	font: 18px Verdana, Tahoma, Arial;
	color: #000;
	font-weight: bold;
}

h2{
	font: 13px Verdana, Tahoma, Arial;
	color: #678D66;
	font-weight: bold;
	letter-spacing: -1;
	display: block;
	height: 14px;
}

h2 a, h2 a:hover{
	font: 13px helvetica;
	color: #678D66;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1;
	display: block;
	line-height: 14px;
}

img{
	border: 0px;
}

hr {
	height: 1px;
	width: 95%;
}

/* end global elements */
/* footer elements*/

#footer {
	font: 11px arial;
	color: #fff;
}

#footer a, #footer a:hover{
	font: 11px arial;
	color: #fff;
}

/* end footer elements*/

/* list elements*/

#leafy {
	list-style: url(images/bullet.jpg); 
	font: 11px arial; 
	padding: 0px 0px 0px 3px;
	margin: 0px 0px 0px 3px;
	vertical-align: top;
	/*line-height: 30px;*/
}

#alt_list {
	list-style: square;
	font: 11px arial;
	color: #000;
}

/* end list elements */

/*  Navigation Classes */

#Main_Nav_List{
	list-style: none; 
	width: 150px; 
	display: block;
	font: 12px Arial; 
	font-weight: bold; 
	color: #000;
	padding: 0px 0px;
	margin: 0px;
}

#Nav_Home, #Nav_Home a{
	display: block;
	background-color: #eaf9c5;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #FFF;
	height: 24px;
}

#Nav_Home a:hover{
	display: block;
	background-color: #FFF;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #FFF;
	height: 24px;
}

#Nav_Services, #Nav_Services a{
	display: block;
	background-color: #339933;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #FFF;
	height: 24px;
}

#Nav_Services a:hover{
	display: block;
	background-color: #FFF;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #FFF;
	height: 24px;
}

#Nav_FAQ, #Nav_FAQ a{
	display: block;
	background-color: #00a84d;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #FFF;
	height: 24px;
}

#Nav_FAQ a:hover{
	display: block;
	background-color: #FFF;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #FFF;
	height: 24px;;
}

#Nav_News, #Nav_News a{
	display: block;
	background-color: #66cc33;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #FFF;
	height: 24px;
}

#Nav_News a:hover{
	display: block;
	background-color: #FFF;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #FFF;
	height: 24px;
}

#Nav_AboutUs, #Nav_AboutUs a{
	display: block;
	background-color: #33cc33;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #FFF;
	height: 24px;
}

#Nav_AboutUs a:hover{
	display: block;
	background-color: #FFF;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #FFF;
	height: 24px;
}

#Nav_Contact, #Nav_Contact a{
	display: block;
	background-color: #99cc33;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #FFF;
	height: 24px;
}

#Nav_Contact a:hover{
	display: block;
	background-color: #FFF;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #FFF;
	height: 24px;
}

#Nav_Resources, #Nav_Resources a{
	display: block;
	background-color: #ccff66;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #FFF;
	height: 24px;
}

#Nav_Resources a:hover{
	display: block;
	background-color: #FFF;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #FFF;
	height: 24px;
}

#Nav_NewsFeed{
	background-color: #789095; 
	font: 10.5px arial; 
	color:#FFF; 
	text-align:justify; 
	letter-spacing: -.25px;
	padding: 2px 4px 2px 4px;
}

#Leaf_LogIn{
	display:block;
	font: 12px arial;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #7dbc43;
	height: 100px;
	padding: 15px 4px 10px 4px;	
}

#popup, #popup a{
	font: 11px arial;
	color: #000; 
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 24px;
	background-color: #bbbbbb;
	border-bottom: 1px solid #000;	
}

#popup a:hover{
	font: 11px arial;
	color: #000; 
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 24px;
	background-color: #eaf9c5;
	border-bottom: 1px solid #000;	
}



