﻿/*
G5 Search Marketing Copyright 2009
Local Search Marketing - Local Internet Advertising
*/

/* reset - don't modify */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
p,ol,ul {list-style:none;}
p, img {padding:0;margin:0;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
/* /reset */

/* GLOBAL SETTINGS */
/* -------------------- */

h1,h2,h3,h4,h5,h6 {color:#006348;font-family:georgia,times,"times new roman",serif;}
body.home h1,body.home h2,body.home h3,body.home h4,body.home h5,body.home h6 {color:#6e3f6a;}
body.hospice h1,body.hospice h2,body.hospice h3,body.hospice h4,body.hospice h5,body.hospice h6 {color:#33627c;}
h1 {font-size:1.9em;font-weight:normal;}
h2 {font-size:1.5em;font-weight:normal;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:100%;}
h6 {font-size:80%;}

a {color:#a11300;text-decoration:none;}
a:hover {text-decoration:underline;}

#homeCont a,
#locationCol1 a,
#col1 a {border-bottom:1px dotted #a11300;}
#homeCont a:hover,
#locationCol1 a:hover,
#col1 a:hover {border-bottom:1px solid #a11300;text-decoration:none;}

.clear {clear:both;}
.none {display:none;}
.external {padding-right:14px;background:url(/images/external-link-icon.gif) no-repeat right top;}

.right {float:right;}
.left {float:left;}
img.left {margin:0 20px 10px 0;}
img.right {margin:0 0 10px 20px;}

dt {font-weight:bold;padding-top:8px;}

/* STRUCTURE */
/* -------------------- */

html {height:100%;}

body {
	position:relative;
	color:#666;
	text-align:center;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	background:#d2e6db url(/images/bg.png) repeat-y center top;
	height:100%;
}

#whopper {
	width:950px;
	margin:0 auto;
	text-align:left;
	background:#d2e6db;
	height:auto !important;height:100%;min-height:100%;
}

#header {
	position:relative;
	width:100%;height:116px;
	z-index:900;
	background:#eaf5f1 url(/images/logo.jpg) no-repeat;
}

#middle {
	position:relative;
	padding:26px;
	min-height:400px;height:auto !important;height:400px;
	background:#fff;
}

#footer {
	position:relative;
	width:100%;
	padding:9px 0 40px 0;
}

/* HEADER */
/* -------------------- */

#nav {
	width:950px;height:25px;
	position:absolute;
	left:0;bottom:0;
	z-index:900;
}


/* corporate tools */

/* site search */

#corp-tools {position:absolute;top:0;right:0;z-index:500;}
#corp-tools li.site-search {
	width:125px;height:65px;
	position:absolute;
	top:10px;right:6px;
	background:url(/images/btn_search.gif) no-repeat 0px 0px;

}
#corp-tools li.site-search #term {
	float:left;
	margin:29px 0 0 12px;
	width:70px;height:18px;
	color:#7a9487;
	border:none;
	background-color:transparent;
}

#corp-tools li.site-search #search-button {
	position:absolute;
	width:24px;height:18px;
	text-indent:-9999px;
	line-height:200px;
	cursor:pointer;
	border:none;
	background-color:transparent;
	margin: 28px 0px 0px 7px;
/*	background:url(/images/btn_search.gif) -77px 0px;*/
}
#corp-tools li.site-search #search-button:hover {}


/* hotline */

#corp-tools li.hotline  {
display: block;
position: absolute;
top: 10px;
right: 136px;
width: 354px;
height: 58px;
background: url(/images/btn_livechat.gif) no-repeat;
}

#corp-tools li.hotline a {}
#corp-tools li.hotline a img {width:354px;height:58px;}

#livechat_splash_small {
  margin-left: 15px;
  position: relative;
  width: 475px;
  height: 295px;
  background:url(/images/livechat_bg_small.jpg);
}
#livechat_splash_small a {
  display: block;
  width: 99px;
  height: 51px;
  text-indent: -999em;
  background: url(/images/livechat_sprite_small.png);
  position: absolute;
}

#livechat_splash_small #livechat_yes {
  background-position: 0 0;
  top: 215px;
  left: 295px;
}
#livechat_splash_small #livechat_yes:hover { background-position: 0 -51px; }

#livechat_splash_small #livechat_no {
  background-position: -99px 0;
  top: 215px;
  left: 350px;
}
#livechat_splash_small #livechat_no:hover { background-position: -99px -51px; }


#livechat_splash {
  position: relative;
  width: 650px;
  height: 404px;
  background:url(/images/livechat_splash_2.jpg);
}
#livechat_splash a {
  display: block;
  width: 136px;
  height: 69px;
  text-indent: -999em;
  background: url(/images/livechat_sprite_2.png);
  position: absolute;
}

#livechat_splash #livechat_yes {
  background-position: 0 0;
  top: 300px;
  left: 325px;
}
#livechat_splash #livechat_yes:hover { background-position: 0 -69px; }

#livechat_splash #livechat_no {
  background-position: -136px 0;
  top: 300px;
  left: 475px;
}
#livechat_splash #livechat_no:hover { background-position: -136px -69px; }

/* NAVIGATION */
/*-----------------------*/

#nav li {float:left;}

#nav li a.top-level {
	display:block;
	height:25px;
	text-indent:-9999px;
	background:url(/images/header.gif);
}

#nav li.home a.top-level {width:68px;background-position:0 -50px;}
#nav li.at-home a.top-level {width:118px;background-position:-68px -50px;}
#nav li.senior a.top-level {width:225px;background-position:-186px -50px;}
#nav li.hospice a.top-level {width:117px;background-position:-411px -50px;}
#nav li.resources a.top-level {width:147px;background-position:-528px -50px;}
#nav li.media a.top-level {width:134px;background-position:-675px -50px;}
#nav li.about a.top-level {width:141px;background-position:-809px -50px;}

