@import 'reset.css';
@import 'thickbox.css';

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	margin: 5px;
	font-size: 11px;
	line-height: 16px;
	color: #6C6B69;
}
a {
	color: #A6C485;
	text-decoration: underline;
}
p {
	margin-top: 3px;
	margin-bottom: 20px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #A6C485;
}
h2 {
	margin-top: 15px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #7C694E;
}
h3 {
	margin-top: 10px;
	font-weight: bold;
}
hr {
	height: 1px;
	margin: 12px 5px 10px 5px;
	border: 0;
	color: #6C6B69;
	background-color: #6C6B69;
}

#wrapper {
	width: 768px;
	margin: auto;
}

/* Header Styles	*/
#header {
	width: 768px;
	background: url(/media/header.gif) no-repeat top right;
	margin: 0 0 4px 0;
}

/* Navigation Styles	*/
#navigation ul {
	height: 20px;
	margin: 0 0 4px 0;
	border-top: 1px solid #CCD8BD;
	border-bottom: 1px solid #CCD8BD;
	list-style: none;
}
#navigation ul li {
	float: left;
	width: 128px;
	margin-left: -1px;
	border-left: 1px solid #CCD8BD;
}
#navigation ul li#newsevents {
	width: 256px;
}
#navigation ul li.listFirst {
	margin-left: 0px;
	border-left: none;
}
#navigation ul li a,
#navigation ul li span.nolink {
	display: block;
	height: 15px;
	width: 128px;
	padding: 3px 0;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-size: 13px;
	line-height: 13px;
	color: #67563E;
}
#navigation ul li#newsevents a,
#navigation ul li#newsevents span.nolink {
	width: 256px;
}
#navigation ul li span.nolink {
	color: #DDD;
}
#navigation ul li a:hover {
	text-decoration: underline;
}

div.subnav {
	height: 300px;
	margin-top: -4px;
	background-color: #FAF9F8;
	background-repeat: no-repeat;
	background-position: top left;
}
div.subnav h1 {
	width: 120px;
	padding: 5px;
	border-bottom: 1px solid #CCD8BD;
}
div.subnav ul {
	padding: 5px 10px;
	list-style: none;
}
div.subnav ul li {
	margin: 10px 0;
}
div.subnav ul li a {
	font-size: 16px;
	color: #7C694E;
	text-decoration: none;
}
div.subnav ul li.current a {
	color: #CCD8BD;
	text-decoration: underline;
}
div.subnav ul li a:hover {
	text-decoration: underline;
}

/* Change backgrounds for various pages' subnav */
div#servicesSubNav {
	background-image: url(/media/subnav-bg-services.jpg);
}
div#servicesSubNav.hair {
	background-image: url(/media/subnav-bg-hair.jpg);
}
div#servicesSubNav.spa {
	background-image: url(/media/subnav-bg-spa.jpg);
}
div#servicesSubNav.weddings {
	background-image: url(/media/subnav-bg-weddings.jpg);
}

#content {
	margin: 0;
	width: 768px;
}
#content img {
	border: 1px solid #67563E;
}
#img_loading {
	display: none;
	text-align: center;
}
#img_loading img {
	display: block;
	margin: auto;
	border: none;
}
#homeImage {
	position: relative;
	width: 768px;
	height: 335px;
}
#homeImage img {
	border: none;
}
.fader,
.fader2 {
	position: absolute;
	display: none;
}
.fader2 {
	right: -10px;
	top: 125px;
}

#bio_wrapper {
	float: left;
	width: 475px;
	padding: 0;
	margin: 0;
}
#bio {
	width: 475px;
	padding: 15px 0;
}
#bio #bioPhoto {
	float: left;
	width: 136px;
	padding: 5px;
}
#bio h2 {
	margin-top: 0;
	margin-bottom: 20px;
}
#bio #bioCopy {
	float: left;
	width: 319px !important;
	width: 309px;
	padding: 5px;
}

