/* CSS Document */

/* -------- Defaults --------- */

body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	background-color: #EDEDED;
	height: 100%;
	line-height:1.5em;
	}


html,body { height: 100%; }

.b { border:1px solid black; }

#text { 
	margin: 0px 10px 0px 195px;
	}

#text h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5em;
	padding: 0px;
	margin: 0 0 3px 0;
	}

#text p { margin-top: 0px; }

h1 {
	display: none;
	visibility: hidden;
	}

h2 {
	display: none;
	visibility: hidden;
	}


/* -------- Structure ----------- */

#main {
	padding: 0px;
	margin: auto;
	height: 100%;
	width: 760px;
	min-height: 100%;
	/*for mozilla*/
	background-color: #FFFFFF;
	position: relative;
	}

html>body #main { height: auto; }

#last { padding-right: 0px!important;  }

/*for mozilla */
#header {
	margin: 0px;
	padding: 40px 0 0 0;
	height: 120px;
	}

#content { }

#footer{
	margin: 50px 0 0 198px;
	position: relative;
	bottom: 10px;
	display: block;
	}

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

.centered {
	margin-left:auto;
	margin-right:auto;
	}

//#comments img { display:none; }
#comments .caption {display:none; }
#comments #content {border:1px solid red;}
#comments #text {margin-left:25px;}
#comments #text img {display:none; visibility:hidden;}

/* --------- Top Navigation Bar --------- */

#bglightbar {
	width: auto;
	padding: 7px 0 4px 0;
	margin: 0px 0 0 206px;
	background-color: #ececec;
	}

#bgbox {
	width: 34px;
	height: 38px;
	margin: 47px 0 0 174px;
	background: #666666;
	position: absolute;
	top: 0px;
	}

#sectionnav	{
	width: auto;
	background: #666666;
	margin: 0px;
	padding: 0px;
	}

#sectionnav a {
	color: #FFFFFF;
	text-decoration: none;
	}

#sectionnav a:hover {
	color: #ededed;
	text-decoration: none;
	}

#sectionnav ul {
	padding: 0px;
	margin: 0px;
	}

#sectionnav li {
	margin: 0px;
	display: inline;
	list-style: none;
	padding: 0px 25px 0px 5px;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	}

#title {
	width: 200px;
	height: 40px;
	border-bottom: 5px solid #666666;
	background: url(../images/title.gif) top no-repeat;
	position: absolute;
	top: 0px;
	margin-top: 40px;
	}

#subtitle {
	width: 200px;
	height: 20px;
	background: url(../images/subtitle.gif) top no-repeat;
	position: absolute;
	top: 0px;
	margin: 85px 0 0 0;
	}

/* -------- Sub Navigation on left for sections -------- */

#subnav {
	width: 175px;
	height: auto;
	position: relative;
	float: left;
 	}

#subnav a {
	color: #000;
	text-decoration: none;
	}

#subnav a:hover {
	color: #999;
	text-decoration: none;
	font-weight: bold;
	}

#subnav a.navhere { color: red; }

#subnav h3 {
	color: #666666;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px 0 0 8px;
	margin: 0px;
	}

#subnav ul {
	padding: 0px 0px 0px 18px;
	margin: 0px;
	}

#subnav li {
	list-style: none;
	padding: 10px 0 5px 0;
	margin: 0px;
	font-weight: bold;
	font-size: 0.95em;
	}

/* --- Sub Navigation on left of page bottom ----------- */

#subnavbottom {
	font-size:.8em;
	}

#subnavbottom img {border:0px;}



#subnavbottom li {
	margin:5px 0 0 0px;
	padding:0px;
	}

#subnavbottom .snbfirst {
	margin:0px 0 0 0;
	padding-top:4px 0 0 0;
	}

#bookmark {
	border-top:1px dotted gray;
	margin-left:17px;
	padding:2px;
	padding-top:4px;
	font-size:1em;
	height: auto;
	position: relative;
	float: left;
	margin-top:20px;
	}

#bookmark img {
	border:none;
	}

#editthispage {
	margin-left:17px;
	padding:2px;
	font-size:1em;
	height: auto;
	position: relative;
	float: left;
	margin-top:10px;
	}

#editthispage a:hover {font-weight:normal;}


/* -------- Lagniappe Styles ------------ */

#lagn {
	width: 170px;
	right: 0px;
	float: right;
	padding: 0;
	margin: 0 0 0 10px;
	}