#nav li.home a.top-level:hover {background-position:0 -75px;}
#nav li.at-home a.top-level:hover {background-position:-68px -75px;}
#nav li.senior a.top-level:hover {background-position:-186px -75px;}
#nav li.hospice a.top-level:hover {background-position:-411px -75px;}
#nav li.resources a.top-level:hover {background-position:-528px -75px;}
#nav li.media a.top-level:hover {background-position:-675px -75px;}
#nav li.about a.top-level:hover {background-position:-809px -75px;}

/* Second Level */
#nav li ul {
	position: absolute;
	width:180px;
	left:-999em;
	z-index:950;
	border:1px solid #006645;
	border-width:0 1px 1px;
	background:#fff;
}

#nav li ul li {
	height:auto;
	display:inline;
}

#nav li ul li a {
	display:block;
	width:180px;
	line-height:37px;
	text-indent:14px;
  font-size:12px;
  color:#003a25;
	text-decoration:none;
}
#nav li ul li a:hover {text-decoration:underline;background:url(/images/dropdown-bg.png);}

/* Fix IE 6 */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {left:-999em;}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {left:auto;}
/* Fix IE 7 */
#nav li:hover {position:static;}

/* HOMEPAGE */
/* ------------------- */

/* SLIDESHOW */
#home_banner {
	position:absolute;
	top:0;left:0;
	width:950px;height:346px;
}

/* HOME CONTENT */
#homeCont {
	float:right;
	width:554px;
	padding:0 29px 0 22px;margin:344px 0 0 0;
	height:auto !important;height:255px;min-height:255px;
	border-left:1px solid #e0e0e0;
}

/* home content col */
#home-col1 {width:290px;float:left;}
#home-col1 p {
	font-size:1.1em;
	font-family:georgia,times,"times new roman",serif;
	line-height:1.43em;
	padding-top:1.43em;
}

/* home callout col */
#home-col2 {width:235px;float:right;padding:25px 0;}

#home-col2 li {padding-bottom:33px;clear:both;}
#home-col2 img {
	float:left;
	width:96px;
	height:129px;
	margin:0 11px 33px 0;
	border:3px solid #d3d8c0;
}
#home-col2 h2 {
	float:right;
	width:121px;
	font-size:1.1em;
	padding-top:6px;
	font-weight:bold;
}
#home-col2 p {
	float:right;
	width:121px;
	line-height:1.33em;
	padding-top:8px;
}

/* HOMELEFT */
#homeLeft {
	width:268px;
	float:left;
	padding:322px 0 0 0;
}

/* Home Tools */
#home-tools {position:relative;padding-top:24px;}

/* locationNav */
#locationNav {
	width:268px;height:33px;
	padding-top:10px;
	background:url(/images/header.gif) -950px 0;
	z-index:800;
}
#locationNav li.top-level {margin:0 0 0 220px;}
#locationNav a.top-level {
	display:block;
	width:38px;height:25px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/images/header.gif) -1170px -10px;
}
#locationNav a.top-level:hover {background-position:-1218px -10px;}
	
/* Second Level */
#locationNav li ul {
	position: absolute;
	left: -999em;
	z-index:800;
	border:1px solid #006247;
	border-bottom-width:0;
}

#locationNav li ul li {
	height:auto;
	display:inline;
}

#locationNav li ul li a {
	display:block;
	width:200px;
	height:36px;line-height:36px;
  font-size:12px;
	text-indent:11px;
  color:#003521;
	background:#cfd0b7;
	text-decoration:none;
	border-bottom:1px solid #006247;
}
#locationNav li ul li a:hover {
	color:#fff;
	background:#007859;
}

/* Third Level */
#locationNav li ul ul {margin:-38px 0 0 100%;}

/* Fix IE 6 */
#locationNav li:hover ul ul, #locationNav li:hover ul ul ul, #locationNav li.sfhover ul ul, #locationNav li.sfhover ul ul ul {left:-999em;}
#locationNav li:hover ul, #locationNav li li:hover ul, #locationNav li li li:hover ul, #locationNav li.sfhover ul, #locationNav li li.sfhover ul, #locationNav li li li.sfhover ul {left:auto;}
/* Fix IE 7 */
#locationNav li:hover {position:static;}

/* search by zip */
#zip-form {
	position:absolute;
	top:67px;
	width:268px;height:42px;
	background:url(/images/header.gif) -950px -43px;
}

#zip {
	width:74px;height:25px;
	text-indent:6px;line-height:25px;
	position:absolute;
	left:137px;top:6px;
	border:0;background:none;
}
	
#go-button {
	width:38px;height:25px;
	position:absolute;
	left:220px;top:6px;
	text-indent:-9999px;
	line-height:200px;
	cursor:pointer;
	border:0;
	background:url(/images/header.gif) -1170px -10px;
}
#go-button:hover {background-position:-1218px -10px;}

/* Home List */
#popular-information {padding-bottom:21px;}
#popular-information h2 {
	font-weight:normal;
	font-size:1.75em;
	padding:68px 0 12px 0;
}
#col2 #popular-information h2 {padding-top:20px;}

#popular-information li {
	font-size:1.08em;
	line-height:1.85em;
}
#popular-information li a {
	color:#666;
	background:url(/images/home-list-bullet.gif) no-repeat 0 4px;
	padding-left:16px;
}

/* CORPORATE INTERIOR PAGE, TYPOGRAPHY */
/* -------------------- */

