/* General */
body {
	margin: 0px;
	padding: 0px;
	background: url('../imgs/mainBG-ededed.jpg') repeat-x top left #ededed;
	background: #e9e9e9;
	font-family: arial;
	color: #737373;
	font-size: 12px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #0055A5;
	margin: 0px;
	padding: 4px 0px 8px 0px;
}
h1 span {
	display: block;
	font-size: 12px;
	color: #737373;
	
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	padding: 4px 0px;
	color:#0055A5;
}
h3 {
	margin: 8px 0px 3px 0px;
}
p {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 1.6em;
	text-align: justify;
}
p span.title1 {
	font-size: 21px;
	display: block;
	color: #0055A5;
	text-transform: uppercase;
}
p span.title2 {
	font-size: 16px;
	display: block;
	line-height: 21px;
	color: #0069cb;
}
p span.title2 a {
	font-weight: bold;
	color: #737373;
	text-decoration: none;
}
p span span {
	font-style: italic;
}
p.sales, p.salecontact {
	color:#0055A5;
	font-size: 15px;
}
p.salecontact {
	vertical-align: bottom;
}
p.salecontact img {
	padding: 0px 10px 0px 5px;
}
a {
	color: #0054a5;
}
a img {
	border: 0px none;
}
/* Basic Site */
#siteWrapper {
	width: 1016px;
	margin: 0px auto;
}
#header {
	width: 1016px;
	height: 128px;
	background: url('../imgs/header.jpg') no-repeat top left;
	margin: 0px 0px 10px 0px;
	position: relative;
	z-index: 10;
	color: #0055A5;
}
#header .logoSpace {
	width: 228px;
	display: block;
	height: 110px;
	float: left;
	position: relative;
}
#logo {
	position: absolute;
	top: 6px;
	left: 124px;
	width: 101px;
	height: 102px;
	background: url('../themes/blue/logo.jpg') no-repeat top left;
	display: block;
}
#intro {
	width: 997px;
	height: 334px;
	background: url('../imgs/introBG.jpg') no-repeat top left;
	margin: 0px auto 10px auto;
}

/* Menu */
#header ul {
	width: 767px;
	height: 39px;
	position: absolute;
	bottom: 9px;
	right: 13px;
	margin: 0px;
	padding: 0px;
	background: url('../imgs/menuBG.jpg') repeat-x bottom left;
	z-index: 35;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	padding: 7px 10px 0px 10px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 14px;
	line-height: 14px;
	margin: 0px 6px 0px 0px;
	line-height: 32px;
}
#header ul li.contact {
	float: right;
}
#header ul li a:hover {
	color: #DFDFDF;
}
#header ul li.over {
	background: url('../imgs/menuCurEnd.jpg') no-repeat bottom right;
}
#header ul li.over a {
	background: url('../imgs/menuCur.jpg') repeat-x bottom left;
}
#header ul li ul {
	width: 250px;
	top: 0px;
	left: 0px;
	position: absolute;
	background: none;
	z-index: 20;
	visibility:hidden;
}
#header ul li ul li {
	float: none;
	background: url('../imgs/menuBG.jpg');
}
#header ul li ul li a {
	line-height: 25px;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	font-size: 11px;
	display: block;
	width: 100%;
}


#header a.techforum.over, #header a.tel.over {
	color: #0054a5;
}
#header a.techforum, #header a.tel {
	display: block;
	width: 145px;
	line-height: 55px;
	position: absolute;
	top: 3px;
	left: 845px;
	padding-left: 10px;
	color: #6d6e71;
	text-decoration: none;
}
#header a.techforum:hover, #header a.tel:hover {
	color: #0054a5;
}
#header a.tel {
	top: 63px;
}
#header #search {
	position: absolute;
	top: 32px;
	left: 400px;
	overflow: auto;
}
#header #search label {
	float: left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	width: auto;
	line-height: 24px;
}
#header #search input {
	width: 200px;
	font-size: 16px;
	float: left;
	margin: 0px 5px 0px 0px;
}
#header #search .searchBut {
	width: 27px;
	height: 23px;
	border: 0px none;
	background: url('../imgs/searchBut.jpg') no-repeat;
}
#header #contacts {
	position: absolute;
	top: 24px;
	right: 20px;
	font-size: 14px;
	text-align: right;
	width: 235px;
	font-weight: bold;
	line-height: 20px;
}
#header #contacts span {
	color: #5a5b5e;
}



