@charset "utf-8";
/* CSS Document */

*
	{
		margin: 0;
		padding: 0;
	}
body
	{
		background-color: #007c85;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
img
	{
		border: none;
	}
#container
	{
		width:960px;
		margin: 0 auto;

	}
#white
	{
		width: 940px;
		float: left;
		padding: 10px;
		background-color: #fff;
		margin-top: 2em;
	}
#header
	{
		width: 940px;
		height: 118px;
		float: left;
	}
#rockspring_logo
	{
		width: 160px;
		height: 118px;
		background-color: #fff;
		float: left;
	}
#rockspring_logo img
	{ 
		margin: 10px 0 0 7px;
	} 
#header_right
	{
		width: 780px;
		height: 118px;
		background-color: #ed1c24;
		float: left;
	}
#header_right h1
	{
		color: #fff;
		font-weight: bold;
		font-size: 230%;
		margin: 20px 0 0 10px;
	}
#header_right h3
	{
		color: #fff;
		margin: 0 0 0 10px;
		font-size: 60%;
		letter-spacing: 2px;
	}
#tagbar
	{
		width: 939px;
		height: 37px;
		float: left;
		background-color: #007c85;
	}
#tagbar h2
	{
		color: #fff;
		margin-left: 170px;
		font-size: 100%;
		margin-top: 8px;
	}
#nav
	{
		width: 158px;
		float: left;
		border-right: 1px solid #fff;
		
	}
#nav ul
	{
		list-style: none;
	}
#nav a
	{
		height: 26px;
		width: 153px;
		background-color: #ed1c24;
		float: left;
		color: #fff;
		text-decoration: none;
		padding-left: 5px;
		padding-top: 9px;
		font-size: 75%;
		border-bottom: 1px solid #fff;
	
	}
#nav a:hover
	{
		background-color: #f58668;
	}
#nav a.selected
	{
		background-color: #f58668;
	}
#image
	{
		width: 780px;
		height: 160px;
		float: left;
	}
#redbar
	{
		width: 940px;
		height: 8px;
		background-color: #ed1c24;
		border-top: 1px #fff;
		float: left;
	}
#main
	{
		width: 930px;
		float: left;
		margin: 20px 0 20px 10px;
	}
#main h3
	{
		color: #ed1c24;
		border-bottom: 1px solid #999999;
		width: 500px;
		font-size: 120%;
	}
#main2
	{
		width: 500px;
		float: left;
		margin: 20px 0 20px 10px;
	}
#main2 h3
	{
		color: #ed1c24;
		border-bottom: 1px solid #999999;
		width: 500px;
		font-size: 120%;
	}
#main2 ul
	{
		margin-left: 30px;
	}
		
#main2 li
	{
		font-size: 80%;
		margin-top: 10px;
	}
		
#right
	{
		width: 400px;
		float: right;
		margin-top: 10px;
	}
h1
	{
		color: #ed1c24;
		font-size: 135%;
		font-weight: normal;
	}
p
	{
		width: 500px;
		font-size: 80%;
		margin-top: 10px;
		line-height: 18px;
	}
#footer
	{
		float: left;
		color: #fff;
		margin-left: 20px;
	}
#footer a
	{
		color: #fff;
		text-decoration: none;
	}
#gallery_table
	{
		float: left;
		width: 175px;
	}
#gallery_table img
	{
		margin: 5px;
		float: left;
	}
.galleryMainImage
	{
		float: left;
		margin: 5px 0 0 10px;
	}