/*
	Site: Hydro.com
	Description: Subsite Specific CSS
	Author: MWTKM
*/

/* Header Styles */
@import url(sIFR-screen.css);

div#header {
	height: 128px;
	background: url(../images/bg_head_hydrosubsite.png) no-repeat top left;
	position: relative;
}

div#header div#tools {
	text-align: right;
}

div#header div#tools div.toolscenter {
	float: right;
	padding-top: 8px;
	padding-right: 20px;
	height: auto;
	width: auto;
}

div#header div#tools a, div#header div#tools a:visited {
	text-decoration: underline;
}

div#header div#tools div.toolscenter a {
	padding: 0 0 0 13px;
}

div#header button, div#relcol div.search button {
	background: transparent url(../images/subsite_but_right.png) no-repeat scroll right center;
}

div#header button span, div#relcol div.search button span {
	background: transparent url(../images/subsite_but_left.png) no-repeat scroll left center;
}

div#header h1 {
	position: absolute;
	top: 50px;
	right: 20px;
	font-weight: normal;
	line-height: auto;
	display: inline;
	font-style: italic;
	font-size: 2em;
}

div#header h1 a {
	display: block;
	height: auto;
	text-indent: 0;
	width: auto;
}

div#header h1 object {
	display: block !important;
}

div#header div#navigation {
	float: none;
	height: auto;
	margin-top:2px;
	width: 100%;
}

div#mainmenu {
	font-size:1.2em;
	width: 965px;
	height: auto;
	top: 100px;
	left: 0;
	border-top: 1px solid #A7A9AC;
	border-bottom: 1px solid #A7A9AC;
	background: url(../images/subsite_menu.png) repeat-x top left;
}

div#mainmenu ul {
	padding: 0 0;
	margin: 0;
	height: 24px;
	overflow: hidden;
}

div#mainmenu ul li {
	height: 24px;
	display: block;
	float: left;
	border-right: 1px solid #fff;
	padding: 0;
	margin: 0;
	line-height: 24px;
}

div#mainmenu a {
	border-right: 1px solid #A7A9AC;
	display: block;
	color:#333333;
	float:none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	background: url(../images/subsite_menu.png) repeat-x top left;
}

div#mainmenu a span {
	background: transparent;
	cursor: pointer;
	float: none;
	height: 19px;
	padding: 0 20px;
}

div#mainmenu a:hover {
	background-position: 0 -24px;
}

div#mainmenu li.active a, div#mainmenu li.active a:visited {
	background-position: 0 -48px;
	color: #333;
	position: relative;
	left: -1px;
	margin-right: -1px;
	border-right: none;
}

div#breadcrumbs {
	border-bottom: 1px solid #b2b2b2;
	padding-bottom: 7px;
	margin: 23px 0 19px 0;
	float: right;
	position: relative;
	right: 25px;
}

div#navmenucol {
	margin-top: 21px;
}

div#navmenucol li.top {
	border-bottom: 1px solid #a7a9ac;
}

div#navmenucol li.leafsel {
	border-bottom: 2px solid #9c0;
}

div#navmenucol li.leafsel a {
	background-color: #fff;
}

/* /Header styles */

/* Front page styles */

#subfront {
	padding-top: 23px;
}

#subfront p {
	margin: 0 0 .7em 0;
}
#subfront #mainCol {
	width: 690px;
	float: left;
	position: relative;
	left: 24px;
}

#subfront .feature .articleImg {
	width: 220px;
	float: left;
}

#subfront .feature .articleTxt {
	width: 450px;
	float: right;
}

#subfront #sidebar {
	width: 220px;
	float: right;
	position: relative;
	right: 24px;
}

/* Glossary */

table.GlossryTable{ 
		border-top-style: solid; 
		border-top-color: #A8A9AD; 
		border-top-width: 1px;
		border-right-width: 0px;
		border-left-width: 0px;
		border-bottom-width: 0px;
}
table.GlossryTable td{
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: none none none none;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.GlossryTable td a {
	color:#333;
	font-weight:normal;
}

table.GlossryTable td a:visited {
	color:#333;
	font-weight:normal;
}

div.glossaryWord{
  margin: 0px 20px 20px 0px;
  display: none;
}

.glossaryLetter{
  font-size: 1.3em;
}

