@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: 'Trebuchet Ms', Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 120%;
	background-color: #d0dbe2;
	background-image: url(../images/top-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	text-decoration: none;
	color: #ffffff;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}
.balmoraltanks #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-left: 10px;
	background-color: #FFFFFF;
	padding-right: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A4AFB3;
	border-left-color: #A4AFB3;
} 
#search {
	width: 250px;
	float: right;
	height: 22px;
	font-family: 'Trebuchet MS', Arial, Verdana;
	text-align: right;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#searchForm input {
	vertical-align: middle;
}

#searchForm table {
	border: 0;
}

#searchForm td {
	padding:0;
}

#mod_search_searchword {
	padding-left: 5px;
	background-repeat: no-repeat;
	padding-top: 2px;
}
#search input {
	width: 140px;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-right: 0px;
	height: 15px;
	font-family: 'Trebuchet MS', Arial, Verdana;
	font-size: 10px;
	color: #0c1c49;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00090F;
	border-right-color: #aab0bf;
	border-bottom-color: #aab0bf;
	border-left-color: #00090F;
}

.balmoraltanks #header {
	height: 55px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	position:relative;
	z-index: 1;
	background-color: #333333;
	background-image: url(../images/top-bar.jpg);
} 


/* Horizontal navigation (moomenu) */

#hornav {
	height: 30px;
	color: #ffffff;
	display:block;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/top-navigation.jpg);
	background-color: #0c1c49;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 12px;
}	
#hornav .moduletable{
	margin:0;
}

#hornav ul{
	margin:0;
	width:auto;
	padding:0;
}
#hornav ul li{
	margin:0;
	padding-top:0;
	height:28px;
	float:left;
	display: block;

}
#hornav ul li a{
	color:#ffffff;
	height:25px;
	display: inline-block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	
}

#hornav li:hover {
	background-image: url(../images/top-navigation-hover.jpg);
	background-repeat: repeat;
}
#hornav ul li a:hover{
	text-decoration:none;
	background-image: url(../images/top-navigation-hover.jpg);
	background-repeat: repeat;
	width: auto;
}
#hornav ul li ul {
	display:block;	
	height:auto;
	width: 14em;
	position: absolute;
	z-index:99;
	left: -999em;
}

#hornav ul li ul ul {
	margin-top: -40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 14em;
}

#hornav ul li li {
	margin-left:0px;
	width: 14em;
}
#hornav ul li li a{
	color:#ffffff;
	text-transform:none;
	display: block;
	background-color: #000000;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#hornav ul li li a:hover{
	text-decoration:none;
	background-image: none;
	background-color: #f7b749;

}

#hornav ul li ul {
left: -999em;
}

#hornav ul li:hover ul ul, #hornav ul li:hover ul ul ul {
left: -999em;
}

#hornav ul li:hover ul, #hornav ul li li:hover ul, #hornav ul li li li:hover ul {
left: auto;
}

/* End Horizontal navigation (moomenu) */

.balmoraltanks .quick_navigation {
	height: 18px;
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	position: absolute;
}
#quicknav-content1 {
	width: 400px;
	margin-right: 5px;
	float: left;
}
#quicknav-content2 {
	width: 195px;
	float: right;
	margin-right: 5px;
}
#quicknav-content3 {
	width: 260px;
	margin-left: 405px;
}
#breadcrumb  {
	height: 14px;
	font-size: 85%;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #000000;
	color: #f7b749;
	font-weight: normal;
	width: 910px;
}	
#breadcrumb a  {
	color: #f7b749;
}
#breadcrumb a:hover {
	color: #ffffff;
}

#main-body {
	width: 950px;
	padding-top: 10px;
	background-color: #FFFFFF;
	margin-top: 0px;
}
#section-module {
	height: 200px;
	width: 910px;
	background-repeat: repeat-x;
	background-image: url(../images/wwt-module-bg.jpg);
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.balmoraltanks #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 280%;
}
.balmoraltanks  #sidebar_left {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding: 0px;
	margin-right: 20px;
	margin-top: 0px;
}
#sidebar_left_topcurves {
	width: 200px;
	height: 10px;
	background-color: #B7C1C8;
}
#sidebar_left_mid {
	width: 170px;
	padding-right: 10px;
	padding-left: 20px;
	background-color: #D0DBE2;
}
#sidebar_left_botcurves {
	width: 200px;
	height: 5px;
	background-color: #B7C1C8;
}
.balmoraltanks #sidebar_right {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-left: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	overflow: hidden;
}
.balmoraltanks #sidebar_feature {
	width: 950px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: left;
}
.balmoraltanks #feature_content {
	width: 910px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 15px;
	float: left;
	background-color: #C2D1D9;
	padding-left: 20px;
}
#mainContent  {
	padding-top: 20;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0;
} 
.balmoraltanks #footer {
	font-size: 90%;
	height: 70px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D0EDF5;
} 
.balmoraltanks #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}
#quicknav-tab1 {
	width: 400px;
	margin-right: 5px;
	float: left;
}
#quicknav-tab2 {
	width: 195px;
	float: right;
	margin-right: 5px;
}
#quicknav-tab3 {
	width: 245px;
	float: left;
}