/* Content Areas */
#pageHeader {
	width: 1000px;
	height: 114px;
	margin: 0px auto;
	line-height: 0px;
	font-size: 0px;
}
#pageHeader .headerImg {
	background: url('../themes/blue/headers/water.jpg') no-repeat top left;
	float: left;
	width: 518px;
	height: 114px;
}
#pageHeader .headerBG {
	background: url('../themes/blue/headerBarBG.jpg') repeat-x top left;
	float: left;
	width: 482px;
	height: 114px;
}
#pageHeader .headerTitle {
	background: url('../themes/blue/headerBarEnd.jpg') no-repeat top right;
	width: 482px;
	height: 114px;
	position: relative;
}
#pageHeader .headerTitle .title {
	position: absolute;
	line-height: auto;
	font-size: 18px;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	top: 70px;
	right: 15px;
	line-height: 14px;
	
}
#pageHeader .headerTitle .subtitle {
	position: absolute;
	line-height: auto;
	font-size: 12px;
	color: #CCCCCC;
	text-align: right;
	top: 90px;
	right: 15px;
	line-height: 14px;
}
#pageHeader .headerTitle .subtitle a {
	color: #CCCCCC;
	line-height: 14px;
}
.contentHeader {
	width: 1000px;
	height: 9px;
	background: url('../imgs/contentTop.gif') no-repeat top left;
	margin: 0px auto;
	line-height: 0px;
	font-size: 0px;
}
.contentInner {
	margin: 0px auto;
	width: 960px;
	padding: 5px 20px;
	background: url('../imgs/contentBG.gif') repeat-y top left;
}

.contentFooter {
	width: 1000px;
	height: 8px;
	background: url('../imgs/contentBot.gif') no-repeat top left;
	margin: 0px auto 10px auto;
	line-height: 0px;
	font-size: 0px;
}
.mainContent {
	width: 687px;
	float: left;
}
.mainContentLeft {
	width: 460px;
	float: left;
}
.mainContentRight {
	width: 475px;
	float: right;
}
.mainContentLink {
	float: left;
	margin-right: 15px;
}
.mainContentLink a {
	display: block;
	width: 114px;
	height: 49px;
	margin-top: 5px;
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	background: url('../imgs/buttan.jpg') no-repeat;
}
.mainContentText {
	float: left;
}
.mainSidebar {
	width: 255px;
	float: right;
}
.mainSidebar img {
	margin: 10px;
}
.mainContent ul {
	margin: 0px 0px 15px 0px;
}
.mainContent ul li {
	padding-bottom: 5px;
}

p.writers { line-height: 20px; }
h2.writers { line-height: 30px; padding: 8px 0px 0px 0px;}
.clear { clear: both; }
hr { color: #0055A5; background-color: #0055A5; border: 0; }

label {
	width: 200px;
	display: block;
	padding-top: 10px;
}
input, textarea {
	border: 1px solid #ccc;
}
#contactForm label {
	width: auto;
}
#contactForm input {
	width: 300px;
}
#contactForm input#submit {
	width: 100px;
}
#contactForm input#chkContact, #contactForm input#chk3rdContact {
	width: auto;
}
#contactForm textarea#address {
	width: 300px;
	height: 100px;
}
#contactForm textarea#enquiry {
	width: 600px;
	height: 200px;
}

#indexMainHighlights {
	width:  997px;
	height: 334px;
	position: relative;
	float: left;
	margin-left: 9px;
	margin-bottom: 10px;
}
#indexMainHighlights .slide {
	width:  997px;
	height: 334px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}
