/* CSS Document */

/* ////////////////////// GENERAL PAGE ELEMENTS START HERE ///////////////// */

*	{
	padding: 0;
	margin: 0;
	border: 0;
	}
	
body	{
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 62.5%;
	text-align: left;
	}
	
.hide	{
	text-indent: -9999px;
	color: #EDEDE4;
	}
	
img, field	{
	display: block;
	border:0;
	}

a:link 	{
	color: #063;
	background: transparent;
	}
	
a:visited	{
	color: #063;
	background: transparent;
	}
	
a:hover	{
	color: #f90;
	text-decoration: none;
	background: transparent;
	}
	
a:active	{
	color: #063;
	background: transparent;
	}
	
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Sans", "Lucida Grande", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	text-align: left;
	}
	
h1	{
	font-size: 1.8em;
	color: #063;
	margin-bottom: 1em;
	font-weight: bold;
	}
	
h2	{
	font-size: 1.2em;
	margin-bottom: .5em;
	color: #F60;
	font-weight: bold;
	}
	
h3	{
	font-size: 1.3em;
	margin-bottom: .2em;
	color: #F60;
	font-weight: bold;
	}
	
	
h4 {
	font-size: 1.15em;
	font-weight: bold;
	margin-bottom: 3px;
	}
	
p 	{
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 10px;
	}
	
	
div#wrapper {
	width : 764px;
	margin : 0 auto;
	text-align:left; /* for ie 5-5.5 */
	padding: 0 0 20px 0;
	}

ul#publications {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
h3.headerlink {
	padding-top: 7px;
	margin-top: 7px;
	display: inline;
	}
	
h3.headerlink a, h3.headerlink a:visited {
	color: #F60;
	text-decoration: none;
	background: transparent;
	}
	
h3.headerlink a:hover {
	color: #060;
	text-decoration: underline;
	background: transparent;
	}
	
	
/* ////////////////////// GENERAL PAGE ELEMENTS END HERE ///////////////// */


/* ////////////////////// HEADER - SEARCH - MAIN NAV - BANNER STARTS HERE /////////////// */
	
div#header img
	{
	float: left;
	}
	
/* ////////////// SEARCH FORM BEGINS HERE ////////////////////// */	

#search_form	{
	margin-top: 5px;
	text-align: right;
	width: 410px;
	float:right;
	}
	
.searchfield {
		border: 1px #666 solid;
		width: 100px;
		height: 15px;
		color: #666;
		background-color: #fff;
		font-size: .9em;
		vertical-align: bottom;
		}
		
.searchbutton {
	margin: 15px 0 0 0;
	vertical-align: bottom;
		}	
		
/*/////////////////////// SEARCH FORM ENDS HERE //////////////// */	


/*/////////////////////// BANNER AREA STARTS HERE //////////////// */	

div#banner {
	background-repeat: no-repeat;
	background-position: right;
	clear: left;
	height: 252px;
	}
	
div#factbckgrnd {
	width: 200px;
	background-color: #6F8CC0;
	height: 252px;
	}
	
div#facts
	{
	width: 194px;
	height: 250px;
	border: 1px white solid;
	margin: 0 6px 0 0;
	text-align: center;
	}
	
div#facts p
	{
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	margin-top: 130px;
	margin-left: 18px;
	margin-right: 18px;
	text-transform: uppercase;
	}
	
div#facts p#factlinks {
	color: #fff;
	font-size: 1em;
	text-align: center;
	padding: 0;
	margin-top: 5px;
	margin-left: 25px;
	margin-right: 25px;
	}
	
div#facts a 
	{
	color: #fff;
	font-size: .9em;
	padding: 0 0 15px 0;
	text-transform: uppercase;
	}
	
/*/////////////////////// BANNER AREA ENDS HERE //////////////// */	



/*/////////////////////// UPPER NAVAGATION STARTS HERE //////////////// */	

div#navBar
	{
	clear:left;
	padding: 0;
	margin: 0;
	
	}
	
#navBar ul
	{
	list-style-type:none;
	}
	
#navBar li
	{
	width: 123px;
	margin-right: 4px;
	float: left;
	font-size : 1em;
	text-align: center;
	border-bottom: 4px solid #edede4;
	letter-spacing: .75px;
	text-transform: uppercase;
	}
	
