/* CSS Document */

#wrapper {
	width: 100%;
		}

	body {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #FFFFFF;
	font-size: 12px;
		}
	
table {
	border-collapse: collapse;
		}

p,h1,pre {
	margin:0px 10px 10px 10px;
		}

a:link {
	color:#246A30;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #246A30;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

h1{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 120%;
 padding-top:10px;
 color:#3F1F1F;
}

h2{
	font-size: 114%;
	color: #246A30;
	padding-left:10px;
	font-family: Arial, Helvetica, sans-serif;
}

h3{
	font-size: 100%;
	color: #3F1F1F;
	padding-left:10px;
	margin-bottom: 2px;
}

/*	  H5 is used in hisotrical.php
/*    H6 is used in services.php    */
h4{
 font-size: 100%;	
 font-weight: bold;
 color: #246A30;
 margin-bottom:0px;
 padding-left:10px;
}

h5{
	font-size: 100%;
	font-weight:bold;
	color:#333;
	margin-top: 0px;
	padding-left:10px;
	margin-bottom:0px;
}
	
h6{
	font-size: 130%;
	color: #246A30;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
}

	#banner {
	background-image:url(../images/sli_banner_1_rev.gif);
	background-repeat: no-repeat;
	height: 164px;
	width: 100%;
	background-position: center;
		}
	html>body #banner {
	height: 164px;
		}
		
	#banner2 {
	background-image:url(../images/sli_banner_2.gif);
	background-repeat: no-repeat;
	height: 145px;
	width: 100%;
	background-position: center;
		}
	html>body #banner2 {
	height: 145px;
		}		
	

	#home_image {
	text-align:center;
	margin-top: 1px;
	height:200px;
		}
		
		/*sub-menu*/
#rightcontent {
	width:185px;
	float: right;
	padding-top:10px;
	background-color: #FFF;
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;
		}
		
#rightcontent img {
	margin-bottom:5px;
	margin-right:5px;
	border: 0px;
	float:left;
}

#rightcontent a {
	color: #246A30;
	padding-left: 0px;
}
#rightcontent a:hover {
	color: #660000;
	text-decoration: none;
}

#rightcontent p {
	color: #424A33;
	padding-bottom:3px;
	font-size: 11px;
	border-bottom-color: #883734;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-family: Arial, Helvetica, sans-serif;
}
#rightcontent1 img {
	text-align: center;
}

	#rightcontent1 {
	width:181px;
	padding-bottom:1px;
	padding-left:40px;
	padding-right:2px;
	padding-top:20px;
	float: right;
	clear:both;
		}


#rightcontent1 h1 {
	color: #424A33;
	font-size: 114%;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
}		

	#centercontent {
	background-color:#FFF;
	margin-top: 0px;
	padding:3px;
		}
	html>body #centercontent {
	margin-left: 0;
	padding:5px;
	margin-right:5px;	
		}			

#centercontent a:link, #centercontent a:visited {
	color: #246A30;
	text-decoration:none;	
}
#centercontent a:link.active, #centercontent a:visited.active, #centercontent a:hover {
	color: #660000;
	text-decoration: underline;
}

		/************** .feature styles ***************/

.feature{
	padding: 0px 15px 10px 10px;
	font-size: 12px;
}


.feature img{
	float:none;
	padding-right:10px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 2px;
}

.feature h1{
	padding: 15px 0px 10px 10px;
	text-align: left;
	font-size: 18px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
/*	color: #246A30;*/
	color:#3E1F00;	
}

.feature_float{
	padding: 0px 15px 10px 10px;
	font-size: 12px;
}

.feature_float img{
	float:left;
	padding-right:10px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 10px;
	margin-right: 5px;
}

.feature_float h1{
	padding: 15px 0px 10px 10px;
	text-align: left;
	font-size: 18px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #246A30;
}

/*Home page navigation bar*/
#navigation_top {
	margin-top: 2px;
}
	
#navigation_top a:link, #navigation_top a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size:13px;
	}
#navigation_top a:hover {
	color: #246A30;
}

/*main page navigation  #303E28*/
#navbar {
	background-color:#FFFFFF;  
	width: 100%;
	padding-top:10px;
	margin-left: 20px;
}

html>body #navbar {
	margin-left: 10px;
	}

/*main page rounded image on navigation */

#nav {
	margin:0;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #A8B593;	
	border-bottom: 1px solid #A8B593;
	width:740px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
html>body #nav {
	padding: 10px 0 20px 0px;	
	}

