/* CSS Document */
body {
	/*text-align: center - centers the web page for IE only*/
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	line-height: 17px;
	color: #372C16;
	margin: 0px;
	background-color: #B38337;
	padding: 0;
}
#container {
	width: 750px;
	background-color: #FEFEE4;
	color: #372C16;
	/*following centers the web page for browsers other then IE - margin: 0 auto; */
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(images/bgcontainer.jpg);
	background-repeat: repeat-y;
}
#pageHeader {
	margin: 0;
	background-color: #FEFEE4;
	height: 170px;
	text-align: left;
	width: 750px;
}
#sidebar {
	float: left;
	width: 149px;
	margin: 0 0 0 0;
	padding: 0px;
	text-align: left;
	/*
	background-image: url(images/bgleftnav.jpg);
	background-repeat: no-repeat;
	*/
}
#navLeft {
	margin: 50px 0 0 10px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#navLeft a:link {
	color: #5A4122;
    text-decoration: none;
}
#navLeft a:visited {
	color: #5A4122;
    text-decoration: none;
}
#navLeft a:active {
    color: #5A4122;
    text-decoration: none;
}
#navLeft a:hover {
   color: #FEFEE4;  
   text-decoration: none;
   background-color: #5A4122;
}
.navStatic {
	color: #E4D4A7;
	background-color: #5A4122;
}
/* Content in white area begins here, including page title */
#content {
	margin: 0px 0px 0px 0px;
	float: left;
	text-align: left;
	padding: 0px;
	background-color: #FEFEE4;
	width: 601px;
	background-image: url(images/bgcontent.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color: #372C16;
}
.contenttitle {
	text-align: center;
	margin-top: 15px;
}
#contenttext {
	margin-left: 18px;
	margin-right: 18px;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.title {
	font-size: 15px;
	font-weight: bold;
	color: #5A4122;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #5A4122;
}
.goldtitle {
	font-size: 15px;
	font-weight: bold;
	color: #B38337;
}
.redasterisk {
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}
.indent {
	margin-left: 35px;
}
.indent2 {
	margin-left: 60px;
}
.textlinks {
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
}
.textlinks a:link {
	color: #5A4122;
	text-decoration: underline;
	font-size: 12px; 
}
.textlinks a:visited {
	color: #5A4122;
	text-decoration: underline;
	font-size: 12px;
}
.textlinks a:active {
	color: #5A4122;
	text-decoration: underline;
	font-size: 12px;
}
.textlinks a:hover {
   color: #FEFEE4;  
   text-decoration: none;
   font-size: 12px;
   background-color: #5A4122;
}
#footer{
	clear: both;
	width: 750px;
	background-color: #B38337;
	background-image: url(images/bgfooter.jpg);
	background-repeat: no-repeat;
	margin: 0;
	height: 55px;
	text-align: center;
}
.copyright{
	color: #372C16;
	font-size: 11px;
	padding: 15px 0 0 0;
	line-height: 15px;
}
.copyright a:link {
	color: #372C16;
	text-decoration: none;
	font-size: 11px; 
}
.copyright a:visited {
    color: #372C16;
	text-decoration: none;
	font-size: 11px;
}
.copyright a:active {
    color: #372C16;
	text-decoration: none;
	font-size: 11px;
}
.copyright a:hover {
    color: #FEFEE4;
    text-decoration: underline;
	font-size: 11px;
	background-color: #5A4122;
}
ul{
  list-style-image: url(images/bullet.gif);
  list-style-position: outside;
  line-height: 15px; 
}
ul.Valentine {
  line-height: 17px;
  /*margin-left: 40px;
  color: #000000;*/
  list-style: url(images/hearts-afire.gif);
}
.box {
	padding: 0 0 0 35px;
}
#contactone {
	margin-top: 20px;
    margin-bottom: 0px;
	float: left;
	margin-right: 30px;
}
#contacttwo {
	margin-top: 20px;
	margin-bottom: 0px;
	float: left;
}
#photoone {
	float: left;
	margin: 5px 5px 20px 25px;
	text-align: center;
}
#phototwo {
	float: left;
	margin: 5px 15px 20px 15px;
	text-align: center;
}
#photothree {
	float: left;
	margin: 5px 5px 20px 15px;
	text-align: center;
}
a:link {
	color: #5A4122;
	text-decoration: underline;
	font-size: 13px; 
}
a:visited {
    color: #5A4122;
	text-decoration: underline;
	font-size: 13px;
}
a:active {
    color: #5A4122;
	text-decoration: underline;
	font-size: 13px;
}
a:hover {
    color: #FEFEE4;
    text-decoration: underline;
	font-size: 13px;
	background-color: #5A4122;
}
#appointment {
	clear: both;
	padding-top: 10px;
	text-align: left; 
}
#sitemapone {
	float: left;
	margin: 25px 150px 20px 25px;
}
#sitemaptwo {
	margin: 25px 0 20px 0;
	float: left;
}
.sitemapimg {
	clear: both;
	text-align: center;
	padding-top: 10px;
}
ul.heart{
  list-style-image: url(images/redheart.gif);
  list-style-position: outside;
  line-height: 15px; 
}
#bonus {
	text-align: center;
	border: #5A4122 1px dashed;
	padding: 20px;
	margin: 10px 25px 0 25px;
}
#valentine {
	text-align: left;
	border: #5A4122 1px solid;
	padding: 10px;
	margin: 10px 10px 0 10px;
}

#clinical a:link {
    text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
	color: #B38337;
}
#clinical a:visited {
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
	color: #B38337;
}
#clinical a:active {
    text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
	color: #B38337;
}
#clinical a:hover {
	font-size: 15px;
    color: #FEFEE4;  
    text-decoration: none;
    background-color: #5A4122;
}
#clinical a.R:link {
    text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
	color: #660000;
}
#clinical a.R:visited {
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
	color: #660000;
}
#clinical a.R:active {
    text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
	color: #660000;
}
#clinical a.R:hover {
	font-size: 15px;
    color: #FEFEE4;  
    text-decoration: none;
    background-color: #5A4122;
}
.red15 {
	font-size: 15px;
	color: #660000;
	font-weight: bold;
}




