/*GENERAL HTML TAGS*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:66%;
	color:#666666;
	background-color:#90B06C;
	margin:1% 0% 1% 1%;
	
	}
	
h3 {
	text-align: left;
	vertical-align: middle;
	font-size:1em;
	}


h2 {
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	font-size:1.1em;
	}

h1 {
	text-align:center;
	vertical-align:bottom;
	text-transform: uppercase;
	font-size:1.5em;
	font-style:normal;
	}

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

a:visited {
	text-decoration:underline;
	color:#666666;
	}

a:hover {
	color:#cc0033;
	}

li {
	list-style:circle;
	line-height: 20px;
	}

img {
	border:none; 
	padding:5px;
	}


/*SPECIAL FORMATTING*/

.cap {
	font-size:1.5em;
	color: #666666;
	font-weight:normal;
	}


.alphabar {
	font-weight:bold;
	}


/*HEADER FORMATTING*/

#header{
	width:100%;
	height:150px;
	background-color:#ffffff;
	margin:0% 0% 0% 0%;	
	border-top:none;
	border-bottom:1px solid #999999;
	border-left:0px;
	border-right:0px #90B06C;
	padding-left:0px;
	padding-bottom:0px;
	overflow:hidden;
	}

/*FOOTER FORMATTING*/

.separator {
	color:#cccccc;
	font-weight:bold;
	line-height:1em;
	font-size:1em;
	padding:.5% .5% .5% .5%;
	}

/*main page footer*/

#footermain {
	width:75%;
	background: #ffffff;
	clear:both;
	margin:5% 0% 0% 25%; 
	padding-bottom:10px;
	font-size:.9em;
	}

#footermain p {
	text-align:justify
	}

/*footer for all other pages*/

#footer {
	width:70%;
	background: #ffffff;
	clear:both;
	margin:5% 0% 0% 30%; 
	padding-bottom:10px;
	font-size:.9em;
	}

#footer a:link{
	padding:0px 5px 0px 5px;
	}



/*MAIN CONTENT FORMATTING*/

#wrapper {
	position: relative;
	width:99%;
	margin:1% 0% 0% 0%;
	background-color:#ffffff;
	font-size:1.2em;
	border:0px solid #cccccc;
	left: 0px;
	top: -26px;

	
	}/*relative to parent width. keeps footer fluid with content. left margin centers page */

#content {
	width:99%; 
	height:auto; 
	margin:0% 0% 0% 0%; 
	background-color:#ffffff;
	
	}

/*main page formatting*/

#left {
	border:1px #90B06C solid;
	vertical-align: top;
	width:28%; /*must be percentage to keep right column from wrapping */
	height:300px;
	background-color:#ffffff;
	float:left;
	margin:3% 2% 5% 2%;
	padding:5px 0px 10px 0px;
	}

#left p {
	text-align:center;
	}

#middle {
	border: 1px solid #ff9900;
	background-color:#ffffff;
	width:28%; /*must be percentage to keep right column from wrapping */
	height:300px;
	float:left;
	margin:3% 0% 5% 2%;
	padding:5px 0px 10px 0px;
	}

#middle p {
	text-align:center;
	}

#middle h2 {
	font-size:1.4em;
	letter-spacing:.2em;
	}
	
#right {
	float:left;
	background-color:#ffffff;
	width:28%; /*must be percentage to keep right column from wrapping */
	height:300px;
	margin:3% 0% 5% 4%;
	padding:5px 0px 10px 0px;
	border:1px #90B06C solid;
	}

#right li {	
	list-style:url(images/leafbullet.jpg) outside;
	line-height: 20px;
	}
	
	
	
/*derivative page formatting*/

#derivcontent {
	border-left: 0px dotted #cccccc;
	border-right: 0px dotted #cccccc;
	border-bottom: 1px solid #ff9933;
	border-top: 1px solid #ff9933;
	background:#ffffff;
	width:50%; /*must be percentage to keep right column from wrapping */
	height:auto;
	float:left;
	margin:3% 0% 3% 9%;
	padding:10px 10px 50px 10px;
	} /*changed from pixels to percentage to keep columns from wrapping on 800x600 screens; replaced padding with margin*/


#derivcontent li {
	list-style:  url(images/leafbullet.jpg); 
	line-height:20px;
	}

#derivcontent img {
	text-align:center
	}


