/*
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;}
img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
p,ol,ul {list-style:none;}
div#editor-content ul {list-style: disc; margin: 0 0 0 25px;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
/* /reset */

/* modify these for the global settings of the site */
a {outline:none;color:#37939b;} /* color of all hyperlinks */
a:hover {text-decoration: underline;color: #a11f2c;}
h1,h2,h3,h4,h5,h6{font-size:100%;}/* put color here for <Hx> tags */
h1 {font-size: 16px;}
h2 {font-size: 15px;}
h3 {font-size: 14px;}
h4 {font-size: 13px;}
h5 {font-size: 12px;}
h6 {font-size: 11px;}
html {background: url(/images/bg.gif) top left repeat-x;}/* good place for tiled background */

body {
	position : relative; 
	width : 925px; 
	margin: 0 auto; 
	color: #000;
	text-align : center; /* center for IE */
	font-family : verdana, arial, sans-serif;
	font-size: 12px;
	background: #fff;/* give the website body image to repeat */
	}

/* Outside */
/* -------------------- */

/* The website is within this master container */
div#wrapper {
    position: relative;
    width: 925px;
    text-align: left;
    background: #fff;
}

div#header {
    position: relative;
    width: 925px;
    height: 107px;
}

div#middle {
    position: relative;
    width: 925px;
	/* height section is for a min. height on a container */
    min-height: 450px;
    height: auto !important;
    height: 450px;
	/* /height */
    z-index: 990; /* for the navigation to lay over the top */
}

div#footer {
    position: relative;
    width: 925px;
    height: 42px;
    background: url(/images/footer_bg_01.gif) top left no-repeat;
}

/* Template */
/* -------------------- */

/* Background image replacement on the header logo */
div#header h1 a {
    position: relative;
    margin-top: 33px;
    margin-left: 38px;
    display: inline;
    width: 278px;
    height: 44px;
    float: left;
    text-indent: -9999px;
    background: url(/images/logo.gif) top left no-repeat;
}
div#header h2 {
    float: left;
    width: 197px;
    height: 88px;
    margin-left: 38px;
    margin-top: 9px;  
}

div#header h3 a {
    position: relative;
    margin-top: 59px;
    margin-right: 27px;
    width: 140px;
    height: 44px;
    display: inline;
    float: right;
    text-indent: -9999px;
    background: url(/images/pay-online.gif) top left no-repeat;
    background-position: 0 -88px;
}
div#header h3 a:hover {background-position: 0 0;}

/* Nav */
/*--------------------*/

div#nav {
    position: relative;
    display: block;
    height: 30px;
    background-color: #37939b;
    z-index: 999;
    margin-bottom: 4px;
}

#nav a {
    display: block;
    width: 10em;
}
#nav ul {
    padding-left: 262px;
}
#nav li { /* all list items */
    float: left;
    display: block;
    padding: 0;
    list-style: none;
    overflow: hidden;
    z-index: 999;
}
#nav li a {
    text-indent: -9999px;
}
#nav li.locations a {width: 84px;height: 30px;background: url(/images/nav-locations.gif) top left no-repeat;background-position: 0 -60px;}    
#nav li.reserve a {width: 149px;height: 30px;background: url(/images/nav-reserve.gif) top left no-repeat;background-position: 0 -60px;}
#nav li.account a {width: 115px;height: 30px;background: url(/images/nav-account.gif) top left no-repeat;background-position: 0 -60px;}
#nav li.resources a {width: 102px;height: 30px;background: url(/images/nav-resources.gif) top left no-repeat;background-position: 0 -60px;}
#nav li.contact a {width: 101px;height: 30px;background: url(/images/nav-contact.gif) top left no-repeat;background-position: 0 -60px;}
#nav li.home a {width: 69px;height: 30px;background: url(/images/nav-home.gif) top left no-repeat;background-position: 0 -60px;}

