/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	}
	
#header-outer {
	height: 158px;
	background: url(../images/header_bg.jpg) repeat-x;
	}
	
#header {
	height: 158px;
	width: 800px;
	background: url(../images/header_image.jpg) no-repeat;
	margin: 0 auto;
	}
	
#nav-outer {
	height: 36px;
	background: url(../images/nav_bg.gif) repeat-x;
	}
	
ul#nav {
	width: 800px;
	margin: 0 auto;
	padding-left: 100px;
	line-height: 36px;
	font-family: "Century Gothic", Arial, san-serif;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	}
	
ul#nav li {
	display: inline;
	padding: 0 16px 0 10px;
	background: url(../images/nav_sep.gif) no-repeat 100% 50%;
	}
	
ul#nav li a {
	color: #fff;
	text-decoration: none;
	}
	
ul#nav li a:hover,
ul#nav li.li_selected a {
	color: #fae7a6;
	}
	
ul#nav li.home {
	padding: 0 16px 0 0;
	}
	
#content-outer {
	background: url(../images/content_bg.gif) repeat-x;
	padding-bottom: 20px;
	}
	
#content {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
	}
	
#col-left {
	float: left;
	width: 500px;
	}
	
#col-left.single {
	float: left;
	width: 800px;
	}
	
#col-right {
	float: right;
	width: 300px;
	}
	
#col-right p,
#col-right ul {
	font-size: 90%;
	line-height: 120%;
	}
	
#col-right ul {
	padding-left: 15px;
	margin-bottom: 0.7em;
	}
	
#col-right ul.plain {
	list-style: none;
	padding: 0;	
	}
	
#col-right ul li.title {
	color: #b75078;
	}
	
#col-left .padding {
	padding: 0 15px 0 50px;
	}
	
#col-right .padding {
	padding: 0 50px 0 15px;
	}
	
#footer-outer {
	height: 102px;
	background: url(../images/footer_bg.gif) repeat-x;
	}
	
#footer {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
	}
	
#footer p {
	color: #999;
	font-size: 80%;
	}
	
img {
	border: 1px solid #dedede;
	padding: 3px;
	margin-bottom: 0.7em;
	}
	
#map-outer {
	border: 1px solid #dedede;
	padding: 3px;
	margin-bottom: 0.7em;
	width: 500px;
	float: left;
	}
	
#flash-outer {
	border: 1px solid #dedede;
	padding: 3px;
	width: 418px;
	height: 129px;
	margin-bottom: 15px;
	float: left;
	}
	
#clinic-image {
	float: right;
	}
	
p {
	color: #010101;
	font-size: 90%;
	line-height: 160%;
	padding: 0 0 1em 0;
	}
	
p span {
	color: #b75078;
	}
	
h1 {
	display: none;
	}
	
h2 {
	border-bottom: 1px dotted #dedede;
	color: #595959;
	font-family: "Century Gothic", Arial, sans-serif;
	margin-bottom: 10px;
	padding-bottom: 2px;
	}

	
h2.contact,
h2.services {
	padding-left: 7px;
	}
	
h2.contact span.image {
	background: url(../images/contact.png) no-repeat;
	height: 40px;
	width: 42px;
	float: left;
	position: relative;
	top: -7px;
	left: -6px;
	}
	
h2.services span.image {
	background: url(../images/services.png) no-repeat;
	height: 40px;
	width: 42px;
	float: left;
	position: relative;
	top: -7px;
	left: -6px;
	}
	
h2 span {
	color: #b75078;
	}
	
h3 {
	margin-bottom: 1em;
	color: #595959;
	}
	
h4 {
	color: #b75078;
	}
	
.staff {
	font-size: 90%;
	}
	
.staff.name {
	float: left;
	width: 150px;
	color: #b75078;
	font-weight: bold;
	}
	
.staff.bio {
	float: right;
	width: 550px;
	padding-bottom: 20px;
	line-height: 160%;
	}
	
#header table {
	color: #c69caa;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 90%;
	position: relative;
	top: 100px;
	left: 40px;
	}
	
#header table td {
	padding: 0 15px;
	vertical-align: top;
	}
	
.clear {
	clear: both;
	overflow: hidden;
	}
	
a {
	color: #666;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
#footer a {
	color: #999;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #666;
	}
	
#content table {
	font-size: 90%;
	margin-bottom: 15px;
	}
	
#content table td {
	padding: 0 7px;
	}
	
#content table span {
	color: #b75078;
	}

