@charset "utf-8";
/*FSF TEMPLATE GREEN CANDY */

/*---------------------------- BEGIN PAGE LAYOUT SETTINGS  ----------------------------*/

body {
	margin: 0px;
	padding:0px;
	text-align:center;
	vertical-align:top;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.fsbody {
	margin: 0px;
	padding:0px;
	text-align:center;
	vertical-align:top;	
	font-family: Arial, Helvetica, sans-serif;
	background: url(fs_images/hd_bg.gif) #FFFFFF top repeat-x;
	font-size: 100%;

}

#pageContainer {
	text-align: left;	
	background: url(fs_images/pg_bg2.gif) 0px 83px no-repeat;
}
/*---------------------------- END PAGE LAYOUT SETTINGS  ----------------------------*/
/*---------------------------- BEGIN HEADER & TOP NAVIGATION SETTINGS ----------------------------*/

#top_navigation {
	background: url(fs_images/hd_deco.png) top right no-repeat;	
}
#searchArea {float: right; margin-top: 40px; padding-right: 50px;}
#searchArea a {color: #FFFFFF; padding-left: 5px; font-size: 90%;}
#PageTitle {	
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
	border-collapse: collapse;
}
.TopmenuBar {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	width:100%;			/* width of whole page */
	
}
.TopmenuBar a:link, .TopmenuBar a:visited, .TopmenuBar a:active {
	color: #5d5d5d; 
    text-decoration: none;
	padding: 0px 30px 0px 0px;
	font-size: 14px;
	font-weight: bold;
}
.TopmenuBar a:hover {
	text-decoration: none; 
	color: #e20a16;
}

#menu {
	vertical-align:bottom;
	padding: 0px 10px 10px 0px;
	margin: 0px 0px 0px 235px;
	font-size: 12px;
	color: #000000;
	border-bottom:#DDDDDD 1px solid;
	text-transform: uppercase;
}
.menuSecTitle {
	float: right;
	margin: 0px;
	padding: 0px;
	text-align:left;
	border-collapse: collapse;
}
html>body .menuSecTitle {padding-right: 20px;}
.OtherSectLinks {
	padding-top: 15px;	
	width: 620px;
	white-space:nowrap;
}
#InnerSect {float: right; padding: 5px; margin-top: 15px;}

.GreenArrow {background: url(fs_images/to-arrow-green.png) right no-repeat;}
.GreenArrow a:Link, .GreenArrow a:Visited, .GreenArrow a:Active  {color: #6a6e04; padding: 10px 20px 10px 10px; margin: 3px;}
.GreenArrow a:Hover { color: #FFFFFF; text-decoration: none; background: url(fs_images/to-arrow-white.png) #6a6e04 right no-repeat; padding: 10px 30px 10px 10px;}

.RedArrow {background: url(fs_images/to-arrow-red.png) right no-repeat;}
.RedArrow a:Link, .RedArrow a:Visited, .RedArrow a:Active  {color: #a80000; padding: 10px 20px 10px 10px; margin: 3px;}
.RedArrow a:Hover { color: #FFFFFF; text-decoration: none; background: url(fs_images/to-arrow-white.png) #a80000 right no-repeat; padding: 10px 30px 10px 10px;}

.TanArrow {background: url(fs_images/to-arrow-tan.png) right no-repeat;}
.TanArrow a:Link, .TanArrow a:Visited, .TanArrow a:Active  {color: #a87700; padding: 10px 20px 10px 10px; margin: 3px;}
.TanArrow a:Hover { color: #FFFFFF; text-decoration: none; background: url(fs_images/to-arrow-white.png) #a87700 right no-repeat; padding: 10px 30px 10px 10px;}

#alphabet {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding: 5px;
	/*width: 600px;
	float: left;
	margin-left: 200px;*/
	margin-left: -5px;
}
.alphabet {	
	padding: 0px 5px;
}
.alphabetdisabled {
	color:#CCCCCC;
    font-weight: normal;
    font-size: 16px;
    padding-top:7px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
	padding: 0px 10px;	
}
/*---------------------------- END HEADER & TOP NAVIGATION SETTINGS  ----------------------------*/
/*----------------------------  BEGIN LEFT FLOAT MENU SETTINGS  ----------------------------*/
#LeftMenuBar{
	position: absolute;
	left: 5px;
	top: 5px;
	border: #d7dbce 1px solid;
	width: 220px;
	clear: both;
	text-align: left;
	padding-bottom: 20px;
	background: url(fs_images/lfmenu_bg.gif) #FFFFFF right repeat-y;	
	margin-bottom: 160px;
}

#LeftMenu {
	padding: 3px;
	background: transparent;
	z-index: 0;
}
#LeftMenu a:Link, #LeftMenu a:Active, #LeftMenu a:Visited {
  	font-weight:normal;
	color: #584f61;
	text-decoration: none;
	padding: 3px 0px;
	font-size: 80%;
}
#LeftMenu a:Hover {
  	font-weight:bold;
	color: #3c4f11;
	text-decoration: none;
	padding: 3px 0px;
	font-size: 80%;
}
.fsOtherLinks {
	background: url(fs_images/hd_bg.gif) #000000 bottom repeat-x;
	padding: 10px 5px 15px 5px;
}
.fsOtherLinks a:Link, .fsOtherLinks a:Active, .fsOtherLinks a:Visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.fsOtherLinks a:Hover {
	color: #f2c3c5;	
	text-decoration: none;
}
/*----------------------------  END LEFT FLOAT MENU SETTINGS  ----------------------------*/
/*----------------------------  BEGIN THUMBNAILS SETTINGS  ----------------------------*/
#thumbnailsarea {
	position: relative;
	float: right;
	width:261px;
	display:block;
	text-align: center;
	padding: 5px 10px;
	border-left: #d7dbce 1px solid;
	border-bottom: #d7dbce 1px solid;
	margin-left: 25px;
	background: url(fs_images/thumb_bg.gif) #FFFFFF  left repeat-y;
	line-height: 1.1;
	font-size: 11px;
}