#nav li a:hover {
    background-position: 0 0px;
}
#nav li.locations, #nav li.reserve, #nav li.account, #nav li.resources, #nav li.contact, #nav li.home {border: 0;}
#nav li.locations ul li,
#nav li.reserve ul li,
#nav li.account ul li, 
#nav li.resources ul li, 
#nav li.contact ul li,
#nav li.home ul li {
    border: 1px solid #96abbe;
    border-width: 1px 1px 0 1px;
}
#nav li.locations ul li a,
#nav li.reserve ul li a, 
#nav li.account ul li a, 
#nav li.resources ul li a,
#nav li.contact ul li a
#nav li.home ul li a {
    background-image: none;
    background-color: #9cc5ca;
    color: #141313;
    display: block;
    width: 130px;
    height: 22px;
    line-height: 22px;
    padding: 0;
    margin: 0;
    border-bottom: 0;
    border-right: 0;
    text-indent: 10px;
    text-decoration: none;
}
#nav li.locations ul li a:hover,
#nav li.reserve ul li a:hover, 
#nav li.account ul li a:hover, 
#nav li.resources ul li a:hover,
#nav li.contact ul li a:hover, 
#nav li.home ul li a:hover {
    background: #37939b;
    color: #fff;
    display: block;
    width: 130px;
    height: 22px;
    line-height: 22px;
    padding: 0;
    margin: 0;
    text-decoration: none;
}
#nav ul { /* all lists */
    margin: 0;
    list-style: none;
    line-height: 1;
    z-index: 999;
}
#nav li ul { /* second-level lists */
    position: absolute;
    width: 130px;
    left: -999em;
    padding: 0;
    border-bottom: 1px solid #96abbe;
}
#nav li ul ul {
    margin: -25px 0 0 173px !important;
    margin: -25px 0 0 173px;
}
#nav li.locations ul li ul li a,
#nav li.reserve ul li ul li a, 
#nav li.account ul li ul li a, 
#nav li.resources ul li ul li a,
#nav li.contact ul li ul li a, 
#nav li.home ul li ul li a {background-color: #9cc5ca; color: #141313;}
#nav li.locations ul li ul li a:hover,
#nav li.reserve ul li ul li a:hover, 
#nav li.account ul li ul li a:hover, 
#nav li.resources ul li ul li a:hover,
#nav li.contact ul li ul li a:hover, 
#nav li.home ul li ul li a:hover {background-color: #37939b; color: #fff;}

#nav li:hover ul ul, #nav li.sfhover ul ul {left: -999em;}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li:hover, #nav li.hover {position: static;}

/* locationNav */
/*--------------------*/

#locationNav {
    position: relative;
    width: 359px;
    height: 35px;
    z-index: 999;
    list-style: none;
    line-height: 1;
    text-decoration: none;
    margin-bottom: 31px;
}
#locationNav ul { /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    z-index: 999;
}
#locationNav a {
    display: block;
    width: 10em;
    z-index: 999;
}
#locationNav ul li { /* all list items */
    float: left;
    display: block;
    list-style: none;
    overflow: hidden;
    z-index: 999;
    background: url(/images/find-location.gif) top right no-repeat;
    height: 30px;
    padding-left: 184px;
    width: 175px;
}
#locationNav li a {
    display: block;
    text-align: left;
    text-decoration: none;
    padding-left: 2px;
    width: 140px; 
    height: 19px;
    text-indent: -9999px;
    z-index: 999;
}

#locationNav li  {
    border: 0;
    z-index: 999;
}
#locationNav li ul li {
    border: 1px solid #96abbe;
    border-width: 1px 1px 0 1px;
    z-index: 999;
    background-image: none;
    margin:0;
    padding: 0;
    width: 120px;
    height: 22px;
    text-indent: 0;
}
#locationNav li ul li a {
    background-image: none;
    background: #9cc5ca;
    display: block;
    width: 120px;
    height: 22px;
    line-height: 22px;
    padding: 0;
    margin: 0;
    border-bottom: 0;
    border-right: 0;
    text-indent: 10px;
    color: #141313;
    z-index: 999;
}
#locationNav li ul li a:hover {
    background-image: none;
    background: #37939b;
    color: #fff;
    display: block;
    width: 120px;
    height: 22px;
    line-height: 22px;
    padding: 0;
    margin: 0;
    z-index: 999;
}
#locationNav li ul { /* second-level lists */
    position: absolute;
    width: 122px;
    left: -999em;
    padding: 2px 0 0 0;
    border-bottom: 1px solid #96abbe;
    margin: -21px 0 0 176px;
    z-index: 999;
}
#locationNav li ul ul {
    margin: -25px 0 0 120px !important;
    margin: -25px 0 0 120px;
    z-index: 999;
}
#locationNav li ul li ul li.submenu a {
    background-image: none;
    background: #9cc5ca;
    color: #141313;
    z-index: 999;
}
#locationNav li ul li ul li.submenu a:hover {
    background: #37939b; 
    color: #fff;
}

