/* ------------------------ */
/*	Generic site styles		*/
/* ------------------------ */

/*	top right bottom left	*/

/*
	color:#45a742;
replaced by new std color:
	color:#4aaa42;	/*	GREEN
	color:#d2ead0;	/*	LIGHT GREEN
	color:#f9ed9b;	/*	YELLOW/ORANGE
	
	color:#215a1e;	/*	DARK GREEN (NOT STANDARD)
	or
	color: #245f1f;
	

*/

html,
body,
form{
	margin:0;
	padding:0;
	height:100%;
}
body {
	behavior: url("/css/csshover3.htc");
	border:0;			
	position:relative;
	background:#fff;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	position: relative;  
	list-style:none;
}
a,a:link{
	color:#4aaa42;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}

#wrapper{
	min-height:100%;
	width:100%;
	min-width: 925px;
	width:expression(document.body.clientWidth < 935 ? "925px" : "100%" );
	margin:0;
	padding:0;
	border:0;
	color: black; 
	background: transparent;
	position:relative;
}
#page-body{
	margin:0;
	padding:0 0 150px 0;
	position:relative;
}

/* ------------------------ */
/*	Left & Right Panels		*/
/* ------------------------ */

.panels-wrapper-outer{
	position:relative;	
	width:100%;			
	overflow:hidden;		
}
.panels-wrapper-inner{
	float:left;
	width:100%;
	position:relative;
}
.panel-main,
.panel-right{
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
.rightmenu{
	background:#fff;		
}
.rightmenu .panels-wrapper-inner{
	right:32%;			/* right column width */
	background:#fff;		/* left column background colour */
}
.rightmenu .panel-main{
	width:68%;			/* left column content width (left column width minus left and right padding) */
	left:32%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .panel-right{
	width:32%;			/* right column content width (right column width minus left and right padding) */
	left:32%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

/* ------------------------ */
/* 	HEADER 					*/
/* ------------------------ */

#header{
	position:relative;
	width:100%;
	height:125px;
	background:url(/images/header/header_bg.gif) no-repeat;
	overflow:hidden;
}
#header img{
	display:none;
}

.replace{
	position:relative;
	margin:0;
	padding:0;
	overflow:hidden;
	width:240px;
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

#logo{
	height:91px;
	text-indent:-5000px;
	position:relative;
	overflow:hidden;
	display:block;
	margin:16px 0 0 32px;
}
#logo span{
	background:url(/images/header/logo.gif) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}


/* ------------------------ */
/* 	MENU 					*/
/* ------------------------ */

#menu{
	width:100%;
	background:url('/images/menu/menu_bg1.png') top left repeat-x;
	overflow:hidden;
	padding:0px 0px 0px 0px;
}
#menu ul{
	background:url('/images/menu/menu_bg.png') top right no-repeat;
	width:99%;	
	float:left;
	padding:1px 10px 5px 10px;
}
#menu ul li{
	float:left;
	color:#4aaa42;
	font-weight:bold;
}
#menu ul li a{
	color:#4aaa42;
	height:31px;
	float:left;
	display:block;
	padding:0 9px 0 9px;
	text-decoration:none;
}
#menu ul li a span{
	display:block;
	padding:7px 0 0 0;
}
#menu ul li a:hover{
	color:#215a1e;
	background:#d2ead0;
	text-decoration:none;
}

/* ------------------------ */
/*	BODY 					*/
/* ------------------------ */

#body{
	width:100%;
	clear:both;
}
#body h1{
	text-align:right;
	color:#4aaa42;
	font-size:260%;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:25px 30px 0 0;
}

#content-body{
	padding:0 24px 0 24px;
}
#content-body h2{
	color:#4aaa42;
	font-size:170%;
	padding:22px 0 13px 0;
}
#content-body h3{
	color:#4aaa42;
	font-size:140%;
	padding:20px 0 14px 0;
}
#content-body h4{
	color:#4aaa42;
	font-size:110%;
	font-weight:bold;
	padding:20px 0 10px 0;
}
#content-body h5{
	color:#215a1e;
	font-size:100%;
	font-weight:bold;
	padding:10px 0 6px 0;
}
#content-body p{
	padding:0 0 20px 0;
}
#content-body p span{
	color:#215a1e;
}
#content-body p span.hilite{
	color:#4aaa42;
	font-weight:bold;
	font-size:17px;
}
#content-body p span.hilite-darkgreen{
	color:#215a1e;
	font-weight:bold;
	font-size:17px;
}
#content-body p span.hilite-gray{
	color:#333333;
	font-weight:bold;
	font-style:italic;
}
#content-body p a{
	color:#4aaa42;
	text-decoration:underline;
}
#content-body p a:hover{
	color:#215a1e;
	text-decoration:underline;
}

