@charset "UTF-8";

/*layout elements of home and content pages*/

body {
	background-color:#c5cca5;
	text-align: center;  /* forIE 5* browser bug */
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
	top: 0px;
	line-height: 1.3em;
	color: #444537;
	margin: 0px;
	padding: 0px;
}


#leftside {
	background-image: url(../_layout/graphics/lft_shadow.gif); /* for shadows on both sides to match #c5cca5 */
	background-repeat: repeat-y;
	background-position: left;
	width: 890px;
	text-align: center;
	margin: 0 auto;
}
#rightside {
	background-image: url(../_layout/graphics/rt_shadow.gif); /* for shadows on both sides to match #c5cca5 */
	background-repeat: repeat-y;
	background-position: right;
	width: 890px;
	text-align: center;
	margin: 0 auto;
}

#wrapper {
	width: 880px;
	text-align: left;
	background-color: #D4D4D4;
	margin: 0 auto;
	background-image: url(../_layout/graphics/rightsidebar.gif); 
	/* this graphic is for faux right column to extend length of container */
	background-repeat: repeat-y;
}

#wrapper2 {
	width: 880px;
	text-align: left;
	background-color: #D4D4D4;
	margin: 0 auto;
	/* wrapper2 is missing the right bar */
}


#header {
	background-color: #40769A;
	background-image: url(../_layout/graphics/header_logo.gif); /* bg header graphic */
	background-repeat: no-repeat;
	height: 62px;
}

#header h1{
	margin: 0; /* margin collapse */
	text-indent: -1000em;  /* header out of code view */
}

/*#navigation {
	width: 100%;
	background-color: #554A58;
	margin: 0;
	height: 2.2em;
	overflow: visible;
}

#navigation .search{
	float:right;
	}*/

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #554A58;
	font-size: 1em;
}

#content_box_2 h2 {
	display: inline;
	padding-bottom: 15px;
}
#content_box_1 li {
	list-style-image: url(../_SpryAssets/SpryMenuBarRight.gif);
	padding-bottom: 5px;
}

/* inserted "ul" before "li" 14Aug08 sz */
#content_box_2 ul li {
	list-style-image: url(../_SpryAssets/SpryMenuBarRight.gif);
	padding-bottom: 5px;
}

/* created 14Aug08 sz */
#content_box_2 ol li {
	padding-bottom: 5px;
}

/* right sidebar element syling */

#rightsidebar h2 {
	padding: 1em 0;
}

#rightsidebar {
	float: right;
	width: 175px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: center;
	padding-right: 5px;
	margin: 0 5px 0 5px;
}

#rightsidebar a:link, #rightsidebar a:visited {
	color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#rightsidebar a:hover, #rightsidebar a:active {
	color:#333333;
	text-decoration: none;
}

#eventbox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #E2E2C9;
	background-color: #444537;
	width: 155px;
	padding: 2px 5px 5px 5px;
	margin: 0 auto;
	background-image: url(../_layout/graphics/events.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#eventbox h2 {
	margin: 0px;
	padding-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-indent: -1000em;  /* header tex out of code view */
}

#eventbox a:link, #eventbox a:visited {
	color: #999999;
	text-decoration: underline;
}

#eventbox a:hover, #eventbox a:active {
	color:#e2e2c9;
	text-decoration: none;
}

/* left box main content elements */

#leftbox {
	float: left;
	width: 685px;
	background-color: #D4D4D4;
	background-image: url(../_layout/graphics/bluesloughmap.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}

#leftbox_content {
	float: left;
	width: 685px;
	background-color: #D4D4D4;
	/*background-image: url(../_layout/graphics/bluesloughmap.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	*/
}

#leftbox_content2 {
	float: left;
	width: 880px;
	background-color: #D4D4D4;
	/*background-image: url(../_layout/graphics/bluesloughmap.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	*/
}
	

#leftbox a:link, #leftbox a:visited {
	color: #333366;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;*/
	text-decoration: underline;
}

#leftbox a:hover, #leftbox a:active{
	color:#333333;
	text-decoration:none;
}


#leftbox_content a:link, #leftbox_content a:visited {
	color: #333366;
	text-decoration: underline;
}

#leftbox_content a:hover, #leftbox_content a:active{
	color:#333333;
	text-decoration:none;
}

#leftbox_content2 a:link, #leftbox_content2 a:visited {
	color: #333366;
	text-decoration: underline;
}

#leftbox_content2 a:hover, #leftbox_content2 a:active{
	color:#333333;
	text-decoration: none;
}

