@charset "UTF-8";
*{
	margin: 0;
	padding: 0;
	border: 0;
	line-height: normal;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #C2E1EB;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.sidebar1 a:link {
	text-decoration: none;
	color: #009FAB;
}
.sidebar1 a:visited {
	text-decoration: none;
	color: #009FAB;
}
.sidebar1 a:hover {
	text-decoration: none;
	color: #00506E;
}
.footerNav a:link {
	text-decoration: none;
	color: #FFF;
}
.footerNav a:visited {
	text-decoration: none;
	color: #FFF;
}
.footerNav a:hover {
	text-decoration: none;
	color: #00506E;
	font-size: 11px;
}
.footerText a:link {
	text-decoration: none;
	color: #FFF;
}
.footerText a:visited {
	text-decoration: none;
	color: #FFF;
}
.footerText a:hover {
	text-decoration: none;
	color: #00506E;
}
.mainText a:link {
	text-decoration: underline;
	color: #00668B;
}
.mainText a:visited {
	text-decoration: underline;
	color: #00668B;
}
.mainText a:hover {
	text-decoration: none;
	color: #58D0DA;
}
.mainTextTop a:link {
	text-decoration: underline;
	color: #00668B;
}
.mainTextTop a:visited {
	text-decoration: underline;
	color: #00668B;
}
.mainTextTop a:hover {
	text-decoration: none;
	color: #58D0DA;
}
.oneColFixCtr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/ocean2.jpg) no-repeat;
	margin: 20px auto 0;
	text-align: left;
}
.topPhotos {
	padding-top: 10px;
	margin-left: 10px;
	height: 166px;
}

.sidebar1 {
	width: 246px;
	float: left;
	text-align: right;
	font-size: 14px;
	color: #009FAB;
	margin-left: 10px;
	line-height: 26px;
}

.sidebar-subhead {
	font-size: 12px;
}

.mainContent {
	margin-right: 18px;
	margin-left: 280px;
}

h1 {
	font-size: 21px;
	color: #00668B;
	font-weight: normal;
	padding-bottom: 8px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #00668B;
}

.mainText {
	font-size: 13px;
	line-height: 16px;
	color: #00668B;
	padding-top: 8px;
}

.introText {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #50BBC4;
}

.introText2 {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #50BBC4;
	padding-top: 7px;
}

.quote {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
}

.mainTextTop {
	font-size: 13px;
	line-height: 16px;
	color: #00668B;
}

.Footer {
	background: #009FAB;
	padding-right: 18px;
	padding-left: 10px;
	padding-top: 10px;
}

.footerNav {
	font-size: 11px;
	text-align: right;
	float: right;
	line-height: 16px;
	color: #FFF;
}

.footerText {
	font-size: 12px;
	color: #FFF;
}

.tint-box {
	background: #DEF3F4;
	padding: 10px 15px;
	margin-top: 10px;
	font-size: 13px;
	line-height: 16px;
	color: #00668B;
}

.tint-text {
	background: #DEF3F4;
	font-size: 13px;
	line-height: 16px;
	color: #00668B;
	padding-top: 8px;
}

.treatments-photos {
	padding-top: 5px;
}

.treatments-head {
	font-size: 13px;
	font-weight: bold;
	color: #00668B;
	margin-top: 10px;
}

.photo-right {
	margin-left: 10px;
	float: right;
	margin-bottom: 10px;
}

.testimonal-box {
	background: #EFF8FB;
	border-radius: 12px     0px      12px           0px;
	margin-top: 2px;
	margin-bottom: 12px;
	padding: 12px 12px 10px;
}

.testimonal {
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	color: #00668B;
}

.testimonal-credit {
	font-size: 13px;
	color: #999;
	padding-top: 6px;
}

.contact-form {
	border-radius: 12px     0px      12px           0px;
	float: right;
	margin-left: 18px;
	width: 370px;
	background: #EFF8FB;
	padding: 12px 6px 6px;
	border: 1px solid #00668B;
}

.form-text {
	font-size: 12px;
	color: #333;
	line-height: 18px;
	margin-right: 3px;
}

.form-field {
	font-size: 12px;
	color: #333;
	border: 1px solid #00668B;
	line-height: 18px;
	margin-bottom: 3px;
}

.days {
	font-size: 11.5px;
	color: #999;
}

.thank-you {
	text-align: center;
}

.map-box {
	width: 320px;
	padding: 4px 4px 6px;
	border: 1px solid #03C;
	margin: 5px;
}
