@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */
	body{
		font: 62.5%/2.2em Arial, Tahoma, Verdana,Helvetica, sans-serif;
		color: #4b4942;
		background: #404639 url(../images/bg_patterns.gif);
	}
	a{text-decoration: none;color: #5599a7;}
	a:hover{color: #bb800f;}
	.hide,hr{display: none;}
	strong{font-weight: bold;}
	

/* =LAYOUT - the main layout styles */
	/* for the rounded top */
	#containertop{
		position: absolute;
		width: 902px;
		margin: -10px auto 0 auto;
		height: 10px;
		font-size:0.1em;
		background:url(../images/container_top.png) left bottom no-repeat;
	}
	* html #containertop{behavior: url(stylesheets/iepngfix.htc);} /* to correct transparent png in IE */
	/* container */
	#container{
		width: 902px;
		margin: 44px auto 0 auto;
		background: #f4f4f4;
		padding-bottom:10px;
	}

/* =HEADER */
	/* Logo and Site Title */
	h1{
		font-size: 2.4em;
		text-transform: uppercase;
		display: block;
		width: 300px;
		height: 85px;
		padding-top:10px;
		margin-left:18px;
		background: url(../images/logo.png) 0 0 no-repeat;
		padding-left:52px;
		color: #7b8266;
		text-indent:-9999px;
		float:left;
		padding-bottom:15px;
	}

/* =TOP NAVIGATION and SEARCH */
	/* top navigation */
	#navigation_wrapper{

		height: 37px;
		width: 475px;
		float:right;
		margin: 10px auto 20px auto;
	}
	#navigation{
		float: left;
		padding-left:7px;
		height: 37px;

	}
	#navigation li{
		float: left;
	}
	#navigation li a{
		padding: 7px 10px 0 10px;
		height: 52px;

		float: left;
		font-family: "Trebuchet MS";
		font-size: 1.45em;
		color: #333;
		text-indent:-9999px;
	}
	#navigation li a#home{
		background:transparent url(../images/nav-bg.jpg) no-repeat 0 0;
		width:105px;
	}
	#navigation li a#aboutus{
		background:transparent url(../images/nav-bg.jpg) no-repeat -130px 0;
		width:137px;
	}
	#navigation li a#contact{
		background:transparent url(../images/nav-bg.jpg) no-repeat -295px 0;
		width:125px;
	}

	#navigation li a:hover{
		color: #FFE633;
	}
	#navigation li a#home:hover,#navigation li a#home-active{
		background:transparent url(../images/nav-bg.jpg) no-repeat 0 -60px;
		width:105px;
	}
	#navigation li a#aboutus:hover,#navigation li a#aboutus-active{
		background:transparent url(../images/nav-bg.jpg) no-repeat -130px -60px;
		width:137px;
	}
	#navigation li a#contact:hover,#navigation li a#contact-active{
		background:transparent url(../images/nav-bg.jpg) no-repeat -295px -60px;
		width:125px;
	}
	#navigation li a.active{
	background-position:
}

/* =MAIN IMAGE */
	#main_image{
		width:860px;
		position: relative;
		margin: 15px auto 0;
		clear:both;
	}
			
/* =CONTENT */
	#column_wrapper{
		width: 874px;
		overflow: hidden;
		padding:30px 0 0 28px;
	}
	.column{
		float: left;
		width: 500px;
		float: left;
		background: #f4f4f4;
		margin-right:20px;
		padding-bottom:6px;
		position: relative;
	}
	.mission_wrapper{text-align: center;}
	
	.column_last{margin-right:0; width:330px;}
	.column h2{
		font:2.1em Georgia,"Times New Roman",Times,serif;
		color:#f22308;
		padding-bottom:10px;
	}
	.column_content_wrapper {
		margin-left:15px;
	}
	.column_content_wrapper li{
		font:1.5em  "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
		padding-bottom:10px;
		list-style-type:disc;
		list-style-position:outside;
	}
	.content h2{
		font:2.1em Georgia,"Times New Roman",Times,serif;
		color:#f22308;
		padding-bottom:10px;
	}
	.content p{
		font:1.4em "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif; 
		line-height:1.2em;
		padding-bottom:10px;
	}
	
	
/* =AREAS OF DEVELOPMENT*/
	.areaslist ul{ width:130px; margin-right:30px; float:left; display:inline;}
	.areaslist ul li{	padding-bottom:15px;}
	.areaslist ul.last{margin-right:0;}			
	
/* =MASCOT AND ADDRESS */
	.mascot p{
		font:1.5em "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif; 
		line-height:1.4em;
	}
	.address p{
		font:1.3em "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
		padding-bottom:5px;
	}

	
/* =FOOTER */
	#footer_wrapper{
		width: 871px;
		padding-left:31px;
		padding-bottom:25px;
		margin: 0 auto;
		text-transform:uppercase;
		font-size: 1.2em;
		background: url(../images/footer_left.png) 0 0 no-repeat;
	}
	#footer{
		position: relative;
		width: 840px;
		height: 67px;
		background: #f4f4f4 url(../images/footer_bg.png) 0 bottom repeat-x;
	}
	#footer .logo{
		padding: 34px 0 0 30px;
		width: 300px;
		float: left;
	}
	#footer .logo span{
		position: absolute;
		display: block;
		right:-31px;top:0;
		width: 31px;
		height: 67px;
		background: url(../images/footer_right.png) right bottom no-repeat;
	}
	* html #footer .logo span, * html #footer_wrapper{behavior: url(stylesheets/iepngfix.htc);}
	#footer ul{
		padding-top: 34px;
		padding-right: 5px;
		float: right;
	}
	#footer ul li{
		float: left;
		padding-left:10px;
	}
	#footer a{
		color: #7B8266;
	}
	#footer li a:hover{
		color: #AFBB4F;
	}