#locationNav li:hover ul ul, #locationNav li.sfhover ul ul {
    left: -999em;
    z-index: 999;
}
#locationNav li:hover ul, #locationNav li li:hover ul, #locationNav li.sfhover ul, #locationNav li li.sfhover ul { /* lists nested under hovered list items */
    left: auto;
    z-index: 999;
}

/* Homepage */
/* ------------------- */

/* virtually all homepages have a right and left
   this is the container and both sides */
div#homeCont {
    position: relative;
    width: 904px;
    height: 349px;
    margin: 0 0 5px 21px;
}
div#homeLeft {
    position: relative;
    display:inline;
    padding-top: 20px;
    width: 391px;
    height: 329px;
    float: left;
    z-index: 996; /* needed on the side which has the extra navigation */
}
div#homeLeft h3{
    font-weight: normal;
    font-size: 11px;
    text-align: justify; 
    line-height: 2em;
    margin-right: 32px;
    color: #141313;
}
div#homeLeft h4 a {
    position: relative;
    display: block;
    margin-left: 50px;
    width: 247px;
    height: 24px;
    margin-top: 20px;
    text-indent: -9999px;
    background: url(/images/condos.gif) top left no-repeat;
}

div#slideWrap {
    position: relative;
    display:inline;
    overflow: hidden;
    width: 513px;
    height: 349px;
    float: right;
}

div#slideshow-home {
    position: relative;
    width: 513px;
    height: 349px;
}

div#map-home {
    padding: 43px 0 0 71px; 
    height: 675px;
}
div#map-home h2 {
    font-size: 18px; 
    color: #39939c;
}

#flashmap-home {
    width: 776px;
    height: 596px;
    border: 4px solid #636363;
}

div#breakerline {
    width: 925px;
    height: 4px;
    background-color: #636363;
    overflow: hidden;
    clear: both;
    margin: 15px 0 0 0;
    padding: 0;
}   

p.bbbLogo{
    float:right;
    padding:0 70px;
} 

/* Facility Page */
/* -------------------- */

/* setup the all the tertiary pages for the site with the margins for the content */
div#facility-page,
div#driving-directions, 
div#facCont,
div#main-content, 
div#area-page, 
div#no-match, 
div#editor-content,
div#state-page, 
div#site-map,
div#comarketing-page {
    position: relative;
    padding: 0 34px 0 22px;
    text-align: left;
}

/* breadcrumbs */
div#middle p#trail {
    position: relative;
    float: left; 
    margin: 0; 
    padding: 11px 0 30px 34px;
    font-size: 10px;
    color: #6a747c;
}
div#middle p#trail a {text-decoration:none;color: #6a747c;}

/* printer on top right of all interior pages */
div#facility-name {float: right;}
div#facility-name ul {padding-top: 7px;padding-bottom:25px;}
div#facility-name ul li {
    font-size: 10px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #46617f;
    margin-right: 40px;
    background: url(/images/printer.gif) center left no-repeat;
}
div#facility-name ul li.nobackground { background: none; } /* to keep it hidden on area pages */
div#facility-name ul li a {padding-left: 25px;font-size: 10px;text-decoration: none;color: #6a747c;}
div#facility-name ul li a:hover {text-decoration: none;}

div#facLeft {
    position: relative;
    width: 452px;
    float: left;
    display: inline;
}

div#facRight {
    position: relative;
    width: 417px;
    float: right;
    display: inline;
}

