/*
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:#495702;}
h1 {font-size:180%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:100%;}
h6 {font-size:80%;}

a {color:#995f07;text-decoration:none;}
a:hover {text-decoration:underline;}

dt {padding-top:10px;font-weight:bold;}

.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;}

/* STRUCTURE */
/* -------------------- */

body {
	position:relative;
	color:#412107;
	text-align:center;
	font-family:arial, verdana, sans-serif;
	font-size:12px;
	background:#2c1a03 url(/images/bg.png) repeat-x;
}

#whopper {
	width:947px;
	margin:28px auto 0 auto;
	border:4px solid #fff;
	padding:2px;
	text-align:left;
	background:#78882a;
}

#header {
	position:relative;
	width:100%;
	height:118px;
	background:url(/images/header-bg.jpg);
}

#nav,
#nav-store {
	width:100%;
	height:25px;
}

#middle {
	position:relative;
	width:100%;
	min-height:315px;height:auto !important;
	background:#f7f5e4 url(/images/middle-bg.gif) repeat-x bottom;
	overflow:hidden;
}

#footer {
	width:959px;
	margin:20px auto;
	text-align:left;
	color:#8c7351;
	height:auto !important;height:28px;min-height:28px;
	background:url(/images/footer-hr.gif) no-repeat 0 27px;
}

/* HEADER */
/* -------------------- */

#logo {
	display:block;
	width:311px;
	height:100%;
	text-indent:-9999px;
	background:url(/images/header-bg.jpg);
}
#logo.store {background-position:-1115px 0;text-indent:39px;}
#logo.store img {padding-top:6px;}

#explore {
	display:block;
	width:168px;
	height:66px;
	position:absolute;
	top:27px;
	right:35px;
	text-indent:-9999px;
	background:url(/images/header-bg.jpg) -744px -27px;
}
#explore:hover {background-position:-946px -27px;}

/* NAVIGATION */
/*-----------------------*/

#nav li,
#nav-store li {float:left;}

#nav li a.top-level,
#nav-store li a {
	display:block;
	height:24px;
	text-indent:-9999px;
	background:url(/images/nav.png);
}
#nav-store li a {background:url(/images/nav-store.png);}

/* corporate nav */
#nav li.home a.top-level {width:89px;background-position:0 0;}
#nav li.community a.top-level {width:182px;background-position:-89px 0;}
#nav li.options a.top-level {width:180px;background-position:-271px 0;}
#nav li.about a.top-level {width:177px;background-position:-451px 0;}
#nav li.resources a.top-level {width:179px;background-position:-628px 0;}
#nav li.contact a.top-level {width:140px;background-position:-807px 0;}

#nav li.home a.top-level:hover {background-position:0 -25px;}
#nav li.community a.top-level:hover {background-position:-89px -25px;}
#nav li.options a.top-level:hover {background-position:-271px -25px;}
#nav li.about a.top-level:hover {background-position:-451px -25px;}
#nav li.resources a.top-level:hover {background-position:-628px -25px;}
#nav li.contact a.top-level:hover {background-position:-807px -25px;}

/* store nav */
#nav-store li.community a {width:150px;background-position:0 0;}
#nav-store li.options a {width:161px;background-position:-150px 0;}
#nav-store li.gallery a {width:147px;background-position:-311px 0;}
#nav-store li.events a {width:151px;background-position:-458px 0;}
#nav-store li.residents a {width:173px;background-position:-609px 0;}
#nav-store li.map a {width:165px;background-position:-782px 0;}

#nav-store li.community a:hover {width:150px;background-position:0 -25px;}
#nav-store li.options a:hover {width:161px;background-position:-150px -25px;}
#nav-store li.gallery a:hover {width:147px;background-position:-311px -25px;}
#nav-store li.events a:hover {width:151px;background-position:-458px -25px;}
#nav-store li.residents a:hover {width:173px;background-position:-609px -25px;}
#nav-store li.map a:hover {width:165px;background-position:-782px -25px;}

/* Second Level */
.nav li ul {
	position: absolute;
	width:180px;
	left:-999em;
	background:url(/images/nav-drop-bg.gif);
	z-index:900;
	border:1px solid #678000;
}

.nav li ul li {
	width:100%;
	height:auto;
	display:inline;
}

.nav li ul li a {
	display:block;
	width:100%;
	height:30px;
    font-size: 14px;
    line-height:30px;
	text-indent:23px;
    color: #773a12;
	text-decoration:none;
}
.nav li ul li a:hover {
	background:url(/images/nav-drop-bullet.gif) no-repeat;
}

