@charset "utf-8";
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
* {margin:0; padding:0;}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #eb391d;
}
a:active {
	color: #333333;
}
#header {
	color: #003C7B;
	text-align: right;
	width: 882px;
	padding-right: 0px;
	font-weight: bold;
	background-image: url(images/logohdr.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.headertel {
	font-size: 18px;
	font-weight: bold;
}
#nav_bar {
	float: left;
	width: 170px;
	margin-right: 10px;
	margin-top: 24px;
}
#nav_bar li {
	list-style-type: none;
}
#nav_bar_main {
	margin-bottom: 10px;
	background-image: url(images/main_navtop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 70px;
}
#nav_bar_main  li, #tour_nav_bar li {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}
#nav_bar_main a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	background-color: #e1edf9;
	border-bottom: solid #ffffff 1px;
	color: #333333;
}
#nav_bar_main a:hover {
	background-color: #F2F8FD;
	border-bottom: solid #e1edf9 1px;
}
#tour_nav_bar {
	border-bottom: solid #e1edf9 1px;
	background-image: url(images/tour_nav_hdr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 87px;
}
#tour_nav_bar li {
	font-size: 11px;
}
#tour_nav_bar a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
	color: #333333;
	border-left: solid #e1edf9 1px;
	border-right: solid #e1edf9 1px;
}
#tour_nav_bar a:hover {
	text-decoration: underline;
}

.tour_nav_botpad {
	padding-bottom: 3px;
}
#main_content {
	float: right;
	width: 720px;
}
#content_header {
	background-image: url(images/main_body_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 24px;
	height: 56px;
}
.mchdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 26px;
	padding-bottom: 5px;
}
#content_body {
	background-image: url(images/main_body_mid.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 24px;
	padding-left: 24px;
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 1.7em;
}
#content_body li {
	margin-left: 30px;
}
#clinic_tour td {
	padding-left: 10px;
}
#clinictourhdr {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#clinictourcopy  {
	padding-left: 10px;
	float: right;
	width: 180px;
}
#clinic_tour  a, #clinictourcopy a  {
	color: #EB391D;
	text-decoration: none;
}
#clinic_tour  a:hover, #clinictourcopy a:hover   {
	color: #EB391D;
	text-decoration: underline;
}






.floatimgright {
	float: right;
	overflow: auto;
}
.floatimgleft {
	float: left;
	padding-right: 15px;
}
.floatimgrightbdr {
	float: right;
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
}
.floatimgleftbdr {
	float: left;
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
}
.imgleftbdr {
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
}


#quotes {
	background-image: url(images/quote_body_ind.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 76px;
	width: 720px;
}
.imgshadow {
	float:left;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}
.imgshadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
} 
.clearfloats {
clear: both;
} 
.redtxt {
	color: #eb391d;
}

.bluetxt {
	color: #003C7B;
}
.redtxt14 {
	color: #eb391d;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.txt14 {
	font-size: 14px;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.highlighttxt {
	background-color: #E1EDF9;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	width: 90%;
}

.paddingleft30 {
	padding-left: 30px;
}
.centremap {
	text-align: center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	color: #999999;
	text-align: center;
	padding-top: 18px;
	line-height: 1.5em;
	background-image: url(images/main_body_bot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer a {
	color: #999999;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
#footer a:hover {
	text-decoration: underline;
}
