/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}

a img {
	border: none;
}

.clear {
	clear: both;
}
ul{
	padding-left:2em;
}

#negativeResponse, #positiveResponse {
	margin:10px auto;
	padding:5px;
	width:80%;
}
#negativeResponse {
	border:2px solid #CC0000;
	background-color:#FFCECE;
}
#positiveResponse {
	border:2px solid #FFFF00;
	background-color:#FFFFC4;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: #5A9A98 url(../images/bodyBg.png) top left repeat-x;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
}

body > #wrapper {
	width: auto;
	max-width: 830px;
	background: transparent url(../images/fade.png) top center repeat-y;
	margin: 0px auto;
}

#container {
	width: 800px;
	background: #fff;
	margin: 0px auto;
	padding: 10px 0px 0px;
}

#header {
	height: 74px;
	background: transparent url(../images/headerBg.jpg) top left no-repeat;
}

#header img {
	margin: 15px 0px 0px 20px;
}

#navigation {
	margin-top: 15px;
	height: 25px;
}

#navigation ul {
	display: block;
	height: 25px;
	text-align: center;
}

#navigation ul li {
	display: inline;
	list-style-type: none;
	border-right: 1px solid #83B3B1;
}

#navigation ul li a {
	font-size: 17px;
	color: #679146;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -1px;
	padding: 0px 26px;
}
#navigation ul li.last {
	border-right: none;
}

#navigation ul li a:hover {
	color: #83B3B1;
}

#content {
	padding: 5px 20px 20px 0px;
}

#content div.left {
	float: left;
	width: 265px;
	background: #EEF5F4 url(../images/leftRight.png) top right repeat-y;
}

#content div.left div.top {
	height: 13px;
	background: #EEF5F4 url(../images/leftTop.png) top right no-repeat;
}

div.left h1 {
	background: transparent url(../images/h1bg.png) top left no-repeat;
	width: 264px;
	font-size: 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: normal;
	color: #337B79;
	height: 36px;
	line-height: 36px;
	text-indent: 24px;
	margin-bottom: 5px;
}

div.left h2 {
	color: #0060B6;
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
	margin-left: 24px;
	padding: 5px 0px;
}

div.left p {
	padding: 5px 0px 15px 24px;
	font-size: 14px;
	line-height: 18px;
}

div.left ul {
	padding: 0px 0px 0px 24px;
}

div.left ul li {
	list-style-type: none;
	border-bottom: 1px solid #C7DDDC;
}

div.left ul li a {
	color: #0060B6;
	padding: 8px;
	display: block;
	font-size: 14px;
}

div.left div.bottom {
	height: 13px;
	background: transparent url(../images/leftBottom.png) top right no-repeat;
	margin-top: 15px;
}

#content div.right {
	width: 498px;
	float: right;
}

div.right #banner {
	height: 155px;
	background: transparent url(../images/banner.jpg) top left no-repeat;
	margin-bottom: 5px;
	position: relative;
}

div.right #banner h1 {
	font-size: 18px;
	text-transform: uppercase;
	position: absolute;
	bottom: 10px;
	left: 0px;
	border: none;
	letter-spacing: -.5px;
}

div.right p {
	padding: 5px;
	font-size: 14px;
	line-height: 18px;
}

div.right h1 {
	font-size: 20px;
	color: #5A9A98;
	text-transform: uppercase;
	padding: 12px 5px 0px;
	border-bottom: 1px solid #C5DCDB;
	font-weight: normal;
	margin: 5px 0px 6px;
}

div.right a {
	color: #0060B6;
	font-size: 14px;
}

#footer {
	text-align: center;
	background: transparent url(../images/footerBg.png) top center no-repeat;;
	line-height: 43px;
	font-size: 12px;
	color: #FFF;
	height: 43px;
}

#footer a {
	color: #fff;
}

body > #bottomFade {
	max-width: 820px;
	min-width: 800px;
	background: transparent url(../images/bottomFade.png) top center no-repeat;
	height: 16px;
	margin: 0px auto;
}

