/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Navigation
  Headings
  Content Styles
  Forms
  Clear
  Footer



/* ---------- @ HTML Elements -----------*/

body {	
	background: #549bd9;
	}

a:link,
a:visited {
	color: #003f75;
}

a:hover {
	color:#2566a0;
}

#masthead {
	margin-top: 15px;
	height:105px;
	}

#wrapper {
	position:relative;
}

#top {
	background: url(/images/assets/hydrosecure/bg_main_top.gif) top center no-repeat;
}

#bottom {
	background: url(/images/assets/hydrosecure/bg_main_bottom.gif) top center no-repeat;
}

#main {
	background:#fff;
	color: #181818;
	min-height: 400px;
}

#interior #main {
	padding-top:40px;
}

#home #content-wrapper {
	padding: 0 30px;
}

body.landing #widecolumn {
	background-image:none;
}

#intro img,
#content-wrapper img {
	border-top:1px solid #f2f2f2;
	border-left:1px solid #f2f2f2;
	background:#fff;
}

/* ---------- @ Page Structure -----------*/

#body {
	background:url(/images/assets/hydrosecure/bg_body.png) top center no-repeat;
	background-color:#83bee8;
}


/* ---------- @ Navigation -----------*/

#body #nav {
	margin-top: 38px;
	}

/* ---------- @ Headings -----------*/

h1#logo,
h1#logo a, h1#logo a:visited {
	width: 149px;
	height:165px;
	margin-left: 15px;
	position:absolute;
	top:8px;
	left:0;
	}

h1#logo a, h1#logo a:visited {
	background: url(/images/assets/hydrosecure/logo.gif) no-repeat;
	}

#home h2 {
	font-size: 2em;
	font-family:"Trebuchet MS",tahoma,sans-serif;
	margin: 0 0 0 110px;
	padding: 15px 0 35px;
}

h2 em a, h2 em a:visited {
	color: #3c8fb8 !important;
}


h2 em {
	color:#3c8fb8;
}

h2 strong {
	font-weight: normal;
	border-bottom: 3px solid #7fa279;	
}

h3 {
	border-bottom:3px double #a1d1e9;
}

#home h3 { 
	font: 1.6em Verdana, Arial, Helvetica, sans-serif;
	border-bottom: none;
}

#intro h3 {
	background:url(/images/assets/hydrosecure/bg_header_intro.gif) no-repeat right top;
}

#featured-resources h3 { 
	font: 2.3em Verdana, Arial, Helvetica, sans-serif;
	color: #294971;
}

#featured-resources h3 a, #featured-resources h3 a:visited {
	color: #294971 !important;
}

#home .entry h3,
#intro-content h3 {
	padding-bottom: 0;
	margin-bottom: -10px;
}

#intro-content .text h3 a {
	color:#9adbff !important;
}

.page h4 {
	font-size:1.1em;
	margin-top:25px;
}

h5 {
	color: #cc5336;
}



/* ---------- @ Content Styles -----------*/

/* Home */



#intro-content {
	margin-bottom: 25px;
	position: relative;
	z-index: 1;
}

#intro-content #featured-story {
	background: url(/images/assets/hydrosecure/bg_slideshow.png) no-repeat;
	width: 890px;
	height: 306px;
	overflow: hidden;
	z-index: 2;
}

#intro-content .story {
	list-style-type: none;
	overflow: hidden;
	width: 890px;
	height: 306px;
	margin: 10px 15px 30px 10px !important;
	z-index: 3;
}

#intro-content img {
	border: none;
	float: left;
}

#intro-content .story .text {
	float: left;
	width: 270px;
	margin: 50px 0 0 35px;
	color: #eaf0f3;
	font-size: .9em;
}

#intro-content #next, #intro-content #prev {
	text-indent: -9000px;
	position: absolute;
	bottom: 45px;
	left: 610px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(/images/assets/hydrosecure/arrow-storyright.gif) no-repeat;
	z-index: 500;
}

#intro-content #prev {
    left: 565px;
    background: transparent url(/images/assets/hydrosecure/arrow-storyleft.gif) no-repeat;
}

#intro-content #next:hover, #intro-content #prev:hover {
	background-position: -43px 0;
}

.thumb {
	background: url(/images/assets/hydrosecure/bg_thumbnail.png) no-repeat;
	width: 156px;
	height: 119px;
	padding: 10px 11px;
}

.thumb img {
	padding: 0 !important;
	background: none !important;
	border: none !important;
}

#featured-resources .resources-col {
	background: url(/images/assets/hydrosecure/icon_downloads.gif) no-repeat;
}

#featured-resources .news-col {
	background: url(/images/assets/hydrosecure/icon_news.gif) no-repeat;
}

.sidebar-content a:hover {
	color:#2566a0;
}

#content .entry ul.roman {
	margin-left:30px;
}

#content .entry ul.roman li {
	list-style-type:upper-roman;
}


.feature-content {
	background:#dff0f8;
}

.feature-bottom {
	height: 13px;
	background: url(/images/assets/hydrosecure/bg_feature_bottom.gif) no-repeat;
}




/* ---------- @ Footer -----------*/

#footer {
	background: #212121;
	}

#footer a, #footer a:visited {
	color: #a0e2ff;
}

