﻿/*
G5 Search Marketing Copyright 2008
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;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
/* /reset */

/* GLOBAL SETTINGS */
/* -------------------- */

a {text-decoration:none; color: #2b6826;}
a:hover {text-decoration:underline;}
h1,h2,h3,h4,h5,h6{font-size:100%; color: #2b6826;}
h1 {font-size: 16px;}
h2 {font-size: 15px;}
h3 {font-size: 14px;}
h4 {font-size: 13px;}
h5 {font-size: 12px;}
h6 {font-size: 11px;}
p {margin:0;padding:0;}
html {background: url(/images/bg_01.gif); height:100%;}
.clear {clear: both;line-height: 1px;height: 1px}
dt {font-weight:bold;padding-top:10px;}

body {
	position : relative;
	margin: 0 auto; 
	color:#4f4f4f;
	text-align: center; /* center for IE */
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	height:100%;
	}

/* BASIC LAYOUT */
/* -------------------- */

#whopper {
    width: 892px;
    margin: 0 auto;
    padding: 0 29px;
    text-align: left;
    background: #fff5da url(/images/whopper_bg_01.png) repeat-y;
    height:auto !important;
    height:100%;
    min-height:100%; 
}

#header {
width: 892px;
height: 139px;
background: url(/images/header_bg_01.png) top left no-repeat;
}

body.zephyr #header {
width: 892px;
height: 139px;
background: url(/images/header_bg_02.png) top left no-repeat;
}
#header h1, #header h2 a {
float: left;
display: block;
padding: 25px 0 0 25px;
width: 285px;
height: 95px;
text-indent:-9999px;
}

#socialLinks {
float: left;
height: 50px;

}

#socialLinks ul {
list-style: none;
padding: 0;
margin: 0;	
border-right:none
}
#socialLinks li {
float:left;
border-right:none

}

#socialLinks li.facebook {
	border:none;
}

#socialLinks li.twitter {
	border:none;
}


#socialLinks li.facebook a {
display: block;
width: 130px;
height: 40px;
text-align: left;
text-indent: -9999px;
background: transparent url(/images/button_facebook.gif) top left no-repeat; 
padding-right: 16px;
}
#socialLinks li.twitter a {
display: block;
width: 160px;
height: 40px;
text-align: left;
text-indent: -9999px;
background: transparent url(/images/button_twitter.gif) top left no-repeat; 
}

#nav {
	position:relative;
	width:100%;
	height:46px;
	line-height: 1;
	z-index:990;
}

#middle {
	width:100%;
	padding:3px 0 6px 0;
	/* height section is for a min. height on a container */
    min-height:450px;
    height:auto !important;
    height:450px;
	/* height */
}

#footerTop {
	clear:both;
	width:100%;
	height:44px;
	font-size:11px;
	padding:20px 0 0 0;
	color:#908e84;
	background: url(/images/footer_bg_01.gif) repeat-x 0 6px;
}

#footer {
	clear:both;
	position:relative;
	width:100%;
	padding-bottom:44px;
	font-size:11px;
	color:#908e84;
}


/* NAVIGATION STYLES */
/* -------------------- */

#nav li {
	float:left;
	width:100px;
	margin-right:1px;
}
#nav li.last {
	margin-right:0;
}

#nav li a {
	display:block;
	height:46px;
	text-indent:-9999px;
	background:url(/images/nav_bg_01.png);
}

#nav li.home {width:82px;}
#nav li.home a {background-position:0 0;width:82px;}
#nav li.home a:hover {background-position:0 -46px;}

#nav li.community {width:149px;}
#nav li.community a {background-position:-83px 0;width:149px;}
#nav li.community a:hover {background-position:-83px -46px;}

#nav li.assisted {width:135px;}
#nav li.assisted a {background-position:-233px 0;width:135px;}
#nav li.assisted a:hover {background-position:-233px -46px;}

#nav li.alzheimers {width:145px;}
#nav li.alzheimers a {background-position:-369px 0;width:145px;}
#nav li.alzheimers a:hover {background-position:-369px -46px;}

#nav li.independent {width:157px;}
#nav li.independent a {background-position:-515px 0;width:157px;}
#nav li.independent a:hover {background-position:-515px -46px;}

#nav li.about {width:100px;}
#nav li.about a {background-position:-673px 0;width:100px;}
#nav li.about a:hover {background-position:-673px -46px;}

