@charset "utf-8";
/* CSS Document */

body{
	background: url(pagegraphics/background.jpg) center repeat-y #231f20;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}
p {
	padding:0px;
	margin:0px 0px 15px 0px;
}

/*remove all anchors with news.shtml*/
a[href="news.shtml"] {display:none;} /*main*/
a[href="../news.shtml"] {display:none;} /*all interior*/



/*remove padding/margin for p under news area*/
#news > p {margin:0; padding:0;}

#header{
	height:107px;
	width:732px;
	background:url(pagegraphics/logo.jpg) no-repeat top left; 
	margin:0px auto 0px auto;

}

#logolink{

	height:80px;
	width:250px;
	position:absolute;
}

/* -------------------------------------------TEXT STYLES---------------------------------------------*/

a:link, a:active, a:visited{
	color:#4a7c3a;
/*	color:#ff7f00;*/
	text-decoration:none;
	
}

a:hover{
/*	color:#4a7c3a;*/
	color:#ff7f00;
	text-decoration:none;
}


/*-------------------------Primary Navigation---------------------------*/

#navbar {	/* master styles of primary menu ul */
	position: relative;
	width: 708px;
	height:22px;
	line-height:22px;
	margin: 0 auto; 
	padding:0;
	padding-left:25px;
	background:black;
	font-weight:bold;
	font-size:10px;
	color:#4a7c3a;
	letter-spacing:1px;
	text-transform:uppercase;
}

#navbar li { 	/* style of primary menu li*/
	list-style: none;
	float: left; 
	padding:0px 25px 0px 25px;
	margin:0px;
}

#navbar li a { /* styles of links on primary menu */
	display: block;
	text-transform: uppercase;
	text-decoration: none; 
	color:white;
	font-weight: bold; 
}

#navbar li a:hover { /* color of primary menu link on hover*/
	color:#4a7c3a;
	background:url(pagegraphics/navon.jpg) no-repeat center bottom;	
}

#navbar li ul { /* hides second menu when not hovered*/
	display: none;
}

#navbar li:hover ul, #navbar li.hover ul{ /* when primary menu is hovered, this second nav style ul*/
	position: absolute;
	display: inline;
	margin-left:-20px;
	padding:0px;
	/*width:700px;*/
	
}

#navbar li:hover ul li, #navbar li.hover ul li{ /* when primary menu is hovered, this is second nav style li */
	background:#4a7c3a;
		filter:alpha(opacity=80); -moz-opacity:0.80; opacity:0.80; -khtml-opacity:0.80;
	padding:0px 11px 0px 11px;
}

#navbar li:hover ul li.first, #navbar li.hover ul li.first{
	background:url(../pagegraphics/snav_leftround2.png)  no-repeat left bottom;
		filter:alpha(opacity=80); -moz-opacity:0.80; opacity:0.80; -khtml-opacity:0.80;
	padding:0px 0px 0px 11px;

}

#navbar li:hover ul li.last, #navbar li.hover ul li.last{ /*#4a7c3a*/
	background:url(../pagegraphics/snav_rightround2.png) no-repeat right bottom;
		filter:alpha(opacity=80); -moz-opacity:0.80; opacity:0.80; -khtml-opacity:0.80;
	padding:0px 11px 0px 0px;

}

li.last, li.first{
	background-color:none;
}

#navbar li:hover li a, #navbar li.hover li a{ /*color of the second menu links */
	color:#ffffff;
	font-weight:400; 
}

#navbar li li a:hover { /*color of second menu links on hover */
	color:#000000;  
	background-image:none;
}


/*------------------------------------------End Navigation -----------------------------*/


#page{
	width:800px;
	margin:0px auto 0px auto;
	background-color:#f2f2f2;
}

#mainimage img{
	width:800px;
	height:181px;
	z-index:0;
	
}

#body{
	border-top:#f4911e 4px solid;
	width:790px;
	min-height:250px;
	color:#737373;
	padding-right:10px;
}

#bodyleft{
	float:left;
	border-right:#bbbbbb 1px solid;
	margin:10px 30px 10px 0px;
	padding:0px 15px 0px 15px;
	font-size:10px;
}

#proudmember{
	text-transform:uppercase;
	font-weight:bold;
	text-align:center; 
	width:165px;
	height:150px;
	background:url(pagegraphics/proudmember.jpg) center no-repeat;
}

#news{
	background:#FFFFFF;
	border-bottom:2px solid #999999;
	padding:5px;
	width:168px;
	overflow:auto;
	line-height:16px;
}

#news  p {
	padding:0px 0px 0px 5px;
}

.title{
	margin-top:15px;
	background-color:#ff7f00;
	color:#FFFFFF;
	text-indent:10px;
	text-transform:uppercase;
	display:block;
	line-height:15px;
}

#imagegallery{
	height:430px;
	width:100px;
}

#bodyright{
	float:right;
	padding:15px;
	font-family:"Tahoma", Georgia, "Times New Roman", Times, serif;
	width:520px;
}
	#bodyright1{
		float:right;
		display:block;
		padding:15px;
		font-family:"Tahoma", Georgia, "Times New Roman", Times, serif;
		width:720px;
	}

#bodyright p span{
	display:inherit;
	height:20px;
	text-transform:uppercase;
	background:url(../final/pagegraphics/header_background.jpg) no-repeat bottom right;
}

.greentext{
	color:#4a7c3a;
	font-weight:bold;
}
.disclaimer {
	font-size:9px;
}

#footer{
margin-top:20px;
border-top:#bbbbbb 1px solid;
padding-top:3px;
color:#737373;
border-bottom:#f4911e 4px solid;
font-size:11px;
text-align:center;
clear:both;
}

#copyright{
	text-align:right;
	color:#FFFFFF;
	margin:0px auto 0px auto;
	width:725px;
	font-size:9px;
}

/*--------------------------lightbox styles-----------------------------------*/




		
/*--------------------------end lightbox styles-----------------------------------*/		