body
	{
	background: url("../images/bg.jpg") #161616 repeat-x;
	text-align: center;
	}

h1
	{
	font-size: 16pt;
	font-weight: 300;
	font-family: georgia;
	color: #ff7c00;
	letter-spacing: 1px;
	}

h2
	{
	font-size: 12pt;
	font-weight: 300;
	font-family: georgia;
	color: #ff7c00;
	border-bottom: thin dashed #ff7c00;
	margin: 4px;
	padding-left: 5px;
	}

h3
	{
	font-size: 13pt;
	font-weight: 300;
	font-family: georgia;
	color: #ff7c00;
	}


#footer
	{
	width: 875px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 20px;
	color: #313131;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	}
#left
	{
	float: left;
	}
#right
	{
	float: right;
	}
#footer li
	{
	display: inline;
	list-style-type: none;
	}

#footer a
	{
	color: #ffa000;
	}

#container
	{
	width: 875px;
	border: #b3b3b3 solid 15px;
	background-color: #FFF;
	padding: 13px;
	margin: 35px auto;
	text-align: left;
	}
	
#navcontainer
	{ 
	margin-left: 175px;
	margin-top: -50px;
	margin-bottom: 35px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12pt; 
	color: #7d7d7d;
	}
	
#navlist li
	{
	display: inline;
	list-style-type: none;
	}

#navlist a {	
	display: block;
	color: #3d3d3d;
	width: 96px;
	height: 21px;
	background: url("../images/linkbg.png") 0px -29px;
	margin: 3px;
	text-align: center;
	padding-top: 8px;
	text-decoration: none;
	}
#navlist a:hover
	{
	color: #000000;
	background: url("../images/linkbg.png") 0px -29px;
	
	}
	

#selected a
	{
	display: block;
	color: #3d3d3d;
	width: 96px;
	height: 21px;
	background: url("../images/linkbg.png") 0px -29px;
	margin: 3px;
	text-align: center;
	padding-top: 8px;
	text-decoration: none;
	}

/*Spotlight*/
#spotlight
	{
	width: 875px;
	background: #000;
	height: 125px;
	margin-bottom: 15px;
	}
	
.spotLeft
	{
	width: 375px;
	background: #999999;
	height: 125px;
	}
	
.spotRight
	{
	width: 500px;
	height: 125px;
	}
/*End Spotlight*/

/*Blurb*/
#blurb
	{
	width: 870px;
	background: #fff;
	height: 160px;
	margin: 15px 0 10px 15px;
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	}
	
#blurb_img
	{float: left; padding-right: 5px;}
.break
	{margin-top: 5px;}
/*blurb*/

#infobox
	{
	background: url(../images/infobox_bg.jpg) #fff6e6 bottom center repeat-x;
	border: 1px solid #ffc96d;
	width: 855px;
	padding: 10px;
	postion: relative;
	}
/*contact*/
#gmap
	{
	background: url(../images/infobox_bg.jpg) #fff6e6 bottom center repeat-x;
	border: 1px solid #ffc96d;
	width: 300px;
	padding: 10px;
	float: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #545454;
	}
	
#contactform
	{
	background: url(../images/contactbg.jpg) #ebebeb bottom center repeat-x;
	border: 1px solid #5e5e5e;
	width: 515px;
	height: 315px;
	padding: 10px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #545454;
	}
	
#gmap a
	{
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-size: 11pt;
	}	

#info_txtL
	{
	width: 400px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #545454;
	margin: 5px;
	}
#info_txtR
	{
	width: 400px;
	float: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #545454;
	margin: 5px;
	}




.clear
	{clear:both;}
	
#img_txt
	{
	float: left;
	padding-right: 5px;
	}

	
#contact_container 
		{
		float:left;
		width: 870px;
		margin-top: 10px;
		text-align: left;
		font-family: Tahoma, Verdana, Arial;
		font-size: 11pt;
		color: #545454;
		}
		
#contact_container a
		{
		font-family: Tahoma, Verdana, Arial;
		font-size: 11pt;
		color: #545454;
		}
#left 
	{
		float:left;
		width: 285px;
		margin-right: 5px;
		height: auto;
	}