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

/* ---------------------------------------------------- */  
/* GLOBAL 
/* ---------------------------------------------------- */  

* {
	margin: 0;	
}

body {
	font-family: century gothic;
	color: #4a372d;
	background-image: url(../images/bg.gif);
}

@font-face {
 font-family:dead hardy;
 src: url(../fonts/deadhardy.eot); /* EOT file for IE */
}

@font-face {
 font-family:dead hardy;
 src: url(../fonts/deadhardy.ttf); /* TTF file for CSS3 browsers */
}


h1 {  /* home page header */
	font-family:dead hardy;
	font-weight:500;
	color: #31434b;
	text-shadow: 0px 1px 0px #ffffff; /* letter press effect */
	font-size: 36px;
	margin-bottom: .5em;
}

h2 { /* content page header */
	font-size: 20px;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px #ffffff; /* letter press effect */
	letter-spacing: 2px;
	color: #44937c;
	margin-bottom: 15px;
}

h3 { /* side bar header */
	font-family: script;
	font-weight:500;
	text-shadow: 0px 1px 0px #ffffff; /* letter press effect */
	font-size: 25px;
	margin-bottom: 8px;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;	
}
/* ---------------------------------------------------- */  
/* SLIDESHOW INDEX 
/* ---------------------------------------------------- */  
.fadein { position:relative; width:1000px; height:460px; }
.fadein img {
	position:absolute;
	left:0;
	top:0;
	height: 460;
}
#photo-header-bg {
background-color: #2a5b66;	
height: 460px;
}
#photo-header {
	clear: both;
	height: 460px;
	
}
#photo-header-content { /* smaller header for content pages */
}
/* ---------------------------------------------------- */  
/* LOGO & NAVIGATION 
/* ---------------------------------------------------- */  
#logo {
	float: left;
	margin-right: 130px;	
}

#tagline {
float:left;	
padding: 8px;
text-align:left;

}
p.tagline {
	text-align:left;
	font-family: Chaparral Pro;
	font-style: italic;
	letter-spacing: 6px;
	word-spacing: 7px;
	color: #5e813f;
	text-shadow: 0px 1px 0px #fffceb; /* letter press effect */
}
#social-btns {
	color: #989898;
	padding: 8px;
	text-align:right;
	font-family: arial;
	font-size: 14px;
}
#social-btns a {
		color: #6d8637;	
		text-decoration: none;	

}
#social-btns a:hover {
	text-decoration: underline;	
}

#navigation {
 float: left;
}
ul#nav {
	list-style: none;
	float: right;
	margin-top: 80px;
}
ul#nav li {
	float: left;
	font-family: arial;
}
ul#nav li a {
	font-size: 100%;
	padding-right: 17px;
	padding-left: 17px;
	/*-moz-padding-right: 18px;
	-moz=padding-left: 18px;*/
	display: block;
	color: #aaa797;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff; /* letter press effect */

}
ul#nav a:hover{
	color: #f79843;
	text-shadow: 0px 1px 0px #ffffff; /* letter press effect */

}
ul#nav li a.active  {
	color: #f79843;
}
ul#navli a.active  {
	color: #f79843;
	text-shadow: 0px 1px 0px #ffffff; /* letter press effect */
}
/* ---------------------------------------------------- */  
/* CONTENT
/* ---------------------------------------------------- */  

#social {
	clear: both;
	background-image:url(../images/footer-bg.jpg);
	height: 35px;	
}
.three {
	height: 178px;
	width: 310px;
	float: left;
	z-index: 100;
	position:relative;
	padding-top: 10px;
	margin: 11px;
	margin-top: 25px;

}

.title {
	margin-top: 20px;
	color: #ffffff;
	font-family: dead hardy;
	font-size: 40px;
	text-align:center;
	text-shadow: 0px -1px 0px #636363; /* letter press effect */

}
.title-sub {
	color: #ffffff;
	font-family: dead hardy;
	font-size: 20px;
	text-align:center;
	text-shadow: 0px -1px 0px #636363; /* letter press effect */
	
}
.action {
	margin-top: 25px;	
}
.action a {
	color: #ffffff;
	font-family: Century gothic;
	font-size: 16px;
	clear: both;
	text-decoration: underline;
	margin-left: 110px;
}
.action a:hover {
	text-decoration: none;
}
#left { background-image: url(../images/left-bg.png); background-repeat: no-repeat; }
#middle { background-image:url(../images/middle-bg.png); background-repeat: no-repeat;}
#right { background-image:url(../images/right-bg.png); background-repeat: no-repeat;}

#content {
	clear: both;
	background-image: url(../images/content-bg.gif);
	padding: 25px;	
	overflow:hidden;
	margin-bottom:25px;
-moz-box-shadow: 0 0 5px 5px #E8E5D6;
-webkit-box-shadow: 0 0 5px 5px#E8E5D6;
box-shadow: 0 0 5px 5px #E8E5D6;

}
#content a {
	color: #f79843;	
}
#content a:hover {
	text-decoration: none;	
}
#welcome {
	width: 450px;
	color: #4a372d;	
	float: left;
}

#video {
	float: left;
	margin-left: 50px;
	margin-top: 60px;
}
/* ---------------------------------------------------- */  
/* FOOTER & COPYRIGHT
/* ---------------------------------------------------- */  
#photo-header-content {
	clear: both;
	background-color: #0F9;
	height:150px;	
}

#left-content {
	float: left;	
	height: 900px;
	width: 300px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 15px;

}
#right-content {
	float: left;	
	height: 900px;
	width: 640px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 15px;

}
.content-block {
	background-image:url(../images/content-bg.gif);
	clear: left;
	padding: 15px;
	margin-bottom: 20px;
	-moz-box-shadow: 0 0 5px 5px #E8E5D6;
-webkit-box-shadow: 0 0 5px 5px#E8E5D6;
box-shadow: 0 0 5px 5px #E8E5D6;
	
}

#updates {
	width: 450px;
	float: right;	
}

#testimonial {
	width: 450px;
	float: left;	
}

.quote {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 60px;
	float: left;
	padding: 0 20px 100px 0;
	margin-top: -10px;
}
/* ---------------------------------------------------- */  
/* FOOTER & COPYRIGHT
/* ---------------------------------------------------- */  
#footer {
	clear:both;	
	background-image: url(../images/footer-bg.jpg);
	height: 35px;
	font-size: 12px;
	text-align:right;
	padding-top: 10px;
}

#footer a {
	color: #d56f00;
}