div#address {
    position: relative;
    float: left;
    display: inline;
    width: 183px;
    height: auto;
    margin-left:11px;
}
h2.address {font-weight: bold;color:#37939b;font-size: 13px;margin-left:11px;}
h2.blue{color: #027dc0;}
div#address ul {list-style: none;}
div#address ul li {padding: 2px 0;line-height: 1em;}
div#address ul li.street {}
div#address ul li.city-state-zip {}
div#address ul li.phone {}
div#address ul li.fax-phone {}
div#address ul li.directions {padding-top:7px;}
div#address ul li.links {line-height: 1.2em;}

div#addressCall {
    position: relative;
    float: right;
    display: inline;
    overflow: hidden;
    width: 178px;
    margin-right: 48px;
    height: auto;
}

#addressCall h1 {
    font-weight: bold;
    font-family: helvetica;
    height: 36px;
    width: 178px;
    margin: 10px 48px 0 0;
    line-height: 36px;
    font-size: 21px;
    text-align: left;
    color: #6a747c;
    text-indent: 53px;
    background: url(/images/arrows.gif) top left no-repeat;
}
#addressCall h4 {
    font-weight: bold;
    font-family: helvetica;
    width: 178px;
    margin-right: 48px;
    line-height: 1.6em;
    font-size: 26px;
    text-align: right;
    text-indent: 0;
    color: #37939b;
}  

#addressCall h4.blue {color: #027dc0;}

div#addrSpecial {
    position: relative;
    text-transform: uppercase;
}
div#addrSpecial h2 {
    text-transform: uppercase;
    float: right;
}

div#ccp {
    position: relative;
    overflow: hidden;
    width: 415px;
    height: 75px;
    background: url(/images/ccp-bg.gif) top left no-repeat;
}

div#ccp ul li {
    float: left;
    display: inline;
    list-style: none;
    margin-top: 12px;
    margin-left: 6px;
}
div#ccp ul li.first {margin-left: 9px;}
div#ccp ul li.last {}
div#ccp ul li a {
    display: block;
    width: 129px;
    height: 56px;
    text-align:center;
    line-height: 56px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
div#ccp ul li.quote a {background: url(/images/ccp-quote.gif) top left no-repeat;}
div#ccp ul li.print a {background: url(/images/ccp-coupon.gif) top left no-repeat;}
div#ccp ul li.reserve a {background: url(/images/ccp-reserve.gif) top left no-repeat;width: 128px;}

div#ccp ul li.quote-blue a {background: url(/images/ccp-quote-blue.gif) top left no-repeat;}
div#ccp ul li.print-blue a {background: url(/images/ccp-coupon-blue.gif) top left no-repeat;}
div#ccp ul li.reserve-blue a {background: url(/images/ccp-reserve-blue.gif) top left no-repeat;width: 128px;}

div#specials {
    position: relative;
    width: 415px;
    height: 37px;
    background: url(/images/special.gif) top center no-repeat;
    margin-bottom: 14px;
}

div#specials h2 {
    color: #37939b;
    font-size: 23px;
    line-height: 23px;
    padding-top: 14px;
    text-align: center;
}
div#specials h2.blue {color: #027dc0;}

ul.socialFacebook li{
    display:inline;
}

ul.socialFacebook li img{
    height:45px;
    width:45px;
}
ul.socialFacebook li.bbbButton{
    margin-left:10px;
}
ul.socialFacebook li.bbbButton img{
    height:45px;
    width:32px;
}
ul.socialFacebook li.cssaLogo img{
    height:47px;
    width:79px;
    margin-left:10px;
}

div#socialBox {
 text-align: center;
}

/* Accordion Styles */
/*----------------------------*/
div#accordion {
    position: relative;
    width: 411px;
    padding: 19px 0 0 0;
}
div#accordion h3, div#accordion2 h3 {
    width: 411px;
    height: 49px;
    font-size: 16px;
    line-height: 49px;
    text-indent: 21px;
    background: url(/images/accordion.gif) top left no-repeat;
    background-position: 0 -98px;
    color: #fff;
}
div#accordion h3:hover {background-position: 0 0;}