#indexMainHighlights .slide a {
	display: block;
	color: #d4d6d8;
	text-decoration: none;
}
#indexMainHighlights .buttons {
	position: absolute;
	top: 43px;
	right: 42px;
	z-index: 20;
}
#indexMainHighlights .button {
	float: left;
	width: 28px;
	height: 27px;
	margin-left: 9px;
	margin-right: 0px;
	cursor: pointer;
	color: #FFFFFF;
	text-align: center;
	line-height: 27px;
	font-size: 14px;
}
#indexMainHighlights .clickme {
	position: absolute;
	display: block;
	width: 192px;
	height: 46px;
	top: 247px;
	right: 43px;
}
#indexMainHighlights .texthead {
	position: absolute;
	display: block;
	width: 460px;
	height: 60px;
	top: 100px;
	left: 532px;
	font-size: 32px;
	color: #FFFFFF;
	line-height: 32px;
}
#indexMainHighlights .text {
	position: absolute;
	display: block;
	width: 450px;
	height: 60px;
	top: 168px;
	left: 532px;
	font-size: 18px;
	color: #FFFFFF;
}
#indexMainHighlights .selected {
	border: 1px solid #FFFFFF;
	width: 26px;
	height: 25px;
	line-height: 25px;
}

#indexMailingList {
	width: 300px;
	overflow: auto;
}
#indexMailingList input {
	font-size: 12px;
	width: 220px;
	float: right;
	padding: 0px;
	margin: 0px;
	margin-bottom: 7px;
	padding: 2px 0px;
}
#indexMailingList label {
	width: 63px;
	float: left;
	text-align: right;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	color: #0055a5;
	line-height: 20px;
	margin-bottom: 7px;
	margin-right: 10px;
}
#indexMailingList input.submit {
	width: 73px;
	height: 22px;
	background: url('../imgs/subBut.jpg') no-repeat;
	border: 0px none;
}

/* Footer */
.footerInner {
	margin: 0px auto;
	width: 930px;
	padding: 5px 35px;
	background: url('../imgs/contentBG.gif') repeat-y top left;
}
.footerInner ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footerInner ul li {
	padding: 0px;
	margin: 0px;
	float: left;
	margin-right: 20px;
}
.footerInner ul li span a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.footerInner ul li span.footerWater a { color: #0093D0; }
.footerInner ul li span.footerLabel a { color: #492F92; }
.footerInner ul li span.footerEffluent a { color: #ED1D24; }
.footerInner ul li span.footerGroup a { color: #0055A5; }
.footerInner ul li p {
	padding: 0px;
	margin: 0px;
	padding-left: 3px;
	margin-top: 3px;
}
.footerInner ul li p a {
	color: #737373;
	font-size: 10px;
	text-decoration: none;
	line-height: 16px;
}
.footerInner ul li.copy {
	float: right;
	margin: 0px;
}
.footerInner ul li.copy p {
	text-align: right;
}
#pagination {
	margin: auto;
	height: 30px;
	margin-top: 10px;
}
#pagination a.page, #pagination div.page {
	display: block;
	width: 20px;
	line-height: 20px;
	height: 20px;
	border: 1px solid #0055A5;
	color: #0055A5;
	float: left;
	text-align: center;
	margin-right: 5px;
}
#pagination div.page {
	border: 1px solid #737373;
	color: #737373;
}

#feedback .feedbackRadio {
	width: 50px;
}
#feedback label {
	width: 700px;
}
.indexSmall {
	width: 310px;
	margin-right: 13px;
	float: left;
}
.clear {
	clear: both;
}

#social {
	width: 473px;
	height: 45px;
	position: relative;
	margin: 10px 0px 15px 0px;
	overflow: auto;
}
#social a, .sideData a {
	margin: 0px;
	color: #737373;
	font-size: 11px;
}
#social a span, .sideData a span {
	display: block;
	font-size: 20px;
	color: #0055a5;
}
#social a.twitter, #social a.facebook, #social a.blog, .sideData a.twitter, .sideData a.facebook, .sideData a.blog {
	margin: 0px;
	display: block;
	width: 106px;
	height: 44px;
	float: left;
	padding-left: 50px;
	text-decoration: none;
	background: url('../imgs/iconTwit.jpg') no-repeat 0px 50%;
}
#social a.facebook, .sideData  a.facebook {
	background: url('../imgs/iconFacebook.jpg') no-repeat 0px 50%;
	width: 94px;
}
#social a.blog, .sideData  a.blog {
	background: url('../imgs/iconRSS.jpg') no-repeat 0px 50%;
	width: 115px;
}
.sideData a.twitter, .sideData a.facebook, .sideData a.blog {
	margin: 5px 0px 5px 10px;
}