/*NAVIGATION FORMATTING*/

/*main nav bar*/
#nav
 {
	background-color:#ffffff;
	border-bottom: 1px solid #A6CB7D;
	border-left:1px #90B06C;
	border-right: none;
	border-top:none;
	margin:0% 0% 0% .5%;
	text-decoration: none;
	text-transform: lowercase;
	width:99%;
	text-align: center;
	font-size:1.1em;
	}

#nav td {
	text-align: center;
	border-bottom:1px dotted #ffffff;
	border-left:1px dotted #ffffff;
	border-right:1px dotted #cccccc;
	border-top:1px dotted #ffffff;
	background-color:#ffffff;
	padding: 0% .5% 0% .5%;
	width:3%;
}


#nav a:link {
	text-decoration:none;
	}
#nav a:visited {
	text-decoration:none;
	}

/*.items for deriv pages can't have more than 1% padding */

.maincurrent {
	font-weight:bold;
	color:#2D5A2D;
}

/*subnvaigation formatting (drop-downs) */
	
#subnav1 a:link {
	text-decoration:none;
	}

#subnav1 a:visited {
	text-decoration:none;
	}

#subnav1{
	width:44%;
	border-top: 1px solid #90B06C;
	border-bottom: 1px solid #90B06C;
	border-right: 1px solid #90B06C;
	border-left:0px;
	text-align:center;
	background-color:#ffffff;
	font-size:1em;
	text-transform:lowercase;
 	}
	
 #subnav1 td {
	padding:0px 0px 0px 0px;
	}
 
.current {
	font-weight:normal; 
	background-color:#FF9933;
	}
	
.current a:link {

	color:#ffffee;}

.current a:visited {

	color:#ffffee;}
	
.navline1 {
	border-left:2px dotted #ff9900;
	width:5px; 
	height:17px;
	margin-left:8%;
	}
 
#subnav2 a:link {
	text-decoration:none;
	}
#subnav2 a:visited {
	text-decoration:none;
	}


#subnav2 {
	width:20%;
	border: 1px solid #90B06C;
	margin-left:12%;
	text-align:center;
	background-color:#ffffff;
	font-size:1em;
	text-transform:lowercase;
	}
 
#subnav2 td {
	padding:0px 0px 0px 0px;
	}
 
 
.navline2 {
	border-left: 2px dotted #ff9900;
	width:5px; 
	height:17px;
	margin-left:22%;
	}
 
#subnav3 a:link {
	text-decoration:none;
	}
#subnav3 a:visited {
	text-decoration:none;
	}
 
#subnav3 {
 	margin-left:10%;
 	width:75%;
 	border: 1px solid #90B06C;
	text-align:center;
	background-color:#ffffff;
	font-size:1em;
	text-transform:lowercase;
	}

#subnav3 td {
	padding:0px 0px 0px 0px;
	}

.navline3 {
	border-left: 2px dotted #ff9900;
	width:5px; 
	height:17px;
	margin-left:40%;		
	}
 
#subnav4 a:link {
	text-decoration:none;
	}
	
#subnav4 a:visited {
	text-decoration:none;
	}


#subnav4 {
	width:33%;
	text-align:center;
	margin-left:44%;
	border: 1px solid #90B06C;
	font-size:1em;
	background-color:#ffffff;
	text-transform:lowercase;
	}
 
#subnav4 td {
	padding:0px 0px 0px 0px;
	}
 
.navline4 {
	border-left: 2px dotted #ff9900;
	width:5px; 
	height:17px;
	margin-left:58%;
	}

#subnav5 a:link {
	text-decoration:none;
	}
	
#subnav5 a:visited {
	text-decoration:none;
	}

#subnav5 {
	margin-left:65%;
	width:25%;
	border: 1px solid #90B06C;
	font-size: 1em;
	text-align:center;
	background-color:#ffffff;
	text-transform:lowercase;
	}
 
#subnav5 td {
	padding:0px 0px 0px 0px;
	}

.navline5 {
	border-left: 2px dotted #ff9900;
	width:5px; 
	height:17px;
	margin-left:75%;
	}

#subnav6 a:link {
	text-decoration:none;
	}
	
#subnav6 a:visited {
	text-decoration:none;
	}

#subnav6 {
	margin-left:39%;
	width:60%;
	border: 1px solid #90B06C;
	font-size: 1em;
	text-align:center;
	background-color:#ffffff;
	text-transform:lowercase;
	}