/* -------- Quote styles --------------- */

.quote {
	padding: 8px 10px 8px 10px;
	margin: 10px;
	font-size: 1em;
	background: #99cc66;
	}

.quote .quoted {
	font-size: .9em;
	font-style: italic;
	}

.quote2 {
	font-style: italic;
	font-weight: bold;
	padding: 5px;
	font-size: 1.2em;
	text-align: center;
	}


.source {
	font-size: .9em;
	font-style: italic;
	}

/* -------- Lagniappe popup styles --------------- */


.leftimg {
	font-size: 10px;
	float: left;
	margin: 3px 10px 5px 0;
	}

.leftimg .caption {
	text-align: right;
	padding: 3px;
	}

.rightimg {
	font-size: 10px;
	float: right;
	margin: 3px 0 0 10px;
	}

.rightimg .caption {
	text-align: right;
	padding: 3px;
	}

.nofloatquote {
	font-style: italic;
	font-size: 11px;
	margin: 5px 0 5px 0;
	}



/* -------- Sitemap Styles ------- */

#sitemap {
		margin: 0 0 20px 0;
		padding: 0;
		width: 180px;
		float: left;
		color: #666;
		}
	
#sitemap li { 
		list-style-type: none;
		padding: 0;
		margin: 0;
		}
	
#sitemap_line {
		width: 100%;
		border-bottom: 1px #666 solid;
		clear: both;
		margin: 0 0 20px 0;
		}
	
.sitemap_chapter {
		font-weight: bold;
		color: #000;
		}
		
#sitemap a {	
	text-decoration: none;
	color: #666;
	}	
		
#sitemap a.hover {	
	text-decoration: none;
	color: #000;
	}	

#sitemap_title {
	margin-left:180px;
	margin-bottom:25px;
	font-size:2em;
	font-decoration:bold;
	}

#sitemap .sitemap_lagniappe {
	font-size:1.1em;
	font-weight:bold;
	margin-top:3px;
	}
/* -------- Orphaned Styles ------- */

#extranav {
	margin-left:17px;
	padding:2px;
	font-size:1em;
	height: auto;
	float: left;
	position: relative;
	margin-top:10px;
	}

#extranav a {
	text-decoration: none;
	}

#extranav a:hover {
	color: #CCC;
	text-decoration: underline;
	}
	
#picnav {
	position: absolute;
	top: 0px;
	margin: 80px 0 0 300px;
}

.pn
{
	width: 81px;
	height: 100px;
	float: left;
	margin: 7px;
	padding: 0px 0 0 0;
	text-align: center;
}

.cap
{
	display: block;
	text-transform: uppercase;
	margin-top: 80px;
	padding: 2px;
	font-size: .75em;
}

.cap a
{
	padding-top: 80px;
	text-decoration: none;
	color: #666;
}

.cap a:hover
{
	padding-top: 80px;
	text-decoration: underline;
	color: #666;
}

.compbox
{
	color: #000;
	font-size: 12px;
	background-color: #9ebc7e;
	padding: 5px;
	margin: 15px 20px 15px 0;
}

.compbox h3
{
	color: white;
	font-size: 18px;
	display: inline;
}

.compbox p { padding: 7px 0 0 0; }
.relativebox { position: relative; }
.homelink { margin-bottom: 5px; }

/* -------- Breadcrumbs are not used anymore --------------- */

#breadcrumb
{
	width: 500px;
	font-size: 9px;
	text-decoration: none;
	display: none;
}

#breadcrumb a
{
	color: #666;
	text-decoration: none;
}

#breadcrumb a:hover
{
	color: #333333;
	text-decoration: underline;
}

#breadcrumb span.on { font-weight: bold; }

/* -------- Sub-Lagniappe Styles are Orphaned ---------- */

#sublagn1 {
	border-bottom: 2px solid #FFF;
	height: 150px;
	background-color: #CCCCCC;
	}

#sublagn2 {
	border-bottom: 2px solid #FFF;
	height: 150px;
	background-color: #CCCCCC;
	}

#sublagn3 {
	border-bottom: 2px solid #FFF;
	height: 75px;
	background-color: #CCCCCC;
	}

#sublagn4 {
	border-bottom: 2px solid #FFF;
	height: 75px;
	background-color: #CCCCCC;
	}


.righttextpop {
	padding-left: 100px;
	color: red;
	border: 1px solid green;
	}

