/* style sheet for www.purewatersnw.com
--------------------------------------------------------------------*/
/* common colors:
	From the pantone colors:
	Pantone 361:  color: #1EB53A rgb(30, 181, 58);	 green 
	Pantone 2925: color: #008ED6 rgb(0, 142, 214);	 light blue
	
	These are the old colors we're not using any more:
	Green: #2E9C45   46,156,69
	Blue:  #0493CF   4,147,207
	Soft Green on home/office page: #D6F991 rgb(214,249,145)
	
	There are the colors as of 10/20/11:
	Green = R96   G198   B89  (60C659)
	Blue = R117   G178   B221  (75B2DD)
	Soft Green on home/office page: R170 G221 B150 (AADD96)

*/

/* PAGE LAYOUT
--------------------------------------------------------------------*/
html {
  padding: 0;
  background-color: white;
}
body {
  margin: 0 auto;
  padding: 0;
  font: 16px Arial, Helvetica, sans-serif;
  color: black;
}
#outer {
  width: 820px;
  margin: auto;
  /*border: 1px dotted orange;*/
}

#content {
  width: 820px;
  margin: auto;
  height: 100%;
  /*border: 1px dotted green;*/
}

/* TOP MENU
--------------------------------------------------------------------*/
#topmenu {
  margin: auto;
  text-align:center;
  padding-bottom: 10px;
  /* border: 1px dotted blue; */
}

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
table.MenuBar {
	margin: auto;
	padding: 0;
	border: 0;
	font-size: 12pt;
	font-weight: bold;
	cursor: default;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}

/* Menu item containers, position children relative to this container */
td.MenuBar-active {
	color: white;
	background-color:#60C659;	/* green */
	margin: 0;
	padding: 30px 20px 5px 20px;
}
td.MenuBar-link {
	color: #75B2DD;	/* light blue */
	background-color: white;
	margin: 0;
	padding: 30px 20px 5px 20px;
}
table.MenuBar a {
	padding: 30px 10px 5px 10px;
	text-decoration: none;
}
table.MenuBar a:hover {
	color:#60C659;	/* green */
}

/* HTML elements
--------------------------------------------------------------------*/
p {
	margin: 0;
	color: #000;
	font-size: 12pt;
	line-height: 18pt;
}
p.left  {
	margin-left: 25px;
	color: #000;
	font-size: 12pt;
	line-height: 18pt;
}
.center {
  text-align: center;
}
p.right  {
	margin-right: 40px;
	color: #000;
	font-size: 12pt;
	line-height: 18pt;
}
/* second and following text paragraphs need more top margin */
p.left2  {
	margin: 8px 0 0 25px;
	color: #000;
	font-size: 12pt;
	line-height: 18pt;
}
p.center2 {
	margin: 8px 0 0 0;
	text-align: center;
}
p.right2  {
	margin: 8px 40px 0 0;
	color: #000;
	font-size: 12pt;
	line-height: 18pt;
}
a {
	color: #75B2DD;	 /* light blue */
	text-decoration: underline;
}

a:hover {
	color: #60C659;	/* green */
}

hr {
  height: 1px;
  border: 1px solid #ddd;
}
img {
  border: 0;
}

/* HEADERS
--------------------------------------------------------------------*/

h1, h2, span.h2 {
	font-size: 20pt;
	font-weight: bold;
	color: #75B2DD;	/* light blue */
	margin-bottom: 0;
}
h2.green {
	color: #60C659;	/* green */
}


