/* SPECIEZnm_v3.css */
/* Version 3.0 August 08, 2006  */

/* CREDIT WHERE CREDIT IS DUE */
/* Andreas Viklund -  http://andreasviklund.com */
/* Stu Nichols - http://www.cssplay.co.uk/index.html */
/* THANKS FOR THE JUMP START INTO CSS */



/********* GENERAL TAGS *********/
#pagewrap{
	text-align: left;
	position: relative;
	width: 800px;
	left-margin: 10%;
	right-margin: 10%
	padding: 0;					}
	
body{		
	font: 12px verdana,tahoma, arial, helvetica, sans-serif;
	background-color: #ffffff;
	color: #000000;
	line-height: 16px;
	width: 800px;
	margin-top: 0px;
	margin-left: 10%;
	margin-right: 10%
	padding: 0;					}

p{			
	font: verdana,tahoma, arial, helvetica, sans-serif;
	margin: 0 0 10px 0;		
	line-height: 16px;
	font-size: 12px;				
	color: #000000;			}

.closespace {
	margin: 0 0 -12px 0;
	font-weight: bold;			}
	
a{		
	text-decoration: underline;
	background: #ffffff;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;			}
	
a:visited{	
	background: #ffffff;
	line-height: 16px;
	font-size: 12px;				
	color: #666666;
	font-weight: bold;			} 
	
a:hover{	
	text-decoration: none;
	background: #ffffff;
	line-height: 16px;
	font-size: 12px;				
	border-bottom: 2px solid;
	border-color: #597B3E; 
	color: #000000;			}
	
a:active{	
	text-decoration: none;
	background: #ffffff;
	border-bottom: 2px solid;
	border-color: #597B3E; 
	line-height: 16px;
	font-size: 12px;				
	color: #000000;			}	
	

ul,ol{		
	font-size: 1em; 
	text-align: left;	}

li{	
	margin: 0;
	padding: 0;				}

dd{			
	margin: 0 0 0 6px;	
	line-height: 10px; 
	font-size: 11px; 
	color: #000000;					
	text-align: left; 					}

dl dd a{		
	text-align: left; color: #ffffff;
	text-decoration: none;	}

h1{			
	margin: 0 0 30px 25px;
	letter-spacing: -5px;
	font-size: 4.2em;
	color: #333;				}

/*
h1 a{		
	text-transform: none; 
	color: #4088b8;				}
*/

h2{			
	text-decoration: none;
	border-bottom: 1px solid #999999;
	padding: 0 2px 2px 0;
	font-size: 1.5em;
	line-height: 1.2em;
	color: #333333;
	margin: 0 0 10px 0;
	text-align: left;
	letter-spacing: 0;			}

h3{			
	font-size: 1.2em;
	line-height: 1em;
	color: #000000;
	border-bottom: 2px solid #999999;
	padding: 0;
	margin: 0 0 10px 0;
	letter-spacing: 0;		}

h4{			
	font-size: 14px;
	line-height: 13px;
	font-weight: 900;
	color: #000000;
	border-bottom: 0px solid #000000;
	margin: 0 6px 6px 6px;
	padding: 0;				}

h5 {			
	font-size: 14px;
	line-height: 13px;
	font-weight: 900;
	color: #000000;
	border-bottom: 0px solid #000000;
	margin: 0 0 6px 0;
	padding: 0;				}
	
h6 {			
	font-size: 12px;
	line-height: 18px;
	font-weight: 900;
	color: #000000;
	text-decoration: none;
	margin: 0;
	padding: 0;				}

blockquote{
	border: 0 solid #dadada;
	margin: 6px 60px 8px 36px;
	font-size: 12px;
	line-height: 16px;
	padding: 0 px;				}

.date{margin: 0:}

/********* HOMEPAGE DIVs ********/
#homebanner{
	position: relative;
	background-color: transparent;
	color: #404040;
	width: 800px;
	height: 325px;
	margin: 0;
	padding: 0;					}
	
#homebanner a{
	display: inline;
	position: relative;
	background-color: transparent;
	color: #404040;
	width: 800px;
	height: 325px;
	margin: 0;
	padding: 0;					}

	
#content{
	position: absolute;
	margin: 3px 24px 0 174px;
	font-size: 12px;
	line-height: 16px;
	width: 600px;
	float: left;
	text-align: left;
	padding: 0;					}


#content a{		
	text-decoration: underline;
	margin: 0;
	background: #ffffff;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;			}
	
#content a:visited{	
	text-decoration: underline;
	background: #ffffff;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	font-weight: bold;			}
	
#content a:hover{	
	text-decoration: none;
	background: #ffffff;
	font-size: 11px;
	line-height: 16px;
	border-bottom: 2px solid;
	border-color: #597B3E; 
	color: #000000;			}
	
#content a:active{	
	text-decoration: none;
	background: #ffffff;
	border-bottom: 2px solid;
	border-color: #597B3E; 
	font-size: 11px;
	line-height: 16px;
	color: #000000;			}	

	

	
/********* HOMEPAGE CLASSES ********/
.quotehead{
	margin: 0;
	padding: 0;
	font-weight: bold;			}
	
.quotetext{
	margin: -14px 0 6px 12px;
	padding: 0;
	line-height: 16px;				}
	
.halfspace {
	line-height: 6px;				}

.qtrspace {
	line-height: 4px;				}

.small_italic { 
	font-size: 9px; 
	line-height: 12px; 
	font-style: italic; 
	margin: 0; 
	text-indent: 8px;  			}

.bluelink{ 
	border-bottom: 1px solid #336599;
	padding-bottom:0;
	line-height: 20px;
	text-decoration: none;			}

.greenlink{ 
	color: #638c61;
	text-decoration: underline;			}
	
/*.greenlink a, a:visited, a:hover{ 
	color: #638c61;
	font-size: 12px;
	line-height: 1.2em;	
	text-align: center;
	font-weight: bold;
	text-decoration: underline;			}*/


#nohovercolor{	
	background-color: transparent;
	text-decoration: none;	
	font-size: 100%;
	line-height: 100%;
	border-bottom: 0px solid;
	border-color: transparent; 
	color: transparent;			}
	
.nohovercolor a, a:visited, a:hover, a:active{	
	background-color: transparent;
	text-align: center;
	text-decoration: none;	
	border-bottom: 0px solid;
	border-color: transparent; 
	color: transparent;			}
	
.nocolorbg{	
	background-color: transparent;
}
	
.nocolorbg a, a:hover{	
	background-color: transparent;
	width: 150px;
	text-align: center;
	text-decoration: none;	
	color: transparent;			}


/********* RISK LOGO SIDEBAR ONLY *********/
#risksidebar{
	text-align: center;
	position: relative;
	float: left;
	background-color: transparent;
	width: 150px;
	font-size: 10px;
	font-weight: bold;
	height: 60px;
	line-height: 12px;
	margin: 0;
	padding: 0;		}
	
