/********** color info*********
Blue: #003245
Teal: #247593
Tan: #eae9db
Green: #8ab400
Olive: #989375
Cream: #f1efda
Orange: #db550b
********************************/


body  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #cccccc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}
h1 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color: #8ab400;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:0;
}
h2, form {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:normal;
	text-transform:capitalize;
	margin-bottom:10px;
	margin-top:0;
	color:#003245;
}
h3 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	margin-bottom:3px;
	color:#666666;
}
p {
	font-size:.875em;
	margin-top:0;
	line-height:1.25em;
}
a {
	color:#db550b;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
ul {
	font-size:.875em;
}

#container { 
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/background.gif) repeat-y #FFFFFF;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: url(../images/inner-header.jpg) no-repeat; 
	padding: 8px 0 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:98px;
	voice-family: "\"}\"";
voice-family:inherit;
	height:90px;
}
#header_splash {
 background: url(../images/background-splash.jpg) no-repeat; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:353px;
}
#header h1#firt span { display: none; }
h1#firt {
    height: 81px; /* height of the replacement image */
    background-image:url(../images/inner-logo.gif);
    background-repeat: no-repeat;
	margin:0;
}
#header_splash h1#firt span { display: none; }
#header_splash h1#firt {
    height: 109px; /* height of the replacement image */
    background-image:url(../images/splash-logo.gif);
    background-repeat: no-repeat;
	margin:0;
	margin-bottom:30px;
}
#introduction {
	margin:0 493px 0 0
}
p.intro {
	padding-left:15px;
	color:#000000;
	font-size:.87em;
}
p.intro a {
	font-weight:bold;
}
#photos {
float: right; /* since this element is floated, a width must be given */
	width: 493px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #eae9db; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
#photo_inner {
float: right; /* since this element is floated, a width must be given */
	width: 169px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	margin-top: -8px;
}
#nav {
	background:url(../images/nav-bar.jpg) repeat-x;
	height:32px;
	border-top:1px solid #003245;
	border-bottom:1px solid #003245;
	voice-family: "\"}\"";
voice-family:inherit;
	height:30px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 283px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #eae9db; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	voice-family: "\"}\"";
voice-family:inherit;
	width:263px;
}
#sidebar1 p {
color:#003245;
}
#sidebar1 p.small {
	font-size:.70em;
}
#sidebar1 a {
	color:#003245;
	border:none;
	text-decoration:none;
}
#sidebar1 a:hover {
	color:#db550b;
}
#sidebar1 a img {
	border:none;
}
#sidebar1 a:hover img {
	border:#db550b;
}
img.space {
	padding:5px;
	border:none;
}
#mainContent { 
	margin: 15px 300px 15px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

/* This is the css for the breadcrumbs menu */
.mp_backlinks {
	padding-bottom:10px;
	font-size:.75em;
	color:#000000;
}
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#003245;
	height:132px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:.75em;
	color:#FFFFFF;
}
#footer a {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}
#footer a.summsault {
	color:#989375;
	text-decoration:underline;
}
#footer a.no_underline {
	text-decoration:none;
}
#footer a:hover.no_underline {
	text-decoration:underline;
}
#guides {
	float:right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
body#about a#aboutnav,
body#action a#actionnav,
body#newsroom a#newsroomnav,
body#region_rivers a#region_riversnav,
body#programs a#programnav,
body#publication a#publicationsnav,
body#shop a#shopnav,
body#support a#supportnav {
	background-color: #eae9db;
	color: #db550b;
}

.noborder {
	border:none;
}

ul#news_highlights {
margin:3px 0pt 10px;
padding-left:23px;
}

#news_highlights li {
list-style-image:url(../images/news_bullet.jpg);
padding:0pt 3px 5px 0pt;
}