/* 
Title:		www.northeastans.org screen styles
Author: 	gordon@slickfishstudios.com & jim@yellahoose.com
Date: 		Oct. 23, 2009
*/

html, body, table { 
	height: 100%;
	width: 100%; 
	margin: 0; 
	padding: 0;

	font-size: small;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #666;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}
body {
	background: #fff url(../images/neans-background.png) repeat center top;
}
td {vertical-align: middle;}

a:link, a:hover, a:visited, a:active {
	outline: none;
}

.click-to-search {
	text-decoration: none;
	text-indent: -10000px;
	display: block;
	width: 170px;
	height: 22px;
	background: url(../images/click-to-search-btn.png) no-repeat left top;
	overflow: hidden;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
}
.click-to-search:hover {
	text-decoration: none;
	background: url(../images/click-to-search-btn.png) no-repeat left -22px;
}

/* species information page styling */

#thumbnails {
	width: 100%;
	padding: 0;
	margin: 0;
}

#firstPhoto,
#thumbnails .thumb
{
	color: #516080;
	background: #ececec;
	float: right;
	padding: 4px;
	margin: 0 0 0 10px;
	font-size: 11px;
	line-height: 135%;	
	width: 260px;
}

#thumbnails .thumb
{
	float: left;
	padding: 4px;
	margin: 4px 4px;
	width: 150px;
	line-height: normal;
}
#firstPhoto a {
	text-decoration: none;
	border: none;
}
#firstPhoto img,
#thumbnails .thumb img
{
	border: none;
	outline: none;
	padding: 0;
	margin: 0 0 0 0;
	width: 260px;
}
#thumbnails .thumb img
{
	width: 150px;
}

/* species info header styling */
#format big {
	color: #97aa82;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
#format strong {
	color: #657494;
}
#format p {
	padding: 0;
	margin: 0;
}



#miniNav {
	float: right;
	width: 30%;
	font-size: 11px;
	height: 2em;
	line-height: 2em;
	text-align: right;
}
#miniNav select {
	background: #e5f9bf;
	border: 1px solid #9caca2;
	outline: none;
}
#miniNav select option {
	background: #e5f9bf;
	border: none;
	color: #7485a5;
	padding: 0 3px;
	margin: 0 0;
	outline: none;
}
#miniNav b {
	color: #647393;
}


#tooltip{
	position: absolute;
	border: 3px solid #647393;
	background: #e4f9bd;
	padding: 7px;
	color: #647393;
	display: none;
	font-size: 11px;
}	
h1 {
	font-size: 16px;
	color: #3b4968;
	font-weight: normal;
}
h3 {
	padding: 3px 5px;
	margin: 5px 0;
	background: #657494;
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
}
h4 {
	color: #647393;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, Trebuchet, Times, serif;
	font-size: 16px;
}

/* *************** ALTERNATE FLASH CONTENT *************** */
#noflash {
	background: url(../images/no_flash-bkg.jpg) no-repeat left top;
	width: 900px;
	height: 500px;
	color: #fff;
}
#noflash #noflash-format {
	padding: 15px;
	text-align: center;
}

/* ***************//*************** */
/* ***************WRAPPERS*************** */
/* wrapper etc */
#wrapper { 
	margin: 0 auto;
	padding: 0;
	width: 950px;
	/*background: url(../images/shadow-full.png) no-repeat left top;*/
}
#wrapper-inner { 
	margin: 0 auto;
	width: 100%;
	border: 0;
	background: url(../images/shadow-mid.png) repeat-y left top;
}
/* ***************BANNER*************** */
#banner {
	width: 100%;
	height: 175px;
	background: url(../images/neans-banner.jpg) no-repeat left top;
}	
/* ***************CONTAINER*************** */
#container {
	width: 890px;
	margin: 0 auto;
	background: url(../images/neans-container-bkg.jpg) no-repeat left top;
	overflow: auto;
}
#container #leftCol,
#container #leftCol #leftCol-bottom
{
	float: left;
	width: 235px;
	height: 286px;
	background: url(../images/leftCol-bkg-top.png) no-repeat left top;
}
#container #leftCol #leftCol-bottom {
	background: url(../images/leftCol-bkg-bottom.png) no-repeat left bottom;
}
#container #leftCol ul {
	list-style-type: none;
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	padding: 28px 0 0 0;
}
#container #leftCol ul li {
	padding: 0 10px;
	margin: 5px 0;
}
#container #leftCol ul li a,
#container #leftCol ul li.current a
{
	color: #2e3b54;
	text-decoration: none;
	height: 1.8em;
	line-height: 1.8em;
	display: block;
	width: 215px;
	padding-left: 5px;
}
#container #leftCol ul li a:hover,
#container #leftCol ul li.current a:hover
{
	color: #fff;
	text-decoration: none;
	background: url(../images/nav-bkg-blue.png) repeat-y left top;
}
#container #leftCol ul li.current a {
	color: #fff;
	background: url(../images/nav-bkg.png) repeat-y left top;
}
#container #leftCol ul li.current a:hover {
	background: url(../images/nav-bkg-over.png) repeat-y left top;
}
/* ***************RIGHTCOL*************** */
#container #rightCol {
	float: left;
	width: 655px;
	background: url(../images/rightCol-bkg-top.png) no-repeat left top;
	padding-bottom: 15px;
}
#container #rightCol #plant {
	width: 100%;
	background: url(../images/plant.png) no-repeat 1px -5px;
}
#container #rightCol #rightCol-mid {
	width: 100%;
	margin-top: 5px;
	background: url(../images/rightCol-bkg-mid.png) repeat-y left top;
	overflow: auto;
}
#container #rightCol #rightCol-bottom {
	width: 100%;
	height: 20px;
	background: url(../images/rightCol-bkg-bottom.png) no-repeat left bottom;
}
#container #rightCol #rightCol-mid #format { /* format */
	padding: 5px 15px 10px 22px;
	margin: 0;
	line-height: 135%;
	font-size: 12px;
	color: #666;
}
#container #rightCol .breadcrumb { /* breadcrumb */
	font-size: 11px;
	color: #90a766;
	height: 2em;
	line-height: 2em;
}
#container #rightCol .breadcrumb a {
	color: #90a766;
	text-decoration: underline;
}
#container #rightCol .breadcrumb a:hover {
	color: #6a7f44;
	text-decoration: underline;
}