#risksidebar a, a:hover{
	text-decoration: none; 
	background-color: transparent;  
	color: #000000;
	font-size: 10px;
	border-bottom: 0px solid;
	border-color: transparent; 
	line-height: 12px;
	font-weight: bold;
	padding: 0;				}
	
	
/********* NAV SIDEBAR *********/
#sidebar{
	z-index: 100;
	position: relative;
	float: left;
	background-color: transparent;
	width: 150px;
	margin: -6px 0 0 0;
	padding: 0;		}

#sidebar ul{
	font-size: 12px;
	margin: 0;
	padding: 0 0 2px 24px;		}

#sidebar li{
	color: #000000;
	margin: 0 0 0 24px;
	padding: 0;					}

#sidebar a{
	color: #ffffff; 
	background: transparent;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: 900;
	padding: 0 0 0 0;			}

#sidebar  dd a{
	color: #ffffff; 
	text-decoration: underline;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: 700;
	padding: 0;
	margin: 0;			}
	
#sidebar a:hover{
	text-decoration: none; 
	background-color: #dadada;  
	color: #000000;
	font-size: 12px;
	border-bottom: 2px solid;
	border-color: #597B3E; 
	line-height: 1.2em;
	font-weight: 900;
	padding: 0 0 0 0;				}

#sidebar ul ul{
	margin: 0 0 0 0;
	line-height: 1em;
	padding: 0 0 0 18px;		}