/* structure */
#cont {width:669px;float:right;}
#col1 {width:450px;float:left;padding-left:26px;border-left:1px solid #e0e0e0;height:auto !important;height:400px;min-height:400px;}
#col2 {width:202px;float:left;}
#col3 {width:152px;float:right;}

/* COL1 - content */
#col1 {
	font-size:1.1em;
	line-height:1.4em;
}

#col1 h1 {padding-bottom:1.1em;line-height:1.2em;}
#col1 h2 {padding-bottom:.7em;line-height:1.2em;}
#col1 h3,
#col1 h4 {
	font-size:1.1em;
	font-family:arial,helvetica,sans-serif;
}
#col1 h4 {color:#666;}

#col1 p,
#col1 ol,
#col1 ul,
#col1 table {padding-bottom:1.4em;}

#col1 ol,
#col1 ul {
	list-style:disc;
	margin-left:20px;
}
#col1 ol {list-style:decimal;}

/* COL3 - images */
#col3 img {
	width:146px;
	border:3px solid #d3d8c0;
	margin-bottom:22px;
}

/* COL2 - nav, share this*/

/* navigation list */
div.sideNav {padding-bottom:26px;}
div.sideNav h2 {
	width:202px;height:27px;
	margin-bottom:9px;
	line-height:27px;text-indent:11px;
	color:#003723;
	font-size:12px;
	font-family:helvetica,arial,sans-serif;
	background:#aac8bb url(/images/header.gif) no-repeat -1046px -85px;
}
div.sideNav h2 a {color:#003723;}

/* first level */
div.sideNav ul {
	background:#f4f4ed;
}
div.sideNav ul li a {
	padding:0 5px 0 25px;
	font-size:13px;
	line-height:24px;
	font-weight:bold;
	color:#666;
	background:url(/images/home-list-bullet.gif) no-repeat 10px 4px;
}

/* second level */
div.sideNav ul ul {padding:4px 5px 4px 25px;}
div.sideNav ul ul li {padding-bottom:6px;}
div.sideNav ul ul li a {
	padding:0;
	font-size:12px;
	line-height:12px;
	font-weight:normal;
	color:#006348;
	background:none;
}

/* share this padding */
#col2 a.addthis_button img {margin-top:26px;}

/* LOCATION LAYOUT */
/* -------------------- */

/* TOP */

/* upper left link to landing page */
#landing-page-link {
	display:block;
	height:17px;line-height:17px;
	text-transform:uppercase;
	text-indent:24px;
	color:#357c4b;
	background:url(/images/location.gif) no-repeat;
}
body #whopper #landing-page-link:hover {background-position:0 -50px;}

/* swap on other color schemes */
body.hospice #landing-page-link {
	color:#33627c;
	background-image:url(/images/sprite-hospice.png);
}
body.home #landing-page-link {
	color:#6e3f6a;
	background-image:url(/images/sprite-home.png);
}

/* address */
#address .vcard h2 {
	position:absolute;
	left:26px;top:65px;
	font-size:31px;line-height:38px;
	height:38px;
	text-align:left;
	width:700px;
}
#address .vcard {
	height:auto !important;height:97px;min-height:97px;
	text-align:right;
	color:#006a4d;
	font-size:1.1em;
	line-height:1.7em;
	font-family:georgia,times,"times new roman",serif;
}

/* color switch */
body.home #address .vcard {color:#6e3f6a;}
body.hospice #address .vcard {color:#33627c;}

/* CCP */
#ccp {width:896px;height:59px;margin-bottom:25px;}
#ccp li {float:left;}

#ccp li.call {
	width:164px;height:59px;
	padding-left:59px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	line-height:27px;
	background:#005f44 url(/images/ccp.png) no-repeat -230px 0;
}
body.home #ccp li.call {background-image:url(/images/ccp-home.png);}
body.hospice #ccp li.call {background-image:url(/images/ccp-hospice.png);}
	
#ccp li.call span {display:block;text-indent:-9999px;}

#ccp li a.top-level {
	display:block;
	height:59px;
	text-indent:-9999px;
	background:url(/images/ccp.png);
}
body.home #ccp li a.top-level {background-image:url(/images/ccp-home.png);}
body.hospice #ccp li a.top-level {background-image:url(/images/ccp-hospice.png);}

#ccp li.coupon a {width:230px;background-position:0 0;}
#ccp li.tour a {width:222px;background-position:-453px 0;}
#ccp li.brochure a {width:221px;background-position:-675px 0;}

#ccp li.coupon a:hover {background-position:0 -59px;}
#ccp li.tour a:hover{background-position:-453px -59px;}
#ccp li.brochure a:hover {background-position:-675px -59px;}

/* hospice links */
body.hospice #ccp li.ccp-links {
	padding:20px 0 0 0;
	height:39px;
	width:230px;
	font-size:12px;
	background-image:url(/images/ccp-hospice.png);
}

/* LOCATION CONTENT */

#locationCol3 {float:left;width:218px;}
#locationCont {float:right;width:631px;}

/* Content */

/* col1 img, slideshow */
#slideshow,
#locationCont #p_col1_top img,
#flashmap {
	width:625px;height:242px;
	margin-bottom:25px;
	border:3px solid #dbdcc5;
}
#flashmap {height:320px;}
#slideshow img {width:625px;height:242px;}

#p_col1_top #map h2 {display:none;}
	
/* col1, typography */
#locationCol1 {
	float:left;width:440px;
	padding-left:2px;
	font-size:1.1em;
	line-height:1.4em;
	font-family:georgia,times,"times new roman",serif;
}

#locationCol1 h1 {
	font-size:1.6em;
	line-height:1.1em;
	padding-bottom:.7em;
}
	