#navBar li a
	{
	display:block;
	color:white;
	text-decoration:none;
	font-weight:bold;
	padding: 2px;
	line-height:1.5em;
	}

#navBar li#about a
	{
	background-color:#78A22F;
	}
	
#navBar li#about a:hover
	{
	background-color:#9ecc4d;
	}	
	
#navBar li#natural a
	{
	background-color:#6F8CC0;
	}
	
#navBar li#natural a:hover
	{
	background-color:#9AB0D8;
	}	

#navBar li#publications a
	{
	background-color:#B06010;
	}
	
#navBar li#publications a:hover
	{
	background-color:#D78635;
	}

#navBar li#opportunities a
	{
	background-color:#ddb731;
	}
	
#navBar li#opportunities a:hover
	{
	background-color:#fad659;
	}
	
#navBar li#partners a
	{
	background-color:#d8852d;
	}
	
#navBar li#partners a:hover
	{
	background-color:#f9ba78;
	}
	
#navBar li#gallery a
	{
	background-color:#993e4e;
	}
	
#navBar li#gallery a:hover
	{
	background-color:#c46677;
	}

.lastLink
	{
	margin-right:0;
	}
	
/*/////////////////////// UPPER NAVAGATION ENDS HERE //////////////// */

/* ////////////////////// PAGE BODY ELEMENTS BEGIN HERE ///////////////// */
	
div#body_wrapper
	{
	width: 764px;
	}	
	
div#bodyimage_aboutus
	{
	width: 752px;
	margin: 0 6px;
	background: #fff url(../images/a_us/bg_image_about.gif) top repeat-y;
	}
	
div#bodyimage_publications
	{
	width: 752px;
	margin: 0 6px;
	background: #fff url(../images/pub/bg_image_pubs.gif) top repeat-y;
	}
	
div#bodyimage_na
	{
	width: 752px;
	margin: 0 6px;
	background: #fff url(../images/na/bg_image_na.gif) top repeat-y;
	}
	
div#bodyimage_pubs
	{
	width: 752px;
	margin: 0 6px;
	background: #fff url(../images/pub/bg_image_pubs.gif) top repeat-y;
	}
	
div#bodyimage_opps {
	width: 752px;
	margin: 0 6px;
	background: #fff url(../images/opp/bg_image_opp.gif) top repeat-y;

	}
	
div#bodyimage_partners {
	width: 752px;
	margin: 0 6px;
	background: #fff url(../images/part/bg_image_partners.gif) top repeat-y;
	}
	
div#bodyimage_gallery {
	width: 752px;
	margin: 0 6px;
	background: #fff url(../images/gall/bg_image_gallery.gif) top repeat-y;
	}
	
/* /////// RIGHT COLUMN BEGIN HERE /////// */

div#rightColumn
	{
	width: 209px;
	float: right;
	/*border: red solid 1px;*/
	}
	
div#rightColumn h1
	{
	color: #EFE4C3;
	line-height: 2.2em;
	background-color: #660;
	text-align: center;
	font-size: 1.15em;
	text-transform: uppercase;
	margin-bottom: 12px;
	clear: both;
	}

div#rightColumn p {
	font-size: 1em;
	padding: 0 0 10px 0;
	margin: 0 14px;
	}
	
div#rightColumn p#instructions  {
	color: #660;
	}

#nw {
	padding: 0;
	text-indent: -9999px;
	width: 85px;
	height: 70px;
	float: left;
	margin-left: 10px;
}

#nw a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background: transparent url(../images/map_images/nal_nw.jpg) no-repeat;
}

#nw a:hover {
	background: transparent url(../images/map_images/nal_nw_on.jpg) no-repeat;
}

#ne {
	padding: 0;
	text-indent: -9999px;
	width: 85px;
	height: 70px;
	float: left;
}

#ne a {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background: transparent url(../images/map_images/nal_ne.jpg) no-repeat;
}

#ne a:hover {
	background: transparent url(../images/map_images/nal_ne_on.jpg) no-repeat;
	}


#sw {
	clear: both;
	padding: 0;
	text-indent: -9999px;
	width: 85px;
	height: 70px;
	margin-left: 10px;
	margin-bottom: 20px;
	float: left;
	}

#sw a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background: transparent url(../images/map_images/nal_sw.jpg) no-repeat;
}

#sw a:hover {
	background: transparent url(../images/map_images/nal_sw_on.jpg) no-repeat;
}

