body {
	background: #cbb18c url(../images/sand-tile.jpg) 50% top repeat;
	color: #48504b;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	text-align: center;
}

strong { font-weight: bold; }

a {
	outline: none; 
	color: #ab4235;
	text-decoration: none;
	border-bottom: 1px solid #ab4235;
	voice-family: "\"}\""; 
	voice-family: inherit;
	border-bottom: 1px solid #ab4235;
	} 
	html>body a {
	border-bottom: 1px dotted #ab4235;
}

a:hover { border-bottom: 1px solid #ab4235; }

h1, h2, h3, h4 { color: #ab4235; }

h1 { font-size: 3.2em; }
h2 { font-size: 2.8em; }
h3 { font-size: 2.6em; padding-bottom: .6em; }

p, dl {
	font-size: 1.2em;  
	padding: 0 0 1em 0; 
	line-height: 1.6em;
	text-align: left;
}

#content {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#center, #info, #footer { 
	position: relative; 
	width: 920px; 
	margin: 0 auto; 
}

#logo-container {
	position: relative;
	width: 900px;
	height:78px;
	margin: 45px auto 45px auto;	
}

#logo {
	width: 900px; 
	float: left;
	height: 78px;
	background: transparent url(../images/header-logo.png) 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#header {
	width: 828px; 
	margin: 0 auto 20px auto;
	overflow: auto;
}

#header #statement { padding: 20px; width: 580px; float: left; }
#header #statement p { padding: 0; }


#header #island { float: right; width: 130px; margin: 25px 0 0 0; }

#info, #footer, #header #statement { 
	border: 4px solid #cbb18c;
	background: #f7f2ea;
	} 
	html>body #info, html>body #footer, html>body #header #statement {
	background-color: rgba(255, 255, 255, 0.8); 
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
}

#info h3, #footer h3 {
	padding-top: 40px;
	text-align: left;
	width: 820px;
	margin: 0 auto;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 20px auto;
	position: relative;
	width: 920px;
	background: transparent;
}

.csw {width: 100%; height: 460px; background: transparent; overflow: hidden; }
.csw .loading {margin: 200px 0 300px 0; text-align: center; background: transparent;}

.stripViewer { 
	position: relative;
	overflow: hidden; 
	border: 4px solid #cbb18c; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 820px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 460px;
	clear: both;
	background-color: #f7f2ea;
	} 
	html>body .stripViewer {
	background-color: rgba(255, 255, 255, 0.8); 
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}
		
.stripViewer .panelContainer { position: relative; left: 0; top: 0; width: 100%; list-style-type: none; }

.stripViewer .panelContainer .panel { 
	float:left; 
	height: 460px; 
	position: relative; 
	width: 820px; 
}

.stripViewer .panelContainer .panel .wrapper { 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 {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	text-decoration: none;
	display: block;
	padding: 0 1em;
	border: none;
}
		
.stripNav li a { 
	background: #f7f2ea; 
	color: #48504b;
	border: none;
	} 
	html>body .stripNav li a {
	background-color: rgba(255, 255, 255, 0.8); 
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}

.stripNav li a:hover { color: #ab4235; border: none; }
.stripNav li a.current { background-color: #ab4235; color: #fff; }

.stripNavL, .stripNavR { 
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}
		
.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
	border: none;
}

.stripNavL a:hover, .stripNavR a:hover { border: none; }

.stripNavL { 
	left: 0; 
	background: url(../images/arrow-left.gif) no-repeat center; 
	}
	html>body .stripNavL { 
	background: url(../images/arrow-left.png) no-repeat center;
}

.stripNavR { 
	right: 0; 
	background: url(../images/arrow-right.gif) no-repeat center; 
	}
	html>body .stripNavR { 
	background: url(../images/arrow-right.png) no-repeat center;
}

.panel h3 {
	padding-top: 20px;
	text-align: left;
	width: 740px;
	margin: 0 auto;
}

.panel .wrapper p {
	margin: 0 0 10px 32px;
	width: 360px;
}

dl { margin: 0 0 0 50px; padding: 0 0 20px 0; width: 440px; }
dt { margin: 10px 0 0 0; font-weight: bold; }
dd { margin: 0 0 0 20px; }

.panel dl { margin: 0 0 0 36px !important; width: 360px;}

.panel .wrapper img { display: block; background: #fff; border: 1px solid #86958c; padding: 8px; float: right; margin: 0 20px 0 0; } 

#footer, #info {
	margin: 40px auto;
}

#footer hr {
	width: 820px;
	margin: 20px auto;
	text-align: center;
	border: none;
	background: #86958c;
	color: #86958c;
	height: 1px;
}

#footer p {
	color: #48504b;
	width: 820px;
	margin: 10px auto;
	text-align: center;
}

a.map:hover { border: 1px solid #ab4235 !important; }
dd a.map:hover { border-bottom: 1px solid #ab4235 !important; border-left: none !important; border-right: none !important; border-top: none !important; }

#footer iframe { margin: 0 auto !important; padding: 0 !important; width: 820px !important; }
#footer iframe #form1 .info { display: none !important; } 