#locationCol1 h2 {font-size:1.3em;padding-bottom:.7em;}
#locationCol1 h3,
#locationCol1 h4 {
	font-size:1.1em;
	font-family:arial,helvetica,sans-serif;
}
#locationCol1 h4 {color:#666;}

#locationCol1 p,
#locationCol1 ol,
#locationCol1 ul,
#locationCol1 table {padding-bottom:1.4em;}

#locationCol1 ol,
#locationCol1 ul {
	list-style:disc;
	margin-left:20px;
}
#locationCol1 ol {list-style:decimal;}

/* col2 - images */
#locationCol2 {
	width:160px;
	float:right;
	font-family:georgia,times,"times new roman",serif;
	color:#006a4d;
	font-size:1.1em;
	line-height:1.3em;
	font-style:italic;
	text-align:right;
}

#locationCol1 img,
#locationCol2 img {border:3px solid #dbdcc5;}
#locationCol2 img {margin-bottom:27px;}

#locationCol2 p {padding-bottom:.8em;}

/* color switch */
body.home #locationCol2 {color:#6e3f6a;}
body.hospice #locationCol2 {color:#33627c;}

/* Col3 - navbar */

#storeNav {padding:0 0 25px 0;margin-bottom:38px;background:url(/images/location-menu.gif) no-repeat bottom right;}
#storeNav li.first {padding-top:25px;background:url(/images/location-menu.gif) no-repeat;}

#storeNav li a {
	padding:0 0 0 25px;
	display:block;
	height:24px;line-height:24px;
	font-size:13px;
	color:#006a4d;
	background:url(/images/home-list-bullet.gif) no-repeat 10px 7px;
}

/* color switch */
body.home #storeNav li a {color:#6e3f6a;}
body.hospice #storeNav li a {color:#33627c;}

/* store-links */
#store-links,
ul.store-links {float:left;padding:30px 0 6px;}
#corporate-list {position:relative;left:-12px;}
#store-links li,
ul.store-links li {float:left;padding:0 0 4px;}
#store-links li a,
ul.store-links li a {padding:0 12px;}
#store-links li.print {float:none;}
#store-links li.email {clear:left;}
ul.store-links li.contact a,
#store-links li.email a {border-right:1px solid #006a4d}
#store-links li a,
ul.store-links li a {
	font-size:13px;
	color:#006a4d;
}

/* color switch */
body.home #store-links li a {color:#6e3f6a;}
body.home #store-links li.email a {border-right:1px solid #6e3f6a}

/* hospice styles */
body.hospice #store-links {padding:0;}
body.hospice #store-links li {padding:0 0 0 19px;}
body.hospice #store-links li a {
	padding:0;
	font-family:georgia,times,"times new roman",serif;
	color:#fff;
}
body.hospice #store-links li.email a {border-right:1px solid #fff;padding:0 19px 0 11px;}

/* share */
#locationCol3 .addthis_button {
	display:block;
	padding-left:12px;
}

.share {clear:both;}
.share a {position:relative;top:-26px;}

/* small map */
#locationCol3 #small-map {
	margin:34px 0 12px 12px;
	width:189px;height:112px;
	border:3px solid #dbdcc5;
}
a.small-map {
	color:#666;
	padding-left:33px;
	background:url(/images/location.gif) no-repeat 12px -98px;
}

/* FACILITY PAGE */
/* -------------------- */

/* STORE INTERIOR PAGE, TYPOGRAPHY */
/* -------------------- */

/* image lists */
#col1 .image-list {list-style:none;}

#col1 .image-list li {
	width:129px;height:140px;
	float:left;
}
	
/* WIDGETS */
/*-----------------------------*/

/* Click to Chat Box */
#chat-inner {
	padding:120px 30px 0;
	text-align:center;
	background:#fff;
}

/* Green Headers */
#middle .green-bg {
	clear:both;
	width:410px;
	padding:5px 15px;
	margin:0 0 3px;
	line-height:1.2em;
	color:#fff;
	background:#004831;
}
#middle hr {
	width:100%;height:2px;
	margin:0 0 10px;
	background:#004831;
	border:none;
}

/* Calendar */

#calendar_events {
	line-height:1.4em;
	height:auto !important;height:160px;min-height:160px;
}

#calendar_events h2 {display:none;}

#locationCol1 #calendar_events h3 {
	clear:both;
	padding:20px 0 5px 0;
	border-width:1px 0;
}

#calendar_events ol {list-style:none;margin-left:0;}

#calendar_events .table {float:left;}
#calendar_events .tr {width:400px;}
#calendar_events .th {
	font-weight:bold;
	float:left;
	width:auto !important;width:100px;min-width:100px;
}
#calendar_events .td {
	float:left;
	padding:0 0 0 10px;
	width:280px;
}

/* Gallery */

#shadowbox_gallery ul {list-style:none;margin:0;}
#shadowbox_gallery ul li {float:left;}
#shadowbox_gallery ul li a,
#shadowbox_gallery ul li a:hover {border:none;}
#shadowbox_gallery ul li img {
	margin:0 5px 2px 0;
	border:1px solid #dbdcc5;
}

/* Awards Page */
dl.dates dt {
	float:left;
	clear:left;
	width:80px;
}
dl.dates dd {
	float:left;
	padding-top:8px;
	width:365px;
}

/* BIO PAGES */
#bio div.bioHeader {
	clear:both;
	padding-bottom:30px;
	font-family:georgia,times,"times new roman",serif;
	cursor:pointer;
}

#bio div.bioHeader img {
	float:left;
	margin:0 10px 5px 0;
}
#bio div.bioHeader h2 {
	font-size:1.4em;
	padding:20px 0 .2em 0;
}
#bio div.bio {
  clear:both;
}

/* NOOBSLIDE GALLERY */