#teamList {
	width: 253px;
	float: left;
	margin-left: -1px;
	padding: 15px 20px !important;
	padding: 15px;
	border-left: 1px solid #BBBCBE;
}
#teamList ul {
	list-style: none;
}
#teamList ul li {
	float: left;
	margin: 10px 5px 0px 5px;
	padding: 0;
}
#teamList ul li a {
	display: block;
	width: 73px;
	height: 180px;
	text-decoration: none;
	overflow: visible !important;
	overflow: hidden;
}
#teamList ul li a h1 {
	margin-top: 5px;
	font-size: 11px;
	color: #A6C485;
}
#teamList ul li a h2 {
	margin-top: 0;
	font-size: 10px;
	line-height: 11px;
	color: #67563E;
	font-weight: normal;
	text-transform: none;
}

#locationInfo,
#hoursInfo {
	width: 50%;
	float: left;
}

table {
	width: 75%;
	border-collapse: collapse;
	/*border: 1px solid #CCD8BD;*/
	margin-top: 0;
}
table#hours {
	width: 50%;
}
table tr th,
table tr td {
	padding: 2px 10px 2px 3px;
	vertical-align: top;
	border-bottom: 1px dotted #D9E5C9;
}
table thead,
table tbody {
	margin: 10px;
}
table thead tr th {
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
}
table tbody tr th {
	margin-left: 10px;
	font-weight: bold;
	text-align: left;
}
table tbody tr td {
	text-align: center;
}
table tbody tr td.description {
	text-align: left;
}
table tr td.right {
	text-align: right;
}
table t

form {
	margin-bottom: 15px;
}
input.text,
textarea,
input.submit {
	display: block;
	float: left;
	border: 1px solid black;
	margin-top: 5px;
	padding: 2px;
}
label {
	display: block;
	float: left;
	width: 200px;
	margin-top: 5px;
	margin-right: 5px;
	text-align: right;
}

ul.linkList {
	margin-left: 25px;
	list-style: none;
}
ul.linkList li {
	margin: 2px;
	font-size: 14px;
	list-style-type: disc;
	color: #7C694E;
}
ul.linkList li a {
	text-decoration: none;
}
ul.linkList li a:hover {
	text-decoration: underline;
}

#featureBar ul {
	height: 100px;
	margin: 15px 0;
	border-top: 1px solid #BBBCBE;
	border-bottom: 1px solid #BBBCBE;
	list-style: none;
}
#featureBar ul li {
	float: left;
}
#featureBar ul li a {
	display: block;
	float: left;
	height: 100px;
	color: #67563E;
}
div#navigation ul li a:hover {
}
	
/* Footer Styles	*/
#footer {
	width: 768px;
}
#footer ul#footerNav {
	float: left;
	list-style: none;
}
#footer ul#footerNav li {
	float: left;
	margin-left: -2px;
	padding: 0 4px;
	border-left: 2px solid #CCD8BD;
}
#footer ul#footerNav li.listFirst {
	margin-left: 0px;
	padding-left: 0px;
	border-left: none;
}
#footer ul#footerNav li a,
#footer ul#footerNav li span.nolink {
	display: block;
	font-size: 10px;
	text-decoration: none;
	color: #67563E;
}
#footer ul#footerNav li span.nolink {
	color: #DDD;
}
#footer ul#footerNav li a:hover {
	text-decoration: underline;
}

#footer p {
	margin-top: 0;
	line-height: normal;
}
#footer p#contact {
	float: right;
}
#footer p#contact a {
	color: #67563E;
	font-size: 13px;
	text-decoration: none;
}
#footer p#contact a:hover {
	text-decoration: underline;
}
#footer p#copyright {
	margin-top: 5px;
	color: #6C6B69;
	font-size: 10px;
}

/* class for clearing floats	*/
.clear {
	clear: both;
	height: 0;
}
img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
/* filler class - used to note that more content is needed */
.filler {
	border: 1px solid #5E0000;
	background-color: #FF0;
	text-decoration: blink;
}
.noborder {
	border: none !important;
	border: none;
}
.nomargin {
	margin: 0 !important;
}