@charset "utf-8";
/* CSS Document */


/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	color: #000;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background: #64717A url(../images/BG-main3.jpg) no-repeat fixed center top;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
}
#divHeader h1 {
	text-indent: -5555px;
}

/* Commonly used to style page titles. */
h1 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#divWrapper {
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 900px;
	position: relative;
	background: #FFFFFF;
}
#divPoolKitOffer {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 763px;
	top: 5px;
	width: 119px;
	color: #FFFFFF;
	font-weight: bold;
}
#divHeader {
	border-bottom: 1px solid #000000;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	margin: 0px;
	height: 120px;
	width: 901px;
	background-color: #117F98;
	background-image: url(../images/banner-logo-HmPg-40years.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#divTopNav {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 134px;
	top: 81px;
	height: 37px;
	width: 813px;
}
#divHomeBottomNav {
	margin: 0px;
	padding: 0px 0px 0px 7px;
	position: absolute;
	left: 0px;
	top: 535px;
	height: 33px;
	width: 894px;
	color: #23839B;
	font: 10px Arial, Helvetica, sans-serif;
	background: #0A5565;
}
#divHomeBottomNav a {
	color: #ABE2E7;
	margin: 0px;
	padding: 7px 10px 0px;
	display: block;
	float: left;
	font-size: 11px;
	border-right: 1px solid #24829B;
}


#divContentWrapper {
	margin: 0px;
	padding: 0px;
	height: 415px;

}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#divContentWrapper .clearFloat {
	clear: both;
	display: block;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#divContent {
	margin: 0 0 0 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px;
	position: absolute;
	top: 469px;
	z-index: 11;
}
#divContentGallery {
	margin: 0 0 0 181px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px;
	position: relative;
	background: #E7E6E6;
}

.rightFloat {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 300px;
}
.rightFloat265 {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 265px;
	text-align: right;
}

#divLeftColumn {
	float: left;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 180px;
	margin: 0px;
}
#divLeftColumn h2 {
	color: #11758C;
	font: bold 15px/16px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 15px 0px 0px;
	text-align: center;
}
#divLeftColumn h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 11px 0px 4px;
	text-align: center;
}

#divLeftColumn ul {
	margin: 0px;
	padding: 0px;
}
#divLeftColumn li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CBCAC8;
}
#divLeftColumn a {
	display: block;
	margin: 0px;
	padding: 5px 2px 5px 20px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #E7E6E6;
}

#divLeftColumn a:hover {
	display: block;
	margin: 0px;
	padding: 5px 2px 5px 20px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	text-decoration: none;
}
#divFooter {
	color: #FFFFFF;
	margin: 0px auto;
	padding: 44px 0px 30px;
	clear: both;
	width: 900px;
}
#divFooter a {
	color: #FFFFFF;
}
#divContent h1 {
	padding-top: 30px;
	padding-bottom: 11px;
	color: #11758C;
	margin: 0px;
	font-size: 12px;
}
#divContent h2 {
	padding-top: 0px;
	padding-bottom: 4px;
	color: #000000;
	margin: 0px;
	font-size: 18px;
	line-height: normal;
}
#divContent p {
	margin: 0px;
	padding: 0px 80px;
	line-height: 14px;
	color: #666666;
}
#divContent ul {
	color: #666666;
}

#divContent hr {
	margin: 5px 0px;
	padding: 0px 0px 4px;
	color: #157F97;
}
#divContent a {
	color: #19819A;
	font-weight: normal;
	text-decoration: underline;
}
#divLeftColumn a.onPage {
	display: block;
	margin: 0px;
	padding: 5px 2px 5px 20px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	text-decoration: none;
	color: #378CA1;
}
#divContent100Percent {
	margin: 0 0 0 220px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px;
	width: 580px;
}
#divContent100Percent h1 {
	padding-top: 30px;
	padding-bottom: 11px;
	color: #11758C;
	margin: 0px;
	font-size: 12px;
}
#divContent100Percent h2 {
	padding-top: 0px;
	padding-bottom: 4px;
	color: #000000;
	margin: 0px;
	font-size: 18px;
	line-height: normal;
}
#divContent100Percent p {
	margin: 0px;
	padding: 7px 0px;
	line-height: 20px;
	color: #666666;
}
#divContent100Percent hr {
	margin: 5px 0px;
	padding: 0px 0px 4px;
	color: #157F97;
}
#divContent100Percent a {
	color: #19819A;
	font-weight: normal;
	text-decoration: underline;
}
.photoBorder {
	margin: 10px;
	padding: 4px;
	border: 1px solid #167F95;
}
#divFlashContent {
	margin: 0 0 0 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px;
}
#divHomeBottomNav .lastLink {
	border-right-style: none;
}
#divHomeBottomNav a:hover {
	color: #FFFFFF;
	margin: 0px;
	padding: 7px 10px 0px;
	display: block;
	float: left;
	font-size: 11px;
	border-right: 1px solid #24829B;
}
