/* css stylesheet for generating slide shows with tables */

/* basic elements */
body { font-size: 100.01%; /* size fixes browser bugs */
	font-family: Verdana, Tahoma, "Microsoft Sans Serif", sans-serif; }
p { margin: 10px 0px 10px 0px; line-height: 1.2em; }
br { margin: 0; line-height: 1.2em; }
h1 { font-weight: bold; font-size:2.8em; letter-spacing: 2px; color: #000; /* banner */ 
  line-height: 75px; }
/* for page subtitle */
h2 { font-size: 1.5em; letter-spacing: 2px; color: #000; margin: 0px 0px 10px 0px; }
/* subtitles within main text */
h3 { font-size: 1.3em; margin: 1em 0 0.2em 0em; letter-spacing: 1px; color: #000; }
/* fancier font for insets */
h4 { font-style: normal; font-size: 1.2em; margin: 10px; letter-spacing: 1.3px; color: #000; }
/* normal text */
h5 { font-size: 1em; margin: 0px 0px 10px 0px; color: #000; }
/* tiny text */
h6 { font-size: 0.8em; text-decoration: none; }
a:link { color: #0000FF; text-decoration: none; }
a:visited { color: #BA55D3; text-decoration: none; }
a:hover, a:active { color: #ff0000; text-decoration: underline; }
hr { border: 0; margin: 10px auto 10px auto; background-color: #000; color: #000; height: 1px; width: 100%; }
pre { font-family: monospace; font-size: 1em; }
ul { list-style-type: disc; line-height: 1.2em; }
ol { line-height: 1.2em; }
li { margin: 0 0 0 10px; }
blockquote { clear: both; font-family: Verdana, Tahoma, "Microsoft Sans Serif", sans-serif;
	border: 1px solid #000; margin: 1em 5% 1em 5%; padding: 10px; line-height: 1.2em;
	font-size: 0.9em; background-color: #cef; }
table { display: table; table-layout: fixed;
	border-collapse: collapse; /* use border-spacing for control */
	border-spacing: 0; /* IE doesn't understand so collapse is necessary */
	border: none 0em; border-style: hidden; padding: 0em; }
	colgroup, col, thead, tfoot, tbody, tr {
	margin: 0em; border: none 0em; border-style: hidden; padding: 0em; }
th, td { display: table-cell; margin: 0em; border: none 0em; border-style: hidden;
	border-spacing:0; /* IE doesn't understand so collapse is necessary */
	text-align: left; vertical-align: top; }

/* basic classes */
.centerpara { text-align: center; }
.rightpara {text-align: right; }
.colorbrown { color: #8B4513; }
.hidepara { display:none; } /* use in footer to prevent text from overwriting image */
.fontserif { font-family: "Palatino Linotype", palatino, georgia, "Times New Roman", Times, serif; }
.fontsans { font-family: Verdana, Tahoma, "Microsoft Sans Serif", sans-serif; }
.subhead { color: #333; font-size: 1em; font-weight: bold; font-style: italic; text-align: center; }
.pindent { text-indent: 2em; } /* extra class; used by default in main text */
.pix { margin: 1em 2em 0.5em 2em; } /* use with img and br for inline figures */
.tablepara { line-height: 1.2em; } /* use with table tag so fonts resemble p tags */
.tablepad { padding: 10px; }
.floatright { float: right; } /* use with divs */
.floatleft { float: left; }
img.floatleft { float: left; margin: 10px 15px 0px 10px; }
img.floatright { float: right; margin: 15px; }
.navhead { font-family: "Comic Sans MS", sans-serif, cursive; 
	color:#8B4513; font-size: 1em; text-indent: 2em; }
.imgbull { /* image bullets */
	background: url("bulletblue.gif") no-repeat;
	float: left; margin-right: 0.5em; height: 25px; width: 25px; }
/* end basic classes */

/* top horizontal border with visible text */
#topborder { background: url("gradientsky95.gif") repeat-x; 
  height: 95px; }
#topborder h1 { font-family: "Palatino Linotype", palatino, georgia, "Times New Roman", Times, serif; margin:0; padding: 10px 0 0 0; }

/*- Menu Tabs J014477 http://www.exploding-boy.com/ */
#tabsJ { float:left; width:100%; background:#bce; font-size:100%; line-height:normal;
	border-bottom:1px solid navy; margin: 0px 0px 10px 0px; }
#tabsJ ul { margin:0; padding: 0px 10px 0 20px; list-style:none; }
#tabsJ li { margin:0; padding:0; display:inline; }
#tabsJ a { float:left; background:url("tableftJ.gif") no-repeat left top;
	font-family: Verdana, Tahoma, "Microsoft Sans Serif", sans-serif;
	font-weight: 600; text-decoration:none; color: #8B4513;
	margin:0; padding:0px 0px 0px 5px; }
#tabsJ a span { float:left; display:block; padding:5px 15px 4px 6px; color: navy;
	background:url("tabrightJ.gif") no-repeat right top; }
/* commented backslash hack to hide rule from IE5-Mac \*/
#tabsJ a span {float:none; color: #8B4513; }
/* End IE5-Mac hack */
#tabsJ a:hover span { color:#bbff33; }
#tabsJ a:hover { background-position:0% -42px; }
#tabsJ a:hover span { background-position:100% -42px; }
#tabsJ #currentpage a { background-position:0% -42px; color: #ff0000; }
#tabsJ #currentpage a span { background-position:100% -42px; color: #fff; }

/* begin basic content elements */
#contentbox { clear: both; margin: 10px 10px 10px 10px; }
#contentbox p { text-indent: 2em; }
#contentbox a { color: #aa3300;	text-decoration: none; }
#contentbox a:visited { color: #aa3300; text-decoration: none; }
#contentbox a:hover { color: #aa3300; background-color: #ccff88; text-decoration:underline; }
#contentbox th { padding: 10px; }
#contentbox td { padding: 10px; }

/* div only used for css-php slideshow */
#slidebox { clear: both; position: fixed; margin: 10px 10px 10px 12em; }
#slidebox p { text-indent: 2em; }
#slidebox a { color: #aa3300;	text-decoration: none; }
#slidebox a:visited { color: #888888; text-decoration: none; }
#slidebox a:hover { color: #aa3300; background-color: #ccff88; text-decoration:underline; }
#slidebox td { padding: 10px; }

/* begin footer text - clear forces to bottom*/
#footer { clear: both; position: relative; margin: 0px; padding: 5px 0px 0px 0px; background-color: #000; }
#footer h6 { text-align: center; font-size: 0.7em; color: #A3A5A7; }
#footer a:link { color: #6cc; text-decoration: none; }
#footer a:visited { color: #BA55D3; text-decoration: none; }
#footer a:hover { color: #6cc; text-decoration:underline; }
#footer img { margin: 10px auto 20px auto; }

/* table used for table-slides */
table#sample { font: normal normal 0.8em Verdana, Tahoma, "Microsoft Sans Serif", sans-serif; 
  background-color: #fff; }
table#sample td { padding: 10px; }
table#sample a:link { color: #8B4513; text-decoration: none; }
table#sample a:visited { color: #8B4513; background-color: #eee; text-decoration: none; }
table#sample a:hover { color: #ff33ff; background-color: #ccff88; }
table#sample ul { margin: 0; }
.leftcol { text-align: left; width: 20% }
.leftcol li { list-style: none; line-height: 1.3em; margin: 0px 0px 0px 20px;
	list-style-image: url("blackarrow2.png"); }
.data { color: #000000; text-align: left; width: 80% }
.data p { text-indent: 2em; }
.navhead2 { font-family: "Comic Sans MS", sans-serif, cursive; 
	margin: 0px ; color:#8B4513; font-size: 1em; text-indent: 2em; }

/* begin footer text - clear forces to bottom*/
#footer { clear: both; margin: 0; padding: 5px 0px 0px 0px; background-color: #000; }
#footer h6 { text-align: center; font-size: 0.7em; color: #A3A5A7; }
#footer a:link { color: #6cc; text-decoration: none; }
#footer a:visited { color: #BA55D3; text-decoration: none; }
#footer a:hover { color: #6cc; text-decoration:underline; }

#footerimage { margin: 10px auto 10px auto; padding: 0; /* padding enables vertical text align */
background: #000 url("floradora.jpg") no-repeat center center; height: 176px; } 


