@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/site_bg.jpg);
	background-repeat: repeat;
}
p {
	font-size: .9em;
}

#top_bg {
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	height: 384px;
	width: auto;
}
#container  {
	width: 970px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header  {
	margin: 0 auto;
	height: 270px;
	padding-top: 20px;
}
#logo {
	float: left;
}
#appt  {
	float: right;
}
#top_nav {
	margin: 0 auto;
	height: 151px;
	width: 900px;
}
#tagline {
	text-align: center;
	margin-bottom: 30px;
}
#mainContent  {
	padding: 0px;
	margin-bottom: 10px;
}
#left_col {
	width: 335px;
	float: left;
	margin-right: 17px;
	padding-top: 9px;
}
#left_col #left_nav {
	background-image: url(../images/left_nav_bg.png);
	background-repeat: no-repeat;
	height: 385px;
}

#imgReplacement {
	padding:76px 0px 0px 0px;
	margin:0;
	list-style:none;
}

#imgReplacement li.home {width:335px; height:33px; overflow:hidden;}
#imgReplacement li.home img {width:335px; height:33px; border:0;}

#imgReplacement li.about {width:335px; height:31px; overflow:hidden;}
#imgReplacement li.about img {width:335px; height:31px; border:0;}

#imgReplacement li.philosophy {width:335px; height:33px; overflow:hidden;}
#imgReplacement li.philosophy img {width:335px; height:33px; border:0;}

#imgReplacement li.treatments {width:335px; height:33px; overflow:hidden;}
#imgReplacement li.treatments img {width:335px; height:33px; border:0;}

#imgReplacement li.products {width:335px; height:32px; overflow:hidden;}
#imgReplacement li.products img {width:335px; height:32px; border:0;}

#imgReplacement li.references {width:335px; height:31px; overflow:hidden;}
#imgReplacement li.references img {width:335px; height:31px; border:0;}

#imgReplacement li.contact {width:335px; height:33px; overflow:hidden;}
#imgReplacement li.contact img {width:335px; height:33px; border:0;}

#left_col .bg_top_sm {
	background-image: url(../images/bg_top_sm.png);
	background-repeat: no-repeat;
	height: 14px;
}
#left_col .bg_side_sm {
	background-image: url(../images/bg_side_sm.png);
	background-repeat: repeat-y;
}
#left_col .bg_bottom_sm {
	background-image: url(../images/bg_bottom_sm.png);
	background-repeat: no-repeat;
	height: 11px;
}
#left_col .title_bar_sm {
	height: 45px;
	background-image: url(../images/title_bar_sm.png);
	background-repeat: no-repeat;
}
#left_col #locationContent {
	width: 285px;
	background-color: #FFF;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 4px;
}
#left_col #leftContent {

}

#right_col {
	width: 618px;
	float: left;
}
#right_col .bg_top_lg {
	background-image: url(../images/bg_top_lg.png);
	background-repeat: no-repeat;
	height: 14px;
}

#right_col .bg_side_lg {
	background-image: url(../images/bg_side_lg.png);
	background-repeat: repeat-y;
}

#right_col .bg_bottom_lg {
	background-image: url(../images/bg_bottom_lg.png);
	background-repeat: no-repeat;
	height: 11px;
}
#right_col .title_bar_lg {
	height: 45px;
	background-image: url(../images/title_bar_lg.png);
	background-repeat: no-repeat;
}
#right_col .title_bar_lg .left_title {
	float: left;
	width: 320px;
}
#right_col .title_bar_lg .right_title {
	float: left;
	width: 250px;
}




.title_bar_lg h1 , .title_bar_sm h1{
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #FFF;
	padding-left: 20px;
	padding-top: 8px;
	font-size: 1.1em;
}
#right_col #section1Content {
	width: 570px;
	background-color: #FFF;
	margin: 0 auto;
	padding-bottom: 10px;
}
#right_col #section2Content {
	width: 570px;
	background-color: #FFF;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 4px;
}
#right_col #section3Content {
	width: 570px;
	background-color: #FFF;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 4px;
}
#bottom_bg {
	height: 70px;
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: repeat-x;
	position: relative;
	width: auto;
}
#footer {
	width: 970px;
	margin: 0 auto;
	padding-top: 20px;
	color: #FFF;
	height: 50px;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
}
#bottom_nav   {
	text-align: center;
}
#bottom_nav ul {
	margin-top: 0px;
	padding-top: 5px;
}
#bottom_nav li {
	display: inline;
	width: auto;
}
#bottom_nav li a {
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
	color: #FFF;
	font-size: .9em;
	font-weight: normal;
}
#bottom_nav li a:hover {
	color: #b3d235;
}
#copy_credit {
	font-size: .8em;
	color: #FFF;
	padding-top: 10px;
}

.copyright   {
	float: left;
	text-align: left;

}

.credit  {
	float: right;
	text-align: right;

}

.credit a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

.credit a:hover {
	color: #b3d235;
}

.clear {
	clear: both;
}
