html, body {
min-height: 100%;
height: auto !important;
height: 101%
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #69655d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #dcdcdc url(../img/bodyTop.jpg) repeat-x top left;
}

.pageBlock {
	margin: 0px auto;
	text-align: left;
	width: 734px;
	background: url(../img/copyFill.gif) repeat-y top left;
}

.header {
	margin: 0px auto;
	 width: 774px;
	 height: 194px;
	 background: url(../img/header.jpg) no-repeat top left;
}

.resolve {
	height: 194px;
	width: 244px;
	float: right;
}

.navBlock {

}

.Nav {
	margin: 0px auto;
	width: 774px;
	height: 30px;
	background: url(../img/navBar.jpg) no-repeat top left;
}

.copy {
	width: 734px;
	padding-top: 10px;
	background: url(../img/copyTop.jpg) no-repeat top left;
}

.copyBottom {
	margin: 0px auto;
	clear: both;
	width: 734px;
	height: 14px;
	background: url(../img/copyBottom.jpg) no-repeat top left;
}

.footer {
	margin: 0px auto;
	width: 774px;
	height: 44px;
	padding-top: 10px;
	font-size: 11px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../img/footer.jpg) no-repeat top left;
}

.footer .left {
	float: left;
	margin-top: 0px;
	margin-left: 30px;
}

.footer .right {
	float: right;
	margin-top: 0px;
	margin-right: 30px;
}

.footer .right a {
	text-decoration: none;
}

.orange {
	color: #ffa946;
}

.blue {
	color: #53b0e1;
}

/*********************************************************************** TYPOGRAPHY ***************************/

h1 {
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	color: #1C184A;
	font-size: 22px;
	font-family: Arial Narrow,Arial, Helvetica, sans-serif;
}

/*********************************************************************** LEFT NAV ***************************/

.leftNav {
	float: left;
	margin-left: 27px;
	width: 190px;
}

/* .leftNav a {
	display: block;
	margin-left: 34px;
	height: 18px;
	width: 110px;
	overflow: hidden;
	text-indent: -700em;
} */

.spacer {
	width: 176px;
	height: 9px;
	display: block;
	background: url(../img/spacer.jpg) no-repeat top left;
}

a.navHome {background: url(../img/navHome.jpg) no-repeat top left;}
a.navTreatments {background: url(../img/navTreatments.jpg) no-repeat top left;}
a.navConsultations {background: url(../img/navConsultations.jpg) no-repeat top left;}
a.navSpecials {background: url(../img/navSpecials.jpg) no-repeat top left;}
a.navContact {background: url(../img/navContact.jpg) no-repeat top left;}

a:hover.navHome, a:hover.navTreatments, a:hover.navConsultations, a:hover.navSpecials, a:hover.navContact {background-position: 0px -18px;}

/*********************************************************************** COPY ***************************/

.textCopy {
	float: left;
	margin-left: 8px;
	width: 486px;
}

h3 {
	padding: 0px;
	margin: 0px;
}

.more {
	float: right;
}

.special {
	width: 198px;
	clear: both;
	background: #f1f1f1;
}

/*********************************************************************** TREAT NAV ***************************/

.Nav ul {
	margin: 0px;
	padding: 0px;
	padding-left: 54px;
	padding-top: 7px;
	color: #999;
	list-style-type: none;
	font-size: 17px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.Nav ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}

.Nav ul li a:link, .Nav ul li a:visited {
	text-decoration: none;
	color: #292550;
}

.Nav ul li a:hover {
	color: #B5630F;
}

/*********************************************************************** TABLES ***************************/

table {
	border: 1px solid #000;
}

td a {
	text-decoration: none;
}

td a:hover {
	text-decoration: underline;
}

tr.t1 td {

}

tr.t2 td {
	background: #f4f4f4;
}

table.keyPoints {
	border: none;
}

table.keyPoints tr td a img {
	border: none;
	text-decoration: none;
}

table.keyPoints tr td {
	padding: 5px;
}