/* container and images */
#gallery {position:relative;}
#gallery .mask2 {
	position:absolute;
	width:440px;
	height:326px;
	overflow:hidden;
	border:1px solid #e0e0e0;
}

#gallery #box {
	position:absolute;
	width:440px;
}
#gallery #box span {display:block;}

#gallery span img {
	width:440px;
	height:280px;
	display:block;
	border:none;
}

/* image info */
#gallery .info{
	width:440px;
	height:46px;
	background:#e0e0e0;
	position:absolute;
	top:280px;
}
#gallery .info p {
	font-weight:bold;
	margin:3px 18px;
	font-family:Arial, helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}

/* thumbnails */
#handles {width:440px;padding:10px 0 0 0;}

#gallery .thumbs div {
	float:left;
	width:75px;
	height:75px;
	margin:5px 5px 0 0;
	cursor:pointer;
}

#gallery .thumbs div img {
	width:100%;
	height:100%;
	border:none
}

/* controls */
#gallery .buttons {
	padding:336px 0 0 0;
	text-align:center;
	color:#a11300;
}
#gallery .buttons span {padding:0 10px;cursor:pointer;}

/* Share */
#share {clear:both;width:100%;height:20px;}
#share a {position:absolute;bottom:23px;right:26px;}

/* Font Swapper */
#font-select.corporate-interior {margin:0 0 20px 28px;}
form.location {margin:0 0 20px 28px;}
#font-select.home {left:31px;}

#font-select {
	position:relative;
	width:96px;
	height:10px;
	background:url(/images/header.gif) -950px -85px;
}
#font-select input {
	width:10px;
	height:10px;
	text-indent:-9999px;
	line-height:50px;
	cursor:pointer;
	border:none;
	background:none;
}
#font-select .decrease {position:absolute;left:0;}
#font-select .increase {float:right;}
#font-select .decrease:hover {background:url(/images/header.gif) -950px -95px;}
#font-select .increase:hover {background:url(/images/header.gif) -1036px -95px;}

/* font swapper */
.home #font-select {background:url(/images/sprite-home.png) 0 -100px;}
.hospice #font-select {background:url(/images/sprite-hospice.png) 0 -100px;}

.home #font-select .decrease:hover {background:url(/images/sprite-home.png) 0 -110px;}
.home #font-select .increase:hover {background:url(/images/sprite-home.png) -86px -110px;}

.hospice #font-select .decrease:hover {background:url(/images/sprite-hospice.png) 0 -110px;}
.hospice #font-select .increase:hover {background:url(/images/sprite-hospice.png) -86px -110px;}

/* SHADOWBOX X IN UPPER RIGHT */
#shadowbox #shadowbox_info {
	position:absolute;
	top:28px;right:0;
}

/* TERTIARY PAGES */
/*--------------------*/

/* bump up some H2's to H1 size */
#state-page h2,
#locations h2,
#middle #other-facilities h2,
#site-map h2 {
	font-size:1.9em;
	padding-bottom:.35em;
}

/* Site Map */
#site-map {padding-bottom:20px;}
#site-map p {padding:0;margin:0;}

/* other facilities */
#middle #other-facilities dt {
	padding-bottom:.2em;
	font-size:1.5em;
	font-family:georgia,times,"times new roman",serif;
	font-weight:normal;
}
#middle #other-facilities dd {line-height:1.45em;}

/* Site Search */

#search-results h1 {padding-bottom:16px;}

/* pagination styles */
#search-results .pagination {
	float:left;
	width:100%;
	padding:10px 0 10px 60px;
}
#search-results .pagination li {
	float:left;
	padding-right:5px;
}
#search-results .pagination .currentpage {font-weight:bold;}

/* result styles */
#search-results ol li {
	padding:10px 0;
	font-size:1.1em;
	line-height:1.4em;
}

#search-results ol li h2 {font-size:1.2em;}
#search-results ol li cite a {
	padding-left:12px;
	text-decoration:underline;
	color:#666;
	background:url(/images/home-list-bullet.gif) no-repeat 0 4px;
}

/* LANDING PAGE */
/* -------------------- */

#landing_page {background:#f4f4ed;}

/* top header */
#landing_page h1 {
	position:relative;
	width:852px;height:59px;
	padding:0 22px;
	margin:0 0 3px 1px;
	font-size:31px;line-height:59px;
	color:#fff;
	background:#005f44 url(/images/landing-sprite.png);
}
#landing_page h1 span {
	position:absolute;
	top:0;right:22px;
	padding-top:3px;
	display:block;
	font-size:21px;
}

/* slideshow */
#slideshow-landing {width:896px;height:265px;}

/* Content Area */
#landing-content {
	float:right;
	width:649px;
	padding:9px 22px 0 0;
}

#landing-col1 {
	width:360px;
	float:left;
	padding-bottom:25px;
}
#landing-col2 {
	position:relative;
	float:right;
	line-height:1.3em;
	background:#d0dfd5 url(/images/landing-col2-bottom.gif) no-repeat bottom left;
}

/* col1 typography */
#landing-content h2 {
	clear:both;
	padding:11px 0 20px 0;
	font-size:1.9em;
}

#landing-col1 p,
#landing_page #p_col1_bottom p {
	font-size:1.1em;
	line-height:1.4em;
	padding-bottom:1.4em;
	font-family:georgia,times,"times new roman",serif;
}

#landing-col1 ol,
#landing-col1 ul {
	list-style:disc;
	margin-left:20px;
}
#landing-col1 ol {list-style:decimal;}