#sidebar ul ul li a{ 
	font-weight: normal;  		}

#sidebar ul ul li a:hover{ 
	font-weight: 700;  			}

#sidebar h2{
	margin: 3px 0 8px		} 
	
#greyedout{
	font-family: verdana, sans-serif; 
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;			}
	
.freeback {
	height: 32px;
	background: url("http://www.specieznm.org/images/free_back.jpg") ;	}
	
.freenudge {
	margin: 4px 0 0 0;	}


/********* NAV SIDEBAR CLASSES *********/
 .homepage_sb {	
	background: url("http://www.specieznm.org/images/new_mud_navbar2200gm.jpg") no-repeat;
	position: relative;
	float: left;
	width: 150px;
	height: 2300px;
	margin: 0;
	padding: 0;			}	



.navitem { 
	font-size: 10px; 
	line-height: 12px;  
	font-weight: bold;  
	margin-left: 12px;			}
	
.navitemgrey { 
	color: #333333;	
	font-size: 10px; 
	line-height: 12px;  
	font-weight: bold;  
	margin-left: 12px;			}


/********* COMMON TABS *********/
.tabtextLogin {
	width: 80px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold; 
	background: #078407;
	margin: 0;
 	padding: 0 ;					}

.tabtextLogin a, .tabtextLogin a:visited {
	display: block; 
	width: 80px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold; 
	color: #000000; 
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: url("http://www.specieznm.org/images/divider.gif") no-repeat top left;
	text-decoration: none;
	margin: 0;
 	padding: 0 ;					}
	
.tabtextLogin a:hover {
	display: block; 
	width: 80px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold; 
	color: #000000; 
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #597B3E;
	margin: 0;
 	padding: 0 ;					}

.tabtext{
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold; 
	color: #000000;
	margin: 0;
 	padding: 0 ;					}
	
.tabtext a, .tabtext a:visited {
	display: block; 
	width: 80px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold; 
	color: #000000; 
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: url("http://www.specieznm.org/images/divider.gif") no-repeat top left;
	text-decoration: none;
	margin: 0;
 	padding: 0 ;					}
	
.tabtext a:hover {
	display: block; 
	width: 80px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold; 
	color: #000000; 
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #597B3E;
	margin: 0;
 	padding: 0 ;					}

.whitetext {
	color: #ffffff;		}	



.



/********* SUBPAGE CLASSES *********/

	
.photocredit{
	text-align: left;
	background-color: transparent;
	color: #000000; 
	font-weight: bold;
	font-variant: small-caps;
	font-size: 10pt;
	font-family: "times", "times new roman", "minion web", serif;
	margin: 2px 0 0 0;		}

.photocredit_v {
	z-index: 100;
	position: absolute;
	text-align: left;
	background-color: transparent;
	color: #000000; 
	font: "times", "times new roman", serif; 10px; bold; small-caps;
	line-height: 11px;
	margin: -38px 0 0 18px;		}

.photocredit_hp {
	position: absolute;
	text-align: left;
	width: 110px;
	background-color: transparent;
	color: #000000; 
	font-variant: small-caps; 
	font-family: "times", "times new roman", serif; 
	font-size: 10px;
	font-weight: bold; 
	line-height: 11px;
	margin: -38px 0 0 22px;		}
	
.aboutus_credit {
	text-align: center;
	color: #ffffff; 
	font-variant: small-caps; 
	font-family: "times", "times new roman", serif; 
	font-size: 13px;
	font-weight: italic; 
	line-height: 14px;
	padding: 6px;		}

#content_sub{
	color: #000000;
	position: relative;
	width: 640px;
	font-size: 11px;
	margin: 27px 0 0 10px;
	padding: 0;				}
	