div#accordion2 h4 {
    width: 411px;
    height: 49px;
    font-size: 12px;
    line-height: 24px;
}

div#accordion2{
  padding: 0 0 10px 0;
} 

div#accordion h3.blue {background: url(/images/accordion-blue.gif) top left no-repeat;background-position: 0 -98px;}
div#accordion h3.blue:hover {background-position: 0 0;}


.toggler, .toggler2 {cursor: pointer;}

.toggler2{
  cursor: pointer;
  height: 18px;
  padding: 0 0 10px 0;
}
 
.element {
    width: 363px;
    padding: 10px 24px;
    line-height: 1.4em;
    margin: 0;
}

div#accordion .element p {text-indent: 0; font-weight: normal;}

.panel {padding: 5px 0;}

div#prices {float: left;}
div#prices h2 {color: #37939b;font-size: 12px;margin-bottom: 10px;}
div#prices table {width: 200px;}
div#prices th {width: 95%; line-height: 1.8em;font-weight: bold;padding: 0 0 10px 0;}
div#prices td {width: 50%;line-height:1.7em;} 

div#whatSize h1 a {float: right;font-weight: normal;font-size: 12px;}

div#hours {}
div#hours h2 {color: #37939b;font-size: 12px;}
div#hours dl {padding-bottom: 10px;}
div#hours dt {
    font-weight: bold;
    line-height: 1.8em;
}
div#hours dd {line-height: 1.6em;}

div#features {}
div#features h2 {color: #37939b;font-size: 12px;}
div#features dl {padding-bottom: 10px;}
div#features dt {
    padding-top: 10px;
    font-weight: bold;
    line-height: 1.6em;
}
div#features dd {line-height: 1.6em;}

div#photo-tour {
    position: relative;
    overflow: hidden;
    width: 417px;
    height: 221px;
}
div#photo-tour h2 {}

p.photo-tour-footer {
    background: transparent url(/images/camera.gif) top left no-repeat;
    padding-left: 25px;
    line-height: 17px;
    font-size: 10px;
    color: #6a747c;
}

/* this should be exact same size as the images */
div#slideshow {
    position: relative;
    width: 405px;
    height: 209px;
}
div#slideshow-border {
    width: 405px;
    height: 209px;
    border: 1px solid #37939b;
    padding: 5px;
}

div#map {padding: 13px 0 0 0;}
div#map h2 {}
div#map p {
    line-height: 28px;
    line-height: 28px;
    height: 28px;
    padding-left: 33px;
    font-size: 10px;
    background: transparent url(/images/map-star.gif) top left no-repeat;
}
div#map p a{
    color: #6a747c;
    text-decoration: none;
}

/* this should be exact size of the map in the comp */
#flashmap {
    width: 405px;
    height: 259px;
}

#flashmap-border {
    width: 405px;
    height: 259px;
    border: 1px solid #37939b;
    padding: 5px;
}

div#other-facilities {
    position: relative;
    clear: both;
    padding: 36px 0 0 33px;
}

div#other-facilities h2 {color: #6a747c;font-size: 12px;}
div#other-facilities dl {margin: 15px 0 15px 0;}

div#other-facilities dt a {
    padding: 10px 0 0 0;
    font-weight: bold;
    line-height: 1.5em;
    color: #6a747c;
    text-decoration: none;
}
div#other-facilities dd a {
    text-decoration: none; 
    color: #6a747c;
    line-height: 1.8em;
    font-size: 11px;
}

div#compare {
    position: relative;
    padding: 15px 0 10px 33px;
    font-size: 11px;
    overflow: hidden;
    color: #6a747c;
}
div#compare h2 {color: #6a747c;font-size: 12px;}
div#compare p.nomargin {font-weight: bold;}

/* Area Page Styles */
/*--------------------*/

div#area-page, div#comarketing-page {clear: both;}

div#area-page p.city {
    padding-left: 407px;
    text-align: right;
}

h2.city {clear: both;}
p.city {padding: 0 0 0 520px; text-align: right;}