#nav li.contact {width:118px;}
#nav li.contact a {background-position:-774px 0;width:118px;}
#nav li.contact a:hover {background-position:-774px -46px;}

/* Fix IE 7 */
#nav li:hover {position: static;}

/* reset some second level things */
#nav li.home ul li a,
#nav li.community ul li a,
#nav li.assisted ul li a, 
#nav li.alzheimers ul li a, 
#nav li.independent ul li a, 
#nav li.about ul li a, 
#nav li.contact ul li a {
	width:149px;
	height:21px;
    margin: 0;
    color: #fff5da;
    font-size: 12px;
    line-height:21px;
	text-indent:17px;
	text-decoration:none;
	text-align:left;
	border-bottom:1px solid #fff5da;
	background: #55844a url(/images/nav_bullet.gif) no-repeat 8px 9px;
}
#nav li.home ul li a:hover,
#nav li.community ul li a:hover,
#nav li.assisted ul li a:hover, 
#nav li.alzheimers ul li a:hover, 
#nav li.independent ul li a:hover, 
#nav li.about ul li a:hover, 
#nav li.contact ul li a:hover {
	background: #2b6826 url(/images/nav_bullet.gif) no-repeat 8px 9px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width:149px;
	height:auto;
	left: -999em;
	border-top:3px solid #fff5da;
	z-index:995;
}

#nav li ul li {
	height:auto;
	display:inline;
}

#nav li ul ul { /* third-level lists */
	margin: -23px 0 0 149px;
	border-top-width:1px;
	border-left:1px solid #fff5da;
}

#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;
}

/* HOME STYLES */
/* -------------------- */

/*slideshow styles*/

#home-slideshow {
	width:100%;
	height:227px;
}

/*homeCont styles*/

#homeCont {
	color:#ffefc6;
	padding:11px;
	background:#987d00;
	height:auto !important;
    height:100px;
    min-height:100px; 
}

#homeButtons {
	float:left;
	border:1px solid #beab6d;
	background:#7c6100;
	margin-right:23px;
}

/*locationNav*/
#locationNav-home {
	width:271px;
	height:47px;
	background:url(/images/locationNav_bg_01.png);
	z-index:700;
}

#locationNav-home h3 {
	width:100%;
	height:13px;
	text-indent:-9999px;
	overflow:hidden;
}

#locationNav-home ul {
	line-height: 1;
	z-index:800;
}

#locationNav-home li {
	margin:0 0 0 210px;
	width:47px;
}
#locationNav-home li a {
	display:block;
	width:47px;
	height:20px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	background:url(/images/go_button.png);
}
#locationNav-home li a:hover {
	background-position:0 -20px;
}

/* Fix IE 7 */
#locationNav-home li:hover {position: static;}

/* reset some second level things */
#locationNav-home li ul li a {
	width:149px;
	height:21px;
	padding:0;
    margin: 0;
    color: #fff5da;
    font-size: 12px;
    line-height:21px;
	text-indent:17px;
	text-decoration:none;
	text-align:left;
	border-bottom:1px solid #fff5da;
	background: #55844a url(/images/nav_bullet.gif) no-repeat 8px 9px;
}
#locationNav-home li ul li a:hover {
	background: #2b6826 url(/images/nav_bullet.gif) no-repeat 8px 9px;
}

#locationNav-home li ul { /* second-level lists */
	position:absolute;
	width:149px;
	left: -999em;
	margin:0;
	border-top:1px solid #fff5da;
	z-index:850;
}

#locationNav-home li ul li {
	float:left;
	width:149px;
	margin:0;
	display:inline;
}

#locationNav-home li ul ul { /* third-level lists */
	margin: -23px 0 0 149px;
	border-left:1px solid #fff5da;
}

#locationNav-home li:hover ul ul, #locationNav-home li:hover ul ul ul, #locationNav-home li.sfhover ul ul, #locationNav-home li.sfhover ul ul ul {
	left: -999em;
}

#locationNav-home li:hover ul, #locationNav-home li li:hover ul, #locationNav-home li li li:hover ul, #locationNav-home li.sfhover ul, #locationNav-home li li.sfhover ul, #locationNav-home li li li.sfhover ul {
	left: auto;
}

/*search*/
#search {
	width:271px;
	height:51px;
	background:url(/images/search_bg_01.png);
}

#search h3 {
	width:100%;
	height:17px;
	text-indent:-9999px;
	overflow:hidden;
}

