body
{
	width: 100%;
	margin: 0;
	padding: 0;
/*
	background: #fff url(../img/body-background.png) center repeat-y;
*/
	color: #06437c;
	font-size: 76%;
	font-family: 'Verdana', sans-serif;
}

a:link, a:visited
{
	color: #03417b;
	text-decoration: none;
}

a:hover, a:active
{
	color: #8099b0;
}

#container
{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#header
{
	height: 240px;
	background: url(../img/header-background.jpg) right no-repeat;
}

#header h1
{
	width: 136px;
	height: 135px;

	margin: 0;
	padding: 0;
	text-indent: -10000px;
	background: url(../img/header-logo.jpg) 0 30px  no-repeat;
}

#header h2
{
	margin: 10px 0;
	padding: 0;
	color: #0154a2;
	font-family: Arial;

	font-size: 1.1em;
}

#header #address
{
	position: absolute;
	top: 20px;
	right: 0;

	width: 250px;
	float: right;

	font-size: 95%;
	font-style: italic;

	text-align: right;
}

#headline
{
	position: absolute;
	left: 0;
	top: 180px;
	border-bottom: 1px dotted #e1e1e1;
}

#headline h2
{
	font-family: Arial;
	font-weight: bold;
	font-size: 30px;
/*
	color: #8099b0;
*/
	color: #03417b;
	margin: 20px 0 0 0;
	padding: 8px 0;
	font-style: italic;
}

#free-water-analysis
{
	background: url(../img/free-water-analysis-button.png) no-repeat;
	width: 112px;
	height: 110px;

	position: absolute;
	top: 100px;
	right: 240px;
}

#free-water-analysis a
{
	width: 112px;
	height: 110px;
	display: inline-block;
	text-indent: -10000px;
}

#navigation
{
	margin-top: 20px;
	width: 220px;
	float: left;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	margin: 8px 0;
	padding: 0;
	list-style: none;
	text-align: right;
	font-size: 11pt;
}

#navigation ul li ul li
{
	font-size: 10pt;
	color: #888;
	margin: 0;
}

#navigation ul li a:link, #navigation ul li a:visited
{
	display: inline-block;
	padding: 4px 0;
	font-weight: bold;
	background: url(../img/navigation-btn.png) center no-repeat;
	width: 220px;
	color: #03417b;
}

#navigation ul li ul li a:link, #navigation ul li ul li a:visited
{
	font-weight: normal;
	color: #666;
	background-image: none;
	padding: 2px 0;
}

#navigation ul li a:hover, #navigation ul li a:active, #navigation ul li ul li a:hover, #navigation ul li ul li a:active
{
	color: #f6184b;
}


#content-container
{
	margin-left: 260px;
	margin-top: 20px;
	padding-top: 4px;
}

#content
{
	margin-top: 20px;
	font-size: 90%;
}

#content p
{
	line-height: 12pt;
}

#content-left
{
	width: 400px;
	float: left;
}

#content-right
{
	width: 259px;
	margin-left: 420px;
	padding: 0 10px 10px 10px;
	border-left: 1px dotted #e1e1e1;
}

#highlights
{
	margin-bottom: 40px;
}

#highlights ul
{
	margin: 0;
	padding: 0;
}

#highlights ul li
{
	margin: 4px 0;
	padding: 0;
	list-style: none;
	background: url(../img/highlight-btn.png) center no-repeat;
}

#highlights a:link, #highlights a:visited
{
	margin: 0;
	padding: 0;
	width: 259px;
	height: 38px;
	display: inline-block;
	color: #F6184B;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/water-drop.png) no-repeat;
	padding-top: 10px;
	font-size: 12pt;
}

#highlights a:active, #highlights a:hover
{
	color: #8099b0;
}

#highlights span
{
	margin-left: 40px;
}

#footer
{
	clear: both;
	width: 960px;
	padding: 10px 0;
	margin: 0 auto;
	margin-top: 10px;
	background: #dbdde2;
	font-size: 75%;
	text-align: center;
}

#footer p
{
	display: inline;
	margin: 0 20px;
}


.clear
{
	clear: both;
}


fieldset
{
	margin: 8px;
	padding: 12px;

	width: 300px;

	float: left;
}

legend
{
	font-weight: bold;
	color: #0054a4;
	font-size: 1.15em;
	padding: 0 10px;
}


label
{
}

textarea
{
	width: 100%;
	margin-top: 4px;
	min-height: 100px;
}

form div
{
	padding: 2px;
}

form div label
{
	display: inline-block;
	min-width: 100px;
}

form div input
{
}

form input.submit
{
	text-align: center;
	margin: 0 auto;
}

form input.radio
{
	margin-left: 20px;
}

form p
{
	margin: 0;
}



#title
{
	margin: 8px 0;
	background: url(../img/water-drop.png) 10px 0 no-repeat;
	height: 40px;
	border-bottom: 1px dotted #e1e1e1;
}

#title h2
{
	line-height: 40px;
	margin-left: 45px;
	font-size: 1.5em;
	color: #f6184b;
}

.blog-post-header
{
	display: none;
}

.news-post-header
{
	display: none;
}