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

	body 
	{
		margin: 0px;
		padding: 0px;
		background-image: url(images/trees_background.jpg);
		background-repeat: no-repeat;
		background-position: top;
		background-color: #145A5A;
	}
	
	#harness
	{
		width: 930px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		padding-top: 0px;
	}
	
	#title
	{
		width: 930px;
		height: 209px;
		background-image: url(images/title.png);
		background-repeat: no-repeat;
		background-position: top;
	}
	
	#title_text
	{
		width: 550px;
		height: 45px;
		margin-top: 66px;
		margin-left: 166px;
		color: #FFFFFF;
		text-align: left;
		float: left;
		display: inline;
		font-family: "Century Gothic";
		font-size: 35px;
	}
	
	#phone_text
	{
		width: 550px;
		height: 30px;
		margin-top: 5px;
		margin-left: 168px;
		color: #FFFFFF;
		text-align: left;
		float: left;
		display: inline;
		font-family: "Century Gothic";
		font-size: 13px;
	}
	
	#buttons
	{
		width: 700px;
		height: 35px;
		margin-top: 4px;
		margin-left: 164px;
		float: left;
		display: inline;
		padding: 0px;
	}
	
	#content
	{
		width: 930px;
		margin-top: 0px;
		background-image: url(images/content-background.png);
		background-repeat: repeat-y;
		background-position: top;
		padding: 0px;
		float: left;
		display: inline;
	}
	
	#content_fading
	{
		width: 930px;
		background-image: url(images/content-fading.png);
		background-repeat: no-repeat;
		background-position: top;
		margin-top: 0px;
		padding: 0px;
		float: left;
		display: inline;
	}
	
	#content_fading_notext
	{
		width: 930px;
		background-image: url(images/content-fading-notext.png);
		background-repeat: no-repeat;
		background-position: top;
		margin-top: 0px;
		padding: 0px;
		float: left;
		display: inline;
	}
	
	#content_harness
	{
		width: 800px;
		margin-left: 65px;
		margin-top: 20px;
		float: left;
		display: inline;
	}
	
	#content_title
	{
		width: 800px;
		margin-top: 0px;
		float: left;
		display: inline;
		font-family: "Century Gothic";
		font-size: 24px;
		text-align: left;
		color: #FFFFFF;
	}
	
	#content_text
	{
	width: 800px;
	margin-top: 10px;
	float: left;
	display: inline;
	font-family: "Century Gothic";
	font-size: 14px;
	text-align: left;
	color: #FFFFFF;
	}
	
	#map
	{
		width: 800px;
		float: left;
		display: inline;
		text-align: center;
	}
	
	#content_bottom
	{
		width: 930px;
		height: 40px;
		background-image: url(images/content-bottom.png);
		background-repeat: no-repeat;
		float: left;
		display: inline;
	}
	
	#bottom_links
	{
		width: 930px;
		height: 100px;
		padding-top: 35px;
		float: left;
		display: inline;
		font-family: "Century Gothic";
		font-size: 12px;
		text-align: center;
		color: #FFFFFF;
		background-image:url(images/bottom_links_background.png);
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#facebook
	{
		margin-top: 8px;
		width: 930px;
		height: 14px;
		font-family: "Century Gothic";
		font-size: 10px;
		text-align: center;
		color: #FFFFFF;
		vertical-align: top;
	}
	
	#disclaimer
	{
		margin-top: 10px;
		width: 930px;
		height: 25px;
		font-family: "Century Gothic";
		font-size: 11px;
		text-align: center;
		color: #FFFFFF;
	}
	
	#photo_caption
	{
		margin-left: 5px;
		margin-right: 2px;
		font-family: "Century Gothic";
		font-weight: bold;
		font-size: 10px;
		text-align: justify;
		color: #FFFFFF;
	}
	
	#bottom_links a:link
	{
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#bottom_links a:hover
	{
		color: #CCCCCC;
		text-decoration: none;
	}
	
	#bottom_links a:visited
	{
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#content_text a:link
	{
		color: #CCC;
	}
	
	#content_text a:hover
	{
		color: #999;
	}
	
	#content_text a:visited
	{
		color: #CCC;
	}
	
	#content_text a:active
	{
		color: #CCC;