/* col2 callouts */
#landing-col2 #p_col2_top {
	padding:9px;
	width:252px;
	background:url(/images/landing-col2-bottom.gif) no-repeat top right;
}
#landing-col2 h3 {
	font-size:1.1em;
	padding-bottom:.6em;
}
#landing-col2 p {font-size:1em;padding-top:.6em;}
#landing-col2 img {background:#dfdfdf;}
#img-border {
	position:absolute;
	top:6px;left:6px;
	width:102px;height:135px;
	background:url(/images/landing-col2-img-border.gif);
}

/* Side Nav */
#landing-navBar {
	width:175px;
	float:left;
	padding:22px 0 40px 23px;
}

#landing-navBar h3 {
	font-weight:normal;
	font-size:1.4em;
	line-height:1.3em;
	padding-bottom:13px;
}

ul.landing-state-list li {display:inline;}
ul.landing-state-list li a.top-level {
	display:block;
	width:175px;height:30px;
	padding-bottom:5px;
	text-indent:-9999px;
	background:url(/images/landing-sprite.png) no-repeat;
}

/* assisted links */
ul.landing-state-list li.arizona a.top-level {background-position:0 -59px;}
ul.landing-state-list li.california a.top-level {background-position:0 -94px;}
ul.landing-state-list li.texas a.top-level {background-position:0 -129px;}
ul.landing-state-list li.utah a.top-level {background-position:0 -164px;}
ul.landing-state-list li.other a.top-level {background-position:0 -199px;}

ul.landing-state-list li.arizona a.top-level:hover {background-position:-175px -59px;}
ul.landing-state-list li.california a.top-level:hover {background-position:-175px -94px;}
ul.landing-state-list li.texas a.top-level:hover {background-position:-175px -129px;}
ul.landing-state-list li.utah a.top-level:hover {background-position:-175px -164px;}
ul.landing-state-list li.other a.top-level:hover {background-position:-175px -199px;}

/* home links */
.home ul.landing-state-list li.california a.top-level {background-position:0 -59px;}
.home ul.landing-state-list li.texas a.top-level {background-position:0 -94px;}
.home ul.landing-state-list li.other a.top-level {background-position:0 -129px;}

.home ul.landing-state-list li.california a.top-level:hover {background-position:-175px -59px;}
.home ul.landing-state-list li.texas a.top-level:hover {background-position:-175px -94px;}
.home ul.landing-state-list li.other a.top-level:hover {background-position:-175px -129px;}

/* hospice links */
.hospice ul.landing-state-list li.california a.top-level {background-position:0 -59px;}
.hospice ul.landing-state-list li.texas a.top-level {background-position:0 -94px;}
.hospice ul.landing-state-list li.utah a.top-level {background-position:0 -129px;}
.hospice ul.landing-state-list li.other a.top-level {background-position:0 -164px;}

.hospice ul.landing-state-list li.california a.top-level:hover {background-position:-175px -59px;}
.hospice ul.landing-state-list li.texas a.top-level:hover {background-position:-175px -94px;}
.hospice ul.landing-state-list li.utah a.top-level:hover {background-position:-175px -129px;}
.hospice ul.landing-state-list li.other a.top-level:hover {background-position:-175px -164px;}

/* Landing Bottom */

#landing-bottom {
	width:852px;
	position:relative;
	clear:both;
	border-top:3px solid #92bdad;
	padding:25px 22px;
	z-index:600;
}

/* popular info */
#popular-info {
	position:absolute;
	top:-34px;left:23px;
	z-index:630;
}

#popular-info li a.top-level {
	display:block;
	width:175px;height:30px;
	text-indent:-9999px;
	background:url(/images/landing-sprite.png) no-repeat -350px -59px;
}
#popular-info a.top-level:hover {background-position:-350px -89px;}

/* Second Level */
.popular-info li ul {
	position: absolute;
	width:286px;
	margin:-30px 0 0 175px;
	left:-999em;
	border:2px solid #c5c7a5;
	border-bottom:none;
	z-index:650;
}
#landing-navBar .popular-info li ul {margin-top:-35px;}

.popular-info li ul li {
	height:auto;
	display:inline;
}

.popular-info li ul li a {
	display:block;
	width:286px;
	height:26px;
	font-size: 12px;
	text-transform:uppercase;
	line-height:26px;
	text-indent:15px;
	color:#fff;
	background:#005a3f;
	text-decoration:none;
	border-bottom:2px solid #c5c7a5;
}
.popular-info li ul li a:hover {background:#003d28;}

/* Third Level */
.popular-info li ul ul {margin:-28px 0 0 100%;}

/* Fix IE 6 */
.popular-info li:hover ul ul, .popular-info li:hover ul ul ul, .popular-info li.sfhover ul ul, .popular-info li.sfhover ul ul ul {left:-999em;}
.popular-info li:hover ul, .popular-info li li:hover ul, .popular-info li li li:hover ul, .popular-info li.sfhover ul, .popular-info li li.sfhover ul, .popular-info li li li.sfhover ul {left:auto;}
/* Fix IE 7 */
.popular-info li:hover {position:static;}

/* facility list */
#landing_page #facility-list {
	width:290px;
	float:left;
	margin-left:1px;
	padding:35px 0 0 0;
	background:url(/images/landing-sprite.png) no-repeat -896px 0;
}
#landing_page #facility-list h3 {
	clear:both;
	width:100%;height:24px;
	margin-top:0px;
	line-height:26px;
	text-indent:12px;
	font-size:16px;
	background:#006a4d;
	color:#fff;
	font-family:arial,helvetica,sans-serif;
}
#landing_page .facility-summary {
	clear:both;
	float:left;
	width:100%;
	border-bottom-color:#92bdad;
	font-size:1em;
	line-height:1.3em;
}
#landing_page .facility-summary dl {width:200px;float:right;}
#landing_page .facility-summary h4 {
	font-family:georgia,times,"times new roman",serif;
	font-size:1.1em;
	padding-bottom:2px;
}
#landing_page .facility-summary img {padding-top:4px;}
#landing_page .facility-summary a {color:#006a4d;}