#homephoto {
	width: 685px;
	background-image: url(../_layout/home_images/rotate.php);
	background-repeat: no-repeat;
	height: 260px;
}

#content_photo {
	width: 685px;
	height: 200px;
}

#content_photo2 {
	width: 880px;
	height: 200px;
}

#content_box_1 {
	width: 605px;
	margin: 10px 20px;
	padding: 5px 20px 10px 20px;
	background-color:#FFFFFF;
}

#content_box_2 {
	width: 800px;
	margin: 10px 20px;
	padding: 5px 20px 10px 20px;
	background-color:#FFFFFF;
}

#content_box_1 h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 600px;
}

#content_box_2 h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 780px;
}
	
#top_content_nav {
	background-color: #D4D4D4;
	width: 640px;
	position: relative;
	margin: 10px 0 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	padding: 0 5px 0 0;
	text-align: right;
}

#top_content_nav a:link, #top_content_nav a:visited {
	text-decoration: none;
	font-size:1em;
	color: #333366;
}

#top_content_nav a:hover, #top_content_nav a:active{
	color:#333333;
	font-size:1em;
	text-decoration:underline;
}

#top_content_nav2 {
	background-color: #D4D4D4;
	width: 835px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 25px;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
}

#top_content_nav2 a:link, #top_content_nav2 a:visited {
	text-decoration: none;
	font-size:1em;
	color: #333366;
}

#top_content_nav2 a:hover, #top_content_nav2 a:active{
	color:#333333;
	font-size:1em;
	text-decoration:underline;
}

#content_box_1 h2{
	padding-bottom: 15px;
}

#content_box_2 h2{
	padding-bottom: 15px;
}



/* homefeature syling */

h1 {
	color: #1E5D88;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	height: 0px;
	line-height: 1.5em;
	padding-bottom: 10px;

}


#homefeature_1 {
	background-color: #FFFFFF;
	width: 495px;
	top: 0px;
	margin-top: 40px;
	padding-bottom: 2px;
	margin-left: 170px;
}

#homefeature_1 h2 {
	margin: 5px 0 0 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 475px;
	height: auto;
	padding: 5px 0 0 5px;
}

#homefeature_1 p {
	padding-right: 15px;
	padding-left: 15px;
}

#homefeature_2 {
	background-color: #FFFFFF;
	width: 495px;
	left: 170px;
	margin-top: 30px;
	padding-bottom: 2px;
	margin-left: 170px;
}

#homefeature_2 h2 {
	margin: 5px 0 0 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 475px;
	padding: 5px 0 0 5px;
	height: auto;
}

#homefeature_2 p {
	padding-right: 15px;
	padding-left: 15px;
}


#bottom_nav {
	background-color: #D4D4D4;
	width: 495px;
	left: 170px;
	margin-top: 30px;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

#bottom_nav .email_left {
	float: left;
}

#bottom_nav .sign_right {
	float: right;
}

#bottom_nav_content {
	background-color: #D4D4D4;
	width: 645px;
	position: relative;
	margin: 20px;
	padding-bottom: 5px;
}

#leftbox_content2 #bottom_nav_content {
	width: 800px;
	margin: 10px 40px 10px 40px;
}

#bottom_nav_content .email_left {
	float: left;
}

#bottom_nav_content .sign_right {
	float: right;
}

/*footer styling*/

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	clear: both;
	/*position: relative;*/
	background-color: #444537;
	height: 25px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0;
	margin: 0;
}

#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

#footer a:hover, #footer a:active{
	color: #999999;
	text-decoration:underline;
}

#footer .f_left {
	float:left;
}

#footer .f_right {
	float: right;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#below_footer {
	margin: 0px;
}

/* Styles added by Zaslaw initially for page wetlands_alive.htm */

#content_box_2 .caption_right {
	font-size: 1em;
	text-align: right;
	padding: 0px;
	float: right;
	margin: 0px;
}
div.figure {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	width: auto;
}
.figure p {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #333;
	text-align: center;
	margin: 10px 0 0 0; */
}

/* Used on restoration_projects.htm */
.floatright
{
float: right;
width: 370px;
margin:  0 0 0 0;
padding: 10px;
}

/* Used in recents_events.htm and education.htm and soon others */
.border_on_left {
	margin: 0 0 4px 10px;
	background-color: #D4D4D4;
	padding: 2px;
}
.border_on_right {
	margin: 0 10px 4px 0px;
	background-color: #D4D4D4;
	padding: 2px;
}