body {
margin: 0 auto;
padding: 0;
font: 85% Arial, Helvetica, sans-serif;
background-color:#89a3ac;
color: #331209;
}

#wrap {
background: #89a3ac;
color: #331209;
margin: 0 auto;
width: 980px;
background-image: url(rustic_header.gif);
background-repeat: no-repeat;
}

#frontphoto {
margin: 0 0 10px 0;
border: 0;
}

/*****HEADER *****/
#header {
	WIDTH: 960px; 
	HEIGHT: 177px; 
}

#header p {
	padding: 90px 0px 0px 400px;
	font-size:1.5em;
	font-weight: bolder;
	color: #600909;
}

/*********** TABS ************/

#tabs {
	WIDTH: 960px; height:57px; padding: 23px 0 0 100px;
}
#tabs A {
	PADDING-RIGHT: 12px; PADDING-LEFT: 0px; FONT-SIZE: 1.5em; PADDING-BOTTOM: 0px; MARGIN: 5px 3px 0px 0px; COLOR: #284650; PADDING-TOP: 0px; TEXT-DECORATION: none; font-weight:bolder;
}
#tabs A SPAN {
	PADDING-RIGHT: 0px; PADDING-LEFT: 10px; PADDING-BOTTOM: 3px; PADDING-TOP: 2px
}
#tabs A:hover {
	PADDING-RIGHT: 12px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; COLOR: #470c0c; PADDING-TOP: 0px
}
#tabs A:hover SPAN {
	PADDING-RIGHT: 0px; PADDING-LEFT: 10px; PADDING-BOTTOM: 3px; COLOR: #470c0c; PADDING-TOP: 2px
}
#tabs .active {
	PADDING-RIGHT: 12px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; COLOR: #600909; PADDING-TOP: 0px
}
#tabs .active SPAN {
	PADDING-RIGHT: 0px; PADDING-LEFT: 10px; PADDING-BOTTOM: 3px; COLOR: #600909; PADDING-TOP: 2px
}


	

/***** (3) CONTENT: 1 Column *****/
#content_one{
padding:0 25px 20px 25px;
margin: 0 0 0 7px;
width:910px;
background:#e9e7db;
}

#content_one p {
font-size: 1.2em;
}

#content_one a img {
	border: 4px solid #336f83;
	}
	
#content_one a:hover img {
	border: 4px solid #ffffff;
	}
	
h1 {
	color: #1c3138;
	font-size: 1.9em;
	font-weight:bolder;
}

h3 {
font-size: 1.3em;
margin: 0 0 2px 0;
}

a {
text-decoration: underline;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}


	/*** Footer ***/
#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #89a3ac;
width: 955px;
text-align: center;
color: #000000;
font-size: 1.3em;
}

#footer a {
color: #ffffff;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}
	/*** End of Footer ***/
	
	
.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.hide {
display: none;
}

/****Table Classes ***/
table td {
	vertical-align:top;
}

/***************** CODA SLIDER Styles ******/


		/******  Hard CSS Reset ******/
		* { margin: 0; padding: 0 }
		/******  Hard CSS Reset ******/
		
		
		
		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }

		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 20px 0;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 10px solid #89a3ac; /* this is the border. should have the same value for the links */
			/*To center, turn this on: margin: auto; **/
			margin: 20px 0 0 0;
			width: 600px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 500px;
			clear: both;
			background: #fff;
		}
		
		.stripViewer .panelContainer { /*This is the long container used to house your end-to-end divs. Width is calculated and specified by JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 700px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
		margin: auto;}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-weight: bold;
			text-align: center;
			color: #A1C2D6;
			text-decoration: none;
			display: block;
			padding: 0 5px;
			vertical-align:bottom;
		}
		
		.stripNav li.tab1 a { font-weight:bolder; color:#69F; font-size:1.2em;}
		.stripNav li.tab2 a { font-weight:bolder; color:#69F; font-size:1.2em; }
		.stripNav li.tab3 a { font-weight:bolder; color:#69F; font-size:1.2em;}
		.stripNav li.tab4 a { font-weight:bolder; color:#69F; font-size:1.2em; }
		.stripNav li.tab5 a { font-weight:bolder; color:#69F; font-size:1.2em; }
		.stripNav li.tab6 a { font-weight:bolder; color:#69F; font-size:1.2em;}
		.stripNav li.tab7 a { font-weight:bolder; color:#69F; font-size:1.2em; }
		.stripNav li.tab8 a { font-weight:bolder; color:#69F; font-size:1.2em; }
		.stripNav li.tab9 a { font-weight:bolder; color:#69F; font-size:1.2em; }
		.stripNav li.tab10 a { font-weight:bolder; color:#69F; font-size:1.2em; }
		
				.stripNav li a:hover {

		color: #ffffff;
		}
		
		.stripNav li a.current {

		 outline: none;
		}
		
		/*
		.stripNav li.tab1 a { background-image:url(images/star.gif); background-repeat:no-repeat; height: 47px; }
		.stripNav li.tab2 a { background-image:url(images/star.gif); background-repeat:no-repeat; height: 47px; }
		.stripNav li.tab3 a { background-image:url(images/star.gif); background-repeat:no-repeat; height: 47px; }
		.stripNav li.tab4 a { background-image:url(images/star.gif); background-repeat:no-repeat; height: 47px; }
		.stripNav li.tab5 a { background-image:url(images/star.gif); background-repeat:no-repeat; height: 47px; }
		.stripNav li.tab6 a { background-image:url(images/star.gif); background-repeat:no-repeat; height: 47px; }
		.stripNav li.tab7 a { background-image:url(images/star.gif); background-repeat:no-repeat; height: 47px; }
		.stripNav li.tab8 a { background-image:url(images/star.gif); background-repeat:no-repeat; height: 47px; }
		.stripNav li.tab9 a { background-image:url(images/star.gif); background-repeat:no-repeat; height: 47px; }
		.stripNav li.tab10 a { background-image:url(images/star.gif); background-repeat:no-repeat; height: 47px; }
		
		.stripNav li a:hover {
		background-image:url(images/star_hover.gif); 
		background-repeat:no-repeat; 
		color: #ffffff;
		}
		
		.stripNav li a.current {
		 background-image:url(images/palm.gif); 
		 background-repeat:no-repeat; 
		 outline: none;
		}*/
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 320px;
			text-indent: -9000em;
			width:400px
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 50px;
			width: 85px;
		}
		
		.stripNavL {
			left: 10%;
		}
		
		.stripNavR {
			right: 7%;
		}
		
		
		.stripNavL {
			background: url("images/lt_arrow.gif") no-repeat; 
		}
		
		.stripNavL a:hover {
			background: url("images/arrow-left_hover.gif") no-repeat;
		}
		
		.stripNavR {
			background: url("images/rt_arrow.gif") no-repeat;
		}
		