#thumbnails p {
	color: #4a4a4a;
	font-size: 11px;
	font-weight:normal;
}

#thumbnails img  {
	padding-bottom: 5px;
}

a#thumbnails:link, a#thumbnails:visited, a#thumbnails:active {
	font-size: 11px;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	border: none;
}

a#thumbnails:hover {
	color:#744a00;
	border: none;
}
/*----------------------------  END THUMBNAILS SETTINGS ----------------------------*/
/*----------------------------  START FOOTER/SPONSORS SETTINGS ----------------------------*/
.Footer {
	clear:both;
	background: url(fs_images/footerbg_top.gif) #FFFFFF top repeat-x;	
	padding-top: 3px;
	margin-top: 20px;
}
.Footer img {border: none;}
/*----------------------------  END FOOTER/SPONSORS SETTINGS ----------------------------*/
/*---------------------------- START GENERAL CONTENT & TYPO SETTINGS ----------------------------*/
#fsf_content {
	margin-top: 0px;
	margin-left: 235px;
	margin-bottom: 30px;
	font-size: 13px;
	vertical-align:top;
	clear: both;
}
.content {
	margin: 0px 35px 10px 30px;
	font-size: 13px;
	vertical-align:top;
	background: transparent;
	clear: both;
	padding-top: 10px;
}
#RedArea {margin-bottom: 30px;}
.ActualContent {margin-right: 300px;}

#Greenfsftitle {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #6a6e04;
	padding: 15px 10px 0px 0px;
}
#Redfsftitle {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #ac0000;
	padding: 15px 10px 0px 0px;
}
#Tanfsftitle {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #a87700;
	padding: 15px 10px 0px 0px;
}
#Generaltitle {
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: thin;
	margin-bottom: 15px;
	margin-left: 5px;
	padding: 0px 0px 10px 0px;
	text-transform: uppercase;
	border-bottom: #DDDDDD 1px dotted;
	letter-spacing: 2px;
}
.GreenTitle {color: #838635;}
.RedTitle {color: #cd1a02;}
.TanTitle {color: #a87700;}


ol,ul,li {
	list-style-position:inside;
	list-style:square;	
	vertical-align: middle;
	font-size: 95%;
}

.content li.index {
	list-style:none;
	text-indent: -40px;
}

.content li, .ActualContent li {
	list-style: square;	
	list-style-position: outside;
	font-size: 12px;
	padding-bottom: 3px;
}
.content ol li, .ActualContent ol li {
	list-style: decimal;
	vertical-align: middle;
	padding-bottom: 3px;
	font-size: 12px;
}
.content ol li ul li, .ActualContent ol li ul li {
	list-style: square;	
	list-style-position: outside;
	margin:5px;
	font-size: 12px;
}
.content p, .ActualContent p {
	margin-bottom: 10px;
}

/*POLLINATORS HEADINGS*/
#GreenArea h1 {
	font-style: normal;
	font-size: 170%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #8d912f;
	line-height: 1.3;
	border-top: #DDDDDD 1px solid;
	padding-top: 10px;
}
#GreenArea h2 {
	font-weight: bold;
    font-size: 160%;
    color: #8da51c;
    font-family:  Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	padding-bottom: 5px;
	line-height: 1.2;
}
#GreenArea h3 {
	font-style:normal;
	font-size: 150%;
	color: #667035;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1;
}
#GreenArea h4 {
	font-weight: bold;
    font-size: 120%;
    color: #444e12;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.0;
}

#GreenArea h5 {
	font-weight: bold;
    font-size: 110%;
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.0;
}
#GreenArea .Glossaryitem {color: #59670c;}