#subnav6 td {
	padding:0px 0px 0px 0px;
	}
 
.navline6 {
	border-left: 2px dotted #ff9900;
	width:5px; 
	height:17px;
	margin-left:87%;
	}

/* LEFT-HAND NAVIGATION FORMATTING and/or LEFT-HAND BOX*/

#navleft a:link {
	text-decoration:underline;
	}

#navleft {
	width:15%; 
	height:300px; /*had to specify pixel-based height in order to allow for expanded content*/
	margin:1% 0% 3% 4%; 
	float:left;
	border:1px solid #90B06C; 
	padding:25px 10px 15px 5px;
	background:url(images/flowerlo_op.jpg) no-repeat center;
	} /*changed from pixels to percentage to keep columns from wrapping on 800x600 screens. replaced padding with margin*/
	
#navleft li {
	list-style: none outside;
	}

#navleftnobox {
	width:15%; 
	height:300px; /*had to specify pixel-based height in order to allow for expanded content*/
	margin:1% 0% 3% 4%; 
	float:left;
	border:1px solid #ffffff; 
	padding:25px 10px 15px 5px;
	background:url(images/flowerlo_op.jpg) no-repeat center;
	} 

/* SITEMAP FORMATTING*/

#mapcolumn1 {
	border-right: 1px solid #eeeeee;
	border-bottom: 0px solid #ff9933;
	border-top: 1px solid #ff9933;
	background:#ffffff;
	width:25%; /*must be percentage to keep right column from wrapping */
	height:auto;
	float:left;
	margin:2% 0% 5% 5%;
	padding:10px 10px 20px 10px;
	} /*changed from pixels to percentage to keep columns from wrapping on 800x600 screens; replaced padding with margin*/

#mapcolumn1 li {
	list-style:circle
	}

#mapcolumn1 h1 {
	text-align: left;
	vertical-align: middle;
	text-transform: lowercase;
	font-size:1em;
	}
	
#mapcolumn2 {
	border-left: 1px solid #eeeeee;
	border-bottom: 0px solid #ff9933;
	border-top: 1px solid #ff9933;
	background:#ffffff;
	width:25%; /*must be percentage to keep right column from wrapping */
	height:auto;
	float:left;
	margin:2% 0% 5% 0%;
	padding:10px 10px 20px 10px;
	} /*changed from pixels to percentage to keep columns from wrapping on 800x600 screens; replaced padding with margin*/
	
#mapcolumn2 li {
	list-style:circle
	}

#mapcolumn2 h1 {
	text-align: left;
	vertical-align: middle;
	text-transform: lowercase;
	font-size:1em;
	}
	
/*FORM STYLING*/

.formstyle {
	padding:10px 10px 10px 25px;
	}
	
.formstyle td {
	padding:2px 2px 2px 10px;
	}

.formstyle table {
	border:1px solid green;}

.formstyle h3 {
	text-align:center;
	}

.formstyle caption {
	padding:0px 0px 5px 0px;
	}
	
	/* STYLING FOR TEXT POP-UP PAGES   */

#popcontent {
	font-size:1.2em;
	background-color:#ffffff;
	}
	

#popcontent li{
	list-style: url(images/leafbullet.jpg) outside;
	}

#popcontent h2{
	text-align:left;
	font-size:1em;
	font-weight:normal;
	}
	

/* STYLING FOR SLIDESHOWS   */

#popslides h1{
	text-align:left;
	font-size:1.6em;
	font-weight:bold;
	color:#eeeeee;
	}
	
	
#popslides h2{
	text-align:center;
	font-size:1.1em;
	font-weight:normal;
	}
	
#popslides h3 {
	text-align:center;
	font-size:1em;

	}

#slideSet0{
	position: relative;
	background-color: #ffffff;
	width:400px;
	height:300px;
	text-align:center;
	font-size:1.3em
	}

.slides {
	position:absolute;
	top:0px;
	left:50px;
	z-index:1;
	}

.controls {
	position:absolute;
	top:26px;
	left:307px;
	z-index:10;

	}

#slide01 {
	visibility:visible;
	position:absolute;
	top:-8px;
	left:60px;
	height: 265px;
	}

#slide02, #slide03, #slide04{
	visibility:hidden;
	position:absolute;
	top:0px;
	left:40px;

	}

