/*  Global Classes */

body {
	font: 11px arial;
	color: #000;
	margin: 0 0 30px 0px;
	overflow: -moz-scrollbars-vertical;
}

table, p {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

h1{
	/*color: #243376; dark blue in logo */
	color: #009b3a;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 17px 0;
}

h2{
	color: #009b3a;
	font-size: 20px;
	font-weight: normal;
	display: block;
	margin: 0 0 0 0;
}

img{
	border: 0px;
}

hr {
	height: 1px;
	width: 95%;
}

/* end global elements */

#wrap {
	margin: 0 auto;
	width: 1000px;
}

#headmast {
	background: #FFF url('/images/header_20110906.jpg') no-repeat top center;
	height: 184px;
	position: relative;
	width: 1000px;
}
	#headmast .topLogo {
		position: absolute;
		left: 10px;
		top: 15px;
		width: 207px;
	}
	#headmast .topText {
		color: #000;
		font-size: 13px;
		line-height: 18px;
		position: absolute;
		right: 10px;
		text-align: right;
		top: 15px;
		width: 300px;
	}
		.topText a {
			color: #002776;
			color: #FFF;
			text-decoration: underline;
		}
	#headmast .topPics {
		left: 330px;
		position: absolute;
		top: 15px;
		width: 385px;
	}

#footer {
	font-size: 11px;
	color: #fff;
}

#footer a, #footer a:hover{
	font-size: 11px;
	color: #fff;
}

#leafy {
	list-style: url(images/bullet.jpg); 
	font-size: 11px; 
	padding: 0px 0px 0px 3px;
	margin: 0px 0px 0px 3px;
	vertical-align: top;
}

#alt_list {
	list-style: square;
	font-size: 11px;
	color: #000;
}

#Main_Nav_List {
	list-style: none; 
	width: 180px; 
	display: block;
	font-size: 12px; 
	font-weight: bold; 
	color: #000;
	padding: 0px 0px;
	margin: 0px;
}
#Main_Nav_List li {
	clear: both;
	float: left;
	width: 100%;
}
.Nav_L a, .Nav_L a:visited {
	display: block;
	background-color: #66cc33;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 2px;
	padding: 5px;
}
.Nav_L a:hover {
	display: block;
	background-color: #99cc33;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.NLpad { padding: 8px 0 0 8px; }

#quotes {
	background-color: #b5da6c; 
	border-bottom: 2px solid #FFF;
	font-size: 12px; 
	color: #000; 
	text-align: left; 
	padding: 2px 4px 2px 4px;
	margin: 0 0 2px 0;
}

.blickqu {
	background: #EBF9C6;
	padding: 5px;
	margin: 0 20px 20px 40px;
}
.contactPara { padding: 0 10px 10px 10px; }

#Leaf_LogIn {
	background-color: #7dbc43;
	border-bottom: 2px solid #FFF;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	padding: 5px;
	text-align: center;
}

#copyr {
	font: 11px arial; 
	color:#000;
}
#popup, #popup a {
	font-size: 11px;
	color: #000; 
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 24px;
	background-color: #bbbbbb;
	border-bottom: 1px solid #000;	
}

#popup a:hover {
	font-size: 11px;
	color: #000; 
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 24px;
	background-color: #eaf9c5;
	border-bottom: 1px solid #000;	
}




