/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px auto;
	padding: 0px;
	background-color: #31526F;
	background-image: url(piscine_bg.gif);
	background-repeat: repeat-x;
}

h2 {
color:#003399;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper{
	width: 750px;
	background-color: #5B7A97;
	margin: 0px auto;
}


#masthead{
	margin: 0;
	width: 750px;
	background-image: url(piscine_header.gif);
	background-repeat: no-repeat;
	padding: 0;
	height: 175px;
}

#navBar{
	margin: 0px;
	padding: 0px;
	background-color: #5B7A97;
	width: 165px;
	float: left;
}

#content{
	float:left;
	width: 585px;
	margin: 0px;
	background-color: #FFFFFF;
}

#testimonials{
	width: 450px;
	background-color: #FFFFFF;
	margin-left: 55px;
	padding: 5px 0px 0px 0px;
	border-top: dotted #002C55 1px;
}

#testimonials p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 11px;
	padding-right: 10px;
	padding-left: 10px;
}

.rightimage {
	float:right;
	border-color: #FFFFFF;
	border-width: 10px;
	padding-left: 0px;
}

#icon{
	width: 750px;
	margin: 0px;
	background-image: url(piscine_bottomheader.gif);
	height: 45px;
	clear:both;
	background-repeat: no-repeat;
	padding: 0px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 0px 25px;
}

/************* #globalNav styles **************/

#globalNav{
	width: 750px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 10px;
	padding: 10px 30px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	color: #002141;
	background-image: url(small_glow.gif);
	background-repeat: repeat-x;
	height: 35px;
}

#breadCrumb a:hover{
	color: #4E7497;
}

#breadCrumb a{
	color: #002141;
	
}
/************** .story styles *****************/

.story{
	clear: both;
	font-size: 12px;
	width: 560px;
}

.story p{
	padding: 0px 10px 10px 30px;
	text-align: justify;
}
.story a{
	color: #333333;
}

.story h3{
	color: #002141;
	font-size: 15px;
	padding: 10px 0px 0px 30px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 11px;
	color: #cccccc;
	padding: 0px;
	background-color: #002141;
	font-family: Arial, Helvetica, sans-serif;
	width: 750px;
}

#siteInfo a{
	padding: 10px 0px 10px 0px;
	color: #0081C2;
	text-decoration: none;
}

#siteInfo a:hover{
	text-decoration: underline;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #5B7A97;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 165px;
	border-top-color: #002141;
	border-top-style: dotted;
	border-top-width: 1px;
	line-height: 11px;
}

#sectionLinks a{
	padding: 2px 0px 2px 20px;
	width: auto;
	color: #002141;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#sectionLinks a:hover{
	padding: 2px 0px 2px 20px;
	color: #002141;
	text-decoration: underline;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 11px;
	width: 155px;
}

.relatedLinks a{
	color: #CCCCCC;
}

.relatedLinks a:hover{
	font-size: 11px;
	color: #002C55;
}

.relatedLinks h3{
	padding: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002C55;
}

/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:3 -Blue Sapphire
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
	height: 20px;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #DEDEDE;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav a, #p7PMnav ul a {
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 4px 7px 4px 7px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	border-top: 1px solid #ffffff;
}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #5B7A97;
	border-top: solid #002C55 1px;
	color: #002141;
    letter-spacing: 0.01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #333333;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg {
	background-image:  url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #A7BACB;
	color: #002C55;
	border-top: solid #002C55 1px;
}
#p7PMnav ul .p7PMon {
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
	border: 1px solid #DEDEDE;
}

/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 80px;
}

#p7PMnav ul li {
	float: none;
}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 155px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #535FAC;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}

/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width. */
#p7PMnav li {width: auto;}
