@charset "utf-8";
/* CSS Document */


p{
text-align:justify;}

	a:link { color:#6d6e71; text-decoration: none;} 
	 a:visited { color:#6d6e71; text-decoration: none}
	a:hover { color:#000; text-decoration: underline;}
	a:focus{
	outline:0px;
	}
	a img{
	border:0px;
	}

    .right_box{
     background-image:url(images/round_middle.gif);
	 background-position:top left;
     background-repeat: repeat-x;
     width:205px;
     height:328px;
     }
	 	
   .home_text{font-family: "Trebuchet MS";
	font-size:12px;
	color:#3d4400;
	font-weight:normal;
	text-decoration:none;
	}
	
	.more_link{font-family: "Trebuchet MS";
	font-size:12px;
	color:#3d4400;
	font-weight:normal;
	text-decoration:none;
	}
	
	
	a.secondnav:link { color:#92a22a; font-size:14px; font-weight:normal; text-decoration: none;} 
	a.secondnav:visited { color:#92a22a; font-size:14px; font-weight:normal; text-decoration: none;} 
	a.secondnav:hover { color:#6d6e71; font-size:14px; font-weight:normal; text-decoration: none;}
	
	.secondnav{font-family:"Trebuchet MS";
	font-size:14px;
	color:#92a22a;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	}
	
	.need{font-family:"Trebuchet MS";
	font-size:40px;
	color: #000;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	}
	
	
	.list1{
	list-style-image: url(images/bullet_grey.gif);
	margin-left:10px;
	margin-bottom:10px;
	position:relative;
	}
	
	.contactlink a{
	text-decoration:none;
	color:#05b0d7;
}
.contactlink a:hover{
	text-decoration:underline;
	color:#05b0d7;
}
	a.thirdnav:link { color:#999999; font-size:14px; font-weight:normal; text-decoration: none;} 
	a.thirdnav:visited { color:#999999; font-size:14px; font-weight:normal; text-decoration: none;} 
	a.thirdnav:hover { color:#6d6e71; font-size:14px; font-weight:normal; text-decoration: none;}
	
	.thirdnav{font-family:"Trebuchet MS";
	font-size:13px;
	color:#999999;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	float:left;
	
	}
	

	.mission{font-family:"Trebuchet MS";
	font-size:16px;
	color:#999999;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	text-align:justify;
	}

		
    .header_1 {
	font-family:"Trebuchet MS";
	color:#999999;
	font-size:24px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	}
	
	.header_2 {
	font-family:"Trebuchet MS";
	color:#6d6e71;
	font-size:16px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	}
	
	
	.inside_heading{
	font-family:"Trebuchet MS";
	color:#92a22a;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	}
	h3{
	font-family:"Trebuchet MS";
	color:#92a22a;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	margin:0px;
	padding:0px;
	}
	
	.inside_heading_2{
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#6d6e71;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:justify;
	
	}
	
	.text{/*font-family: "Trebuchet MS";
	font-size:12px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;*/
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#999999;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	text-align:justify;
	}
	
	.border{
	border-left: 1px solid;
	color:#a9bd01;
	
	}
	
	
	.copyright{font-family:"Trebuchet MS";
	font-size:10px;
	color:58595b;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration:none;
	}
	.transparent {
	/*filter:alpha(opacity=80); 
	-moz-opacity:.8; 
	
	opacity: .8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";*/
	background-image:url(images/home_content_bg.jpg);
	background-repeat:repeat-x;
	background-color:#a5b42a;
	
	}
	
	.main{overflow:visible;
	float:left;
	position:absolute;
	z-index:100;
	width:1000px;
	}
	.showhidediv{

color:#92a22a;
}
.showhidediv a{
text-decoration:none;
color:#92a22a;
}
.showhidediv a:hover{
text-decoration:none;
color:#6d6e71;
}
.showhidediv a:visited{
text-decoration:none;
color:#92a22a;
}
	/* Slide Show */

#slideshow {
    position:relative;
    height:255px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 165px;
    background-image:url(images/home_banner.jpg); 
	background-repeat:no-repeat;
	background-color:#04b0d6;
	font-weight:bold;
	color:#03748e;
	padding-top:90px;
	font-family:Georgia, Arial;
	font-size:24px;
	
	width:1000px;
	line-height:30px;
}
#slideshow DIV a{
text-decoration:none;
color:#03748e;
}
#slideshow DIV a:hover{
text-decoration:underline;
color:#03748e;
}
#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
    height: 70px;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 297px;
    display: block;
    border: 0;
    
}

/* marquee css */

#textscroller2{
width:300px;
height: 70px;
padding-top:50px;
color:#485000;
font-family:Georgia, "Times New Roman", Times, serif;
text-align:center;
font-size:16px;
}

#textscroller2 a{
text-decoration: none;
}

.textscroller{ 
width:300px;
height: 70px;
}


.rightNavscrolldata{
width:227px;	
float:left;	
position: relative;
overflow: hidden;
height: 150px;	
}
.rightNavDiv1Div2Div1{
	width:227px;
	float:left;
	text-align:justify;

	font-family: "Trebuchet MS";

font-size: 12px;

color: #3d4400;
	position: absolute;
}
.newssection1 {height: 30px; font-family: "Trebuchet MS";

font-size: 12px;

color: #3d4400;
	
	}
	
	/*bottom slideshow */
	
	#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
background-color:#b5c62a;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}

