/*
	Color scheme:
	color: #335F9B; blue (darker)
	color: #AFC5E6; blue (lighter)
	color: #755113; brown
	color: #CDCDCD; grey
	color: #B5B716; yellowish
	color: #DFDCC0; beige		
*/

/*

These handle colorizing the subheads in interior pages

*/
.Services h2 { color: #afc5e6; }
.Packages h2 { color: #bfbfbf; }
.Wellness h2 { color: #1e61ac; }
.Testimonials h2 { color: #b5b716; }
.Articles h2 { color: #dfdcc0; }

/*

These handle the left menu color per page section


div.Services a { color: #afc5e6; }
div.Packages a { color: #bfbfbf; }
div.Wellness a { color: #1e61ac; }
div.Testimonials a { color: #b5b716; }
div.Articles a { color: #dfdcc0; }
*/

.ServicesOver {
	color: #afc5e6;
}
.ServicesOut {
	color: #eff3fa;
}
.PackagesOver {
	color: #bfbfbf;
}
.PackagesOut {
	color: #e5e5e5;
}
.WellnessOver {
	color: #1e61ac;
}
.WellnessOut {
	color: #d2dfde;
}
.TestimonialsOver {
	color: #b5b716;
}
.TestimonialsOut {
	color: #f0f1d0;
}
.ArticlesOver {
	color: #dfdcc0;
}
.ArticlesOut {
	color: #f9f8f2;
}

html {
	margin: 0px;
	padding: 0px;
	background-color: #C7C8CA;
	
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica Neue, Helvetica, Helv, Swiss, Arial, Verdana;
	font-size: 12px;
}

p, li {
	font-family: Helvetica Neue, Helvetica, Helv, Swiss, Arial, Verdana;
	font-size: 12px;
	color: #555;
}

a {
	text-decoration: none;
	color: #555;
}

img {
	border: none;
}

.content {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 90px;
	width: 750px;
	padding: 0px;
	padding-top: 40px;
	padding-bottom: 89px;
	background-color: #fff;
	background-image: url(images/lower_right_ornament.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.phoneNumber {
	float: right;
	color: #555;
	font-size: 14px;
}

.lowerLeftStuff {
	position: relative;
	top: 89px; /* counter the .content padding-bottom */
	margin: 5px;
	padding: 0px;
	color: #555; /* 70% black */
}

.lowerLeftStuff a {
	color: #555; /* 70% black */
}

.logo {
	display: block;
	margin: 0px;
	padding: 0px;
	border: none;
}

.contentHeader {
	width: 600px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: none;
	background-image: url(images/header_index.jpg);
	background-repeat: no-repeat;
}

.contentHeader > img {
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
}

.flashHome {
	display: inline;
	width: 380px;
	height: 229px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.contentColumns {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

#subHeader {
	position: relative;
	display: inline;
	top: 0px;
	left: 362px;
	height: 18px;
	margin-top: 0px;
	padding-top: 4px;
	padding-left: 3px;
	border-left: 1px solid #c8c8ca;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.contentColumns {
	margin: 0px;
	margin-left: 75px;
	padding: 0px;
	padding-top: 5px;
}

.contentColumns div {
	float: left;
	top: 10px;
	height: 100%;
}

.contentColumns div h1 {
	font-size: 9pt;
	text-transform: uppercase;
	word-spacing: 0px;
	color: #000;
	font-weight: normal;
}

.contentColumns div h2 {
	font-size: 12px;
	word-spacing: 0px;
	font-weight: normal;
}

.articleList div h2 {
	color: #dfdcc0;
}

.columnLeft {
	width: 100px;
	margin: 0px;
	margin-right: 15px;
	padding: 0px;
}

.columnLeft a {
	display: block;
	width: 100px;
	margin-top: 2px;
	font-size: 9px;
	color: #636363;
}

.columnMiddle {
	width: 270px;
	margin: 0px;
	margin-right: 40px;
	padding: 0px;
}

.columnMiddle p {
	color: #555; /* #335F9B; */
	line-height: 20px;
}

.columnRight {
	width: 160px;
}

.columnRight p {
	font-size: 12px;
}

.staffColumnMiddle {
	width: 430px;
}

.staffColumnMiddle p {
	width: 270px;
}

.staffPhoto {
	position: relative;
	float: right;
	left: 65px;
	margin: 0px;
	padding: 5px;
	width: 145px;
	height: 158px;
	vertical-align: top;
}
.staffPhoto img {
/*	width: 160px;*/
	margin: 0px;
	padding: 10px 0px 3px 0px;
	border-top: 1px solid #c6c8ca;
}

.columnRight img.top {
	border-top: none;
}

/*
	The next two counter the space we need on interior pages for the little subheadline animation
*/
.columnLeft[class~='interiorPage'] {
	margin-top: -15px;
}

.columnMiddle[class~='interiorPage'] {
	margin-top: 10px;
}

/*
	The make the drop-down menu(s) look nice
*/
.dropDownMenu {
	position: absolute;
	z-index: 10;
	margin: 0px;
	padding: 3px;
	background-color: #fff;
	border: none;
	border-left: 1px solid #000;
	line-height: 14px;
}

.dropDownMenu a {
	position: relative;
	display: block;
	text-decoration: none;
	margin: 1px;
	padding: 1px 4px 1px 4px;
	border: none;
	font-size: 10px;
	color: #000;
	white-space: nowrap;
}
