/* The # = ID. The period = CLASS. */
/* In 2008, the official text size standard for websites (which is simply what CNN.com uses) is 12px */
/* AJ-"Don't put font-size tags on the general a:link styles! They'll conform to their parent size that way!" */
/* ORIGINAL HTML BOTTOM MARGIN FOR PARAGRAPHS: 19px */
/* ORIGINAL HTML HEADLINE SIZES
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}*/


/* THIS IS THE FIREFOX SCROLLBAR FIX */
html {
	overflow-y: scroll;
}
body {
	background-color: #221404;
	background-image: url('../images/NewImage-bodyBG.jpg');
	background-position: top;
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #717171;
	margin: 0px;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	font-style: italic;
	color: #a57a40;
	margin-bottom: 12px;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
	color: #a57a40;
	margin-bottom: 12px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #a57a40;
	margin-bottom: 12px;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #a57a40;
	margin-bottom: 12px;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #717171;
}
.leading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #717171;
}
.description {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	color: #717171;
	margin: 0 0 0 4px;
}
.serviceType {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #717171;
	background-color: #ffffff;
}
#header {
	width: 500px;
	height: 248px;
	/*background-color: #221404;*/
	/*background-color: #ffffff;*/
	margin: 0;
	padding: 0;
}
#bodyTableWrapper{
	width: 500px;
	margin: 0;
	padding: 0;
}
#bodyTable {
	width: 450px;
	background-color: #FFFFFF;
	margin: 0;
	padding: 12px 60px 26px 60px;
}
a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #a57a40;
	text-decoration: none;
}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #a57a40;
	text-decoration: none;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #a57a40;
	text-decoration: underline;
}
a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #a57a40;
	text-decoration: none;
}

	.navlinks {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #221404;
		cursor: default;
	}
	.navlinks a:link {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #221404;
		font-weight: bold;
		text-decoration: none;
	}
	.navlinks a:visited {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #221404;
		font-weight: bold;
		text-decoration: none;
	}
	.navlinks a:hover {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		/*color: #774400;*/
		color: #a57a40;
		/*color: #f989bb;*/
		/*color: #a40467;*/
		font-weight: bold;
		text-decoration: none;
	}
	.navlinks a:active {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #221404;
		font-weight: bold;
		text-decoration: none;
	}
		#homePage #homeLink {
		}
		#servicesPage #servicesLink {
			font-family: Geneva, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #a57a40;
			font-weight: bold;
			text-decoration: none;
		}
		#appointmentsPage #appointmentsLink {
			font-family: Geneva, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #a57a40;
			font-weight: bold;
			text-decoration: none;
		}
		#staffPage #staffLink {
			font-family: Geneva, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #a57a40;
			font-weight: bold;
			text-decoration: none;
		}
		#contactPage #contactLink {
			font-family: Geneva, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #a57a40;
			font-weight: bold;
			text-decoration: none;
		}

a:link img {
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
a:visited img {
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
a:hover img {
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
a:active img {
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

	#apDiv1container {
		position: relative;
	}
	#apDiv1main {
		position: absolute;
		width: 180px;
		height: 77px;
		z-index:1;
		left: 390px;
		top: 0px;
		visibility: visible;
	}

.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #a57a40;
	margin-bottom: 12px;
}
.price {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	/*font-weight: bold;*/
	background-color: #FFffFF;
}
.descriptionMargin {
	padding: 0 0 11px 0;
}
.smalle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
}
.ellipsis {
	background-image: url('../images/NewImage-ellipsis.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}
.formtextstyle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	vertical-align: top;
	padding-top: 4px;
}
.formFieldStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.formTDstyle {
	/*color: #222222;*/
	padding: 0 0 6px 0;
}
.submitbutton {
	color: #000000;
	font-weight: normal;
	border: 1px solid #333333;
	background-color: #ffffff;
	cursor: pointer;
}

.staffPhotosDiv {
	float: left;
	text-align: left;
	margin: 0 50px 25px 0;
	width: 112px;
	height: 165px;
}
	.staffphotos {
		margin: 5px 0 0 6px;
		padding:0;
	}

#bodyFooterWrapper{
	width: 500px;
	margin: 0;
	padding: 0;
}
#footer {
	width: 450px;
	height: 178px;
	background-image: url('../images/NewImage-footer.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	padding: 0 28px 4px 0;
	cursor: default;
}

