body {
	background:#fff url(../images/bg-body.png) repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color:#000;
	margin:0;
}
img {border:none;}
a{text-decoration: none;}
a:hover{text-decoration: underline;}
/* main containers styles */
.holder {
	overflow: hidden;
	width: 100%;
}
#main {
	position:relative;
	margin:0 auto;
	width:1000px;
}
/* header block styles */
#header {
	background: url(../images/bg-header.png) repeat-x 0 100%;
	overflow:hidden;
	padding: 0 0 4px;
	width: 100%;
	height: 152px;
}
#header .header-area {
	height: 102px;
	overflow: hidden;
}
/* logo styles */
#header strong.logo {
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	width: 208px;
	height: 61px;
	margin: 18px 0 0 -2px;
}
#header strong.logo a {
	position: relative;
	cursor: pointer;
	display: block;
	height: 100%;
}
/* top navigation menu styles */
#header .topnav-holder {
	background: url(../images/bg-topnav.png) no-repeat;
	padding: 0 0 0 2px;
	margin: 0 0 0 1px;
	float: right;
}
#topnav {
	background: url(../images/bg-topnav.png) no-repeat 100% 0;
	list-style: none;
	overflow: hidden;
	font-size: 12px;
	line-height: 15px;
	padding: 0 1px 0 0;
	height: 43px;
	float: left;
	margin: 0;
}
#topnav li {
	background: url(../images/bg-topnav-divider.gif) no-repeat 0 60%;
	margin: 15px 1px 0 -1px;
	padding: 0 7px 0 8px;
	float: left;
}
#topnav a {
	color: #2c2c2c;
	float: left;
}
/* sub navigation menu styles */
#header .subnav-holder {
	background: url(../images/bg-subnav.png) no-repeat;
	padding: 0 0 0 10px;
	float: right;
}
#header ul.subnav {
	background: url(../images/bg-subnav.png) no-repeat 100% 0;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	list-style: none;
	overflow: hidden;
	height: 43px;
	padding: 0 10px 0 0;
	float: left;
	margin: 0;
}
#header ul.subnav li {
	margin: 11px 0 0;
	padding: 0 7px;
	float: left;
}
#header ul.subnav a {
	background: url(../images/bg-subnav-divider.gif) no-repeat 0 50%;
	padding: 0 0 0 12px;
	color: #fff;
	float: left;
}
#header strong.phone-number {
	position: absolute;
	top: 62px;
	right: 3px;
}
strong.phone-number {
	text-transform: uppercase;
	letter-spacing: -2px;
	font-weight: normal;
	font-size: 24px;
	line-height: 25px;
	display: block;
	color: #DE701F;
}
/* main navigation menu styles */
#navigation {
	background: url(../images/bg-navigation.png) no-repeat;
	letter-spacing: -1px;
	list-style: none;
	overflow: hidden;
	font-size: 16px;
	line-height: 51px;
	font-weight: bold;
	height: 50px;
	padding: 0;
	margin: 0;
}
#navigation li {
	background: url(../images/bg-navigation-divider.png) no-repeat 100% 0;
	padding: 0 1px 0 0;
	float: left;
}
#navigation a {
	padding: 0 8px;
	color: #fff;
	float: left;
}
/* content block styles */
#content {
	position: relative;
	margin: 0 0 17px;
	width:100%;
}
#content:after {
	display: block;
	content: "";
	clear: both;
}
.banner-holder {
	position: relative;
	height: 292px;
}
.home-banner {
	background: url(../images/bg-homebanner.jpg) no-repeat;
	position: absolute;
	width: 1000px;
	height: 100%;
	top: 0;
}
.home-banner strong {display: none;}
/* homepage styles */
.home-columns {
	background: url(../images/bg-homecolumns.png) repeat-y;
	overflow: hidden;
	width: 100%;
}
.home-columns .infoarea {
	background: #e8e8e8 url(../images/bg-infoarea.png) no-repeat;
	overflow: hidden;
	width: 437px;
	float: left;
}
.home-columns .infolinks {
	background: url(../images/bg-infolinks.png) no-repeat;
	margin: 0 -9px 0 0;
	width: 328px;
	float: left;
}
.home-columns .locations {
	width: 244px;
	float: right;
}
/* quick links block styles */
.quicklinks-home {
	background: url(../images/bg-quicklinks.png) no-repeat;
	overflow: hidden;
	margin: 0 0 -5px;
	width: 500px;
	height: 114px;
}
.home-columns .quicklinks-home h2 {
	font-size: 20px;
	line-height: 21px;
	letter-spacing: -1px;
	color: #866b50;
	float: left;
	margin: 15px 0 5px 20px;
	display: inline;
	width: 100px;
}
.quicklinks-home ul.quicklinks-list {
	padding: 14px 0px 10px 20px;
	position: relative;
	float: left;
	width: 145px;
}
ul.quicklinks-list {
	letter-spacing: -1px;
	overflow: hidden;
	list-style: none;
	font-size: 13px;
	line-height: 16px;
	padding: 0;
	margin: 0;
}
ul.quicklinks-list li {
	padding: 4px 0 4px;
}
ul.quicklinks-list a {
	background-repeat: no-repeat;
	padding: 0 0 0 19px;
	color: #8c351e;
}
ul.quicklinks-list li.find-doctor a {background-image: url(../images/quicklinks-find-doctor.gif);}
ul.quicklinks-list li.appointment a {background-image: url(../images/quicklinks-appointment.gif);}
ul.quicklinks-list li.maps a {background-image: url(../images/quicklinks-maps.gif);}
ul.quicklinks-list li.visiting-hours a {background-image: url(../images/quicklinks-visiting-hours.gif);}
ul.quicklinks-list li.find-job a {background-image: url(../images/quicklinks-find-job.gif);}
ul.quicklinks-list li.contacts a {background-image: url(../images/quicklinks-contacts.gif);}
ul.quicklinks-list li.support-aria a {background-image: url(../images/quicklinks-support-aria.gif);}
/* welcome block styles */
.welcome-text {
	padding: 5px 15px 18px 20px;
	font-size: 12px;
	line-height: 19px;
	color: #414141;
}
.home-columns h2 {
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 23px;
	line-height: 24px;
	color: #007c85;
	margin: 0 0 7px;
}
.welcome-text p {margin: 0;}
.welcome-text .link-holder {
	padding: 0 0 9px 2px;
}
.welcome-text a {color: #007c85;}
a.radio-message {
	background: url(../images/radio-message.gif) no-repeat 2px 50%;
	padding: 1px 0 1px 28px;
	color: #007c85;
}
/* headlines block styles */
.headlines {
	background: #eee;
	overflow: hidden;
	width: 397px;
	padding: 20px 20px 10px;
}
.headlines .heading {
	overflow: hidden;
	padding: 0 0 7px;
	width: 100%;
}
.home-columns .headlines .heading h2 {
	margin: 0;
	float: left;
}
.headlines .heading a.view-all {
	background: url(../images/link-viewall.gif) no-repeat 0 50%;
	padding: 0 0 0 14px;
	margin: 6px 0 0;
	color: #007c85;
	float: right;
}
ul.headlines-list {
	list-style: none;
	font-size: 12px;
	line-height: 15px;
	padding: 0;
	margin: 0;
}
ul.headlines-list li {
	background: url(../images/link-viewall.gif) no-repeat 0 27px;
	padding: 5px 0 12px 16px;
}
ul.headlines-list em.date {
	display: block;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #998b7d;
	padding: 0 0 4px;
}
ul.headlines-list a {
	color: #007c85;
}
/* information links block styles */
.home-columns .infolinks .infolinks-content {
	padding: 18px 34px 0 25px;
	font-size: 12px;
	line-height: 19px;
}
.home-columns .infolinks h2 { margin: 0 0 5px;}
.infolinks p {margin: 0;}
/* links list styles */
ul.links-list {
	list-style: none;
	overflow: hidden;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	width: 100%;
	padding: 0;
	margin: -3px 0 3px;
}
ul.links-list li {
	border-bottom: 1px solid #d0d0d0;
	padding: 10px 20px 10px;
}
ul.links-list a {
	background: url(../images/infolink.gif) no-repeat 0 3px;
	padding: 1px 0 0 18px;
	color: #007c85
}
/* banner list styles */
ul.banner-list {
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
ul.banner-list li {
	padding: 10px 0 0;
	width: 100%;
	float: left;
}
ul.banner-list img {display: block;}
/* locations block styles */
.home-columns .locations h2 {
	color: #998b7d;
}
.locations .locations-content {
	padding: 18px 28px 0;
}
ul.locations-list {
	list-style: none;
	overflow: hidden;
	font-size: 12px;
	line-height: 27px;
	font-weight: bold;
	font-style: italic;
	width: 188px;
	color: #fff;
	padding: 6px 0 0;
	margin: 0 auto;
}
ul.locations-list li {
	position: relative;
	margin: 0 0 12px;
	float: left;
	width: 100%;
}
ul.locations-list img {display: block;}
ul.locations-list .overlay {
	background: url(../images/locations-overlay.png) no-repeat;
	word-spacing: -1px;
	position: absolute;
	cursor: pointer;
	z-index: 10;
	display: block;
	width: 172px;
	height: 27px;
	padding: 48px 0 0 16px;
	top: 0;
	left: 0;
}
ul.locations-list a {color: #fff;}
ul.locations-list a:hover {text-decoration: none;}
ul.locations-list a em {font-weight: normal;}
/* inner page styles */
.content-area {
	overflow: hidden;
	width: 100%;
}
.content-area a {
color: #007C85;
}
.content-area .main-content {
	overflow: hidden;
	float: left;
	width: 755px;
}
.content-area .sidebar {
	overflow: hidden;
	float: right;
	width: 245px;
}
.content-area .columns-holder {
	overflow: hidden;
	clear: both;
	width: 100%;
}
.content-area .columns-holder .page-text {
	overflow: hidden;
	display: inline;
	margin: 0 33px 0 0;
	float: right;
	width: 485px;
}
.content-area .sidenav-holder {
	overflow: hidden;
	width: 225px;
	float: left;
}
/* breadcrumbs block styles */
.content-nav {
	overflow: hidden;
	height: 38px;
}
ul.breadcrumbs {
	list-style: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	color: #494a4a;
	padding: 12px 0 0;
	margin: 0;
}
ul.breadcrumbs li {
	background: url(../images/bg-breadcrumb-link.gif) no-repeat 0 5px;
	padding: 0 3px 0 9px;
	margin: 0 9px 0 -9px;
	float: left;
}
ul.breadcrumbs li.active {background-image: url(../images/bg-breadcrumb-active.gif);}
ul.breadcrumbs a {
	font-weight: normal;
	color: #007b85;
}
/* content heading block styles */
.main-content .heading {
	overflow: hidden;
	padding: 3px 0 15px;
	width: 100%;
}
.main-content .heading h1 {
	letter-spacing: -1px;
	font-size: 26px;
	line-height: 28px;
	color: #998b7d;
	margin: 0;
}
/* inner side navigation styles */
ul.sidenav {
	list-style: none;
	padding: 0;
	margin: -2px 0 0;
}
ul.sidenav ul {
	list-style: none;
	padding: 2px 0 4px 20px;
	margin: 0;
}
ul.sidenav li {
	padding: 5px 0 2px;
}
ul.sidenav a,
ul.sidenav .active ul a {
	background: url(../images/sidenav-link.gif) no-repeat 0 5px;
	padding: 0 0 0 15px;
	color: #007c85;
}
ul.sidenav ul a {
	padding: 0 0 0 12px !important;
}

ul.sidenav .active a,
ul.sidenav a:hover,
ul.sidenav .active ul a:hover {
	background-image: url(../images/sidenav-active.gif);
	text-decoration: none;
	color: #998b7d;
}
/* sidebar block styles */
.sidebar .quicklinks-holder {
	position: relative;
	overflow: hidden;
	margin: 0 0 -16px;
	width: 100%;
}
.sidebar .quicklinks-holder h2 {
	font-weight: normal;
	font-size: 20px;
	line-height: 21px;
	letter-spacing: -1px;
	color: #866b50;
	margin: 0 0 5px;
}
.sidebar .quicklinks-wrapper {
	background: url(../images/bg-quicklinks-holder.png) no-repeat;
	padding: 15px 21px 0;
	overflow: hidden;
	height: 212px;
}
.sidebar .quicklinks-holder ul.quicklinks-list {
	position: relative;
	padding: 8px 0 0 15px;
}
/* sidebar infolinks block styles */
.sidebar h2 {
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 20px;
	line-height: 21px;
	color: #005259;
	margin: 0 0 7px;
}
.sidebar .infolinks {
	overflow: hidden;
	width: 100%;
}
.sidebar .infolinks .links-wrapper {
	padding: 18px 20px 0;
	overflow: hidden;
	background: #eee;
	height: 1%;
}
.sidebar ul.links-list {
	margin: 0;
	width: 245px;
	margin: 0 0 0 -20px;
}
.sidebar ul.links-list li {
	padding: 11px 20px 11px 36px;
}
.sidebar ul.banner-list li {
	padding: 20px 0 10px;
}

/* page text bloxk styles */
.page-text {
	padding: 1px 0 0;
	color: #343434;
	font-size: 12px;
	line-height: 18px;
}
.page-text h3 {
	font-size: 12px;
	margin: 0;
}
.page-text p {
	margin: 0 0 18px;
}
/* footer block styles */
#footer {
	border-top: 1px solid #007c85;
	overflow:hidden;
	font-size: 11px;
	line-height: 18px;
	padding: 9px 0 80px;
	color: #000;
	width:100%;
}
#footer ul {
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 1px 0 0;
	margin: 0;
}
#footer ul li {
	padding: 0 20px 0 5px;
	margin: 0 0 0 -5px;
	float: left;
}
#footer ul.site-nav li {
	padding: 0 15px 0 0;
	margin: 0;
}
#footer strong.phone-number {
	padding: 11px 0 8px;
}
#footer ul a {
	color: #007c85;
}
#footer p {
	margin: 0 0 10px;
}
h2 { font: bold 14px Arial, Helvetica, sans-serif; }