#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
/*	#6B7953*/
#nav a:link, #nav a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	}
/*#303E28*/
#nav a:link.active, #nav a:visited.active, #nav a:hover {
	color:#246A30;	
	background: url(../images/sli_nav_cir_gn.gif) no-repeat bottom center;
	}

/*Home page copy area*/
/***********************************************************************/
#copy {
	height: 200px;
	margin-top: -4px;
	margin-bottom: 0px;
	padding-top: 10px;
}

html>body #copy {
	height: 300px;
	}

#copy h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	padding-top: 35px;
	color: #000;
}
#copy p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left: 40px;
	font-style: normal;
	margin-right: 45px;
	text-align: center;
}
#copy td {
	background-repeat: no-repeat;
	background-position: left top;
}

.home_copy {
	background-image: url(../images/copy.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 450px;
}

.home_copy2 {
	background-image: url(../images/copy_home.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 450px;
}

.home_copy3 {
	background-image: url(../images/copy_home3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 450px;
}

.home_copy4 {
	background-image: url(../images/copy_home4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 450px;
}

.home_copy_donate {
	background-image: url(../images/copy_donate.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 450px;
}

.home_event {
	background-image: url(../images/event_box2c.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 274px;
	height: 185px;
}

.home_event2 {
	background-image: url(../images/event_box3.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 274px;
	height: 185px;
}

.home_event2_no_new {
	background-image: url(../images/event_box5_no_new.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 274px;
	height: 185px;
}

.home_event4 {
	background-image: url(../images/event_box4.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 274px;
	height: 185px;
}

.home_event5 {
	background-image: url(../images/event_box5.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 274px;
	height: 185px;
}

.home_event img {
	margin-top:7px;
	margin-left: 7px;
	margin-bottom:7px;
}


.home_event_big {
	background-image: url(../images/event_box2_big.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 274px;
	height: 185px;
}

.home_contribute {
	background-image: url(../images/home_cont2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 274px;
	vertical-align:top;
}


.main_copy {
	width: 760px;
	background-color: #FFF;
}

.resource a{
	font-size: 114%;
	font-family:Arial, Helvetica, sans-serif;
}

/***********************************************************************/
#footer {
	font-family:  Arial, Helvetica, sans-serif;
	text-align:right;
	margin-top:-7px;
	height: 55px;
	padding-top: 2px;
	font-weight: bold;
	padding-bottom: 5px;
}

#footer a, a:visited {
	color: #303724;
	font-size: 11px;
}

#footer a:link {
	color: #303724;
}

#footer a:hover {
	color: #246A30;
	text-decoration: none;
}

#footer .footer_pipe {
	color: #276B35;
		}

#footer table {	
	border-top:thin #276B35 solid;
		}


#credits {
	margin-top:2px;
	width: 100%;	
}

#credits p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	margin-right:0px;	
	}

#credits a:link {
	color: #246A30;	
}

#credits a:hover {
	color: #B5D67E;
}
#credits a:visited {
	text-decoration: none;
	color: #246A30;
}

.board a {
	font-size: 112%;
	font-family:Arial, Helvetica, sans-serif;
	color: #303724;
}

.board a:visited {
	font-size: 112%;
	font-family:Arial, Helvetica, sans-serif;
	color: #303724;
}

.feature a {
	color: #303724;
	font-size:100%;
}

.feature a:visited {
	color: #303724;
	font-size:100%;
}

.contact_layout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	background-color:#E1E1E1;
	padding-left: 30px;
	padding-bottom: 20px;
	border: thin inset #999999;
	margin-bottom: 20px;
	margin-left: 10px;
}

.contact_layout p {
	margin-left: 30px;	
}

.contact_layout h3 {
	margin-left: 10px;
	font-size:12px;
}

.members {
	font-size: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.quote{
	font-size:12px;
	font-weight: bold;
	color: #246A30;
}

.quote2{
	font-size:13px;
	font-weight: bold;
	color: #246A30;
}

.quote_credit {
	margin-left: 400px;
	color: #246A30;
	margin-top:-5px;
	margin-bottom:50px;
}

.ex_table {
	font-size: 12px;
}

.caption {
	margin-right: -30px;
	font-size:10px;
}

.question {
	font-weight: bold;
	color: #246A30;
	font-size:14px;
}

.question2 {
	font-weight: bold;
	/*color: #246A30;*/
	color:#3E1F00;	
	font-size:14px;
}

.superscript {
	font-size:12px;
	vertical-align:super;
}

.superscript_text {
	vertical-align:super;
	font-size:9px;
}

.bold {
	font-weight:bold;
	color: #246A30;
}

.indent {
	margin-left: 38px;
}