* {
	font-family: Verdana;
}

html {
	height: 100%;
	overflow-y: scroll !important;
}

body {
	margin: 0px;	
	font-size: 10pt;
}

table {
	border-collapse: collapse;
}

td {
	padding: 0px;
}

img {
	border: 0px;
}

h1 {
	font-size: 14pt;
	color: #001040;
	font-weight: normal;
	margin-top: 0px;
}

h2 {
	font-size: 12pt;
	color: #C04000;
	font-weight: bold;
	margin-top: 0px;
}

h3 {
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
}

p {
	margin: 0px;
	margin-bottom: 1em;
}

form {
	margin: 0px;
}

input, textarea {
	font-size: 10pt;
}

li {
	margin-bottom: 0.5em;
}

#page_background {
	height: 100%;
	background: #091e36;
	background-image: url(/images/back.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

#page_container {
	width: 950px;
	height: 100%;
	background: #7bcee9;
	margin: 0px auto;
}

#page_header_1 {
	width: 950px;
	height: 100px;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
}

#page_header_2 {
	width: 950px;
	height: 100px;
	background-image: url(/images/header_2.jpg);
	background-repeat: no-repeat;
}

#page_menu {
	width: 950px;
	height: 32px;
	background-image: url(/images/menu_back.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#page_content_container {
	width: 950px;
	min-height: 500px;
	background: #FFFFFF;
	background-image: url(/images/menu_shadow.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#page_content {
	padding: 10px;
}

#page_footer_container {
	width: 950px;	
	background: #7bcee9;
	background-image: url(/images/footer_shadow.jpg);
	background-repeat: repeat-x;
	background-position: top;	
}

#page_footer {
	padding: 10px;
	text-align: center;
}

#page_footer_link {
}

#page_footer a {
	font-size: 10pt;
	color: #001040;
	text-decoration: none;
}

#page_footer a:hover {
	color: #FFFFFF;	
}

#page_footer_copyright {
	font-size: 8pt;
	color: #001040;
	font-weight: bold;
}

.form_1 input, textarea, select {
	font-size: 10pt;
}

.form_1 table {
	border-collapse: collapse;	
}

.form_1 table td {
	padding: 5px;		
}

.form_1 .required {
	font-weight: bold;
}

.link_blue {
	text-decoration: none;
	color: #0080C0;
}

.link_blue:hover {
	color: #C04000;
}

.link_2_blue {
	text-decoration: underline;
	color: #0080C0;
}

.link_2_blue:hover {
	color: #C04000;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.text8 {
	font-size: 8pt;
}

.text10 {
	font-size: 10pt;
}

.text12 {
	font-size: 12pt;
}

.text14 {
	font-size: 14pt;
}

.color_1 {
	color: #000000;
}

.color_2 {
	color: #FFFFFF;
}

.color_3 {
	color: #001040;
}

.color_4 {
	color: #C04000;
}

.color_5 {
	color: #808080;
}

.color_6 {
	color: #C0C0C0;
}
.gallery_table_1 {
	border: 1px solid #808080;
}

.gallery_table_1 td {
	padding: 5px;
}

.gallery_table_1 .row td {
	border-bottom: 1px solid #808080;
}

.gallery_table_1 .row.highlight td {
	background: #FFFFC0;
}

.gallery_table_1 .caption {
	background: #808080;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px solid #808080;
}

.gallery_table_1 .header {
	background: #C0C0C0;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #808080;
}

.pool_shapes {
	width: 100%;
}

.pool_shapes td {
	padding: 10px;
	vertical-align: top;
}

.pool_shapes dl dt {
	font-weight: bold;
	margin-bottom: 1em;
}

.pool_shapes dl dd {
	margin-left: 0px;
}

.bullet_list_blue {
	
	margin: 0px;
	padding: 0px;
	/*font-size: 8pt;*/
	list-style-type: none;
}

.bullet_list_blue li {
	
	padding-left: 20px;
	margin-bottom: 0.5em;
	background: url(/images/bullet_blue.jpg) left top no-repeat;
}

.services_list {
	list-style: none;
	padding-left: 10px;
	margin-left: 0px;
}

.services_list li {
	
	line-height: 24px;
	padding-left: 34px;
	background-image: url(/images/help.png);
	background-repeat: no-repeat;
}

.ul_8 {
	
	font-size: 8pt;
	margin: 0px;
	padding-left: 20px;
	margin-bottom: 10px;
}

.hours_table {
	font-size: 8pt;
	border: 1px solid #808080; /*rgb(37, 170, 239);*/
}

.hours_table td, th {
	padding: 5px;
	text-align: center;
}

.hours_table th {
	font-weight: bold;
	background: rgb(188, 231, 250);
	border: 1px solid #808080;/*rgb(37, 170, 239);*/	
}

.hours_table tr.even td {
	background: #EEEEEE;
}

.hours_table td.col {
	border-right: 1px solid #808080; /*rgb(37, 170, 239);*/
}