.photo_h {
	width: 109px;
	margin: 5px;
	border: 1px solid #000;
	float: left;
	height: 109px;
	}

.photo {
	width: 200px;
	margin: 5px;
	border: 1px solid #000;
	float: left;
	}

.caption_h {
	text-align: center;
	padding: 200px 0 0 0;
	margin: 0px 0 3px 0;
	}

.caption {
	text-align: left;
	padding: 0px;
	margin: 0px;
	}

.alttag {
	display: none;
	visibility: hidden;
	}

/* ------- _h styles are also orphaned--------- */

#extranav_h {
	position: absolute;
	top: 0px;
	width: 160px;
	height: 15px;
	margin: 25px 0 0 600px;
	text-transform: uppercase;
	color: #CAE481;
	font-size: 0.8em;
	}

#extranav_h a {
	color: #CAE481;
	text-decoration: none;
	}

#extranav_h a:hover {
	color: #CAE481;
	text-decoration: underline;
	}

#bglightbar_h {
	width: auto;
	padding: 7px 0 4px 0;
	margin: 0px 0 0 266px;
	background-color: #CAE481;
	}

#bgbox_h {
	width: 34px;
	height: 38px;
	margin: 47px 0 0 234px;
	background: #93BC82;
	position: absolute;
	top: 0px;
	}

#sectionnav_h {
	width: auto;
	background: #93BC82;
	margin: 0px;
	padding: 0px;
	}

#sectionnav_h a {
	color: #FFFFFF;
	text-decoration: none;
	}

#sectionnav_h a:hover {
	color: #CAE481;
	text-decoration: none;
	}

#sectionnav_h ul {
	padding: 0px;
	margin: 0px;
	}

#sectionnav_h li {
	margin: 0px;
	display: inline;
	list-style: none;
	padding: 0px 25px 0px 5px;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
	}

#title_h {
	width: 234px;
	height: 40px;
	border-bottom: 5px solid #93BC82;
	background: url(../images/title.gif) top repeat;
	position: absolute;
	top: 0px;
	margin-top: 40px;
	}


#text_h
{
	padding: 0px 5px 5px 5px;
	margin: auto;
}

#text_h h3
{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5em;
	padding: 0px;
	margin: 0 0 3px 0;
}

#text_h p { margin-top: 0px; }


/* ------- About Contact -------- */

a.aboutcontact:link, visited {
	color: #3333ce;
	text-decoration: none;
	}

a.aboutcontact:hover {
	color: #3333ce;
	text-decoration: underline;
	}


/* ------- Commented out ------- */
/* lw addition 
div#main_text div#breadcrumb { width: 500px; font-size: 9px; text-decoration: none; }

div#main_text div#breadcrumb a { color: #666; text-decoration: none; }

div#main_text div#breadcrumb a:hover { color: #333333; text-decoration: underline; }

div#main_text div#breadcrumb span.on { font-weight: bold; color:#ffff66;}


div#main_text table#ci { width:540px; margin: 0 20px 0 0; }

div#main_text table#ci p.more { font-style: italic; font-size: 11px; }

div#main_text table#ci p.by { font-style: italic; font-size: 9px; }


div#main_text div#wb_copy { width:540px; margin: 20px 20px 0 0; float:left; }

div#main_text div#wb_copy p { height: 800px; }

div#main_text div#wb_copy p span.lagniappe { float: right; padding-left: 20px; }

div#main_text div#wb_copy p span.img_left { font-size: 9px; float: left; text-align: top; padding: 10px 10px 10px 0;}

div#main_text div#wb_copy p span.more { margin: 35px; font-style: italic; font-size: 12px; display: block; }

div#main_text div#wb_copy p.img { float: left; }


div#main_text div#medium_copy { margin: 20px 20px 0 0; float:left; }

div#main_text div#medium_copy p { height: 800px; }

div#main_text div#medium_copy p span.lagniappe { float: right; padding-left: 20px; }

div#main_text div#medium_copy p span.img_left { font-size: 9px; width: 252px; float: left; text-align: top; }

div#main_text div#medium_copy p span.more { margin: 50px; font-style: italic; font-size: 12px; display: block; }

div#main_text div#medium_copy p.img { float: left; }


/*CD addition
#cd { width:540px; margin: 20px 20px 0 0; float:left; }

.lagn{float:right; margin-left:10px;}



.rightimg{ font-size: 10px; float: right; padding: 10px 10px 10px 0;}

.rightimg .caption{text-align:left; padding:3px;}
*/
