@charset "utf-8";
/* CSS Document */

body {
	background-image:url('../images/bg2.png');
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#FFF;
	margin:0px;
	height:100%;
	width:100%;
}

.container {
	width:1007px;
	margin-top:130px;
	margin-left:auto;
	margin-right:auto;
}
	#top_bar {
		height:48px;
		width:1007px;
	}
		#top_bar .menu {
			height:52px;
			width:1007px;
		}
			#top_bar .menu a {
				background-position:top;
				height:52px;
				float:left;
			}
			
			#top_bar .menu a:hover {
				background-position:bottom;
			}
			
			.home {
				background-image:url('../images/home.jpg');
				width:82px;
			}
			
			.about {
				background-image:url('../images/about.jpg');
				width:144px;
			}
			
			.resources {
				background-image:url('../images/resources.jpg');
				width:105px;
			}
			
			.contact {
				background-image:url('../images/contact.jpg');
				width:195px;
			}
			
			.search_container {
				background-image:url('../images/searchbg.jpg');
				background-repeat:no-repeat;
				height:52px;
				width:481px;
				float:left;
				display:inline;
			}
				.search {
					height:37px;
					width:423px;
					margin-left:50px;
					margin-top:10px;
				}
					.searchbox {
						background-image:url('../images/searchboxbg.jpg');
						background-repeat:no-repeat;
						border:0px;
						height:31px;
						width:280px;
						margin-left:15px;
						padding:5px 0 0 5px;
						float:left;
						font-family:"Myriad Pro";
						font-size:20px;
						color:#6a874b;
					}
					
					.go {
						margin-left:5px;
					}
	
	#home_content {
		height:auto;
		background-color:#f2f2f2;
		width:1007px;
		float:left;
	}
		#home_content .leftside_corners {
			background-image:url('../images/leftcornerbg.gif');
			background-repeat:no-repeat;
			height:471px;
			width:11px;
			float:left;
		}
	
		#home_content .home_stuff {
			width:986px;
			float:left; 
			padding-top:10px;
		}
			#home_content .home_stuff img {
				margin-right:3px;
			}
		
		#home_content .homepage_text {
			background-image:url('../images/dottedline.gif');
			background-position:top;
			background-repeat:repeat-x;
			width:986px;
			float:left;
		}
			.resources_box {
				padding-top:10px;
				padding-left:10px;
				width:236px;
				float:left;
			}
			
			.inner_resources_box {
				padding-top:10px;
				padding-left:10px;
				height:auto;
				width:auto;
				float:left;
			}

		#home_content .rightside_corners {
			background-image:url('../images/rightcornerbg.gif');
			background-repeat:no-repeat;
			height:471px;
			width:10px;
			float:right;
		}
		
	#footer {
		background-image:url('../images/footerbg.gif');
		background-repeat:no-repeat;
		height:40px;
		width:1007px;
		float:left;
	}
		#footer .footer_left {
			height:40px;
			width:493px;
			padding-top:10px;
			padding-left:10px;
			float:left;
		}
		
		#footer .footer_right {
			height:40px;
			width:493px;
			padding-top:10px;
			padding-right:10px;
			float:right;
		}

.row1 {
	background-color:#f1f3ac;
}

.row2 {
	background-color:#d2e7b6;
}
/* text */				
.search h3 {
	font-family:"Myriad Pro";
	font-size:20px;
	color:#293a12;
	margin:0;
	float:left;
}	

.resources_box h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#293a12;
	margin:0px;
}
		
.resources_box h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#4c4c4c;
	margin:0px;
}
		
.resources_box span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	margin:0px;
}

.resources_box th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#4c4c4c;
}

.resources_box td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666666;
}

.resources_box a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	font-weight:normal;
	color:#486f21;
}	

.inner_resources_box h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#293a12;
	margin:0px;
}
		
.inner_resources_box h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#4c4c4c;
	margin:0px;
}
		
.inner_resources_box span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	margin:0px;
}

.inner_resources_box th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#4c4c4c;
}

.inner_resources_box td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666666;
}

.inner_resources_box a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	font-weight:normal;
	color:#486f21;
}

.footer_left span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}

.footer_right span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	float:right;
}

.footer_right a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