/* Third Level */
.nav li ul ul {margin: -31px 0 0 100%;}

/* 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 */
/* ------------------- */

/* homeTop */
#homeTop {
	width:947px;
	height:316px;
	border-bottom:1px solid #678000;
	background:#fff;
	overflow:hidden;
}

/* slideshow */
#slideshow-home,
#slideshow-home img {
	width:947px;
	height:221px;
}
#slideshow-home {border-bottom:1px solid #678000;}

/* lifestyle options */
#home-levels {
	width:947px;
	height:59px;
	padding:35px 0 0 0;
	background:url(/images/home-lifestyles.jpg);
}

#home-levels li {float:left;}
#home-levels li a {
	display:block;
	width:173px;
	height:48px;
	text-indent:-9999px;
	background:url(/images/home-lifestyles.jpg);
}

#home-levels li.independent a {width:218px;background-position:0 -35px;}
#home-levels li.assisted a {background-position:-218px -35px;}
#home-levels li.memory a {background-position:-391px -35px;}
#home-levels li.enhanced a {background-position:-564px -35px;}
#home-levels li.parkinsons a {width:210px;background-position:-737px -35px;}

#home-levels li.independent a:hover {background-position:0 -94px;}
#home-levels li.assisted a:hover {background-position:-218px -94px;}
#home-levels li.memory a:hover {background-position:-391px -94px;}
#home-levels li.enhanced a:hover {background-position:-564px -94px;}
#home-levels li.parkinsons a:hover {background-position:-737px -94px;}

/* homeBottom */

/* homeText */
#homeText {
	float:left;
	width:525px;
	padding:0 56px 50px 50px;
	background:url(/images/homeText-bg.gif) repeat-x;
}

#homeText h1 {
	font-family:georgia,times,times new roman,serif;
	font-weight:normal;
	font-style:italic;
	font-size:2em;
	padding:35px 0 0 0;
}

#homeText p {
	font-size:1.17em;
	line-height:2em;
	padding:4px 0 12px 0;
}

#ready {
	position:absolute;
	right:96px;bottom:0;
	display:block;
	width:428px;
	height:39px;
	text-indent:-9999px;
	background:url(/images/careers.png);
}
#ready:hover {background-position:0 -39px;}
#homeText #ready {left:96px;}

/* sidebar */
#home-sidebar {
	float:right;
	width:316px;
	padding:0 0 9999px 0;
	margin-bottom:-9999px;
	background:url(/images/home-sidebar-bg.png);
	height:auto !important;height:315px;min-height:315px;
}

/* search by zip */
#search {
	position:relative;
	width:316px;
	height:126px;
	background:url(/images/search-bg.png);
}
#search #zip {
	float:left;
	width:220px;
	height:24px;
	padding:0;
	margin:57px 0 0 32px;
	text-indent:10px;
	line-height:24px;
	border:none;
	background:url(/images/zip.png);
}
#search #go-button {
	float:left;
    margin:57px 0 0 10px;
    width:37px;
    height:24px;
    text-indent:-9999px;
    border:0;
    background:url(/images/zip.png) -220px 0;
}
#search #go-button:hover {background-position:-257px 0;}

/* page tools */
#home-tools {
	width:288px;
	padding:47px 0 0 28px;
	z-index:800;
	position:absolute;
	bottom:45px;
	border-top:1px solid #596103;
}

.tools dt {
	position:absolute;
	top:0;left:106px;
	padding:0;
	width:102px;
	height:19px;
	text-indent:-9999px;
	background:url(/images/page-tools.png);
	z-index:800;
}
.tools dd {
	float:left;
	width:83px;
	height:97px;
	z-index:800;
}
.tools dd.email a {
	display:block;
	text-indent:-9999px;
	width:70px;
	height:97px;
	background:url(/images/page-tool-icons.gif);
}

.tools input {
	display:block;
	text-indent:-9999px;
	line-height:300px;
	border:none;
	cursor:pointer;
}

.tools dd.print {width:97px;}
.tools dd.print input {
	margin:0 12px 0 15px;
	width:70px;
	height:97px;
	background:url(/images/page-tool-icons.gif) -98px 0;
}

.tools dd.text {
	width:57px;
	height:76px;
	padding:21px 0 0 22px;
	background:url(/images/page-tool-icons.gif) -180px 0;
}
.tools dd.text input {
	float:left;
	width:27px;
	height:42px;
	background:none;
}
.tools dd.text input.decrease:hover {background-position:-279px 24px;}
.tools dd.text input:hover {background:url(/images/page-tool-icons.gif) -283px 24px;}

