/* CSS Document */

/******************** LAYOUT **************************/

body {
	background:		#e9f0f7;
	font-family:	Arial, Helvetica, sans-serif;
	color:			#484848;
	font-size:		13px;
	line-height:	19px;
	padding:		0;
	margin:			16px 0;
}

#main-wrapper {
	width:			924px;
	background:		#FFF;
	border:			1px solid #b8cee5;
	padding:		13px;
	margin:			0 auto;
}

#header {
	width:			924px;
	height:			93px;
	background:		url(../images/header-bg.gif) no-repeat;
}

#logo {
	width:			247px;
	height:			84px;
	border:			none 0;
	float:			left;
	margin:			9px 0 0 18px;
}

#navbar {
	float:			right;
	width:			618px;
	height:			39px;
	list-style-type:none;
	margin:			37px 0 0 0;
	padding:		0;
}

#navbar li {
	height:			39px;
	width:			92px;
	float:			left;
	display:		inline-block;
	margin:			0 13px 0 0;
	padding:		0;
}

#navbar .last {
	margin:			0;
}

#navbar li a {
	height:			39px;
	width:			92px;
	display:		inline-block;
	padding:		0;
	margin:			0;
	background:		url(../images/nav-sprites.gif);
}

#navbar li a span {
	display:		none;
}

#nav-home {
	background-position: 0 0 !important;
}

#nav-home:hover {
	background-position: 0 -39px !important;
}

#nav-pools {
	background-position: -105px 0 !important;
}

#nav-pools:hover {
	background-position: -105px -39px !important;
}

#nav-spas {
	width:		93px !important;
	background-position: -210px 0 !important;
}

#nav-spas:hover {
	background-position: -210px -39px !important;
}

#nav-service {
	width:		93px !important;
	background-position: -315px 0 !important;
}

#nav-service:hover {
	background-position: -315px -39px !important;
}

#nav-about {
	background-position: -420px 0 !important;
}

#nav-about:hover {
	background-position: -420px -39px !important;
}

#nav-contact {
	background-position: -525px 0 !important;
}

#nav-contact:hover {
	background-position: -525px -39px !important;
}

#slideshow {
	width:			924px;
	height:			337px;
	margin-bottom:	6px;
}

#slideshow-overlay {
	position:		absolute;
	top:			0;
	left:			0;
}

#content {
	width:			924px;
	background:		url(../images/content-bg.gif) repeat-y;
}

#main-col {
	background:		url(../images/main-col-bg2.gif) top no-repeat;
	width:			622px;
	float:			left;
	margin-right:	-242px;
	padding:		65px 30px 30px 30px;
	position:		relative;
}

#facebook {
	position:		absolute;
	top:			4px;
	left:			3px;
	display:		block;
	height:			25px;
	width:			145px;
	background:		url(../images/facebook.gif) no-repeat;
}

#right-col {
	background:		url(../images/right-col-bg2.gif) top no-repeat;
	float:			right;
	width:			242px;
	padding:		107px 0 0 0;
}

#get-started, #subpages {
	width:			210px;
	background:		#FFF;
	margin:			0;
	padding:		16px;
}

#get-started h2 {
	margin-bottom:	12px;
}

#get-started label {
	font-size:		12px;
	line-height:	12px;
	font-weight:	bold;
	text-transform:	uppercase;
	margin-bottom:	2px;
	display:		block;
}

#get-started .right-col-field {
	width:			200px;
	border:			1px solid #afd0ee;
	padding:		4px;
	font-size:		13px;
	line-height:	15px;
	margin-bottom:	10px;
}

input[type=text], textarea {
	border:			1px solid #afd0ee;
	padding:		4px;
	font-size:		13px;
	line-height:	15px;
}

.button, input[type=submit] {
	background:		#60a2dd;
	border:			#60a2dd 0 none;
	color:			#FFF;
	font-weight:	bold;
	text-transform:	uppercase;
	padding:		3px 15px;
}

#footer {
	clear:			both;
	width:			894px;
	background:		#027fcf url(../images/footer-bg.gif) top no-repeat;
	padding:		50px 15px 25px 15px;
	color:			#FFF;
	font-size:		13px;
	line-height:	16px;
}

#footer h3 {
	color:			#FFF;
	margin-bottom:	4px;
}

#footer-logo {
	border:			0 none;
	width:			248px;
	height:			102px;
}