#search input {vertical-align: middle; text-indent: 2px;}
#search  #zip {
    width: 82px;
    height: 20px;
	padding:0;
	margin:0 0 0 113px;
    border: 0;
	background:#d0c185;
}
#search input#go-button {
    width: 47px;
    height: 20px;
	margin:0 0 0 12px;
	padding:0;
    text-indent: -9999px;
    background: url(/images/go_button.png) 0 0 no-repeat;
}
#search input#go-button:hover {background-position: 0 -20px;}
#search form {}

/*homeText*/

#homeText {
	padding-top:6px;
	line-height:22px;
}

/*homeInfo bar styles*/

#homeInfo {
	padding-top:25px;
	background:url(/images/homeInfo_top.gif) repeat-x;
}

#homeInfo li {
	float:left;
	width:295px;
	margin-right:4px;
}
#homeInfo li.info_alzheimers {width:294px;}
#homeInfo li.last {margin-right:0;}

#homeInfo h3 {
	display:block;
	width:100%;
	height:33px;
	text-indent:-9999px;
	background:#255116 url(/images/homeInfo_bg_01.png);
	margin-bottom:1px;
}

#homeInfo li.info_alzheimers h3 {background-position:-299px 0;}
#homeInfo li.info_independent h3 {background-position:-597px 0;}

#homeInfo p {
	padding:10px 12px;
	color:#ffefc6;
	font-weight:bold;
	line-height:20px;
	background:#5a9185;
	height:auto !important;
    height:112px;
    min-height:112px; 
}

#homeInfo a {
	display:block;
	width:108px;
	height:20px;
	margin-top:10px;
	text-indent:-9999px;
	background:url(/images/homeInfo_button.png);
}
#homeInfo a:hover {background-position:0 -20px;}

/* FACILITY STYLES */
/* -------------------- */

/* facTop */
#facTop {
	float:left;
	width:100%;
	height:auto !important;
	height:128px;
	min-height:128px;
	padding-bottom:13px;
	background:url(/images/facCont_header.png) no-repeat bottom;
}

h2.logo {
	float:left;
	width:680px;
	margin-top:33px;
	color:#2b6826;
	font-family:georgia, garamond, times, serif;
	font-weight:normal;
	font-size:22px;
	text-transform:uppercase;
}
h3.logo {
	float:left;
	width:484px;
	padding:5px 0;
	color:#4f4f4f;
	font-weight:normal;
	font-family:georgia, garamond, times, serif;
	font-style:italic;
	font-size:18px;
}

#call {
	float:right;
	margin-top:33px;
	color:#987d00;
	font-size:22px;
	height:48px;
	overflow:hidden;
}

#ccp {
	float:right;
	clear:right;
	line-height: 1;
	width:373px;
}

#ccp li {
	float:right;
	width:173px;
	height:44px;
	overflow:hidden;
	margin-left:1px;
	background:#fcf;
}
#ccp li a {
	display:block;
	width:173px;
	height:44px;
	text-indent:-9999px;
	background:url(/images/ccp_bg_01.png);
}
#ccp li.tour a:hover {background-position:0 -44px;}

#ccp li.brochure {
	width:197px;
}
#ccp li.brochure a {
	width:197px;
	background-position:-174px 0;
}
#ccp li.brochure a:hover {background-position:-174px -44px;}

/* facCont */
#facCont {
	float:left;
	width:884px;
	border:3px solid #c69921;
	border-top:0;
	margin-bottom:35px;
	padding:1px;
	padding-top:0;
	background:#fff;
	overflow:hidden;
}

/* left col (col2) */

#col2 {
	float:left;
	width:252px;
	background:#ebdbb2;
	padding-bottom:20000px;
	margin-bottom:-20000px;
}

/* side navigation */
#storeNav {
	margin-top:25px;
	border-bottom:1px solid #fff;
}

#storeNav li a {
	display:block;
	width:217px;
	padding:0 0 0 35px;
	color:#fff;
	font-weight:bold;
	line-height:31px;
	text-transform:uppercase;
	border-top:1px solid #fff;
	background:#5a9173 url(/images/storeNav_bullet.gif) no-repeat left center;
}
#storeNav li a:hover {
	text-decoration:none;
	background-color:#2b6826;
}

/* logo styles */
#blankLogo {
	display:none;
}
#logo {
	padding:35px;
	padding-bottom:0;
}

