/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #175072;}
a:hover {color: #FF7D00;}

img {
	border: 1 solid #CCCCCC;
	padding: 5px;
}

body {
	color: #114054;
	background-color: #F4F6F7;
	border:0;
	margin:0;
	padding:0;
	font-family: "Trebuchet MS";
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 21px;
	background-image: url(../img/bg2.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

p,code,ul {padding-bottom: 1.2em;}

li {
	list-style-type: none;
	list-style-image: none;
}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}





h1,h2,h3 {
	padding-top: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 4px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	padding-bottom: 8px;
    }
	


/* misc */
.clearer {
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background-color: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	padding: 10px 10px 0;
}

/* title */
.header {
	background-color: #fff;
	font-size: 1.2em;
	height: 147px;
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.headerfh {
	background-color: #fff;
	font-size: 1.2em;
	height: 147px;
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.header .left, .header .right {
	background-color: #FFFFFF;
	color: #FFF;
	height: 147px;	
}

.headerfh .left, .headerfh .right {
	background-color: #FFFFFF;
	color: #FFF;
	height: 147px;	
}

.header .left {
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 105px;
	width: 560px;
	text-align: left;
	background-image: url(../img/lakeside.jpg);
	background-repeat: repeat-x;
	
}

.headerfh .left {
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 105px;
	width: 560px;
	text-align: left;
	background-image: url(../img/poolheader.jpg);
	background-repeat: repeat-x;
	
}

.header .right {
	overflow: auto;
	width: 212px;
	background-image: url(../img/headerright.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.headerfh .right {
	overflow: auto;
	width: 212px;
	background-image: url(../img/headerright.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.headerfh .right p,.headerfh .right h2 {padding: 0 16px;}
.headerfh .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

.headerfh .right p,.headerfh .right h2 {padding: 0 16px;}
.headerfh .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}


/* navigation */
.navigation {
	border: 1px solid #ffffff;
	height: 41px;
	background-color: #D9E1E5;
	background-image: url(../img/nav.jpg);
}
.navigation a {
	border-right: 1px solid #D8EBD8;
	color: #1C455E;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 18px;
	text-decoration: none;
	background-color: transparent;
	background-image: url(../img/nav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.navigation a:hover {
	color: #1C455E;
	background-color: transparent;
	background-image: url(../img/nav.jpg);
	background-position: left bottom;
}

/* main */
.main {
	border-top: 4px solid #FFF;
	background-image: none;
	background-repeat: repeat-y;
	background-color: #F4F6F7;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #1C455E;
	font-size: 1.2em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
	text-transform: capitalize;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #D8EBD8;
}
.sidenav li {border-bottom: 1px solid #D8EBD8;}
.sidenav li a {
	font-size: 1.1em;
	color: #1C455E;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.sidenav li a:hover {
	background-color: #EBF0F3;
	color: #2E7198;	
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.content .descr {
	color: #1C455E;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
	color: #666666;
	line-height: 20px;
	list-style-type: square;
}

.content ol li {
	margin-left: 18px;
	color: #666666;
	line-height: 20px;
	list-style-type: decimal;
}

.content .imgright {
padding: 5px;
border: 1px solid #CCCCCC;
margin-left: 4px;
float: right;
}

.content .imgleft {
padding: 5px;
border: 1px solid #CCCCCC;
margin-right: 4px;
float: left;
}

.content .imgborder {
padding: 5px;
border: 1px solid #CCCCCC;
}

.content p
{
	color: #666666;
	text-align: justify;
	font-size: 1.2em;
}


/* footer */
.footer {
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
	background-image: url(../img/bgfooter.gif);
	background-repeat: repeat-x;
}
.footer a,.footer a:hover {color: #FFF;}

#ratestable {
	text-align: left;
	width: 100%;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	padding: 5px;
    }
	
.ratestable {
	text-align: left;
	width: 100%;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	padding: 5px;
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
    }

#ratestable td {
	text-align: left;
	border: 1px solid #CCCCCC;
	padding: 5px;
	
    }
.ratestable td {
	text-align: left;
	border: 1px solid #CCCCCC;
	padding: 5px;
    }
.imgborder {
	border: 1px solid #999999;
	padding: 4px;
    }

.imgborderFL {
	border: 1px solid #999999;
	padding: 4px;
	float: left;
	margin-right: 8px;
    }
	
.imgborderFR {
	border: 1px solid #999999;
	padding: 4px;
	float: right;
	margin-right: 10px;
	margin-left: 8px;
    }
	
.textbox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 23px;
	margin-left: 3px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;

    }	
.textbox td {
	border: 1px solid #CCCCCC;
	padding: 3px;
    }

.listBox {
	list-style-type: upper-roman;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
    }

/*Photo Album*/

.photoalb img {
	text-decoration: none;
	padding: 3px;
	border: 1px solid #999999;
    }

.photoalb a {
	text-decoration: none;
    }
	
.photoalb {
	text-align: center;
	width: 100%;
    }
	
	.divtop {
	margin-top: 20px;
    }
	
.divleft {
	width: 370px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 15px;
	margin-right: 20px;
	padding-right: 20px;
    }			

.divright {
	width: 350px;
	float: right;
	margin-top: 15px;
    }	

.ltext {
	width: 310px;
	margin-left: auto;
	text-align: justify;
	margin-right: auto;
    }
.parahead {
	text-align: justify;
	padding: 10px;
    }