#se {
	text-indent: -9999px;
	width: 85px;
	height: 70px;
	float: left;
	margin-bottom: 20px;
}

#se a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background: transparent url(../images/map_images/nal_se.jpg) no-repeat;
}

#se a:hover {
	background: transparent url(../images/map_images/nal_se_on.jpg) no-repeat;
}

#clearone
	{
	clear:both;
	height: 1px;
	}

/* /////// RIGHT COLUMN ENDS HERE /////// */



/* //////////// LEFT COLUMN STARTS HERE ///////// */

/* /////// PAGE SUB NAVIGATION STARTS HERE //////*/

div#pagenav
	{
	width: 537px;
	height: 24px;
	padding: 0;
	border: 0;
	margin-bottom: 20px;
	background-color: #003;
	}
	
div#pagenav ul#submenu
	{
	text-align: center;
	list-style-type: none;
	padding: 0;
	border: 0;
	}

div#pagenav ul#submenu li
	{
	float: left;
	border-right: #6F8CC0 solid 2px;
	font-size : .9em;
	text-align: center;
	padding: 0;
	}
	
div#pagenav ul#submenu li a
	{
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 2.7em;
	text-transform: uppercase;
	background-color: #003;
	padding: 0;
	border: 0;
	}
	
div#pagenav ul#submenu li a.tabon
	{
	color: #003;
	background-color: #fff;
	}
	
div#pagenav ul#submenu li a:hover.tabon
	{
	color: #003;
	background-color: #fff;
	}


div#pagenav ul#submenu li a:hover
	{
	background-color: #666;
	padding: 0;
	border: 0;
	}	

#tab1
	{
	width: 90px;
	padding: 0;
	border: 0;
	}
	
#tab1_na
	{
	width: 120px;
	padding: 0;
	border: 0;
	}
	
#tab1_pubs
	{
	width: 150px;
	padding: 0;
	border: 0;
	}
	
#tab1_opp
	{
	width: 120px;
	padding: 0;
	border: 0;
	}
	
#tab1_partners
	{
	width: 160px;
	padding: 0;
	border: 0;
	}
	
#tab1_gallery
	{
	width: 140px;
	padding: 0;
	border: 0;
	}
	
#tab2
	{
	width: 105px;
	padding: 0;
	border: 0;
	}
	
#tab2_na
	{
	width: 170px;
	padding: 0;
	border: 0;
	}
	
#tab2_opp
	{
	width: 220px;
	padding: 0;
	border: 0;
	}
	
#tab3
	{
	width: 160px;
	padding: 0;
	border: 0;
	}
	
#tab4
	{
	width: 66px;
	padding: 0;
	border: 0;
	}

#tab5
	{
	width: 96px;
	margin-right: 0;
	padding: 0;
	border: 0;
	}

/* /////// PAGE SUB NAVIGATION ENDS HERE //////*/

/* //////////// LEFT COLUMN CONTINUES ///////// */


	
ul#breadcrumb {
	list-style-type: none;
	padding-bottom: 25px;
	}
	
ul#breadcrumb li {
	display: inline;
	}
	
p#sortby {
	font-size: 1em;
	}
	
div#leftContent {
	width: 510px;
	margin-left: 12px;
	padding-bottom: 20px;
	}
	
img.float_right {
	float: right;
	margin: 20px 5px 13px 40px;
	border: 1px #999 solid;
	}
	
div#bodyimage_na div#leftContent h3{
	font-size: 1.3em;
	}

div.activity {
	padding-bottom: 35px;
	}
	
div.activity h3 {
	border-top: #360 1px solid;
	padding-top: 12px;
	}
	
p.heading {
	font-size: .9em;
	font-weight: bold;
	margin: 0 0 4px 0;
	}
	
ul.features {
	list-style-type: none;
	padding: 10px 0 15px 0;
	border-bottom: #063 solid 1px;
	margin-bottom: 15px;
	}
	
ul.features li {
	display: inline;
	padding-right: 1em;
	font-size: .9em;
	}

ul.sha {
	margin: 10px 0 10px 20px;
	}
	
ul.sha li {
	font-size: 1.1em;
	line-height: 1.4em;
	padding-bottom: 5px;
	}

.bold {
	font-weight: bold;
	}
	