#content_sub a{		
	text-decoration: underline;
	background: #ffffff;
	font-size: 100%;
	line-height: 100%;
	color: #000000;
	font-weight: bold;			}
	
#content_sub a:visited{	
	text-decoration: underline;
	background: #ffffff;
	font-size: 100%;
	line-height: 100%;
	color: #666666;
	font-weight: bold;			}
	
#content_sub a:hover{	
	text-decoration: none;
	background: #ffffff;
	font-size: 100%;
	line-height: 100%;
	border-bottom: 2px solid;
	border-color: #597B3E; 
	color: #000000;			}
	
#content_sub a:active{	
	text-decoration: none;
	background: #ffffff;
	border-bottom: 2px solid;
	border-color: #597B3E; 
	font-size: 100%;
	line-height: 100%;
	color: #000000;			}	
	
#content_agencies{
	color: #000000;
	position: relative;
	width: 650px;
	font-size: 10px;
	line-height: 14px;
	margin: 27px 0 0 10px;
	padding: 0;				}
	
#content_agencies a{		
	text-decoration: underline;
	background: #ffffff;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	font-weight: bold;			}
	
#content_agencies a:visited{	
	background: #ffffff;
	line-height: 14px;
	font-size: 10px;				
	color: #666666;
	font-weight: bold;		} 
	
#content_agencies a:hover{	
	text-decoration: none;
	background: #ffffff;
	line-height: 14px;
	font-size: 10px;				
	border-bottom: 2px solid;
	border-color: #597B3E; 
	color: #000000;			}
	
#content_agencies a:active{	
	text-decoration: none;
	background: #ffffff;
	border-bottom: 2px solid;
	border-color: #597B3E; 
	line-height: 14px;
	font-size: 10px;				
	color: #000000;			}	

#content_login{
	width: 600px;
	height: 600px;
	margin:  0 0 0 160px;
	position: relative;
	text-align: left;
	font-size: 95%;
	padding: 0;				}
	
/*
#content_login a{ 
	font-size: 95%;
	line-height: 18px;
	font-weight: 900;
	color: #000000;			}
*/
	
#content_about{
	width: 600px;
	height: 300px;
	background: url("http://www.specieznm.org/images/AboutUs2.jpg") no-repeat;
	margin:  20px 0 0 120px;
	position: relative;
	text-align: right;
	font-size: 95%;
	padding: 36px;				}
	

/*
#content_about a{ 
	font-size: 16px;
	line-height: 18px;
	font-weight: 900;
	color: #000000;			}
	*/

#content_contact{
	width: 340px;
	height: 300px;
	margin:  20px 0 0 120px;
	position: relative;
	text-align: left;
	padding: 6px 0 0 12px;				}
	
#content_contact a{		
	text-decoration: underline;
	background: #ffffff;
	font-size: 100%;
	line-height: 100%;
	color: #000000;
	font-weight: bold;			}
	
#content_contact a:visited{	
	text-decoration: underline;
	background: #ffffff;
	font-size: 100%;
	line-height: 100%;
	color: #666666;
	font-weight: bold;			}
	
#content_contact a:hover{	
	text-decoration: none;
	background: #ffffff;
	font-size: 100%;
	line-height: 100%;
	border-bottom: 2px solid;
	border-color: #597B3E; 
	color: #000000;			}
	
#content_contact a:active{	
	text-decoration: none;
	background: #ffffff;
	border-bottom: 2px solid;
	border-color: #597B3E; 
	font-size: 100%;
	line-height: 100%;
	color: #000000;			}	
	
