@charset "UTF-8";

/*
Heritage Healthcare Management CSS copywrite Ben Norskov 2009

 Color Notes:
Faded Green: #70a570;
khaki-ish yellow: #dbea9f;
dark Green (text): #436343;
dark blue: #0033A7;
font-family: "Garamond Pro", Garamond, "Times New Roman", Times, serif;
font-family:Arial, Helvetica, sans-serif;
-––--––-–-–-–––-- */

body {
	background-color: #e4ebcc;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding:0;
	background: #e4ebcc url(images/MainBackground_Gradient.jpg) repeat-x top;
}
#center_container {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF url(images/center_container_BG.gif) repeat-y;
}
img {
	border: 0;
}
#center_container #logo {
	width: 900px;
	height: 100px;
	padding:0;
	margin:0;
}
#center_container #logo #heritage_logo {
	margin-left: 0px;
	width: 315px;
	height: 98px;
}
#center_container #logo #logo_rightside {
	width: 298px;
	height: 98px;
}

#center_container #content {
	margin: 20px;
}
a:link a:visited {
	font-size: 14px;
}
a:hover a:active {
	font-size: 14px;
}
/* ––––––------–––------–––------–––------–––--------____--_- Navigation */
#center_container #nav {
	width: auto;
	height: 34px;
	background-image:url(images/MenuItems/Menu_Main_Background.png);
	background-repeat: no-repeat;
}
#center_container #nav .menu_main_spacer {
	margin: 0 15px;
}
#center_container #nav a {
	position: relative;
	top: -10px;
	font-size: 16px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
#center_container #nav a.main_site {
	font-size: 14px;
	color: #FFF;
	margin-left: -5px;
	font-family: "Garamond Pro", Garamond, "Times New Roman", Times, serif;
}
#center_container #nav a:link {
	text-decoration: none;
}
#center_container #nav a:visited {
	text-decoration: none;
}
#center_container #nav a:hover {
	text-decoration: underline;
}

/* ––––––------–––------–––------–––------–––--------____--_- Main Picture Section */

#center_container #content #main_pic .featured_pic {
	height: 280px;
	width: 644px;
	position: relative;
	left: 0px;
}
#center_container #content #main_pic .right_of_main {
	padding: 0px;
	width: 206px;
	position: relative;
	top: -280px;
	left: 655px;
	margin: 0px;
}
#center_container #content #main_pic .right_of_main .secondary_pic {
	height: 93px;
	width: 206px;
	padding: 0px;
	margin-bottom: 1px;
	border:0;
}
#center_container #content #main_pic .right_of_main .secondary_pic_2 {
	height: 135px;
	width: 206px;
	padding: 0px;
	margin-bottom: 10px;
	border:0;
}
#center_container #content #main_pic .right_of_main .extra_pic_rightside {
	margin-left: 4px;
}
#center_container #content #main_pic {
	padding: 0px;
	height: 290px;
}
#center_container #content #main_pic .right_of_main #facility_list {
	padding: 0px;
}
#center_container #content #main_pic .right_of_main #facility_list img {
	margin: 5px 0 0;
	padding:0;
}
#center_container #content #main_pic .right_of_main #facility_list ul {
	padding-top: 0;
	padding-left: 18px;
	margin-top: 5px;
}
#center_container #content #main_pic .right_of_main #facility_list ul li {
	font-size: 14px;
	color: #436343;
	margin: 2px 0;
}
#center_container #content #main_pic .right_of_main #facility_list ul li.selected {
	font-size: 14px;
	color: #436343;
	background-color:#dbea9f;
	list-style-type: circle;
}
#center_container #content #main_pic .right_of_main #facility_list ul li a {
	font-family: "Garamond Pro", Garamond, "Times New Roman", Times, serif;
	color: #436343;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

/* ––––––------–––------–––------–––------–––--------____--_- Bottom STufF Below Here */

#center_container #content #bottom {
	height:auto;
	width: 860px;
	position: relative;
}

/* ––––––------–––------–––-----Main Page Three Boxes */

#center_container #content #bottom .info_section {
	width: 215px;
	height: 320px;
	float: left;
	margin: 0;
	padding: 0;
}
#center_container #content #bottom #discover {
	background: url(images/BottomPics/MainDiscoverBottomGradient.jpg) repeat-x; 
}
#center_container #content #bottom #find {
	background: url(images/BottomPics/MainFindBottomGradient.jpg) repeat-x; 
}
#center_container #content #bottom #learn {
	background: url(images/BottomPics/MainLearnBottomGradient.jpg) repeat-x; 
}
#center_container #content #bottom .info_section .info_section_pic {
	width: 214px;
	height: 127px;
	border:0;
	margin:0;
	padding:0;
}
.bottom_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 20px;
	margin-right: 20px;
	color: #436343;
}
h3.bottom_info {
	font-family: "Garamond Pro", Garamond, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 5px;
}
ul.bottom_info {
	margin-left: 0;
	margin-top: 0;
}
ul.bottom_info li a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #436343;
	font-size: 14px;
}
ul.bottom_info li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #436343;
}
ul.bottom_info li a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #436343;
	text-decoration: none;
}