/* map */
#landing-map {width:534px;float:right;}

#landing_page #flashmap {
	width:528px;height:344px;
	margin-bottom:21px;
	border:3px solid #006a4d;
}

/* At Home Color Swap */

#landing_page.home h1,
.home ul.landing-state-list li a.top-level,
.home #popular-info li a.top-level,
#landing_page.home #facility-list {background-image:url(/images/landing-sprite-home.png);}

/* typography */
.home #landing-content h2,
.home #landing-col2 h3,
.home #landing-navBar h3,
#landing_page.home .facility-summary a {color:#6e3f6a;}

/* col2 */
.home #landing-col2 {background:#e0d9d9 url(/images/landing-col2-bottom-home.gif) no-repeat bottom left;}
.home #landing-col2  #p_col2_top {background-image:url(/images/landing-col2-bottom-home.gif);}
.home #img-border {background:url(/images/landing-col2-img-border-home.gif);}

/* Landing Bottom */
.home #landing-bottom,
#landing_page.home .facility-summary {border-color:#beacb9;}

/* nav drop down */
.home #landing-bottom #facility-list h3,
.home .popular-info li ul li a {background:#60355c;}
.home .popular-info li ul li a:hover {background:#50204d;}

/* map */
#landing_page.home #flashmap {border-color:#6e3f6a;}

/* Hospice Color Swap */

#landing_page.hospice h1,
.hospice ul.landing-state-list li a.top-level,
.hospice #popular-info li a.top-level,
#landing_page.hospice #facility-list {background-image:url(/images/landing-sprite-hospice.png);}

/* typography */
.hospice #landing-content h2,
.hospice #landing-col2 h3,
.hospice #landing-navBar h3,
#landing_page.hospice .facility-summary a {color:#33627c;}

/* col2 */
.hospice #landing-col2 {background:#d7dedc url(/images/landing-col2-bottom-hospice.gif) no-repeat bottom left;}
.hospice #landing-col2  #p_col2_top {background-image:url(/images/landing-col2-bottom-hospice.gif);}
.hospice #img-border {background:url(/images/landing-col2-img-border-hospice.gif);}

/* Landing Bottom */
.hospice #landing-bottom,
#landing_page.hospice .facility-summary {border-color:#a7bac0;}

/* nav drop down */
.hospice #landing-bottom #facility-list h3,
.hospice .popular-info li ul li a {background:#2a566f;}
.hospice .popular-info li ul li a:hover {background:#103d59;}

/* map */
#landing_page.hospice #flashmap {border-color:#33627c;}

/* AREA PAGE */
/* -------------------- */

p.area-page {font-size:1.2em;font-weight:bold;}

#area-page h2.city {display:none;}
#area-page p.city {text-align:right;padding:.5em 0 0;}
#area-page h2 {padding:20px 0 .3em;}

#area_map {float: right;}
#area_map #flashmap {
	width:467px;
	height:430px;
	border:1px solid #e0e0e0;
}

#facility-list {
	width:407px;
	float:left;
}

.facility-summary {
	float:left;
	width: 407px;
	padding: 16px 0 6px; 
	clear: both;
	border-bottom: 1px solid #e0e0e0;
}
.facility-summary img {
	float: left;
	padding: 0 10px 10px 0;
}
.facility-summary dt {padding:0;}
.facility-summary a img.facility-offer {display:none;}

/* FOOTER */
/* -------------------- */

/* footerBar */
#footerBar {
	font-size:13px;
	padding:0 24px;margin:0 0 7px 0;
	height:45px;
	background:#fff;
}
#footerBar span {
	display:block;
	float:left;
	height:45px;line-height:45px;
}

#footerBar #follow-on {padding-left:59px;}
#footerBar #follow-on img {padding-left:5px;}

#footerBar span img {
	position:absolute;
	top:21px;
}

#footerBar #blogs {
	position:absolute;
	right:24px;
}
#footerBar dt {float:left;font-weight:normal;line-height:45px;padding:0;}
#footerBar dd {float:left;padding:12px 0 0 12px;}

/* footer */

#footer,
#footer a,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
	font-size:12px;
	color:#666;
	font-family:arial, helvetica, sans-serif;
}

#footer ul {clear:both;padding:0 24px;}

#footer li {
	float:left;
	padding-right:8px;
	margin:9px 8px 0 0;
	border-right:1px solid #666;
}
#footer li.last {border-right:none;padding-right:0;margin-right:0;}

#footer #copy {display:none;}

#footer-stores {
	clear:both;
	text-align:right;
	padding:16px 24px 8px 24px;
}

/* other facilities */
#footer #other-facilities {
	clear:both;
	padding:10px 0 0 24px;
	line-height:1.5em;
}
#footer #other-facilities h2 {font-weight:bold;}

/* alfa logo */
#alfa-logo {margin:0 24px 0;}

/* signature bug */
#brand {
	margin:20px 24px 0;
	display:block;
	width:213px;
	height:17px;
	text-indent:-9999px;
	background:url(/images/footer-brand.gif);
}
#brand:hover {background-position:0 -17px;}

/* blank loo*/
#logo_link {
	width:450px; height:80px;

}