#content_contactemail{
	width: 310px;
	height: 200px;
	margin:  -262px 0 0 400px;
	position: relative;
	text-align: left;
	padding: 6px 0 0 12px;				}
	
#content_contactemail a{		
	text-decoration: underline;
	background: #ffffff;
	font-size: 100%;
	line-height: 100%;
	color: #000000;
	font-weight: bold;			}
	
#content_contactemail a:visited{	
	text-decoration: underline;
	background: #ffffff;
	font-size: 100%;
	line-height: 100%;
	color: #666666;
	font-weight: bold;			}
	
#content_contactemail a:hover{	
	text-decoration: none;
	background: #ffffff;
	font-size: 100%;
	line-height: 100%;
	border-bottom: 4px solid;
	border-color: #597B3E; 
	color: #000000;			}
	
#content_contactemail a:active{	
	text-decoration: none;
	background: #ffffff;
	border-bottom: 4px solid;
	border-color: #597B3E; 
	font-size: 100%;
	line-height: 100%;
	color: #000000;			}		

.sidebartext_sb	{	
	padding: 36px 0 0 0;		}
	
	
#skiptohp {
	width: 500px;
	margin: 0 0 0 48px;
	font-size: 11px;
	line-height: 16px;
	padding: 0 0 0 0;}

#skiptohp a, #skiptohp a:visited{
	width: 650px;
	text-decoration: underline; 
	background-color: #ffffff;  
	color: #000000;
	font-size: 11px;
	line-height: 16px;
	padding: 0 0 0 0;				}
	
#skiptohp a:hover{
	width: 650px;
	text-decoration: none; 
	background-color: #ffffff;  
	color: #000000;
	font-size: 11px;
	line-height: 16px;
	padding: 0 0 0 0;				}
	
#skipto {
	width: 500px;
	margin: 0 0 0 48px;
	font-size: 11px;
	border-left: 4px solid #dadada;
	line-height: 16px;
	padding: 0 0 0 0;}

#skipto a, #skipto a:visited{
	width: 650px;
	text-decoration: underline; 
	background-color: #ffffff;  
	color: #000000;
	font-size: 11px;
	line-height: 13px;
	padding: 0 0 0 0;				}
	
#skipto a:hover{
	width: 650px;
	text-decoration: underline; 
	background-color: #ffffff;  
	color: #000000;
	font-size: 11px;
	line-height: 13px;
	padding: 0 0 0 0;				}
	
.skipback {
	font-size: 8px;
	width: 635px;
	color: #000000;
	text-decoration: none;
	position: relative;
	margin: 0 0 12px 6px;
	font-weight: bold;
	text-align: right;				}
	
.skipback a {
	color: #000000;
	font-size: 8px;
	width: 635px;
	text-decoration: underline;
	position: relative;
	margin: 0 0 12px 6px;
	font-weight: bold;
	text-align: right;
	border-right: 4px solid #dadada;}
	
.skipback a:visited{
	color: #000000;
	font-size: 8px;
	width: 635px;
	text-decoration: underline;
	position: relative;
	margin: 0 0 12px 6px;
	font-weight: bold;
	text-align: right;
	border-right: 4px solid #dadada;}
	
.skipback a:hover{
	font-size: 8px;
	width: 635px;
	text-decoration: none;
	position: relative;
	margin: 0 0 12px 6px;
	font-weight: bold;
	text-align: right;
	border-right: 4px solid #597B3E;}

.indent_a{
	margin: 2px 0 0 36px;
	font-size: 11px;
	padding: 0;}
.indent_b{	
	margin: 2px 0 0 54px;
	font-size: 11px;
	padding: 0;}
.indent_c{	
	margin: 2px 0 0 72px;
	font-size: 11px;
	padding: 0;}

	

	
/********* FOOTER *********/
#footer {
	z-index: -100;
	position: relative;
	clear: both;
	float: left;
	width: 800px;
	height: 110px;
	background: url("http://www.specieznm.org/images/lizard_footergm.jpg") top left no-repeat;
	text-align: left;
	color: #66666;
	border-top: 0px solid #999999;
	border-bottom: 0px solid #999999;
	margin:  -53px 0 0 0;
	padding: 0;			}
	
#onestat {
	z-index: 500;
	position: relative;
	float: left;
	width: 110px;
	height: 22px;
	margin:  -28px 0 0 518px;
	padding: 0;			}
	
#onestat_sub {
	z-index: 500;
	position: relative;
	float: left;
	width: 110px;
	height: 22px;
	margin:  -54px 0 0 518px;
	padding: 0;			}
	