div#area_map {
    position: relative;
    width: 467px;
    float: right;
    padding: 0 0 35px 0;
}

div#area_map h2 {}

div#area_map #flashmap {
    width: 467px;
    height: 430px;
    border: 1px solid #bed9f2;
}

#facility-list {
    position: relative;
    width: 390px;
    float: left;
    margin: 12px 0 0 0; 
    display: inline;
}

.facility-summary {
    margin: 16px 0 16px 0; 
    clear: both;
	border-bottom: 1px solid #000;
    line-height: 1.25em;
}
.facility-summary img {
    float: left;
    padding: 0 10px 10px 0;
}
.facility-summary dl {
    margin: 0;
    padding: 0 0 20px 0; 
}
.facility-summary dt {font-weight: bold;}
.facility-summary dd {padding: 0 0 0 10px;}
.facility-summary a {}
.facility-summary a img.facility-offer {display: none;}

/* Driving Directions Styles */
/*--------------------*/

div#driving-directions {
    clear: both; 
    padding: 0 0 0 34px;
    margin: 0;
    height: 800px;
}
div#driving-directions div#address {float: none;margin:0;}

div#driving_map {
    position: relative;
    width: 847px;
    height: 430px;
    padding: 0;
}
div#driving_map h2 {}

div#driving-directions #flashmap {
    margin: 5px 0;
    position: relative;
    width: 847px;
    height: 400px;
    border: 2px solid #000;
}

div#driving-text {padding: 5px 40px 0 0;}
div#driving-text h1 {font-size: 12px;line-height: 2.0em;}
div#driving-text h2 {font-size: 14px;line-height: 2.0em;}

div#driving-link {padding: 0 0 20px 0;}

div#site-map {clear: both;}
div#site-map h3 {padding-bottom: 5px;font-size: 14px;}
div#site-map h4 {font-size: 12px; font-weight: normal;line-height: 1.4em;}

/* State Pages */
/* -------------------- */
div#state-page dl {}
div#state-page dl dt {margin: 10px 0 2px 0;}
div#state-page dl dt a {font-weight: bold;}

/* UNIT SIZES POP-UP
 * --------------------------------------------------------------------------*/
#unit-sizes-pop {}
#unit-sizes-pop p {text-align: left; color: #FFF; margin: 1em;}
#unit-sizes-pop table { 
    margin: 1em auto; 
    width: 90%;
    background: #FFF; 
    border-collapse: collapse;
}
#unit-sizes-pop table td {
    padding: .5em 1em; 
    color: #000;
    border: 2px solid #37939b;
    vertical-align: top; 
    font-weight: normal;
    text-align: left;
}
#unit-sizes-pop table th {
    color: #000; 
    padding: .5em 1em; 
    border: 2px solid #37939b; 
    font-weight: bold; 
}
#unit-sizes-pop table th {background: #FFF; color: #000;}

/* Footer */
/* -------------------- */
div#footer {height:180px;text-align:center;background: #fff;clear: both;overflow: hidden;}
div#footer ul {}
div#footer ul li {
    display: inline;
}
div#footer ul li a {
    padding: 0 10px;
    border-right: 1px solid #6a747c;
    color: #403f3f;
    line-height: 24px;
    text-decoration: underline;
}
div#footer ul li a:hover {color: #a11f2c;}
div#footer ul li.last a {border: 0;}

div#footer-states {padding: 10px 0 0 0;overflow: hidden;}
div#footer-states ul.states-list li a {text-transform: uppercase; text-decoration: none;}

div#footer-stores {
    position: relative;
    overflow: hidden;
    color: #6a747c;
}
div#footer-stores p.disclaimer {color: #6a747c;overflow: hidden;}
p.disclaimer {margin-left: 11px;}
div#footer-stores a {color: #6a747c; text-decoration: none;overflow: hidden;}

.clear {clear: both;height: 1px; line-height: 1px;}
p.footerBrand a {color: #6a747c;text-decoration: none;}
img.nospace {padding: 0;}

#pay-online { padding:20px; }
#pay-online dd { padding:10px; font-size:16px; font-weight:bold; }

/* 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;
}


