@charset "utf-8";
/* CSS Document */

/* Global Styles */
* {
	margin: 0px;
	padding: 0px;
}

body {
	overflow: auto;
	background: #f7f6e1;
	color: #333;
	font : 18px Georgia, serif;
	}

/* Wrapper is used at the top to contain the logo and contact us information */
#wrapper {
	position:relative;
	width: 996px;
	margin: 0px auto;
	background: none transparent scroll repeat 0% 0%;
}

/* middle is used to extend all the way across in the middle of the page */
#middlewrapper {
	position:relative;
	height: 440px;
	width: 996px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background: none transparent scroll repeat 0% 0%;
	color: #FFF;
}

#middlewrapper p {
	margin: 14px 3px 0px 6px;
	font-size: 0.9em;
	line-height: 1.2em;
}


#middlewrapper h2 {
	color: #FFF;
/*	padding-left: 10px;
	padding-right: 10px; */
	padding-top: 5px;
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#middlewrapper h3 {
	padding-top: 8px;
	color: #FFF;
	padding-left: 15px;
	font-size: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#middlewrapper a {
	color: #3CF;
	text-decoration: none;
}

#middlewrapper a:hover {
	color: #CFC;
	text-decoration: none;
}

#middlewrapper #consumerdiv {
	height: 440px;
	width: 332px;
	float: left;
	background-image: url(../Assets/Images/bluegradient.jpg);
}

#middlewrapper #prodiv {
	height: 440px;
	width: 332px;
	float: left;
	background-image: url(../Assets/Images/greengradient.jpg);
}

#middlewrapper #watercons {
	height: 440px;
	width: 332px;
	float: left;
	background-image: url(../Assets/Images/browngradient.jpg);
}

#newsdiv {
	height: 296px;
	width: 332px;
	float: left;
}

#newsdiv a {
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
}

#newsdiv a:hover {
	color: #FF0;
}

#newsdiv #topdiv {
	height: 60px;
	width: 332px;
	background-color: #679082;
}

#newsdiv #top2 {
	height: 85px;
	width: 332px;
	background-color: #679082;
}

#newsdiv #seconddiv {
	height: 72px;
	width: 332px;
	background-color: #6F998b;
}

#newsdiv #thirddiv {
	height: 79px;
	width: 332px;
	background-color: #81AA9C;
}


#newsdiv p {
	color: #FFF;
	padding-left: 15px;
	padding-right: 15px;
}

.featureimage {
/*	float: left; */
	margin-top: 6px;
	margin-left: 15px;
	margin-right: 5px;
	margin-bottom: 2px;
	border: #3CF 1px solid;
}

.logo {
	margin-left: 50px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.graytitle {
	background-color: #4A4A4A;
	line-height: 25px;
	border-bottom: #000 solid 1px;
}

#logotext {
	position: absolute;
	top: 59px;
	left: 155px;
}

#tagline {
	position: absolute;
	top: 18px;
	left: 277px;
}

#support {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #333;
	border: 2px solid #5F752B;
	line-height: 1.5em;
	padding: 3px 3px 3px 35px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	/*font-weight: bold; */
}


#support img {
	position: absolute;
	top: 3px;
	left: 3px;
}

/* banner is the div just under the top wrapper */
#banner {
	width: 100%;
	height: 270px;
	padding: 0;
	margin: 0;
	background-image:url(../Assets/Images/banner/banner1.jpg);
}

/* This class is used to flood the color all the way across the screen */
.floodred {
	width: 100%;
	background-color: #A00740;
}

/* navwrapper holds the nav div */
#navwrapper {
	position:relative;
	width: 996px;
	margin: 0px auto;
	background-color: #A00740;
}

#nav ul {
	text-align: center;
	list-style: none;
	padding-bottom: 0;
	padding-left: 17px;
	padding-right: 0px;
	font-size: 18px;
	line-height: 2.0;
	list-style-image: none;
	padding-top: 0px;
	height: 36px;
}

#nav ul li {
	float: left;
	height: 36px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
}

#nav ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	height: 36px;
	padding-right: 18px;
	padding-left: 18px;
}

#nav ul li a:hover {
	background-color: #C1235E;
}


/* Headings */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}

/* contents is used for text describing products just above the footer */
#contents {
	position: relative;
	width: 996px;
	margin-left: auto;
	margin-right: auto;
/*	margin-top: 350px; */
	margin-top: 5px;
}

#contents p {
	color: #333;
}


/* footer is used for the BBB logo, copyright line, and links line */
#footer {
	position: relative;
	width: 996px;
	margin-left: auto;
	margin-right: auto;
/*	margin-top: 350px; */
	margin-top: 15px;
}

#footer #bbb {
	width: 137px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#links {
	text-align: center;
	font-size: 0.8em;
	padding-top: .7em;
}

#copyright {
	text-align: center;
	font-size: 0.8em;
	padding-top: .7em;
}