#onestat_admin {
	z-index: 300;
	position: relative;
	float: none;
	width: 110px;
	height: 22px;
	margin:  -20px 0 0 720px;
	padding: 0;			}

#footer p {
	margin: 20px 0px 0 178px; 
	border-top: 0px solid #999999;
	border-bottom: 0px solid #999999;
	line-height: 3.0em;
	padding: 0;
	font-size: 9px;
	font-weight: bold;
	text-align: left;				}

#footer a, a:visited {
	color: #666666;
	text-decoration: underline;
	margin:  0;
	padding: 0;
	font-size: 9px;
	font-weight: bold;
	text-align: center;				}

#footer a:hover {
	text-decoration: none;
	background: #ffffff;
	margin:  0;
	padding: 0;
	font-size: 9px;
	border-bottom: 2px solid;
	border-color: #597B3E; 
	color: #000000;	
	font-weight: bold;
	text-align: center;				}

#footer_sub {
	color: #666666;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;			}


.lizard_footer {
	clear: both;
	float: none;
	position: relative:
	z-index: -100;
	margin: 0px 0 0 150px;
	background: url("http://www.specieznm.org/images/lizard_footer650.jpg") top left no-repeat;	}

.footer_text {
	z-index: 100;
	background: transparent;
	color: #666666;
	font-size: 9px;
	font-weight: bold;
	text-align: left;					
	text-decoration: none;
	margin-left: 6px;
	padding: 0;
}
	
.footer_text a, a:visited {
	color: #666666;
	font-size: 9px;
	font-weight: bold;
	text-align: left;					
	text-decoration: underline;
	margin-left: 6px;
	padding: 0;					}

.footer_text a:hover {
	color: #666666;
	font-size: 9px;
	font-weight: bold;
	text-align: left;					
	text-decoration: none;
	margin-left: 6px;
	padding: 0;
	border-bottom: 2px solid;
	border-color: #597B3E; 
	color: #000000;			}
	
		
#footer_admin {
	position: relative;
	clear: both;
	float: left;
	width: 800px;
	height: 25px;
	background-color: transparent; 
	text-align: left;
	color: #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: 0;
	padding: 0;			}

#side_sub_adobe{
	z-index: 100;
	position: relative;
	clear: both;
	text-align: center;
	float: left;
	width: 150px;
	margin:  -60px 0 0 0px;
	padding: 0;			}
	

	
/** ADMIN PAGES DIVS and CLASSES **/
#admin_sb {	
	background: url("http://www.specieznm.org/images/bg_admin_green.jpg") repeat-y top left;
	position: relative;
	line-height: 14px;
	float: left;
	border-right: 1px solid #597B3E;
	width: 108px;
	height: 600px;
	margin: 0;
	padding: 0;			}	
	
#aboutus_sb {	
	background: url("http://www.specieznm.org/images/bg_admin_green.jpg") repeat-y top left;
	position: relative;
	line-height: 14px;
	float: left;
	border-right: 1px solid #597B3E;
	width: 108px;
	height: 1010px;
	margin: 0;
	padding: 0;			}	
	