#home-tools-bottom {
	position:absolute;
	bottom:0;right:-1px;
	width:316px;
	height:188px;
	background:url(/images/page-tools-bottom.png);
}

/* INTERIOR CORPORATE PAGE, TYPOGRAPHY */
/* -------------------- */

#col1 {
	width:569px;
	float:right;
	padding:40px 31px 75px 31px;
	background:url(/images/homeText-bg.gif) repeat-x;
	height:auto !important;height:300px;min-height:300px;
	overflow-x:hidden;
}
body.store #col1 {background-position:0 104px;}

#col2 {
	width:316px;
	float:left;
	padding-bottom:10140px;
	margin-bottom:-10000px;
	background:url(/images/sidebar-bg.png);
	overflow-x:hidden;
}

/* Content, Typography */

#col1 h1 {
	font-family:georgia,times,times new roman,serif;
	font-style:italic;
	font-weight:normal;
	font-size:2em;
	color:#845215;
	padding-bottom:.25em;
}

#col1 h2 {
	font-size:1.33em;
	padding-bottom:1em;
}
#col1 h3 {
	color:#412107;
	font-size:1.17em;
	line-height:1.43em;
}

#col1 p,
#col1 dl {
	font-size:1.17em;
	line-height:1.43em;
	padding-bottom:1.22em;
}
#col1 dl {padding-bottom:0;}

#col1 ul,
#col1 ol {
	font-size:1.17em;
	line-height:1.43em;
	padding-bottom:1.86em;
	list-style:disc;
	margin-left:25px;
}

/* col1 top */

/* store ccp */
#col1 #store-ccp {
	position:absolute;
	right:0;top:0;
	width:630px;
	height:74px;
	list-style:none;
}

#store-ccp li {float:left}

#store-ccp a {
	display:block;
	height:74px;
	text-indent:-9999px;
	background:url(/images/store-ccp.png);
}

#store-ccp li.tour a {width:192px;background-position:0 0;}
#store-ccp li.brochure a {width:226px;background-position:-192px 0;}
#store-ccp li.lunch a {width:212px;background-position:-418px 0;}

#store-ccp li.tour a:hover {background-position:0 -74px;}
#store-ccp li.brochure a:hover {background-position:-192px -74px;}
#store-ccp li.lunch a:hover {background-position:-418px -74px;}

/* page links */
#page-links {
	position:absolute;
	right:0;top:74px;
	color:#495702;
	font-size:12px;
	width:574px;
	padding:0 26px 0 30px;
	height:28px;line-height:28px;
	border:1px solid #b4c69a;
	border-width:1px 0;
	background:#cad3aa;
}
#page-links.facility {position:relative;top:0;width:891px;}
#page-links a {
	color:#495702;
	padding-right:12px;margin-right:12px;
	border-right:1px solid #495702;
}
#page-links a.last {border-right:none;}

#page-links span {position:absolute;right:26px;top:0;}

/* Sidebar */
#col2 #p_col2_top {
	width:316px;
	height:194px;
	overflow:hidden;
}
#col2 img {
	width:316px;
	height:193px;
	border-bottom:1px solid #596103;
}
#col2 #col2-img-frame {
	width:316px;
	height:25px;
	position:absolute;
	top:0;
	background:url(/images/col2-img-top.png);
	z-index:700;
}

#col2 #sideNav a {
	display:block;
	width:200px;
	margin:0 auto;
	height:26px;line-height:26px;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	border-bottom:1px solid #fff;
}
#col2 #sideNav .last a {width:100%;border-bottom:1px solid #596103;margin-bottom:20px;}

/* page tools */
#page-tools {
	padding:28px 0 0 28px;
	position:absolute;
	top:290px;
	width:288px;
	height:109px;
	background:url(/images/page-tools-bg.jpg);
	border-bottom:1px solid #596103;
}
#page-tools.facility {right:0;}
body.store #page-tools {bottom:0;top:auto;}
body.area-page #page-tools {bottom:0;top:auto;}

/* #newsletter {
position: absolute;
right: 0;
top: 570px;
padding: 0 20px 0 0;
width: 280px;
height: 89px;
background: url(/images/newsletter.gif) no-repeat;
}
#newsletter a {
font-family: times,times new roman,georgia,serif;
font-size: 18px;
color: #495702;
line-height: 89px;
padding-left: 97px;
} */
#newsletter {
padding: 0 20px 0 0;
background: url(/images/newsletter.gif) no-repeat;
float: right;
width: 280px;
height: 89px; 
margin-top: -100px;
}
#newsletter p {
z-index: 999;
}
#newsletter p a {
padding: 0;
margin: 0;
line-height: 0;
font-family: times,times new roman,georgia,serif;
font-size: 18px;
color: #495702;
line-height: 89px;
padding-left: 97px;
} 