/* ***************floatCol*************** */
#container #rightCol .floatCol {
	float: left;
	padding: 0;
	margin: 0;
}

.featured-species {
	width: 100%;
	background: url(../images/featured-box-top.jpg) no-repeat left top;
}
.featured-species-bottom {
	width: 100%;
	background: url(../images/featured-box-bottom.jpg) no-repeat left bottom;
}
.format-box {
	padding: 10px;
}
.format-box .header {
	color: #869c70;
	font-variant: small-caps;
	font-size: 16px;
	padding: 0 0 4px 7px;
	display: block;
}
.format-box p, .format-box ul {
	color: #333; 
}
.format-box img {
	border: 1px solid #ccc;
	margin: 0 0 7px 7px;
}
.format-box a {
	border: 0;
	outline: none;
}


.search-species {
	width: 195px;
	background: #fff url(../images/search-species.jpg) no-repeat left top;
	height: 148px;
	border: 1px solid #ccc;
	margin: 10px 0 0 10px;
}

.links-guides {
	width: 195px;
	background: #657494;
	height: 148px;
	border: 1px solid #ccc;
	margin: 10px 0 0 10px;
}
.links-guides .header2 {
	color: #fff;
	font-size: 14px;
	padding: 0 0 4px 7px;
	display: block;
}
ul {
	padding: 0px 0 0 10px;
	margin: 0 0 0 20px;
	color: #ccd5ea;
}
ul li {
	padding: 0;
	margin: 0;
}
ul li a {
	color: #eee;
	text-decoration: none;
}
ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

/* ***************LINKS*************** */
#links {
	width: 880px;
	height: 3em;
	line-height: 3em;
	font-size: 11px; 
	color: #e0e5da;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	background: #97aa82 url(../images/neans-links-top.png) no-repeat left top;
}
#links div {
	width: 880px;
	height: 3em;
	background: url(../images/neans-links-bottom.png) no-repeat left bottom;
}
#links a {
	text-decoration: none;
	color: #e0e5da;
}
#links a:hover {
	text-decoration: underline;
	color: #fff;
}
#links a.current {
	color: #fff; 
	text-decoration: none;
}
#links a.current:hover {
	color: #fff;
	text-decoration: underline;
}
/* ***************//*************** */
#footer { 
	width: 950px;
	height: 30px;
	clear: both;
	font-size: .80em;
	color: #fff;
	border: 0;
	margin: 0;
	padding: 0;
	background: url(../images/neans-footer-bkg.png) no-repeat left top;
}
#footleft { 
	margin: 0;
	padding: 0;
	width: 30%;
	float: left;
}
#footleft p {
	margin: 0;
	padding: 13px 0 10px 25px;
}
#footmiddle { 
	float: left;
	margin: 0;
	padding: 0;
	width: 40%;
	display: inline;
	text-align: center;
}
#footmiddle p {
	margin: 0;
	padding-top: 13px;
}
#footright { 
	margin: 0;
	padding: 0;
	width: 30%;
	float: left;
	position: relative;
	text-align: right;
}
#footright p {
	margin: 0;
	padding: 13px 25px 10px 0;
}
#footer a {
	border-bottom: none;
	color: #fff;
	text-decoration: none;
	outline: none;
}
#footer a:hover {
	border-bottom: 1px dotted #2c6dab;
	color: #eaf7c3; /* #2c6dab; */ 
	text-decoration: none;
}
