@charset "utf-8";
/* Stick the footer */

html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}

#content {padding-bottom: 40px;}  /* must be same height as the footer */

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Main document and Typography Sitewide */

body {
margin:0;
padding:0;
font-family: Arial, Helvetica, sans-serif;
background-color: #81c081;
color: #222222;
text-decoration: none;
word-spacing: normal;
text-align: left;
font-size:14px;
letter-spacing: 0;
line-height:20px;
}

ul, ol, li {
list-style:none;
padding:0 5px 0;
margin:6px 0 14px 0;
}

#homeImage h1 {
 font-size:40px;
 color:#fff;
 padding:40px;
 line-height:44px;
 margin:0;
 width:60%;
 font-weight:normal;
 font-style:normal;
}

h1, h2 {
color:#222222;
font-size:24px;
margin:-23px 0 10px; padding:0;
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-weight:normal;
height:26px;
position:relative;
z-index:52;
}

h2 {
font-size:22px;
}

span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
	}

strong {
color:#222222;
}

p {
padding:0 5px 0;
margin:6px 0 14px 0;
}

a {
color:#000;
}

.small {
font-size:10px;
}

.blue {

}

/* Site Structure */

#wrapper {
width:100%;
margin:0 auto;
}

#keepCenter {
 width:960px;
 margin:0 auto;
}

#header {
width:100%;
background:url(../images/wrapperBG.jpg) top center no-repeat #f7fafb;
padding:0 0 40px;
}

#head {
height:125px;
width:960px;
margin:0 auto;
background:url(../images/logo.png) left center no-repeat;
}

#contactInfo {
width:250px;
float:right;
color:#4868a8;
padding:12px 20px 0;
font-size:12px;
text-align:right;
}

#contactInfo .phone {
 display:block;
 padding-bottom:4px;
 font-size:24px;
 font-weight:bold;
}

#nav {
height:33px;
font-size:14px;
width:960px;
position:relative;
z-index:999;
text-align:center;
margin:20px auto 25px;
}

#homeImage {
 background:url(../images/homeImage.jpg);
 width:940px;
 height:303px;
 margin:0 auto 10px;
}

#content {
width:960px;
margin:0 auto;
}

.infoBox {
background:#fff;
border:1px solid #94B4DB;
padding:10px;
margin:5px;
width:750px;
margin:0 auto;
}

#footer {
width:100%;
margin:-40px 0 0;
height:40px;
position:relative;
clear:both;
background:#4868a8;
}

#foot {
 width:910px;
 height:40px;
 position:absolute;
 left:50%;
 top:-10px;
 margin-left:-470px;
 background:#9babcc;
 padding:10px 15px 0;
}

#content img {
border:4px solid #fff;
margin:10px;
}

#content .singleCol img {
 margin:0 auto;
 text-align:center;
}

/* Grid Styling */

.singleCol {
width:290px;
float:left;
padding:5px 10px 5px;
margin:-10px 5px 40px;
background:#b2d0b2;
position:relative;
z-index:4;

}

.doubleCol {
width:610px;
float:left;
padding:5px 10px 5px;
margin:-10px 5px 40px;
background:#b2d0b2;
position:relative;
z-index:4;
zoom:1;
}

.threeCol {
width:930px;
clear:both;
padding:5px 10px 5px;
margin:-10px 5px 40px;
background:#b2d0b2;
position:relative;
z-index:4;
zoom:1;
}

.singlePhotoCol {
width:290px;
float:left;
padding:5px 10px 5px;
margin:-10px 5px 60px;
position:relative;
z-index:4;
zoom:1;
}

.doublePhotoCol {
width:610px;
float:left;
padding:5px 10px 5px;
margin:-10px 5px 40px;
position:relative;
z-index:4;
zoom:1;
}


* html .singleCol {
display:inline;
margin:-10px 3px 40px;
}

* html .doubleCol {
display:inline;
margin:-10px 3px 40px;
}

* html .threeCol {
display:inline;
margin:-10px 3px 40px;
}

* html .singlePhotoCol {
display:inline;
margin:-10px 3px 60px;
}

* html .doublePhotoCol {
display:inline;
margin:-10px 3px 40px;
}

.left {
float:left;
margin:10px;
}

.right {
float:right;
margin:10px;
}

/* NAVIGATION */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
margin:			0;
padding:		0;
list-style:		none;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
}
.sf-menu {
line-height:	1em;
}
.sf-menu li:hover {
visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
float:			left;
position:		relative;
margin: 0 10px 0;
}
.sf-menu a {
display:		block;
padding: 4px 21px 16px;
position:		relative;
color:#222222;
text-decoration:none;
}

.sf-menu li.home:hover {
 background:url(../images/homeHover.png) top center no-repeat;
}

.sf-menu li.about:hover {
 background:url(../images/aboutHover.png) top center no-repeat;
}

.sf-menu li.services:hover {
 background:url(../images/servicesHover.png) top center no-repeat;
}

.sf-menu li.skinCare:hover {
 background:url(../images/skinCareHover.png) top center no-repeat;
}

.sf-menu li.gallery:hover {
 background:url(../images/galleryHover.png) top center no-repeat;
}

.sf-menu li.contact:hover {
 background:url(../images/contactHover.png) top center no-repeat;
}

.sf-menu ul {
position:		absolute;
z-index:		999;
top:			-999em;
width:			8em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
width:			100%;
text-align:left;
padding:0;
margin:0;
background:url(../images/dropBG.png) top center repeat-y transparent;
}
.sf-menu ul li.first {
padding-top:2px;
background:url(../images/dropTop.png) top center no-repeat;
}

.sf-menu ul li.last {
 padding-bottom:5px;
background:url(../images/dropBot.png) bottom center no-repeat;
}

.sf-menu ul li a {
background:none;
padding:4px 0px 4px 15px;
font-size:13px;
margin:0;
font-family:Arial, Helvetica, sans-serif;
color:#575757;
}

.sf-menu ul li a:hover {
color:#222222;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
left:			15px;
top:			44px; /* match top ul list item height */
z-index:		999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
left:			8em; /* match ul width */
top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
left:			8em; /* match ul width */
top:			0;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
outline: 0;
}

.sf-menu ul li:hover, .sf-menu ul li.sfHover,
.sf-menu ul a:focus, .sf-menu ul a:hover, .sf-menu ul a:active {
outline:		0;
}

/* Contact Forms */

.contactForms {
width:500px;
padding:5px;
padding-bottom:15px;
}

form.contactForms fieldset {
margin:0;
padding:0;
border:none;
background:transparent;
margin-bottom:10px;
}

form.contactForms legend {
padding: 0 2px;
color:#000;
}

form.contactForms label {
display:block;
line-height: 1.8;
vertical-align: top;
color:#000;
}

form.contactForms label {
display:inline-block !important;
}

form.contactForms fieldset ol {
margin: 0;
padding: 0;
}

form.contactForms fieldset li {
list-style: none;
padding: 5px;
margin: 0;
}

form.contactForms fieldset li input.required, form.contactForms fieldset li textarea.required {

}

form.contactForms em {
font-style: normal;
color: #f00;
font-style:italic;
}

form.contactForms li label {
width: 180px; /* Width of labels */
}

.formErrorMsg {
	margin-top: 20px;
	padding:10px;
	background-color: #8F2021;
	color: #ffffff;
	border: 1px solid #000000;
}
