

/* 
  SWWRC Style Sheet 
  Developed by Chris Floyd for the State of Washington Water Research Center
  All Rights Reserved

*/

/* --- Clearing all margins, padding, and borders --- */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img, div { 
  margin: 0; 
  padding: 0; 
  border: 0;
}

body {  
  background-color: #ffffff;
  background: url(images/bg.jpg);
  background-repeat: repeat-x;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 100%;
  text-align: center;
}

b.rtop, b.rbottom {
  display:block;
  /*background: #304E57*/
  background: #4A6D78;
}

b.rtop b, b.rbottom b {
  display:block;
  height: 1px;
  overflow: hidden;
  background: #FFF;
}

b.r1 {
  margin: 0 5px;
}

b.r2 {
  margin: 0 3px;
}

b.r3 {
  margin: 0 2px;
}

b.rtop b.r4, b.rbottom b.r4 {
  margin: 0 1px;
  height: 2px;
}

span.rtop, span.rbottom{
  display:block;
  background: #FFF;
}

span.rtop span, span.rbottom span{
  display:block;
  height: 1px;
  overflow: hidden; 
  /*background: #304E57*/
  background: #4A6D78;
}

span.r1{
  margin: 0 5px;
}

span.r2 {
  margin: 0 3px;
}

span.r3 {
  margin: 0 2px;
}

span.rtop span.r4, span.rbottom span.r4 {
  margin: 0 1px;
  height: 2px;
}

/* --- Each Component of the layout is contained in the container --- */
/* begin IE - Firefox 100% height hack */

#outer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(images/swwrc_bg.jpg);
}

#container {
  width: 762px;
  height: 100%;
  margin: 0 auto 0 auto;
  background-color: #4A6D78;
  
}

#main {
  margin: 0 auto 0 auto;
  background-color: #4A6D78;
  width: 760px;
  text-align: left;
	border-left: 1px solid #000;
  border-right: 1px solid #000;
}

#header {
  /*background-image: url(assets/header_v1.jpg);*/
  background-image: url(images/header_images/header14.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  height: 197px;
  max-height: 197px;
}

#global {
	float: right;
	text-align: right;
	margin: 0px;
	height: 20px;
	background-color: #2B3034;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 0.7em;
}
#global ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #FFFFFF;
}
#global li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}
#global a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#global a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#global a:hover {
	color: #b7bcc0;
	text-decoration: none;
}
#global a:active {
	color: #cfd2d5;
	text-decoration: none;
}
#logo {
  position: absolute;
  z-index: auto;
  margin-top: 25px;
	margin-left: 20px;
  float: left;
  display: inline;
}

#title {
  z-index: auto;
  float: right;
  margin-right: 10px;
  margin-top: 145px;
}

/* The navcontainer is the navagation menu on the left side of the layout */
#navigation_container {
  display: inline;
  float: left;
  width: 125px;
  background-color: #4A6D78;
  margin-left: 4px;
	margin-top: 3px;
}

#navigation {
  background-color: #ffffff;
}

#navigation ul {
  list-style-type: none; 
  margin: 0;
  padding: 0;
}

#navigation li { 
  padding-bottom: 2px;
  font-weight: bold;
  font-size: 75%;
  margin: 2px;
}

a.navigation:link {
  display: block;
  padding: 3px 3px 3px 10px;
  text-decoration: none;
  color: #304E57;
  background-color: #fff;
}

a.navigation:visited {
  display: block;
  padding: 3px 3px 3px 10px;
  text-decoration: none;
  color: #304E57;
  background-color: #fff;
}

a.navigation:hover {
  color: #fff;
  /*background-color: #304E57*/
  background-color: #4A6D78;
}

a.navigation:active {
  display: block;
  padding: 3px 3px 3px 10px;
  text-decoration: none;
  color: #304E57;
  background-color: #fff;
}

.niwr_img {
  text-align: center;
  margin-top: 20px;
}

.navigation_spacer {
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #4A6D78;
}

#current {
  /* The Page you are currently on is marked in the menu.*/

}
 
/*Breadcrumb Navigation above the content sections*/
#breadcrumbs {
  font-size: 75%;
  color: #333333;
  margin-left: 2em;
  padding-left: 14em;
}
 
/* The content container */ 
#content {
  display: inline;
  float: right;
  width: 610px;
  background-color: #fff;  
  font-size: 85%;
  background-image: url(assets/logo_background.gif);
  background-repeat: repeat-y;
  background-position: top center;
  margin: 0px 10px 10px 0px;
}
 
#content_padding {
  padding: 0 5px 5px 5px;
}

#content hr {
  width: 75%;
  margin: 0;
  padding: 0;
}

.page_title {
  font-size: 120%;
  font-weight: bold;
	margin: 10px 10px 10px 0px;
}

.section_title {
  font-weight: bold;
	margin: 10px 10px 10px 0px;
}

.indent_content {
  margin-left: 20px;
	margin-top: 7px;
	margin-bottom: 7px;
}

.height_spacer {
  text-align: left;
}

.report_list {
  margin-left: 20px;
	margin-bottom: 10px;
}

.link_list {
  margin-left: 20px;
}

.medium_text {
  font-size: 100%;
}

.paragraph_content {
  margin-bottom: 1em;
}
/* --- Announcements Section ---*/
#announce_container {
  display: inline;
  float: right;
  width: 30%;
  background-color: #4A6D78;
  margin: 2px;
  text-align: center;
}

#announce_container h3 {
  color: #FFFFFF;
  padding: 2px;
}

#announcements {
	margin: 0px 3px 0px 3px;;
	background: #FFFFFF;
}

#announcements ul {
  list-style-type: none;
	text-decoration: none;
}

#announcements img {
  margin: 0px 0px 0px 10px;
	padding: 0px;
}

#announce_title {
  font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-left: 2px;
}

#announce_text {
  margin: 3px 3px 0px 10px; 
  text-align: left;
  background-color: #FFFFFF;
  color: #000000;
	font-size: 10px;
	font-weight: normal;
}

#float_clear {
  clear: right;
  visibility: hidden;
  margin-top: 1em;
}

/*Water Facts*/
#water_fact {
  clear: both;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 98%;
  font-size: 75%; 
  border-color: #000000;
  border-style: solid; border-top-width: 1px;
}

/* The footer at the bottom of each page*/
#footer{
  clear: both;
  background-color: #FFFFFF;
  border-top: 3px solid #FFFFFF;
  font-size: 75%;
  text-align: center;
	color: #000000;
  padding-top: 5px;
}

#footer a{
  color:#CC6600;
}