.newsWrap {
	overflow: auto; 
	margin-bottom: 10px;
}	
.newsDate {
	width: 60px;
	float: left;
	background: url('../imgs/newsDate.jpg') no-repeat;
	height: 64px;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	color: #0055a5;
}
.newsData {
	width: 386px;
	float: right;
}
.newsData a {
	text-decoration: none;
}
.newsData p {
	padding: 0px;
}
.newsData h2 {
	margin: 0px;
	padding: 0px;
}
.newsData h2 a {
	color: #737373;
		font-size: 16px;
	color: #0055a5;
	font-weight: normal;
}	
.newsDay {
	display: block;
	font-size: 22px;
	color: #fff;
	padding-bottom: 15px;
}


.calTable {
	width: 668px; 
	margin: 0px auto;
}
.calTable td {
	
	width: 90px;
	vertical-align: top;
	text-align: center;
	background: #ccc;
}
.calTable td span {
	display: block;
	color: #737373;
	border: 0px none;
	margin: 0px 2px 2px 2px;
	padding: 0px;
	background: #fff;
	font-size: 12px;
}
.calTable td span.monthTitle {
	font-size: 13px;
	font-weight: bold;
	color: #0093D0;
	text-align: center;
	border: 1px solid #ccc;
	margin: 2px 2px 5px 2px;
	background: #ccc;
}
.calTable td span.noDates {
	font-size: 12px;
	color: #BFBFBF;
	border: 1px solid #ccc;
	margin: 0px 2px 2px 2px;
	padding: 2px;
}

.cardOuter {
	width: 263px;
	height: 155px;
	position: relative;
	background: url('../imgs/contactCard.jpg') no-repeat;
	margin-bottom: 10px;
}
.cardOuter .cardTitle {
	position: absolute;
	top: 6px;
	left: 12px;
	font-size: 18px;
	color: #ffffff;
}
.cardOuter .cardData {
	position: absolute;
	top: 42px;
	left: 12px;
	font-size: 12px;
	color: #5c5d60;
}
.cardOuter .cardData h1, .cardOuter .cardData h2 {
	margin: 0px;
	padding: 0px;
}
.cardOuter .cardData h1 {
	font-size: 18px;
}
.cardOuter .cardData h2 {
	font-size: 12px;
	margin-top: 3px;
}
.cardOuter img {
	position: absolute;
	top: 40px;
	left: 168px;
}

.sideTop {
	background: url('../imgs/side_top.jpg') no-repeat;
	width: 253px;
	line-height: 34px;
	font-size: 18px;
	color: #ffffff;
	padding-left: 10px;
}
.sideBot {
	background: url('../imgs/side_bot.jpg') no-repeat;
	width: 263px;
	height: 5px;
	line-height: 5px;
}
.sideData {
	background: url('../imgs/side_1pix.jpg') repeat-y;
	width: 243px;
	padding: 5px 10px 0px 10px;
	overflow: auto;
}
.sideData h1 {
	font-size: 16px;
}


.highlight {
	font-weight: bold;
	background-color: #EEEF95;
	color: #3F3F3F;
}
.searchResults {
	margin: 0px 0px 20px 0px;
}
.searchResults span.searchHead {
	font-size: 20px;
}
.searchResults span.searchURL {
	color: green;
	font-style: italic;
}

#calHeader {
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	color: #fff;
	font-size: 18px;
	width: 668px;
	background: url('../imgs/calendar_top.jpg') no-repeat;
}
#calContain {
	width: 668px;
	background: url('../imgs/calendar_middle.jpg') repeat-y;
}
#calFooter{
	width: 668px;
	height: 11px;
	background: url('../imgs/calendar_bot.jpg') repeat-y;
}