h3.related {
	margin: 10px 0 0 0;
	border-top: #360 solid 1px;
	padding: 10px 0 10px 0;
	}

#relatedtopics li {
	list-style-type: none;
	margin: 0 0 10px 15px;
	}
	
div#photocaption {
	float: right;
	width: 200px;
	margin: 10px 0 15px 20px;
	}
	
div#photocaption img {
	border: solid black 1px;
	}

div#photocaption p {
	font-size: 1em;
	font-weight: bold;
	padding: 7px 0 10px 0;
	color: #063;
	}

ul#ysp li {
	list-style-type: none;
	padding-top: 5px;
	}
	
ul#partner_links{
	list-style-type: none;
	}

ul#partner_links li{
	padding: 6px 0 6px 5px;
	border-top: 1px black solid;
	}
	
h3#top {
	padding-top: 13px;
	border-top: 1px #360 solid;
	}
	
ul.qfacts {
	padding: 10px 0 10px 0;
	}
	
ul.qfacts li {
	font-size: .95em;
	list-style-type: none;
	margin: 5px 0;
	}
	
#na_imgs {
	width: 510px;
	margin: 10px 0;
	border-top: #063 solid 1px;
	border-bottom: #063 solid 1px;
	padding: 20px 0;
	}
	
#na_imgs img {
	display: inline;
	margin: 4px 4px 0 0;
	border: 1px #999 solid;
	}
	
#gall_imgs {
	width: 509px;
	}
	
#gall_imgs img {
	display: inline;
	margin: 4px 4px 0 0;
	border: 1px #999 solid;
	}
	
.gall_heads {
	font-size: 1.1em;
	padding-top: 5px;
	border-top: solid #369 1px;
	margin-top: 15px;
	color: #F60;
	font-weight: bold;
	}
	
#bodyimage_opps ul {
	padding-top: 5px;
	list-style-type: none;
	padding-bottom: 10px;
	margin: 0;
	}
	
#bodyimage_opps ul li {
	list-style-type: none;
	padding-left: 10px;
	margin: 0;
	font-weight: bold;
	}
	
#bodyimage_opps ul ul li{
	font-weight: normal;
	padding-bottom: 4px;
	padding-left: 20px;
	}
	
#bodyimage_opps ul ul li.lastli {
	padding-bottom: 4px;
	}
	
ul#nobold li{
	font-weight: normal;
	padding-bottom: 4px;
	padding-left: 20px;
	}
	
ul.park_list {
	margin: 6px 0px;
	}
	
ul.park_list li {
	list-style-type: none;
	padding-bottom: 5px;
	}	
	
	
ul.downloads {
	margin: 6px 0px;
	}
	
ul.downloads li {
	list-style-type: none;
	padding-bottom: 5px;
	}
			


/* /////// LEFT COLUMN ENDS HERE /////// */



/* ////////////////////// PAGE BODY ELEMENTS ENDS HERE ///////////////// */


/* FOOTER NAVIGATION STARTS HERE */

	
div#footer_aboutus {
	width: 764px;
	background-color: #78A22F;
	font-size:1em;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	color: white;
	}
	
div#footer_na {
	width: 764px;
	background-color: #6F8CC0;
	font-size:1em;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	color: white;
	}
	
div#footer_pubs {
	width: 764px;
	background-color: #b06010;
	font-size:1em;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	color: white;
	}
	
div#footer_opps {
	width: 764px;
	background-color: #ddb731;
	font-size:1em;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	color: white;
	}
	
div#footer_partners {
	width: 764px;
	background-color: #d8852d;
	font-size:1em;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	color: white;
	}
	
div#footer_galley {
	width: 764px;
	background-color: #993e4e;
	font-size:1em;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	color: white;
	}
	
div#footer_nav
	{
	text-align: center;
	}
	
#footer_nav ul
	{
	text-align: center;
	list-style-type:none;
	padding-bottom: 15px;
	}
	
#footer_nav li
	{
	color:white;
	display:inline;
	}
	
#footer_nav li a
	{
	color:white;
	line-height:1.5em;
	}
	
#footer_nav li a:hover
	{
	text-decoration:none;
	}
	
#footer_nav img
	{
	padding: 0 360px;
	}
	
div#footer_nav p
	{
	text-align: center;
	padding: 0;
	margin: 0;
	}
	
/* FOOTER NAVIGATION ENDS HERE */