#comments_sb {	
	background: url("http://www.specieznm.org/images/bg_admin_green.jpg") repeat-y top left;
	position: relative;
	line-height: 16px;
	float: left;
	border-right: 1px solid #597B3E;
	width: 108px;
	height: 725px;
	margin: 0;
	padding: 0;			}
	
#contact_sb {	
	background: url("http://www.specieznm.org/images/bg_admin_green.jpg") repeat-y top left;
	position: relative;
	line-height: 14px;
	float: left;
	border-right: 1px solid #597B3E;
	width: 108px;
	height: 350px;
	margin: 0;
	padding: 0;			}
	
#feebased_sb {	
	background: url("http://www.specieznm.org/images/bg_admin_green.jpg") repeat-y top left;
	position: relative;
	line-height: 14px;
	float: left;
	border-right: 1px solid #597B3E;
	width: 108px;
	height: 650px;
	margin: 0;
	padding: 0;			}
	
	
#login_sb {	
	background: url("http://www.specieznm.org/images/bg_admin_green.jpg") repeat-y top left;
	position: relative;
	line-height: 14px;
	float: left;
	border-right: 1px solid #597B3E;
	width: 108px;
	height: 950px;
	margin: 0;
	padding: 0;			}	

#partner_login_sb {	
	background: url("http://www.specieznm.org/images/bg_admin_green.jpg") repeat-y top left;
	position: relative;
	line-height: 14px;
	float: left;
	border-right: 1px solid #597B3E;
	width: 108px;
	height: 400px;
	margin: 0;
	padding: 0;			}	

#admin_sbtwo {	
	background: url("http://www.specieznm.org/images/bg_admin_green.jpg") repeat-y top left;
	position: relative;
	line-height: 14px;
	float: left;
	border-right: 1px solid #078407;
	width: 108px;
	height: 150px;
	margin: 0;
	padding: 0;			}
	
#aboutus_sbtwo {	
	background: url("http://www.specieznm.org/images/bg_admin_green.jpg") repeat-y top left;
	position: relative;
	line-height: 14px;
	float: left;
	border-right: 1px solid #078407;
	width: 108px;
	height: 125px;
	margin: 0;
	padding: 0;			}	
 
	
#comments{
	color: #000000;
	width: 700px;
	float: left;
	position: relative;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0px 0 22px;
	padding: 0;				}
	
#comments p{			
	font-style: italic; 
	color: #000000;
	margin: 0 30px 18px 18px;	
	font-size: 13px;
	line-height: 18px;				}
	

#content_admin{
	color: #000000;
	position: relative;
	line-height: 16px;
	font-size: 12px;
	margin: 0 18px 0 36px;
	padding: 0;				}
	
#content_admin a:visited{	
	background: #ffffff;
	line-height: 16px;
	font-size: 12px;				
	color: #666666;
	font-weight: bold;			} 
	
#content_admin a:hover{	
	text-decoration: none;
	background: #ffffff;
	line-height: 16px;
	font-size: 12px;				
	border-bottom: 4px solid;
	border-color: #597B3E; 
	color: #000000;			}
	
# content_admin a:active{	
	text-decoration: none;
	background: #ffffff;
	border-bottom: 4px solid;
	border-color: #597B3E; 
	line-height: 16px;
	font-size: 12px;				
	color: #000000;			}

#content_staff{
	color: #000000;
	position: relative;
	line-height: 16px;
	font-size: 12px;
	margin: 0 18px 0 36px;
	padding: 0;				}
	
		
#newzboifloat{
	z-index: 100;
	color: #000000;
	float: none;
	position: absolute;
	margin: 36px 0 0 468px;
	padding: 0;				}
	
#newzboiwrap {	
	width: 800px;
	height: 150px;
	margin: o;
	padding: 0;			}
	
#newzboitextwrap {	
	position: relative;
	float: none;
	width: 650px;
	margin: 0 0 0 24px;
	padding: 0;			}
	
.newzboiwrap_one{
	width: 200px;
	line-height: .5em;
	color: #000000;
	margin: 0;
	padding: 0;			}	