/* FACILITY PAGE */
/* -------------------- */

#facility-image {position:absolute;border-bottom:1px solid #678000;}

/* ccp */
#facility-ccp {
	padding-top:222px;
	width:947px;
	height:94px;
	overflow:hidden;
}

#facility-ccp li {float:left;}

#facility-ccp a {
	display:block;
	height:94px;
	text-indent:-9999px;
	background:url(/images/facility-ccp.png);
}
#facility-ccp li.call {
width: 310px;
height: 94px;
line-height: 32px;
color: #495702;
font-family: times,times new roman,georgia,serif;
font-size: 23px;
text-indent: 154px;
background: url(/images/facility-ccp.png);
padding-top: 18px;
}

#facility-ccp li.tour a {width:199px;background-position:-310px 0;}
#facility-ccp li.brochure a {width:224px;background-position:-509px 0;}
#facility-ccp li.lunch a {width:214px;background-position:-733px 0;}

#facility-ccp li.tour a:hover {background-position:-310px -94px;}
#facility-ccp li.brochure a:hover {background-position:-509px -94px;}
#facility-ccp li.lunch a:hover {background-position:-733px -94px;}

.phoneOne {}
.phoneTwo {}
/*
#facility-ccp li.call {
width: 273px;
height: 94px;
line-height: 98px;
color: #495702;
font-family: times,times new roman,georgia,serif;
font-size: 23px;
text-indent: 122px;
background: url(/images/facility-ccp.png);
}

#facility-ccp li.tour a {width:212px;background-position:-273px 0;}
#facility-ccp li.brochure a {width:223px;background-position:-485px 0;}
#facility-ccp li.lunch a {width:239px;background-position:-708px 0;}

#facility-ccp li.tour a:hover {background-position:-273px -94px;}
#facility-ccp li.brochure a:hover {background-position:-485px -94px;}
#facility-ccp li.lunch a:hover {background-position:-708px -94px;}
*/
/* description */
#description {
	float:left;
	height:auto !important;height:286px;min-height:286px;
	background:url(/images/description-bg.jpg) repeat-y 630px 0;
}

body.store #description #col1 {
	float:left;
	background-position:0 0;
	height:200px;min-height:200px;
}
body.store #description #col2 {
	float:right;
	color:#495702;
	padding-top:38px;
	background:url(/images/fac-col2-bg.jpg) no-repeat;
}

/* col1 */
#description #col1 h1 {color:#495702;padding-top:0;}

/* col2 */

#description #col2 img {
	float:left;
	width:95px;
	height:136px;
	margin:0 0 16px 21px;
	border:2px solid #495702;
}

#description #col2 p {
	float:right;
	width:164px;
	padding:0 12px 12px 0;
}
#description #col2 strong {
	display:block;
	font-size:1.17em;
	line-height:1.29em;
	font-family:georgia,times,times new roman,serif;
}

/* STORE PAGE */
/* -------------------- */

body.store #col1 {
	width:568px;
}

body.store #col2 {
	width:317px;
	background:url(/images/store-sidebar-bg.png);
}

/* col1 */
body.store #col1 #editor-content {padding-left:0;padding-right:0;}
body.store #col1 h1 {padding-top:105px;}

/* Col2 */
#store-img-bottom {
	display:block;
	width:316px;
	height:25px;
	border:1px solid #678000;
	font-family:georgia, times, times new roman, serif;
	color:#fff;
	line-height:25px;
	text-align:center;
	font-size:14px;
	border-width:1px 0;
	background:url(/images/store-img-bottom.jpg);
}

/* address */
.vcard,
.vcard h2 {
	color:#3a430a;
	padding:0;
	font-size:1em;
	line-height:1.5em;
}
.vcard {margin:14px 0 0 33px;}

#col1 .vcard {margin:14px 0 0 0;}

/* WiDGETS */
/*-----------------------------*/

/* map */
#flashmap {
	width:100%;
	height:360px;
	border:1px solid #8d9f6e;
}

/* FLOORPLANS */
#floorplans {
	width:564px;
}

#floorplans span {
	display:block;
	width:564px;
	height:34px;line-height:34px;
	font-family:georgia,times,times new roman, serif;
	color:#e5dac0;
	text-indent:38px;
	font-size:18px;
	background:#94581e url(/images/floorplan-header.png);
	border:1px solid #434803;
	border-width:1px 0;
	cursor:pointer;
}