/*PEST HEADINGS*/
#RedArea h1 {
	font-style: normal;
	font-size: 170%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #cd1a02;
	line-height: 1.3;
	border-top: #DDDDDD 1px solid;
	padding-top: 10px;
}
#RedArea h2 {
	font-weight: bold;
    font-size: 160%;
    color: #601013;
    font-family:  Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	padding-bottom: 5px;
	line-height: 1.2;
}
#RedArea h3 {
	font-style:normal;
	font-size: 150%;
	color: #9e3535;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1;
}
#RedArea h4 {
	font-weight: bold;
    font-size: 120%;
    color: #444e12;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.0;
}

#RedArea h5 {
	font-weight: bold;
    font-size: 110%;
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.0;
}

#RedArea .Glossaryitem {color: #601013;}
/*INVASIVE PLANTS HEADINGS*/
#TanArea h1 {
	font-style: normal;
	font-size: 170%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #735700;
	line-height: 1.3;
	border-top: #DDDDDD 1px solid;
	padding-top: 10px;
}
#TanArea h2 {
	font-weight: bold;
    font-size: 160%;
    color: #a18800;
    font-family:  Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	padding-bottom: 5px;
	line-height: 1.2;
}
#TanArea h3 {
	font-style:normal;
	font-size: 150%;
	color: #ac8f49;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1;
}
#TanArea h4 {
	font-weight: bold;
    font-size: 120%;
    color: #ce9203;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.0;
}

#TanArea h5 {
	font-weight: bold;
    font-size: 110%;
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.0;
}

#TanArea .Glossaryitem {color: #735700;}
p {
    /*font-size: 12px;*/
    color: #000000;
    line-height: 120%;
    font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

tr, td {
	font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:active {
    color: #9d1318;
	font-weight:bold;
    text-decoration: none;
}

a:hover {
	color: #9d1318;
	font-weight:bold;
    text-decoration: underline;
}

.copyright {
	clear: both;
	font-size: 11px;
	padding: 5px 25px;
	margin: 5px 0px 0px 0px;
	color: #FFFFFF;
	text-align:right;
	background: #9d1318;
}
.copyright a {color: #FFFFFF; text-decoration: underline; font-weight: bold;}
.copyright a:hover {color: #FFFFFF; text-decoration: none; font-weight: bold;}
a.top:link, a.top:active, a.top:visited {
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	color: #999999;
	margin-top: 30px;
}
a.top:hover {
	color: #000000;
	text-decoration: none;
	margin-top: 30px;
}

.AlphabetHD, .AlphabetHD a {
	padding: 0px 5px 5px 5px;
	background: #EEEEEE;
	font-size: 140%;
	font-weight: bold;
	color: #8e9660;
}
/*---------------------------- END GENERAL CONTENT & TYPO SETTINGS ----------------------------*/
/*---------------------------- START INDEX & GLOSSARY SETTINGS ----------------------------*/
li.index {
	padding: 1px 5px;
}

.glossaryline .Glossaryitem {
	float:left;
	font-weight:bold;
	margin-right: 25px;
	font-size:14px;
	clear:left;	
}

.glossaryline .Glossaryitem a {
	text-decoration: none;
}
.glossaryline {text-align: left; margin: 0px 20px 10px 5px;}

/*---------------------------- END INDEX & GLOSSARY SETTINGS ----------------------------*/
.AcknowledgeImageCredits ul {margin: 0px;}
.AcknowledgeImageCredits li {list-style: none; font-size: 14px; margin-bottom: 5px;} 
/*---------------------------- BEGIN PRINT STYLE SETTINGS ----------------------------*/

@media print {
#pageContainer {
	width: auto;
	padding: 5px 10px 10px 10px; 
}
#top_navigation {
	display:none;
}
#LeftMenuBar {
	display: none;	
}
#Generaltitle, #fsftitle {
	color: #000000;
	margin: 5px 0px;
}
#thumbnails {
	border-left: 0px;
	border-bottom: 0px;
}
#thumbnailsarea {
	background: #FFFFFF;
}

#footer {
	display: none;
}
#content {
	margin: 0px;
	padding-bottom: 20px;
}
#fsf_content {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}
h1, h2, h3, h4, p, a {
	color:#000000;
}
.copyright{
	display: none;
}
}
/*---------------------------- END PRINT STYLE SETTINGS ----------------------------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; overflow: hidden;}
#imageContainer{ padding: 32px 10px 10px 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left; background: url(fs_images/prevlabel.gif) left 0% no-repeat;}
#nextLink { right: 0; float: right; background: url(fs_images/nextlabel.gif) right 0% no-repeat; }
#prevLink:hover, #prevLink:visited:hover { background: url(fs_images/prevlabel.gif) left 0% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(fs_images/nextlabel.gif) right 0% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; padding: 5px 0px 0px 0px;}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