.information_request {
	padding-top:10px !important;
}

/*----------Action Styles-----------*/
div.right a.findSpas {
	border: 2px solid rgb(77, 183, 241);
	margin: 20px 0px;
	padding: 20px;
	width: 190px;
	background-color: rgb(25, 165, 239);
	float: left;
	color: white;
	text-align: center;
	font-size: 14px;
}
div.right a.listSpa {
	border: 2px solid #A5BD90;
	margin: 20px 0px;
	padding: 20px;
	width: 190px;
	background-color: #87A76C;
	float: right;
	color: white;
	text-align: center;
	font-size: 14px;
}

/*----------Sub Styles----------*/

#sub h1 {
	font-size: 18px;
	margin-top: 5px;
	padding-top: 0px;
}

#sub h2 {
	font-size: 16px;
	margin-top: 5px;
	padding-top: 0px;
	color: #5A9A98;
}

#sub .subLeft {
	float: left;
	width: 320px;
}

#sub .subRight {
	width: 170px;
	float: right;
}

#sub .subRight img {
	margin-bottom: 20px;
}



/*----------Contact Styles----------*/

#contact .contactRight {
	width: 275px;
	float: right;
}

#contact .contactLeft  {
	float: left;
	width: 215px;
}

#contact h1 {
	border-top: none;
	border-bottom: 2px solid #C7DDDC;
	padding-top: none;
	padding-bottom: 5px;
}

#contactForm {
	margin-top: 10px;
	margin-left: 30px;
}

.fs, .checkboxfs {
	display:block;
	padding-top: 5px;
	clear: both;
}

.fs label {
	display: block;
	float: left;
	width: 150px;
	text-align:right;
	padding-right: 5px;
	font-size: 14px;
}

.fs input, .fs textarea {
	border: 1px solid #9F9F9F;
	padding: 2px 3px;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.fs textarea {
	height: 100px;
}

.fs1, .checkboxfs1 {
	display:block;
	padding-top: 5px;
	clear: both;
}

.fs1 label {
	display: block;
	float: left;
	width: 150px;
	text-align:right;
	padding-right: 5px;
	font-size: 14px;
}

.fs1 input, .fs1 textarea {
	border: 1px solid #9F9F9F;
	padding: 2px 3px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.fs1 textarea {
	height: 100px;
}

.fs2 {
	display:block;
	padding-top: 5px;
	clear: both;
	width:415px;
}

.fs2 label {
	display: block;
	float: left;
	width: 150px;
	text-align:right;
	padding-right: 5px;
	font-size: 14px;
}

.fs2 input {
	border: 1px solid #9F9F9F;
	padding: 2px 3px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float:right;
}
.fs2 a, .fs2 img {
	clear:right;
	float:right;
}

.fs3 {
	display:block;
	width:300px;
}
.fs3 label {
	display: block;
	float: left;
	width: 150px;
	text-align:right;
	padding-right: 5px;
	font-size: 14px;
	clear:both;
	padding-top:10px;
}
.fs3 input {
	border: 1px solid #9F9F9F;
	padding: 2px 3px;
	margin-top:5px;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear:right;
	float:right;
}
.fs3 a, .fs3 img {
	clear:right;
	float:right;
}
.fs_submit {
	display:block;
	clear:both;
}
.fs_submit input {
	width: 100px;
	padding: 2px 3px;
	margin: 15px 0px 0px 120px;
}
.checkboxfs label {
	float:right;
	width:238px;
	font-size: 14px;
}
.checkboxfs input {
	float:left;
	width:40px;
	margin:3px 0px 0px 40px;
}
/*------------google maps-------------*/
#google_map {
	width:274px;
	height:274px;
	border:1px solid #cecece;
}
.htmlWindow {
	font-size:12px;
	color:#004C4B;
	text-align:center;
}
.htmlWindow img {
	width:175px;
}