/* address styles */
#address h2 {
	padding:35px;
	padding-bottom:22px;
	font-size:14px;
	color:#255116;
	line-height:18px;
	background:url(/images/colon_bg_01.gif) repeat-x bottom left;
}
#address ul {
	padding:15px 35px 25px 35px;
	line-height:18px;
	background:url(/images/colon_bg_01.gif) repeat-x bottom left;
}
#address a {
	text-decoration:underline;
}

/* fontsize syles */
#fontsize {
	color:#2b6826;
	font-weight:bold;
	line-height:22px;
	padding:13px 35px 0 35px;
}
#fontsize a {
	text-decoration:underline;
}

/* tools syles */
#tools {
	color:#4f4f4f;
	font-weight:bold;
	line-height:22px;
	padding:13px 35px 35px 35px;
}
#tools a {
	text-decoration:underline;
}

/* main cont (col1) */


#col1 {
	float:right;
	width:593px;
	padding-top:10px;
}
#col1_fac {
	float:right;
	width:593px;
	padding-top:25px;
}

#slideshow {
	width:593px;
	height:257px;
}

#col1_fac p.photoSEO {
	font-size:11px;
	padding:4px 5px 11px 0;
	text-align:right;
}

#col1_fac p {
	line-height:22px;
	padding:0 25px 22px 0;
}

/* TERTIARY, CORPORATE PAGES */
/* -------------------- */

/* corpTop */
#corpTop {
	float:left;
	width:100%;
	height:auto !important;
	height:29px;
	min-height:29px;
}

/* left column */

#col2Corp {
	position:relative;
	float:left;
	width:295px;
	height:auto !important;
	height:79px;
	min-height:79px;
	background:#eed9a2;
}

/*locationNav*/
#locationNav {
	width:295px;
	height:69px;
	z-index:700;
	background: url(/images/col2Corp_bg_01.png) no-repeat;
}

.assisted_living #locationNav,
.kaplan_assisted_living #locationNav {background: url(/images/assisted_living.png) no-repeat;}
.assisted_living #locationNav li {display:none;}

.alzheimers_care #locationNav,
.kaplan_alzheimers_care_community #locationNav {background: url(/images/rose_lane.png) no-repeat;}
.alzheimers_care #locationNav li {display:none;}

.independent_living #locationNav,
.kaplan_retirement_communities #locationNav {background: url(/images/independent_living.png) no-repeat;}
.independent_living #locationNav li {display:none;}

#locationNav ul {
	position:absolute;
	list-style: none;
	line-height: 1;
	z-index:800;
}

#locationNav li a {
	display:block;
	width:21px;
	height:20px;
	padding:0;
	margin:12px 0 0 261px;
	text-indent:-9999px;
	background:url(/images/locationNav_corp_button.png) no-repeat;
}
#locationNav li a:hover {
	background-position:0 -50px;
}

#locationNav li a.full {
	margin:0;
	padding:12px 13px 12px 261px;
	background-position:261px 12px;
}
#locationNav li a.full:hover {
	background-position:261px -38px;
}

/* Fix IE 7 */
#locationNav li:hover {position: static;}

/* reset some second level things */
#locationNav li ul li a {
	width:149px;
	height:21px;
	padding:0;
    margin: 0;
    color: #fff5da;
    font-size: 12px;
    line-height:21px;
	text-indent:17px;
	text-decoration:none;
	text-align:left;
	border-bottom:1px solid #fff5da;
	background: #55844a url(/images/nav_bullet.gif) no-repeat 8px 9px;
}
#locationNav li ul li a:hover {
	background: #2b6826 url(/images/nav_bullet.gif) no-repeat 8px 9px;
}

#locationNav li ul { /* second-level lists */
	position:absolute;
	width:149px;
	left: -999em;
	margin:0 0 0 261px;
	border-top:1px solid #fff5da;
	z-index:850;
}

#locationNav li ul li {
	margin:0;
	display:inline;
}

#locationNav li ul ul { /* third-level lists */
	margin: -23px 0 0 149px;
	border-left:1px solid #fff5da;
}

#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;
}

/*image styles*/
#col2Corp img {
	float:right;
	clear:right;
	border-left:2px solid #fff5da;
	border-bottom:2px solid #fff5da;
}

/* right (main) column */

#col1Corp {
	float:right;
	width:569px;
}

#index #col1Corp { /* expand the main column for the index */
	float:none;
	width:100%;
	padding-top:0;
}

