@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: #FFFFFF;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing:-0.02em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	background-color: #002C84;
	background-image: url(../images/water.jpg);
	background-repeat: repeat;
	background-position: left top;
	
}
.twoColFixLtHdr a:link, a:active, a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
.twoColFixLtHdr a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.twoColFixLtHdr #container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #002C84;
} 
.twoColFixLtHdr #header {
	background-color: #002C84;
	background-image: url(../images/template_new/header_stripe.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 142px;
	display: block;
	padding: 0;
	margin: 0px;
} 
.twoColFixLtHdr #header_right {
	background-image: url(../images/template_new/for-healthy-clean-drinking-water.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 142px;
	display: block;
	float:right;
	margin: 0px;
	width: 400px;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	
	font-size: 1.5em;
	padding:0px;
}
.twoColFixLtHdr #header_right p {
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1em;
	margin-top: 113px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.twoColFixLtHdr #header_left {
	background-color: #002C84;
	background-image: url(../images/template_new/header_stripe.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 142px;
	display: inline;
	float:left;
	padding: 0;
	margin: 0px;
	width: 343px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #002C84;
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
	float: left;
	clear: left;
}

.twoColFixLtHdr #nav_links {
	color: #FFFFFF;
	/*padding-left: 40px;*/
	font-weight: bold;
	font-size: 1em;
	margin: 0px;
	padding-top: 86px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/template_new/tank_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #002C84;
}
.twoColFixLtHdr #nav_links li {
	display: block;
	list-style-type: none;
	height: 32px;
	padding: 0px;
	margin: 0px;
	width: 160px;
	background-repeat: no-repeat;
}

.twoColFixLtHdr #mainContent {
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 170px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20;
	padding-left: 20px;

} 
.twoColFixLtHdr #container #mainContent p {
	font-size:16px;
	line-height: 24px;
	padding-bottom: 10px;
	letter-spacing: normal;
	font-weight: normal;
}
.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;
}
.photo-table-cell {
	padding: 10px;
}
.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 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #mainContent .right-box {
	display: block;
	float: right;
	padding: 10px;
	text-align: center;
	font-size: 12px;
}
.store-link a:link, .store-link a:visited {
	font-size: 1.5em;
	background-color: #FFCC33;
	padding: 5px;
	color: #00AEE0;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
}
.store-link a:hover {
	text-transform: uppercase;
	font-size: 1.5em;
	background-color: #FFCC33;
	padding: 5px;
	color: #00AEE0;
	text-decoration: none;
	font-weight: bold;
}

.twoColFixLtHdr #footer {
	/*padding: 0 10px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:url(../images/footer.png) no-repeat center bottom;*/
	font-size: 0.7em;
	text-align: center;
	margin:0px;
	display: block;
	background-color: #002C84;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.twoColFixLtHdr #footer p {
	padding: 0px 0 10px;
	text-align: center;
}
.small-text {
	color: #FFFFFF;
	font-size: 13px;
}
.copyright A:link, .footer A:visited, .footer A:hover, .footer A:active {
	font-size: 14px;
	color: #999999;
	text-decoration: underline;
}
.table {
	border: 1px dashed #FFFFFF;
}
.medium_text {
	color: #FFFFFF;
	font-size: 24px;
}
.bold {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
}
.imageborder {
	border: 1px solid #FFFFFF;
}
.medium_textShadow {
	color: #FFFFFF;
	font-size: 24px;
	text-shadow: Black 3px 3px 4px;
}
.small_black {
	color: #000000;
	font-size: 11px;
}
.redwarning {
	font-weight: bold;
	color: #FF0000;
}
.BlueBox {
	background-color: #01ACDD;
	display: block;
	padding: 5px;
	width: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	font-weight: normal;
}
h4 {
	font-size: 10px;
	padding: 0px 10px;
	font-weight: normal;
}
.twoColFixLtHdr #container #mainContent .left-box {
	display: block;
	float: left;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	clear: right;
	margin: 10px 30px 10px 10px;
}