#copyright {
	background:		#05314e;
	width:			904px;
	padding:		7px 10px;
	text-align:		right;
	color:			#FFF;
	font-size:		11px;
	line-height:	17px;
}

#copyright a {
	color:			#fff;
}

#footer-tag {
	font-size:		12px;
	padding-left:	25px;
}

#subpages {
	background:		#FFF;
	margin-bottom:	40px;	
}

.subpage {
	display:		block;	
}

/******************** STYLES **************************/

table {

}

a {
	color:			#849f14;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p, ul, ol {
	margin: 		0 0 18px 0;
}

.clear {
	clear:			both;
}

.nav_link {
	display:		block;
	padding:		5px 3px 3px 12px;
	color:			#303030;
	font-size:		1em;
	text-decoration:none;
	text-align:		left;
}

.nav_link:hover {
	background:		#303030;
	padding:		5px 3px 3px 12px;
	color:			#e8dac1;
	text-decoration:none;
}

.utility {
	font-size:		.9em;
	text-transform:	uppercase;
}

.subtitle {
	color:			#888888;
}

.alttext1 {
	font-size:		1.308em;
	font-weight:	bold;
}

.alttext2 {
	font-size:		1.154em;
	font-weight:	bold;
}

.header1 {
	color:			#222222;
	font-size:		1.692em;
	font-weight:	bold;
	line-height:	1em;
}

.header2 {
	color:			#559cdb;
	font-size:		20px;
	font-weight:	bold;
	line-height:	1em;
	letter-spacing: -.2px;
}

.header3 {
	color:			#559cdb;
	font-size:		16px;
	font-weight:	bold;
	line-height:	1em;
	letter-spacing: -.2px;
}

h1 {
	color:			#559cdb;
	font-size:		27px;
	font-weight:	bold;
	margin:			0 0 18px 0;
	line-height:	29px;
	letter-spacing: -.2px;
}

h2 {
	color:			#559cdb;
	font-size:		20px;
	font-weight:	bold;
	margin:			0 0 18px 0;
	line-height:	22px;
	letter-spacing: -.2px;
}

h3 {
	color:			#559cdb;
	font-size:		16px;
	font-weight:	bold;
	margin:			0 0 18px 0;
	line-height:	18px;
	letter-spacing: -.2px;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:			#559cdb;
	text-decoration:none;
}

.header1 a:hover, .header2 a:hover, .header3 a:hover, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
}

.image_on_right {
	float:			right;
	margin-left:	25px;
	margin-bottom:	15px;
}

.image_on_left {
	float:			left;
	margin-right:	25px;
	margin-bottom:	15px;
}

.keywords {
	background-color:#EEEEEE;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

/* Comments */

.commentContent {
	border-top:1px dotted #999999;
	padding-top:10px;
}

.commentInfo {
	padding-top:4px;
	padding-bottom:10px;
}

/* Calendar */

.cal_header {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.calendar {
	width:100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}

.calendar td {
	border: 1px solid #DDDDDD;
	vertical-align: top; 
}

.calendar td.today {
	background-color:#FFFFCC;
}

.calendar td.other_day {
	background-color:#FFFFFF;
}

.dayofweek {
	background-color: #333333;
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	padding:2px;
}

.empty_day {
	background-color:#DDDDDD;
}

.highlight {
	background-color: #FFE7D0;
}

.day {
	background-color:#EEEEEE;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day_today {
	background-color:#DDDDDD;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day a, .day_today a {
	color:#4F4F45;
	text-decoration:none;
}

.calendar hr {
	border: none 0;
	height: 1px;
	border-top: 1px dotted #B9B9A2;
}

.gray {
	color:#CCCCCC;
}

.author {
	font-weight:normal;
}

.author a {
	color:#000000;
	text-decoration:none;
}

.author a:hover {
	text-decoration:underline;
}

.form {
	font-size:11px;
}

.form select, textarea {
	border:			1px solid #afd0ee;
	padding:		4px;
	font-size:		13px;
	line-height:	15px;
}

.form_element {
	border:			1px solid #afd0ee;
	padding:		4px;
	font-size:		13px;
	line-height:	15px;
}

.copyright {

}

.copyright a {

}

.error {
	text-align:left;
	padding:6px;
	background-color:#FFFFCC;
	border:solid #FFCC33 2px;
}