/* main column text styles (corporate level) */
#col1Corp h2 {
	margin-top:-5px;
	padding:0 25px 22px 0;
	color:#4f4f4f;
	font-family:georgia, garamond, times, serif;
	font-weight:normal;
	font-size:21px;
	letter-spacing:2px;
	line-height:28px;
	text-transform:uppercase;
}

#col1Corp h3 {
	padding:5px 0 16px 0;
	font-weight:normal;
	font-family:georgia, garamond, times, serif;
	font-style:italic;
	font-size:18px;
}

#col1Corp h4 {
	margin:9px 0 19px 0;
	padding-top:12px;
	width:100%;
	height:auto !important;
	height:31px;
	min-height:31px;
	color:#fff5da;
	font-size:16px;
	text-indent:18px;
	background:#5a9173 url(/images/h3_bg_01.png) no-repeat;
}

#col1Corp h5,
#col1Corp h6 {
	text-indent:0;
	margin:0;
	padding:0 0 16px 0;
}

#col1Corp h5 {font-size: 16px;}
#col1Corp h6 {font-size: 12px;}

#col1Corp p {
	line-height:22px;
	padding:0 25px 22px 0;
}

#col1Corp ul {
	margin-left:12px;
	padding-bottom:21px;
	list-style: disc url(/images/corp_bullet.gif) outside;
}

#col1Corp li {
	margin-left:6px;
	padding:0 50px 12px 0;
	line-height:20px;
	font-weight:bold;
}

#col1Corp img {
	padding: 0 0 15px 29px;
}

/* main column text styles (store level) */
#col1 h1,
#col1_fac h1 {
	margin-top:-5px;
	padding:14px 25px 0 0;
	color:#4f4f4f;
	font-family:georgia, garamond, times, serif;
	font-weight:normal;
	font-size:21px;
	letter-spacing:2px;
	line-height:28px;
	text-transform:uppercase;
}

#col1 h2,
#col1_fac h2 {
	padding:5px 0 16px 0;
	font-weight:normal;
	font-family:georgia, garamond, times, serif;
	font-style:italic;
	font-size:18px;
}

#col1 h3,
#col1_fac h3 {
	margin:9px 0 19px 0;
	padding-top:12px;
	width:569px;
	height:auto !important;
	height:31px;
	min-height:31px;
	color:#fff5da;
	font-size:16px;
	text-indent:18px;
	background:#5a9173 url(/images/h3_bg_01.png) no-repeat;
}

#col1 p,
#col1_fac p {
	line-height:22px;
	padding:0 25px 22px 0;
}

#col1 ul,
#col1_fac ul {
	margin-left:12px;
	padding-bottom:21px;
	list-style: disc url(/images/corp_bullet.gif) outside;
}

#col1 ul li,
#col1_fac ul li {
	margin-left:6px;
	padding:0 50px 12px 0;
	line-height:20px;
	font-weight:bold;
}

#col1 h4,
#col1 h5,
#col1 h6,
#col1_fac h4,
#col1_fac h5,
#col1_fac h6 {
	text-indent:0;
	margin:0;
	padding:0 0 16px 0;
}
#col1 h4,
#col1_fac h4 {font-size: 16px;}
#col1 h5,
#col1_fac h5 {font-size: 14px;}
#col1 h6,
#col1_fac h6 {font-size: 12px;}

#col1 img,
#col1_fac img {
	padding: 0 0 15px 29px;
}
#col1_fac img.noPad {
	padding-left: 0;
	padding: 0 0 15px 0;
}
#col1_fac img.center {padding: 0;}
#col1_fac h6.center {text-align: center;}

/* CALENDAR STYLES */
/* -------------------- */

#calendar_events h2 {
	margin-top:-5px;
	padding:14px 25px 0 0;
	color:#4f4f4f;
	font-family:georgia, garamond, times, serif;
	font-weight:normal;
	font-size:21px;
	letter-spacing:2px;
	line-height:28px;
	text-transform:uppercase;
}

#calendar_events h2 span {
	display:block;
	padding:5px 0 16px 0;
	color:#2b6826;
	font-weight:normal;
	font-family:georgia, garamond, times, serif;
	font-style:italic;
	font-size:18px;
	letter-spacing:0;
	line-height:1em;
	text-transform:none;
}

#calendar_events h3 {
	clear:both;
	cursor:pointer;
}

#calendar_events li {
	margin:0 0 5px 6px;
	font-weight:bold;
	line-height:20px;
}