.newzboiwrap_two{
	width: 485px;
	margin: 0;}
	
.newzboiwrap_three{
	width: 650px;
	margin: 0;}

#newzboi_sb {	
	background: url("http://www.specieznm.org/images/bg_admin_green.jpg") repeat-y top left;
	position: relative;
	line-height: 14px;
	float: left;
	border-right: 1px solid #597B3E;
	width: 108px;
	height: 1465px;
	margin: 0;
	padding: 0;			}
	

.adminpage	a{		
	text-decoration: underline;
 	font-size: 12px;
	line-height: 26px;
	color: #000000;
	margin: 0;
	padding: 0;
	font-weight: bold;			}
			
.adminpage a:hover{	
	text-decoration: none;
	border-bottom: 4px solid;
	border-color: #597B3E; 
	color: #000000;
 	font-size: 12px;
	line-height: 26px;
	margin: 0;
	padding: 0;					}
	
.adminpage a:visited{		
 	font-size: 12px;
	line-height: 26px;
	color: #666666;
	font-weight: bold;			}

	
.linktwo	a{		
	text-decoration: underline;
	background: #ffffff;
	color: #000000;
	font-size: 100%;
	font-weight: bold;			}
	
.linktwo a:visited{	
	background: #ffffff;
	color: #666666;
	font-size: 100%;
	font-weight: bold;			}
	
.linktwo a:hover{	
	text-decoration: none;
	background: #ffffff;
	border-bottom: 2px solid;
	border-color: #597B3E; 
	font-size: 100%;
	color: #638c61;			}	
	
.linkfour	a{		
	text-decoration: underline;
	color: #000000;
	font-size: 100%;
	font-weight: bold;			}
	
.linkfour a:visited{	
	color: #666666;
	font-weight: bold;			}
	
.linkfour a:hover{	
	text-decoration: none;
	border-bottom: 4px solid;
	border-color: #597B3E; 
	font-size: 100%;
	color: #638c61;			}	

.bighorn_sb	{	
	background: url("http://www.specieznm.org/images/bg_bighornblue.jpg") repeat-y left top;
	position: relative;
	float: left;
	width: 150px;	
	margin: 0;
	padding: 0;		}	

.cleret_sb	{	
	background: url("http://www.specieznm.org/images/bg_cleretred.jpg") repeat-y left top;
	position: relative;
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;		}	

.flycatcher_sb	{	
	background: url("http://www.specieznm.org/images/bg_flycatchergreen.jpg") repeat-y left top;
	position: relative;
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;		}	
	
.frog_sb{	
	background: url("http://www.specieznm.org/images/bg_froggreen.jpg") repeat-y left top;
	position: relative;
	float: none;
	width: 150px;
	margin: 0;
	padding: 0;		}	
	
.mussel_sb	{	
	background: url("http://www.specieznm.org/images/bg_musselgold.jpg") repeat-y left top;
	position: relative;
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;		}	
	
.pecos_sb	{	
	background: url("http://www.specieznm.org/images/bg_pecospink.jpg") repeat-y left top;
	position: relative;
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;		}	
	
.sand_sb	{	
	background: url("http://www.specieznm.org/images/bg_sand.jpg") repeat-y left top;
	position: relative;
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;		}	
	
.subsidebottom {
	width: 150;
	line-height: 30px;
	height: 30px;
	border-top: 18px solid #ffffff;}


/**** NOT IN USE BUT KEEP ****/
	
.menu1cleret {
	background: #d54a01;}
.menu1frog {
	background: #638c61;} 
.menu1bighorn {
	background: #4984ad;} 
.menu1fly {
	background: #078407;} 
.menu1mussel {
	background: #b08408;} 
.menu1pecos {
	background: #9b6359;} 
.menu1cinnamon {
	background: #993300;}
.menu1sand {
	background: #a59b8c;} 
,menu1admin {
	background: #597B3E}
 