/* ––––––------– Testimonial Stuff-–-Sidebar */

#center_container #content #bottom #bottom_testimonial {
	width: 185px;
	height: 300px;
	float: left;
	padding: 0px 15px 5px;
	font-family: "Garamond Pro", Garamond, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #436343;
}
#center_container #content #bottom #bottom_testimonial p {
	margin-top: 5px;
}
#bottom_testimonial p a#testimonial_link:link, a#testimonial_link:visited {
	color: #0033A7;
	text-decoration: underline;
	text-align: center;
	font-family: "Garamond Pro", Garamond, "Times New Roman", Times, serif;
	font-size: 14px;
}
#bottom_testimonial p a#testimonial_link:hover {
	color: #4080ff;
	text-decoration: underline;
	text-align: center;
	font-family: "Garamond Pro", Garamond, "Times New Roman", Times, serif;
	font-size: 14px;
}
#center_container #center_container_bottom {
	position: relative;
	bottom: 0px;
}

#center_container #content #bottom #bottom_text_container #corpAdminPic {
	margin-bottom: -10px;
}

/* ––––––------– Text Formatting For Bottom Section */
#center_container #content #bottom #bottom_text_container {
	width: 600px;
	height:auto;
	float: left;
	margin: 0;
	padding: 16px 22px;
	background: url(images/BottomPics/MainFindBottomGradient.jpg) repeat-x;
	color: #436343;
	font-size: 14px;
	line-height: 20px;
}
#bottom_text_container a:link, a:visited, a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#bottom_text_container a:link, a:visited {
	color: #0033A7;
}
#bottom_text_container a:hover {
	color: #4080ff;
}
#bottom_text_container p.service_links {
	text-align: center;	
}
#bottom_text_container p.service_links img {
	margin: 4px 20px;
}
#center_container #content #bottom #bottom_text_container p.resourse_description {
	margin: -10px auto -15px 10px;
}
.sub_picture {
margin: -16px auto 0 -22px;
}
#center_container #content #bottom #bottom_text_container .quotee {
	width: 100%; 
	text-align: right; 
	margin-top: -15px; 
	padding-top:0;
	font-weight:bold;
}

/* ––––––------– Default Table Formatting ––––––------–––––––------– */

#center_container #content #bottom #bottom_text_container table {
	width:590px;
	margin: 15px 4px;
}
#center_container #content #bottom #bottom_text_container table th {
	background-color:#436343;
	color: #dbea9f;
	padding: 2px 6px;
	margin:0;
}
span.title_italics {
font-style: italic;
}
#center_container #content #bottom #bottom_text_container table.facility_list th a:link {
	color: #dbea9f;
}
#center_container #content #bottom #bottom_text_container table.facility_list th a:visited {
	color: #dbea9f;
}
#center_container #content #bottom #bottom_text_container table.facility_list th a:hover {
	color: #70a570;
}
#center_container #content #bottom #bottom_text_container tr.yellowBG {
	background-color: #dbea9f;
}


/* ––––––------– Table .rates and .facitlity_list ––––––------– */

#center_container #content #bottom #bottom_text_container table.rates {
	width: 350px;
	border: #436343 solid thin;
	padding: 0;
	margin:0 0 0 120px;
}
#center_container #content #bottom #bottom_text_container table.rates td {
	padding: 3px;
}
#center_container #content #bottom #bottom_text_container table.facility_table {
	border: #436343 solid thin;
	border-left: none;
	padding: 0;
}
#center_container #content #bottom #bottom_text_container table.facility_table td {
	padding: 4px 10px;
	border-left: thin solid #436343;
	width: 50%;
	line-height: normal;
}/* that is for tables on the facility info pages */

#center_container #content #bottom #bottom_text_container table.facility_list {
	border: #436343 solid thin;
	border-left: none;
	padding: 0;
}
#center_container #content #bottom #bottom_text_container table.facility_list td {
	padding: 4px 10px;
	border-left: thin solid #436343;
	line-height: normal;
}/* that is for tables on the facility list (location, services) pages */

#center_container #content #bottom #bottom_text_container table.facility_table th.contact_title {
	font-size: 16px;
	padding: 4px;
}
#center_container #content #bottom #bottom_text_container table.facility_table td.e_mail {
	padding: 5px;
	text-align: center;
}


/* ––––––------– Text Formatting For Bottom Section in facilities pages and Photo Gallery ––––––------– */

	#center_container #content #bottom #bottom_text_container img.facility_subtitle {
	margin-top: 6px;
}
#center_container #content #bottom #bottom_text_container #frame {
	width: 535px;
	height: 82px;
	overflow: hidden;
	background-color: #b8e09e;
	border: solid 1px #436343;
}
#center_container #content #bottom #bottom_text_container #frame #scrollin {
	width: 10000px;
	height: 75px;
	position: relative;
	left: 0;
	top: 3px;
}