#floorplans table {width:100%;margin-bottom:6px;}
#floorplans table td {
	padding-left:15px;
	height:35px;
	font-size:14px;
	color:#556325;
	border-bottom:1px solid #f7f5e4;
	background:#d9dfbd;
}

#floorplans table td.description {width:137px;font-weight:bold;}
#floorplans table td.size {width:136px;}
#floorplans table td.sqft {width:108px;}

#floorplans table td a {
	display:block;
	width:106px;
	height:22px;
	position:relative;
	top:7px;
	text-indent:-9999px;
	background:url(/images/view-floorplans.png);
}
#floorplans table td a:hover {background-position:0 -22px;}

/* CALENDAR EVENTS */
#calendar_events {margin:0 0 20px 0;}

#calendar_events h3 {
	display:block;
	width:564px;
	height:34px;line-height:34px;
	font-family:georgia,times,times new roman, serif;
	color:#e5dac0;
	text-indent:38px;
	font-size:18px;
	background:#94581e url(/images/floorplan-header.png);
	border:1px solid #434803;
	border-width:1px 0;
	cursor:pointer;
	margin:0 0 5px 0;
}

#calendar_events ol {
	width:554px;
	list-style:none;
	font-size:1em;
	margin:0;
}
#calendar_events .tr {
	background:#d9dfbd;
	padding:5px;
	border-bottom:1px solid #f7f5e4;
}
#calendar_events .td,
#calendar_events .th {display:inline;}

#calendar_events .event ol {
    padding:5px;
    line-height:1.8em;
}
.event_container ol li.th {
    width:20%;
    display:block;
    float:left;
    padding:0 10px 0 0;
    font-weight:bold;
}

/* NOOBSLIDE GALLERY */

/* container and images */
#gallery .mask2 {
	position:absolute;
	width:569px;
	height:367px;
	overflow:hidden;
}

#gallery #box {
	position:absolute;
	width:569px;
}
#gallery #box span {display:block;}

#gallery span img {
	width:569px;
	height:367px;
	display:block;
	border:none;
}

/* image info */
#gallery .info{
	width:569px;
	height:46px;
	background:#000;
	position:absolute;
}
#gallery .info p {
	color:#fff;
	font-weight:bold;
	margin:3px 18px;
	font-family:Arial, helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}

/* thumbnails */
#handles {width:569px;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:370px 0 0 0;
	text-align:center;
	color:#007ac3;
}
#gallery .buttons span {padding:0 10px;cursor:pointer;}

/* TERTIARY PAGES */
/*--------------------*/

#facility-page,
#driving-directions, 
#facCont,
#main-content, 
#area-page, 
#no-match, 
#editor-content,
#state-page, 
#site-map,
#col1 #other-facilities,
#comarketing-page {
	padding:15px 21px 15px 38px;
	text-align:left;
	overflow:hidden;
}

/* Site Map */
#site-map p {padding-bottom:0;}

/* AREA PAGE */
/* -------------------- */

#area-page h2.city {clear: both;}
#area-page p.city {text-align: right;}

#area_map {
	position:absolute;
	top:0;left:0;
}

#area_map h2 {display:none;}
#area_map #flashmap {
	width:314px;
	height:600px;
	border:1px solid #8d9f6e;
	border-width:0 1px;
	background:#ddd;
}

.facility-summary {
	margin: 16px 0; 
	clear: both;
	border-bottom: 1px solid #596103;
}
.facility-summary img {
	float: left;
	padding: 0 10px 10px 0;
}
.facility-summary dt {padding-top:0;}
.facility-summary dl {padding: 0 0 20px 0;}
.facility-summary a img.facility-offer {display: none;}

/* FOOTER */
/* -------------------- */

#footer a,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
	color:#8c7351;
	font-size:12px;
}

#footer .addthis_button {float:right;}

#footer #footerNav {padding:0 0 16px 0;}

#footer ul,
#footer p {padding-top:8px;}
#footer li {display:inline;}
#footer li a {
	padding-right:11px;
	margin-right:11px;
	border-right:1px solid #8c7351;
}
#footer li.last a {border-right:none;}

#footer #footer-stores {padding-top:8px;}

#footer #other-facilities {padding-top:16px;}

#brand {
	float:right;
	margin:8px 0 20px 0;
	display:block;
	width:213px;
	height:17px;
	text-indent:-9999px;
	background:url(/images/footer-brand.gif);
}
#brand:hover {background-position:0 -17px;}

#familyPad {margin: 30px;}
.familyCall {
color: #495702;
font-family: times,times new roman,georgia,serif;
font-size: 20px;	
}
/* --------- /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;
}


