/*Tabula Rasa*/
* { 
	margin:0;
	padding:0;
	}
	
body {
	font-size:12px;
	}
	
h1 {
	color:#A1601E;
	font-size:26px;
	padding:4px 0 8px;

	}
	
h3 {
	color:#7B8426;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px
	}
	
h4 {
	color:#7B8426;
	}

a, a:visited {
	color:#7A8424;
	}
	
a:hover {
	text-decoration:none;
}

.innerBG {
	background:url(images/vertstrip.jpg) repeat-x #7b8426;
	}
	
#container {
	position:relative;
	width:765px;
	height:596px;
	background:url(images/HomeBG.jpg) no-repeat;
	margin:0 auto;
	}
	
#containerinner {
	width:660px;
	margin:0 auto;
		clear:both;
	}
	
#containerinner p{ 
	padding:4px;
	}
	
#header {
	background: url(images/header.jpg) no-repeat;
	height:173px;
	}
	
#content {
	background:url(images/bodystrip.jpg) repeat-y;
	padding:0 35px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	}
	
#footer {
	background:url(images/footer.jpg) no-repeat;
	height:82px
	}

/* -------------------------  Begin Homepage Nav --------------------------*/	
#nav { 
	width: 130px;
	position:relative;
	left:17px;
	top:23px;
	text-align:right;
 }

#nav ul {
	list-style-type: none;
	letter-spacing:1px;
}

#nav a:link, #nav a:visited {
	color: #FFf;
	text-decoration: none;
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	display:block;
	height:28px;
}

#nav a:hover {
	color:#FFCB09;
	text-decoration: none;
	position:relative;
	left:3px;
}
/* -------------------------  End Homepage Nav --------------------------*/




/* -------------------------  Begin Inner Nav --------------------------*/	
#navcontainer {
	position:relative;
	top:135px;
	left:7px;
	width:660px;
	text-align:center;	height:40px;
	}
	
#navlist li
	{
	display: inline;
	list-style-type: none;
	padding-right: 8px;
	}

#navlist li a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #666666;
	font-weight:bold;
	padding:4px;
	}

#navlist li a:hover {
	text-decoration: none;
	border-bottom:#7B8426 solid 9px;
	color:#7B8426;

	}
/* -------------------------  End Inner Nav --------------------------*/	




/* -------------------------  Begin Footer Nav --------------------------*/
#footernavcontainer {
	position:relative;
	top:36px;
	left:15px;
	width:660px;
	text-align:center;

	}
	
#footernavlist li
	{
	display: inline;
	list-style-type: none;
	padding-right: 7px;
	}

#footernavlist li a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #666666;
	font-weight:bold;
	}

#footernavlist li a:hover {
	text-decoration: underline;
	color:#7B8426;
	}
	
.copyright {
	font-size:10px;
	color:#666666
	}
/* -------------------------  End Footer Nav --------------------------*/


#movie {
	width:262px;
	height:461px;
	position:absolute;
	left:154px;
	top:14px
	}
	
#text1 {
	position:absolute;
	left:456px;
	top:255px;
	text-align:center;
	font-size:20px;
	color:#A1601E;
	font-weight:bold;
	width: 231px;
	height: 95px;
	}
	
#text1 span {
	font-size:16px;
	}
	
#text2 {
	position:absolute;
	width:250px;
	left:460px;
	top:365px;
	height: 124px;
	}
	
#text2 p{
	color:#7b8426;
	font-size:18px;
	padding-bottom:10px;
	}

#maphome {
	position:absolute;
	left:235px;
	top:476px;
	width:160px;
	height:101px;
	}
	
#maphome a{	
	width:160px;
	height:101px;
	background:url(images/map.jpg) no-repeat bottom left;
	display:block;
	}
	
#maphome a:hover{
	background:url(images/map.jpg) no-repeat top left;
	}
	
#maphome span{
	margin-left:-9999px;
	}

#contacttext {
	font-size:18px;
	position:absolute;
	top:40px;
	left:350px;
	text-align:center;
	}
	
#contacttext h4 {
	font-size:20px;
	}

#contactform {
	position: relative;
	width:270px;
	left:0px;
	top:0;
	padding:10px;
	font-size:14px;
	}
	
fieldset {
	padding:10px;
	}
	
legend {
	font-size:18px;
	font-weight:bold;
	color: #666666;
	padding:0 4px;
	}
	
#mapContainer { 
	height: 300px; 
	width: 500px;
	border:8px #ACDFF0 solid;
	font-size:18px;
} 

#audio {
	position:absolute;
	width:29px;
	height:29px;
	left:485px;
	top:0;
	}
	
#BC_footer {
	position:relative;
	text-align:center;
	}

#BC_footer a, #BC_footer a:visited {
	text-align:center;
	font-size: 10px;
	color:#000;
	text-decoration: none;
}

#BC_footer a:hover {
	color:#CCCCCC;
	text-decoration: underline;
}
