body {
	margin: 0;
	padding: 0;
	background: #ded7b4;
	font: small/1.4em "Trebuchet MS",Verdana,sans-serif;
	text-align: center;
	color: #333;
	}
/* ----------------------------------------
BLOCK-LEVEL ELEMENTS
----------------------------------------- */
#container {
	background: #ded7b4;
	width: 740px;
	margin: 0 auto;
	text-align: left;
	color: #333;
	}
#header {
	background: #ded7b4;
	width: 740px;
	height: 42px;
	margin: 0;
	padding: 0;
	}
#nav {
	width: 740px;
	background:url("/exploration/featured/wakulla/text/img/bg_nav.gif") repeat-y;
	background-position: top left;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000;
	}
#content {
	width: 700px;
	background-image:url("/exploration/featured/wakulla/text/img/bg_content.jpg");
	background-repeat: repeat-y;
	margin: 0;
	padding: 0 20px 20px 20px;
	}
#footer {
	clear: both;
	width: 700px;
	background: #ded7b4;
	border-top: 1px solid #666;
	margin: 0;
	padding: 3px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 75%;
	letter-spacing: 0.1em;
	color: #666;
	}

/* CONTENT MISC */

#content table { width: 700px;}
#content .col1 {
	width: 225px;
	padding-bottom: 1.5em;
	}
#content .col2 {
	width: 455px;
	padding-bottom: 1.5em;
	}
.img-border {
	background-color: #fff;
	border: 1px solid #ccceac;
	margin: 0 20px 0 0px;
	padding: 4px;
	vertical-align: top;
	}
	
.img-border-pop {
	background-color: #fff;
	border: 1px solid #ccceac;
	margin: 5px 20px;
	padding: 4px;
	vertical-align: top;
	}
	
span.photocopy
{
	font-size: 95%;
	margin-right: 20px;
}

p.pop {text-align: left; margin: 0 20px;}

p.audio {font-weight: bold; text-decoration: underline;}

.number {float:left; margin: 0 .2em 1em 0;}
	
/* HEADER/FOOTER MISC */

#nav p {
	margin: 0;
	padding: .5em 20px 0 0;
	font-size: 1.1em;
	text-align: right;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	}
#nav p.sub {
	padding: 0 20px .5em 0;
	font-size: 80%;
	color: #ff0;
	}
img.logo {
	position: absolute;
	top: 42px;
	width: 301px;
	height: 18px;
	}
img.dep { vertical-align: middle; margin-right: 1em;}

img.myfl { vertical-align: middle; margin-left: 1em;}

#footer div.links { float: right;}
#footer div.deplogo { float: left; width: 150px}
#footer div.copyright { width:700px; text-align: center; clear: both; margin-top: 2em;}
	
	
/* ----------------------------------------
HTML ENTITIES
----------------------------------------- */
hr	{ display: none;}
img { border: 0;}
p 	{ margin: 0 0 1em 0;}


h1,h2,h3,h4,h5 {
	font-family: Georgia,Times,serif;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0 0 .3em 0;
	}	
h1	{ font-size: 250%; padding-top: 40px; line-height: 1.2em;}
h1 span { font-size: 70%; }
h2	{ font-size: 180%; line-height: 1em;}
h3	{ font-size: 150%;}
h4	{ font-size: 130%;}
h5	{ font-size: 110%;}
	
/* TABLES */

table {
	margin: 0;
	padding: 0;
	border: 0;
	}
tr,td {vertical-align: top;}
	
/* LISTS */

ul {
	margin: 0;
	padding: 0 0 1em 0;
	list-style-position: inside;
	}
ul li {
	list-style-type: square;
	line-height: normal;
	margin: 0;
	padding: 0;
	text-indent: 0;
	}
ol {
	margin: 0;
	padding: 0 0 1em 0;
	list-style-position: inside;
	}
ol li {
	margin: 0;
	padding: 0;
	line-height: normal;
	text-indent: 0;
	}
dl {
	margin: 0;
	padding: 0 0 1em 0;
	}
dl dt {
	margin: 0;
	padding: 0 0 .2em 0;
	}
dl dd {
	margin: 0;
	padding: 0 0 1em 1.4em;
	line-height: normal;
	}
	
/*-----------------------------------------
LINK COLORS & STYLES
------------------------------------------ */
#nav a:link, #nav a:visited {
	margin: 0;
	padding: 0 0 0 2em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background:url("/exploration/featured/wakulla/text/img/bullet_lg.gif") no-repeat 1.25em .3em;
	}
#nav a:hover {
	color: #ff0;
	text-decoration: none;
	background:url("/exploration/featured/wakulla/text/img/bullet_lg_selected.gif") no-repeat 1.25em .3em;
	}
#nav a.selected:link, #nav a.selected:visited {
	color: #ff0;
	background:url("/exploration/featured/wakulla/text/img/bullet_lg_selected.gif") no-repeat 1.25em .3em;
	}
#nav a.sub:link, #nav a.sub:visited {
	margin: 0;
	padding: 0 0 0 1.7em;
	color: #ff0;
	font-weight: bold;
	text-decoration: none;
	background:url("/exploration/featured/wakulla/text/img/bullet_smalltrans.gif") no-repeat .85em .35em;
	}
#nav a.sub:hover { color: #ff0;}

#footer a.cred:link, #footer a.cred:visited, #footer a.cred:hover {
	margin: 0;
	padding: 0 0 0 2em;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	background:url("/exploration/featured/wakulla/text/img/bullet_footer.gif") no-repeat 1.2em .2em;
	}




/* ----------------------------------------
MISC
----------------------------------------- */	
/* hidden divider for non-CSS */
span.vr { display: none;}

.bold{
	font-weight: bold;
}


