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

body {
	font-family: "museo-sans-1", "museo-sans-2", sans-serif;
	background-image:url('/inc/img/960_stdBKGD.png');
	background-repeat:repeat-x;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.8em;
		}

#container {
	}

#header {
	height:78px;
	background-color:#f3e6c2;
	border-top: 5px solid #dead27;
	padding:9px 0 9px 0;
	}
	
#mainnav {
	float:right;
	padding-top:55px;
	text-align:right;
	font-weight: 700;
	}

#mainnav ul {
	margin_left: 0;
	padding-left: 0;
	white-space:nowrap;
	}
	
#mainnav li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 5px;
	border-right:1px solid #563E2A;
	}
	
#mainnav li.lastmainnav {
	border-right:none;
	}

#mainnav a { 
	padding: 0px 3px; 
	text-decoration: none;
	}

#mainnav a:link, #mainnav a:visited
	{
	color: #563E2A;
	text-decoration: none;
	}

#mainnav a:hover
	{
	color: #dead27;
	}
	
#banner {
	height:175px;
	background-color:#563e2a;
	}
	
#slideshow img { display: none }
#slideshow img.1st { display: block }
#sspager {
	padding:2px 3px;
}

#sspager a {
	display:block;
	font-family: "museo-sans-1", "museo-sans-2", sans-serif;
	font-size: 10px;
	font-weight: 500;
	text-align:center;
	float:left;
	background-color: #FFF;
	margin:1px;
	padding:1px 1px;
	color:#563e2a;
	text-decoration: none;
	border:1px solid #563e2a;
	width:13px;
	}
	
#sspager a:hover, #sspager a.activeSlide {
	background-color:#F3E6C2;
}
	
#sscaption {
	float:left;
	font-family: "museo-sans-1", "museo-sans-2", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color:#563e2a;
	padding: 5px 0px;
	}

#pagetitle {
	height:69px;
	}
	
#pagetitle h1 {
	font-family: "museo-sans-1", "museo-sans-2", sans-serif;
	font-size:3.6em;
	font-weight:300;
	color:#bbada2;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: -0px;
	}
	
.fbnumber {
	padding:2px 3px;
}

.fbnumber a {
	display:block;
	font-family: "museo-sans-1", "museo-sans-2", sans-serif;
	font-size: 10px;
	font-weight: 500;
	text-align:center;
	float:left;
	background-color: #FFF;
	margin:1px;
	padding:1px 1px;
	color:#563e2a;
	text-decoration: none;
	border:1px solid #563e2a;
	width:13px;
	}
	
.fbnumber a:hover {
	background-color:#F3E6C2;
}	
	
	
#leftcol {
	color:#563E2A;
}

#bodycopy {margin-left:-0px;}
	
#leftcol h2 {
	font-family: "museo-sans-1", "museo-sans-2", sans-serif;
	font-size:1.2em;
	font-weight:700;
	color:#563E2A;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0;
	}
#leftcol h1 {
	font-family: "museo-sans-1", "museo-sans-2", sans-serif;
	font-size:3.0em;
	font-weight:700;
	color:#563E2A;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0;
	line-height: 0.8em;
	}	
#tab1 h2, #tab2 h2, #tab3 h2, #tab4 h2, #tab5 h2 {
	font-family: "museo-sans-1", "museo-sans-2", sans-serif;
	font-size:1.2em;
	font-weight:700;
	color:#563E2A;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0;
	}
#tab1 h1, #tab2 h1, #tab3 h1, #tab4 h1, #tab5 h1  {
	font-family: "museo-sans-1", "museo-sans-2", sans-serif;
	font-size:2.4em;
	font-weight:300;
	color:#563E2A;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0;
	line-height: 1.0em;
	}	
	
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 40px; /*--Set height of tabs--*/
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 39px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 39px;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #563e2a;
	border-right-width: 2px;
	border-right-style: solid;
	border-left-style: none;
	border-right-color: #FFF;
}
ul.tabs li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	font-size: 1em;
	font-weight: 700;
	padding: 0 20px;
	outline: none;
}
ul.tabs li a:hover {
	background: #f3e6c2;
	color: #563e2a;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #dead27;
	border-bottom: 3px solid #dead27; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border-top: 4px solid #dead27;
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
}
.tab_content {
	font-size: 1.1em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.tab_container p img {
	padding-right: 1px;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#contact legend {
	text-align:center;
	font-weight:bold;
	}

#contact p {margin:0 0 10px 0; padding:0}

#contact label {
	width:150px;
	text-align:right;
	display:block;
	float:left;
	}

#contact input, #contact textarea, #contact select {
	width:200px;
	  margin: 0px 0px 0px 18px;
	  margin: expression('0px 0px 0px -124px');
	}

.thumb {
	background-color:#f3e6c2;
	padding:10px;
	border:1px solid #ffffff;
	width:120px;
}

.thumb img {vertical-align:middle;}#footer {
	font-size: 0.9em;
}

.dividertitle {
	font-family: "museo-sans-1", "museo-sans-2", sans-serif;
	font-size:1.2em;
	font-weight:700;
	color:#563E2A;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0;
	line-height: 1.0em;	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #563E2A;
}