/* Signature Brand Styles */
#signature-brand {width:180px;height:20px;display:block;margin:10px 0;outline:none;text-indent:-9999px;background:url(/images/signature-brand.gif);overflow:hidden;}
#signature-brand:hover, 
#signature-brand:focus {background-position:0 -20px;}
#signature-brand:active {background-position:0 -40px;}
/* --------- /stylesheets/inline.css --------- */ 
/*
 _ _       _     _       _          
| (_)_ __ | | __(_)_   _(_) ___ ___ 
| | | '_ \| |/ /| | | | | |/ __/ _ \
| | | | | |   < | | |_| | | (_|  __/
|_|_|_| |_|_|\_\/ |\__,_|_|\___\___|
              |__/         
*/

#inline-edit-tools{
  background: #F0F4F5 url(http://www.g5search.com/javascripts/ext/resources/images/gray/toolbar/bg.gif) repeat-x scroll left top;
  border-color: #D0D0D0;
  border-style: solid;
  border-width: 1px;
  padding: 2px;
}

#inline-edit-tools a.edit{
  background-position: 0 2px;
  display: block;
  padding: 3px 0 2px 18px;
  color: #000;
  background-repeat: no-repeat;
  text-decoration: none;
  background-image: url(http://www.g5search.com/javascripts/ext/resources/images/default/shared/fam/page_edit.png) !important;
}

/* --------- /javascripts/shadowbox/skin/classic/skin.css --------- */ 
/**
 * The "classic" theme CSS for Shadowbox.
 *
 * This file is part of Shadowbox.
 *
 * Shadowbox is an online media viewer application that supports all of the
 * web's most popular media publishing formats. Shadowbox is written entirely
 * in JavaScript and CSS and is highly customizable. Using Shadowbox, website
 * authors can showcase a wide assortment of media in all major browsers without
 * navigating users away from the linking page.
 *
 * Shadowbox is released under version 3.0 of the Creative Commons Attribution-
 * Noncommercial-Share Alike license. This means that it is absolutely free
 * for personal, noncommercial use provided that you 1) make attribution to the
 * author and 2) release any derivative work under the same or a similar
 * license.
 *
 * If you wish to use Shadowbox for commercial purposes, licensing information
 * can be found at http://mjijackson.com/shadowbox/.
 *
 * @author      Michael J. I. Jackson <mjijackson@gmail.com>
 * @copyright   2007-2008 Michael J. I. Jackson
 * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
 * @version     SVN: $Id: skin.js 91 2008-03-28 17:39:13Z mjijackson $
 */

/*_____________________________________________________  container & overlay  */
#shadowbox_container, #shadowbox_overlay {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
#shadowbox_container {
  position: fixed;
  display: block;
  visibility: hidden;
  z-index: 999;
  text-align: center; /* centers #shadowbox in quirks and IE */
}
#shadowbox_overlay {
  position: absolute;
}

/*_______________________________________________________________  shadowbox  */
#shadowbox {
  position: relative;
  margin: 0 auto;
  text-align: left; /* reset left alignment */
}

/*____________________________________________________________________  body  */
#shadowbox_body {
  position: relative;
  margin: 0;
  padding: 0;
  border: 1px solid #333;
  overflow: hidden;
}
#shadowbox_body_inner {
  position: relative;
  height: 100%;
}
#shadowbox_content.html {
  height: 100%;
  overflow: auto; /* make html content scrollable */
}

/*_________________________________________________________________  loading  */
#shadowbox_loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#shadowbox_body, #shadowbox_loading {
  background-color: #060606; /* should match loading image background color */
}
#shadowbox_loading_indicator {
  float: left;
  margin: 10px 10px 0 10px;
  height: 32px;
  width: 32px;
  background-image: url(/javascripts/shadowbox/skin/classic/loading.gif);
  background-repeat: no-repeat;
}
#shadowbox_loading span {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 10px;
  float: left;
  margin-top: 16px;
}
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
  color: #fff;
  text-decoration: underline;
}

/*____________________________________________________________  title & info  */
#shadowbox_title, #shadowbox_info {
  position: relative;
  margin: 0; /* these must have no vertical margin or padding */
  padding: 0;
  overflow: hidden;
}
#shadowbox_title_inner, #shadowbox_info_inner {
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  line-height: 16px;
}
#shadowbox_title {
  /*height: 26px;*/
  height: 4em;  /* this can be just about any value because of the overflow, but the 2-4em ballpark looks best, IMO, and prevents overflow off the top of the viewport for captions up to three lines */
  overflow: visible;
}
#shadowbox_title_inner {
	position: absolute;
	bottom: 0;
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
}
#shadowbox_info {
  height: 20px;
}
#shadowbox_info_inner {
  font-size: 12px;
  color: #fff;
}

/*_____________________________________________________________________  nav  */
#shadowbox_nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}
#shadowbox_nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
}
#shadowbox_nav_close {
  background-image: url(/javascripts/shadowbox/skin/classic/icons/close.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_next {
  background-image: url(/javascripts/shadowbox/skin/classic/icons/next.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_previous {
  background-image: url(/javascripts/shadowbox/skin/classic/icons/previous.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_play {
  background-image: url(/javascripts/shadowbox/skin/classic/icons/play.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_pause {
  background-image: url(/javascripts/shadowbox/skin/classic/icons/pause.png);
  background-repeat: no-repeat;
}

/*_________________________________________________________________  counter  */
#shadowbox_counter {
  float: left;
  padding: 2px 0;
  width: 45%;
}
#shadowbox_counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
#shadowbox_counter a.shadowbox_counter_current {
  text-decoration: underline;
}

/*___________________________________________________________________  clear  */
div.shadowbox_clear {
  clear: both; /* clear floating counter & nav */
}

/*________________________________________________________________  messages  */
div.shadowbox_message {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.shadowbox_message a:link,
div.shadowbox_message a:visited {
  color: #fff;
  text-decoration: underline;
}

#shadowbox_title {
  border: 0px solid;
} 

#shadowbox_info {
  border: 0px solid;
}


