@charset "utf-8";
/* CSS Document */
#mainPage{
	/*background:#B2C2B2;*/
	background: #D4CB8E;
	
	margin: auto;
}
#mainPageborder{
/*	background:#003300;*/
	background: #003300;
	width: 950px;
	min-height: 900px;
	margin: auto;
	padding: 4px;
}
a:link {color: #663331; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #663331; text-decoration: underline; }
a:hover {color: #547356; text-decoration: none; }

.headerText{
	padding: 20px;
	padding-left: 50px;
	color:#003300;
	padding-right: 50px;
}
#headerImage{
	height: 225px;
}
#headerTitle{
	text-align:center; 
	font-size:1.4em; 
	font-weight:bold; 
	margin-top: 15px; 
	color:#003300;
}
#headerImage1{
	position: absolute;
	margin-left: 25px;
}
#headerImage1Fade{
	position: absolute;
	margin-left: 25px;
}
#headerImage2{
	position: absolute;
	margin-left: 325px;
}
#headerImage2Fade{
	position: absolute;
	margin-left: 325px;
}
#headerImage3{
	position: absolute;
	margin-left: 625px;
}
#headerImage3Fade{
	position: absolute;
	margin-left: 625px;
}

#navigation{
	font-size: 0.8em;
	font-weight: bold;
	float: left;
	width: 20%;
	padding-left:15px;
	position: relative;
}
#navigation ul li{
	padding-bottom:15px;
	cursor: pointer;
	list-style-image: url(../images/bullet.gif);
}
#navigation ul li.hover{
	list-style-image: url(../images/bulletover.gif);
	cursor: pointer;
	color:#547356;
}
#navigation ul li.currentnav{
	list-style-image: url(../images/bulletover.gif);
	margin-left: -5px;
	color:#547356;
}
.leftContent{
	padding: 5px;
	margin: 0 22%;
	width: 47%;
}
.fullContent{
	float: right;
	padding: 5px;
	margin-right: 49px;
	width: 72%;
}

.rightContent{
	float:right;
	margin-right:20px;
	width:25%;
	text-align:center;

}
.leftContent p{
	margin-bottom: 10px;
}
.spacer{
	clear:both;
}
.contact {
	padding-bottom: 30px;
	padding-top: 10px;
}
.contact p {
	margin-top: 30px;
}

.contacttext {
	float: right;
	margin-top: 30px;
	margin-right: 45px;
}

.contacttitle {
	/*color: #6F6F32;*/
	margin-right: 60px;
	color: #596339;
	font-size: 1.1em;
	font-weight: bold;

}
.contactinfo {
	margin-top: 20px;
	padding-left: 10px;
}
#mediaspace {
	cursor: pointer;
}
#video {
	position: absolute;
	left: 0;
	right: 0;
	top: 25%;
	height: 365px;
	width: 570px;
	margin: auto;
	background:#030;
	display: none;
	z-index: 101;
}
#video p:hover {
	cursor: pointer;
}
#videobody{
	width: 554px;
	height: 335px;
	margin: auto;
}
#black{
	position: absolute;
	left: 0;
	top: 0;
	height: 1200px;
	width: 100%;
	background-color:#000;
	z-index: 100;
	/* for IE */
  	filter:alpha(opacity=80);
  	/* CSS3 standard */
  	opacity:0.8;
	display: none;
}
#photo{
	float: right;
	padding: 5px;
	padding-right: 69px;

}
#photo img{
	width: 640px;
	height: 480px;
}
#filmstrip {
  /* Set it so we could calculate the offsetLeft */
  clear: both;
  position: relative;
  height: 145px;
  width: 600px;
  margin-left: 260px;
  /* Add scroll-bars */
  overflow: auto;
}
ul.sc_menu {
  display: block;
  height: 110px;
  /* Max width here, for users without Javascript */
  width: 5500px;
  padding: 15px 0 0 15px;
  /* Remove default margin */
  margin: 0;
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0 4px;
}
.sc_menu a {
  display: block;
  text-decoration: none;
}
.sc_menu span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #596339;
}
.sc_menu a:hover span {
  display: block;
}
.sc_menu img {
  border: 3px #547356 solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.sc_menu img:hover {
  filter:alpha(opacity=50);
  opacity: 0.5;
  cursor:pointer;
}
#linksContent p{
	text-align:left;
	margin: 10px 0 30px 50px;
}
#linksContent p span{
	text-align:left;
	margin: 0 0 0 100px;
}
	
body{
	/*background:#9bb997;*/
	background: #87825B;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

p{
	margin: 0;
	padding: 0;
}
hr{
	background:#003300;
	height: 3px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border:0;
}