/* ADJUSTMENTS
--------------------------------------------------------------------*/
.green {
	color: #60C659;	/* green */
	font-weight: normal;
}
.blue {
	color: #75B2DD;	/* light blue */
	font-weight: normal;
}
.green-b {
	color: #60C659;	/* green */
	font-weight: bold;
}
.blue-b {
	color: #75B2DD;	/* light blue */
	font-weight: bold;
}
.green-bi {
	color: #60C659;	/* green */
	font-weight: bold;
	font-style: italic;
}
.blue-bi {
	color: #75B2DD;	/* light blue */
	font-weight: bold;
	font-style: italic;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.spacetop {
  margin-top: 12px;
}
.last {
  margin-bottom: 6px;
}
.indented {
	text-indent: 15px;
}

/* page-specific styles
-----------------------------------------------------------------------------------*/

/* bulk page */
img.bulk-logo {
	border: 0;
	padding: 0 55px 30px 45px;
	float: left;
}
div.bulk-map {
	background-image: url(../images/oregon%20map%20330w.jpg);
	background-repeat: no-repeat;
	width: 330px;
	height: 242px;
	border: 0;
	margin: 20px 25px 0 25px;
	float: left;
}
img.bulk-map {
	position: relative;
	top: 53px;
	left: 84px;
	border: 0;
}
img.bulk-nwbwa {
	border: 0;
	float: right;
	padding: 5px 0 10px 25px;
}
div.bulk-water {
	background-image: url(../images/bulk-water-280w.jpg);
	background-repeat: no-repeat;
	width: 280px;
	height: 200px;
	margin: 20px 20px 10px 25px;
	padding: 0px;
	float: right;
}
p.bulk-water {
	padding: 22px 12px 22px 12px;
	color: white;
	text-shadow: #014C6A 2px 2px 1px;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	line-height: 38px;
	text-align: center;
}

/* home/office page */
/*
img.home-office-map {
	border: 0;
	padding: 15px 15px 0 35px;
	margin: 0px;
	float: right;
}
*/
div.home-office-map {
	background-image: url(../images/oregon%20map%20330w.jpg);
	background-repeat: no-repeat;
	width: 330px;
	height: 242px;
	border: 0;
	margin: 18px 25px 2px 25px;
	float: right;
}
img.home-office-map {
	position: relative;
	top: 53px;
	left: 84px;
	border: 0;
}
div.home-office-bottom {
	background-color: rgb(255,255,192);	/* "soft green" */
	margin: 10px 25px 10px 25px;
	padding: 8px 0px 8px 0px;
}
/* unused colors */
div.home-office-bottom1 {
	background-color: rgb(201,232,169);	/* pale green rgb(179,232,126)*/
	margin: 10px 25px 10px 25px;
	padding: 8px 0px 8px 0px;
}
div.home-office-bottom2 {
	background-color: rgb(212,242,192);	/* pale green rgb(179,232,126)*/
	margin: 10px 25px 10px 25px;
	padding: 8px 0px 8px 0px;
}
div.home-office-bottom3 {
	background-color: rgb(216,242,172);	/* pale green rgb(179,232,126)*/
	margin: 10px 25px 10px 25px;
	padding: 8px 0px 8px 0px;
}
div.home-office-bottom4 {
	background-color: rgb(230,245,142);	/* pale green rgb(179,232,126)*/
	margin: 10px 25px 10px 25px;
	padding: 8px 0px 8px 0px;
}
span.home-office-buy-local {
	padding: 0 5px 0 0;
	color: #60C659;	/* green */
	font-size: 20pt;
	font-weight: bold;
}
span.home-office-check-label {
	padding: 0 5px 0 0;
	color: #60C659;	/* green */
	font-weight: bold;
}

/* water quality page */
img.quality-logo {
	border: 0;
	padding: 0 46px 40px 54px;
	float: left;
}
div.quality-text {
	width: 500px;
	float: right;
}
div.quality-waterfountain {
	width: 500px;
	height: 800px;
	margin: 5px 0 0 30px;
	float: right;
	background-image: url(../images/waterfountain2-subset.jpg);
	background-repeat: no-repeat;
}
span.quality-outitcomes {
	padding: 10px 20px 10px 20px;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	color: white;
	/* background-color: #75B2DD;*/ /* light blue */
}
p.quality-water-large-type {
	margin: 20px 0 0 20px;
	font-size: 24px;
	font-weight: bold;
	color: white;
	line-height: 48px;
}
p.quality-water-small-type {
	margin: 0px 0 0 20px;
	font-size: 12pt;
	color: white;
	line-height: 40px;
}
/* the lab results box and text */
div.quality-lab-border {
	width: 240px;
	float: left;
	margin: 3px 0 0 40px;
	border: 5px double rgb(0,158,219);
	background-color: rgb(236,236,255); /*rgb(198,212,255)  rgb(164,180,236);*/
}
p.quality-lab-results {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: center;
	padding: 15px 18px 0px 18px;
	margin-bottom: 10px;
}
p.quality-lab-testing {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
p.quality-lab-heading-date {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	padding: 10px 0 10px 0;
}
/* most of the text in the box */
table.quality-lab-text {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding: 10px 18px 10px 18px;
	border-collapse: collapse;
	border: 1px dotted #BBBBBB;
	background-color: white;
}
table.quality-lab-text td {
	padding: 3px 10px 3px 10px;
	border-bottom: 1px dotted #BBBBBB;
	border-top: 1px dotted #BBBBBB;
}
td.quality-lab-text-r {
	text-align: right;
}
p.quality-lab-more {
	font-size: 13px;
	font-weight: normal;
	padding: 15px 18px 18px 18px;
	line-height: 20px;
	text-align: center;
}

/* contact page */
img.contact-bottle {
	border: 0;
	padding: 40px 5px 0 70px;
	float: left;
}
div.contact-text {
	padding-left: 390px;
}
table.contact {
	padding: 30px 0 0 0;
	margin: 0;
	text-align: center;
}
td.contact-name {
	font-size: 16pt;
	font-weight: bold;
	color: white;
	background-color: #60C659;	/* green */
	margin: 0;
	padding: 10px 20px;
}
span.contact-title {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
td.contact-phone {
	color: white;
	background-color: #75B2DD;	/* light blue */
	font-size: 16pt;
	font-weight: bold;
	padding: 10px 20px;
}
a.contact-email {
	color: white;
	font-size: 16pt;
	font-weight: normal;
	text-decoration: none;
}
a.contact-email:hover {
	text-decoration: underline;
}
td.contact-copyright {
	color: #75B2DD;	/* light blue */
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	line-height: 13pt;
	padding-top: 40px;
}
td.credits {
	color: #75B2DD;	/* light blue */
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	line-height: 9pt;
	padding-top: 25px;
}
td.credits a:hover {
	color: #60C659;	/* green */
}