/* ------------------------ */
/*	SPECIAL SECTIONS		*/
/* ------------------------ */

.clear{
	clear:both;
}

ul.links{
	position: relative;  
	margin:10px 0 20px 40px;
	padding:0;
	list-style: none;
	width: 95%;
}
ul.links li{
	position: relative;  
	padding:0 0 10px 0;
	margin: 0;
}
#content-body ul.links li p{
	margin:0;
	padding:0;
}

ul.bullets{
	padding: 0 40px 20px 40px;
	line-height: 120%; 
}
ul.bullets li{
	position:relative;
	background:url(/images/bullet.jpg) no-repeat 0 4px;
	margin:0 0 6px 0;
	padding:0 0 0 18px;
}
#content-body ul.bullets li p{
	margin:0;
	padding:0;
}
ol.numbers{ 
	line-height:125%; 
	margin:10px 0 10px 40px;
	padding:0;
}
ol.numbers li{ 
	background:none;
	padding:0 0 6px 0;
}

.div-border{
	position:relative;
	width:100%;
	border-bottom: 1px solid #ccc;
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
}

#content-body .bravo-contacts{
	margin: 0 0 16px 60px;
}
#content-body .bravo-contacts p{
	margin:0 0 2px 0;
	padding:0;
}

#content-body .member-services{
	position:relative;
	width:98%;
	border-bottom: 1px solid #ccc;
	padding: 0 0 15px 0;
	margin: 30px 0 30px 0;
}
#content-body .member-services p{
	color:#215a1e;
	font-weight:bold;
	padding:0 0 5px 0;
}
#content-body .member-services ul{
	padding: 10px 0 20px 60px;
	line-height: 120%; 
}

.return {
	text-align:right;
}	

/* ------------------------ */
/*	LINK BUTTONS 			*/
/* ------------------------ */

ul.buttons{
	position: relative;  
	margin:10px 0 10px 60px;
	padding: 0;
	list-style: none;
	width: 100%;
}
ul.buttons li.button a{
	position: relative;  
	width: 348px;
	height: 42px;
	display: block;	
	margin: 0;
	font-weight:bold;
	line-height:16px;
	color:#4aaa42;
	text-decoration:none;
	background: transparent url("/images/bttns/button.jpg") no-repeat;
	text-align:center;
	padding:4px 5px 6px 5px;
}
ul.buttons li.button a:hover{
	background: transparent url("/images/bttns/button.jpg") no-repeat 0 -54px;
	color:#ffffff;
	text-decoration:none;
}
ul.buttons li.one-line a{
	padding:10px 5px 0 5px;
}



/* ------------------------ */
/*	FOOTER 					*/
/* ------------------------ */

#footer{
	position:absolute;
	bottom:0;
	height:150px;			
	width:100%;
}

#time-stamp{
	height:35px;
	padding: 15px 0 0 24px;
	font-style: italic;
	color: #a8a8a8;
	clear: both;
}
#time-stamp p{
	margin:0;
	padding:0;
}

#footer-menu{
	height:100px;
	background:url(/images/footer/footer_bg.gif) repeat-y;
	margin:0;
	padding:0;
}
#footer-menu p{
	padding:15px 0 0 24px;

}
#footer-menu ul{
	padding:32px 0 0 3px;
}
#footer-menu ul li{
	display:inline;
	color:#47ab47;
	font-weight:bold;
	padding:0 0 0 22px;
}
#footer-menu ul li a{
	color:#47ab47;
}
#footer-menu ul li a:hover{
	color:#3f8c39;
}

#bravo-cms{
	position:relative;
	float:left;
}

#pdf_reader{
	position:relative;
	float:right;
	margin:13px 20px 0 0;
	padding:0;
	text-align:right;
}
#pdf_reader a{
	position:relative;
	background: transparent url("/images/footer/pdfreader.gif") no-repeat top right;
	margin:0;
	padding:40px 0 7px 0;
	height:100px;
}
#pdf_reader a:hover{
	color:#215a1e;
	text-decoration:underline;
}