#calendar_events li.th {
	clear:left;
	float:left;
	width:100px;
	color:#2b6826;
}
#calendar_events li.td {
	float:left;
	width:400px;
}

#calendar_events ol.description {
	float:left;
	padding-bottom:15px;
}

#calendar_events ol.end {
	display:none;
}

/* Area Page Styles */
/* -------------------- */

#area-page {
	position:relative;
}

#area-page p.city {
    text-align: right;
    margin:0;
    padding:0;
}

#area-page h2.city {padding-bottom:20px;}

#area_map {
    padding: 0 0 35px 0;
}
#area_map h2 {
	padding:20px 0 0 0;
}
#area_map #flashmap {
    width: 567px;
    height: 320px;
	border:1px solid #614800;
}

#facility-list {
    position: absolute;
    top:69px;
    left:-323px;
    width: 295px;
    margin: 12px 0 0 0; 
    display: inline;
    z-index:500;
    background:#eed9a2;
}

#facility-list h2 {
	padding:7px 0 0 15px;
	border-bottom: 1px solid #fff5da;
	font-family:arial, helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#614800;
	text-transform:none;
	letter-spacing:0px;
}

.facility-summary {
    clear: both;
    padding: 15px 0; 
    line-height: 1.25em;
	border-bottom: 1px solid #fff5da;
    background:#eed9a2;
}
.facility-summary img {
    float: left;
    padding: 0 10px 10px 10px !important;
}
.facility-summary dl {
	margin:0;
    padding: 0 15px; 
}
.facility-summary dt {font-weight: bold;padding:0;}
.facility-summary a img.facility-offer {display:none;}

/* MOCK AREA PAGE */
/* -------------------- */

#p_col2_middle {
	position:relative;
}

#p_col2_middle #facility-list {
	position:relative;
	top:0;
	left:0;
}
#col2Corp #p_col2_middle #facility-list .facility-summary img {
    float: left;
    padding: 0 10px 10px 10px !important;
    border:none;
}

/* MAP */
/* -------------------- */

#map {
	padding:15px 0 10px 0;
}

#map h2 {
	display:none;
}

#flashmap {
	width:567px;
	height:255px;
	border:1px solid #2b6826;
}

/* SITE MAP */
/* -------------------- */

#site-map p {
	margin:0;
	padding:0;
}

/* FOOTER */
/* -------------------- */

#footerTop a,
#footer a {
	color: #908e84;
}

#footerTop ul,
#footer ul {
	float:right;
	clear:right;
	padding:0 0 0 0;
	margin:0 0 0 0;
	text-align:right;
}
#footerTop ul li,
#footer ul li {
	float:left;
	margin-right:7px;
	padding-right:7px;
	border-right:1px solid #897205;
}
#footer ul {
	margin-bottom:10px;
}
#footerTop ul li.last,
#footer ul li.last {
	border-right:0;
	padding-right:0;
	margin-right:0;
}

#footer #copy {
	font-weight:bold;
	position:relative;
	width:300px;
}

#footerTop ul#copy {
	float:left;
}

#footer-states {
	clear:right;
	float:right;
}

#footer-stores {
	position:relative;

/*	position:absolute;
	top: 50px;	*/

}


#footer p {
	margin:0;
	padding-bottom:10px;
}

#footer #other-facilities {
	clear:both;
	float:right;
	position:relative;
	padding-top:20px;
	text-align:right;
}
#footer #other-facilities h2 {
	width:500px;
	padding-bottom:5px;
	color:#908e84;
	font-size:11px;
	border-bottom:1px solid #897205;

}
#footer #other-facilities dl {
	margin-top:0px;
	width:250px;
	float:right;
}

div#footer p.footerBrand {
    padding: 5px 0;
    margin :0;
    line-height: 17px;
    float:right;
    clear:both;
}

/* New G5 Brand */
#brand {
	margin:0;
	display:block;
	width:213px;
	height:17px;
	text-indent:-9999px;
	background:url(/images/footer-brand.gif);
}
#brand:hover {background-position:0 -17px;}
/* --------- /stylesheets/inline.css --------- */ 
/*
 _ _       _     _       _          
| (_)_ __ | | __(_)_   _(_) ___ ___ 
| | | '_ \| |/ /| | | | | |/ __/ _ \
| | | | | |   < | | |_| | | (_|  __/
|_|_|_| |_|_|\_\/ |\__,_|_|\___\___|
              |__/         
*/

#inline-edit-tools{
  background: #F0F4F5 url(/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(/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;
}


