﻿/*
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,em,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 */

/* modify these for the global settings of the site */
a {outline:none;text-decoration: underline; color: #008292;}
a:hover {}
h1,h2,h3,h4,h5,h6{font-size:100%; color: #006eac;}
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_01.gif) top left repeat;}/* good place for tiled background */

body {
    position : relative;
    margin: 0 auto;
    color: #808285;
    text-align : center; /* center for IE */
    font-family : arial, verdana, sans-serif;
    font-size: 12px;
}

/* Outside */
/* -------------------- */

div#whopper {
    position: relative;
    width: 997px;
    margin: 35px auto 10px auto;
    text-align: left;
}

div#header {
    position: relative;
    width: 997px;
    height: 96px;
    background: #FFF url(/images/header_bg_01.gif) top right repeat-y;
    border: 1px solid #fdb813;
    border-width: 3px 3px 2px 3px;
    z-index: 999;
}

div#middle {
    position: relative;
    width: 997px;
    min-height:450px;
    height:auto !important;
    height:450px;
    background: #FFF;
    border: 1px solid #fdb813;
    border-width: 0 3px 2px 3px;
    padding: 1px 0 0 0;
    z-index: 1;
}

div#footer {
    position: relative;
    width: 810px;
    margin: 0 auto;
}

/* Template */
/* -------------------- */

/* Background image replacement on the header logo */
#logo {
    width: 411px;
    height: 50px;
    display: block;
    text-indent: -9999px;
    background: url(/images/headerLogo_bg_01.gif) top left no-repeat;	
}

div#header h1 {
    position: absolute;
    top: 35px;
    left: 119px;
    width: 411px;
    height 50px;
    display: block;
}
div#header h1 a {
    width: 411px;
    height: 50px;
    display: block;
    text-indent: -9999px;
    background: url(/images/headerLogo_bg_01.gif) top left no-repeat;
}

div#facHeader {
    position: relative;
    width: 997px;
    height: 124px;
    background: url(/images/facHeader_bg_01.gif) top right repeat-x;
    border: 1px solid #fdb813;
    border-width: 3px 3px 0 3px;
    z-index: 999;
}
div#facHeader p {
    position: absolute;
    top: 35px;
    left: 119px;
    width: 411px;
    height 50px;
    display: block;
    margin:0px;
}
div#facHeader p a {
	margin:0px;
    width: 411px;
    height: 50px;
    display: block;
    text-indent: -9999px;
    background: url(/images/headerLogo_bg_02.gif) top left no-repeat;
}

div#headerTab {
    position: absolute;
    top: 56px;
    left: 597px;
    width: 255px;
    height: 68px;
    background: url(/images/headerTab_bg_01.gif) top left no-repeat;
}

div#tabBody {
    position: relative;
    height: 68px;
    padding-right: 10px;
}
div#tabBody img {padding: 20px 0 0 37px;}

div#subHeader {
    position: relative;
    width: 997px;
    height: 50px;
    background: url(/images/subHeader_bg_01.gif) top left no-repeat;
    border: 1px solid #fdb813;
    border-width: 0 3px 2px 3px;
    z-index: 1;
}

#nav {
    position: relative;
    height: 35px;
    float: right;
    padding-right: 26px;
    z-index: 998;
}
#nav a {
    display: block;
    width: 10em;
    text-decoration: none;
}
#nav ul { /* all lists */
    margin: 0;
    list-style: none;
    line-height: 1;
    z-index: 999;
}
#nav li { /* all list items */
    display: block;
    float: left;
    list-style: none;
    overflow: hidden;
    z-index: 998;
}
#nav li a {
    display: block;
    height: 34px;
    line-height: 34px;
    text-indent: -9999px;
}
#nav li.home a {
    background: transparent url(/images/navHome_bg_01.gif) 0 0 no-repeat;
    width: 47px;
}
#nav li.home a:hover {background-position: 0 -34px;}
#nav li.location a {
    background: transparent url(/images/navLocations_bg_01.gif) 0 0 no-repeat;
    width: 72px;
}
#nav li.location a:hover {background-position: 0 -34px;}
#nav li.reserve a {
    background: transparent url(/images/navReserve_bg_01.gif) 0 0 no-repeat;
    width: 99px;
}
#nav li.reserve a:hover {background-position: 0 -34px;}
#nav li.contact a {
    background: transparent url(/images/navContact_bg_01.gif) 0 0 no-repeat;
    width: 78px;
}
#nav li.contact a:hover {background-position: 0 -34px;}
#nav li.about a {
    background: transparent url(/images/navAbout_bg_01.gif) 0 0 no-repeat;
    width: 61px;
}
#nav li.about a:hover {background-position: 0 -34px;}
#nav li.home, #nav li.location, #nav li.reserve, #nav li.contact, #nav li.about {border: 0;}
#nav li.last a {border: 0;}
#nav li ul { /* second-level lists */
    position: absolute;
    width: 140px;
    margin: 0 0 0 -2px;
    padding: 0;
    background-image: none;
    background: #FFF;
    border-bottom: 1px solid #fdb813;
    left: -999em;
} 
#nav li.home ul li a,
#nav li.location ul li a, 
#nav li.reserve ul li a, 
#nav li.contact ul li a,
#nav li.about ul li a {
    width: 138px;
    height: 23px;
    border: 1px solid #fdb813;
    border-width: 1px 1px 0 1px;
    background-image: none;
    background: #FFF;
    color: #9d9fa2;
    display: block;
    line-height: 23px;
    padding: 0;
    margin: 0;
    text-indent: 15px;
}
#nav li.home ul li a:hover,
#nav li.location ul li a:hover, 
#nav li.reserve ul li a:hover, 
#nav li.contact ul li a:hover,
#nav li.about ul li a:hover {    
    color: #76787D;
    display: block;
    width: 138px;
    height: 23px;
    line-height: 23px;
    padding: 0;
    margin: 0;
}
div#nav li.location ul li ul li a {color: #9d9fa2;}
div#nav li.location ul li ul li a:hover {color: #76787D;}
#nav li ul ul { /* third-and-above-level lists */
	margin: -24px 0 0 139px;
}
#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;}

#facNav {
    position: relative;
    height: 35px;
    float: right;
    padding-right: 26px;
    z-index: 998;
}
#facNav a {
    display: block;
    width: 10em;
    text-decoration: none;
}
#facNav ul { /* all lists */
    margin: 0;
    list-style: none;
    line-height: 1;
    z-index: 999;
}
#facNav li { /* all list items */
    display: block;
    float: left;
    list-style: none;
    overflow: hidden;
    z-index: 998;
}
#facNav li a {
    display: block;
    height: 34px;
    line-height: 34px;
    text-indent: -9999px;
}
#facNav li.home a {
    background: transparent url(/images/navHome_bg_02.gif) 0 0 no-repeat;
    width: 47px;
}
#facNav li.home a:hover {background-position: 0 -34px;}
#facNav li.location a {
    background: transparent url(/images/navLocations_bg_02.gif) 0 0 no-repeat;
    width: 72px;
}
#facNav li.location a:hover {background-position: 0 -34px;}
#facNav li.reserve a {
    background: transparent url(/images/navReserve_bg_02.gif) 0 0 no-repeat;
    width: 99px;
}
#facNav li.reserve a:hover {background-position: 0 -34px;}
#facNav li.contact a {
    background: transparent url(/images/navContact_bg_02.gif) 0 0 no-repeat;
    width: 78px;
}
#facNav li.contact a:hover {background-position: 0 -34px;}
#facNav li.about a {
    background: transparent url(/images/navAbout_bg_02.gif) 0 0 no-repeat;
    width: 61px;
}
#facNav li.about a:hover {background-position: 0 -34px;}
#facNav li.home, #facNav li.location, #facNav li.reserve, #facNav li.contact, #facNav li.about {border: 0;}
#facNav li.last a {border: 0;}
#facNav li ul { /* second-level lists */
    position: absolute;
    width: 140px;
    margin: 0 0 0 -2px;
    padding: 0;
    background-image: none;
    background: #FFF;
    border-bottom: 1px solid #fdb813;
    left: -999em;
} 
#facNav li.home ul li a,
#facNav li.location ul li a, 
#facNav li.reserve ul li a, 
#facNav li.contact ul li a,
#facNav li.about ul li a {
    width: 138px;
    height: 23px;
    border: 1px solid #fdb813;
    border-width: 1px 1px 0 1px;
    background-image: none;
    background: #FFF;
    color: #9d9fa2;
    display: block;
    line-height: 23px;
    padding: 0;
    margin: 0;
    text-indent: 15px;
}
#facNav li.home ul li a:hover,
#facNav li.location ul li a:hover, 
#facNav li.reserve ul li a:hover, 
#facNav li.contact ul li a:hover,
#facNav li.about ul li a:hover {    
    color: #76787D;
    display: block;
    width: 138px;
    height: 23px;
    line-height: 23px;
    padding: 0;
    margin: 0;
}
div#facNav li.location ul li ul li a {color: #9d9fa2;}
div#facNav li.location ul li ul li a:hover {color: #76787D;}
#facNav li ul ul { /* third-and-above-level lists */
	margin: -24px 0 0 139px;
}
#facNav li:hover ul ul, #facNav li.sfhover ul ul {left: -999em;}
#facNav li:hover ul, #facNav li li:hover ul, #facNav li.sfhover ul, #facNav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#facNav li:hover, #facNav li.hover {position: static;}

/* Homepage */
/* ------------------- */

div#homeCont {
    position: relative;
    width: 997px;
    height: 538px;
    border: 1px solid #fdb813;
    border-width: 0 3px 2px 3px;
}
div#homeCont img {border: 0; padding: 0;}

div#homeCont h2 {
	text-indent:-99999px
}

div#search {
    position: absolute;
    width: 301px;
    height: 59px;
    top: 315px;
    left: 485px;
    padding: 36px 0 0 0;
    background: url(/images/search_bg_01.gif) top left no-repeat;
    z-index: 1;
}
div#search input {
    vertical-align: bottom; 
    text-indent: 4px;
}
div#search  #zip {
    width: 88px;
    height: 23px;
    background: url(/images/searchBox_bg_01.gif) top left no-repeat;
    border: 0;  
}
div#search input#go-button {
    width: 42px;
    height: 23px;
}
div#search form {margin: 1px 0 0 169px;}
div#goHold {
    position: absolute;
    top: 37px;
    left: 257px;
}

div#homeBottom {
    position: relative;
    width: 952px;
    height: 235px;
    padding: 0 0 0 45px;
    background: url(/images/otherLocations_bg_01.gif) top left no-repeat;
}

div#botWrap {
    position: relative;
    width: 997px;
    margin: 18px 0 0 0;
    background: url(/images/otherLocations_bg_02.gif) top left repeat-y;
    border: 3px solid #003263;
}

/* Facility Page */
/* -------------------- */
div#facility-page,
div#driving-directions, 
div#facCont,
div#main-content, 
div#area-page, 
div#no-match, 
div#editor-content,
div#edContent,
div#state-page, 
div#site-map,
div#comarketing-page {
    position: relative;
    padding: 15px 27px 15px 38px;
    text-align: left;
    overflow: hidden;
}

/* breadcrumbs */
div#middle p#trail {
    position: relative;
    color: #292826;
    font-size: 10px;
    padding: 0 0 0 38px;
    margin-top: 10px;
    z-index: 998;
}
div#middle p#trail a {font-size: 10px;color: #292826;}

div#facCont {
    position: relative;
    width: 930px;
    margin: -40px 0 0 0;
}

div#facLeft {
    position: relative;
    width: 420px;
    float: left;
    padding: 50px 0 0 0;
}

div#callNow {
    position: relative;
    width: 420px;
    height: 202px;
    background: url(/images/call_bg_01.jpg) center center no-repeat;
}
div#callNow .phone2,
.phone {
    position: absolute;
    top: 143px;
    left: 97px;
    color: #002a5c;
    font-size: 23px;
    font-weight: normal;
}
/* LH 5/20 add for store 735 */
div#callNow735 {
    position: relative;
    width: 420px;
    height: 252px;
    background: url(/images/call_bg_01.jpg) bottom center no-repeat;
}
div#callNow735 h3,
.phone {
    position: absolute;
    top: 193px;
    left: 97px;
    color: #002a5c;
    font-size: 23px;
    font-weight: normal;
}
.imgLeft {
padding-left: 60px;	
}

div#specials {
	width:400px;
	height:auto !important;height:40px;min-height:40px;
    color: #2b9cac;
    font-size: 24px;
    font-style: italic;
    padding-top: 50px;
    text-align: center;
}
div#specials .bottom {display:block;font-size:20px;}
div#specials .medium {font-size:70%;}
div#specials .small {font-size:50%;}
div#specials a {text-decoration: none;}
div#specials a .color1 {color:#fdb813;}
div#specials a .color2 {color:#133784;}

div#callClickPrint {
    position: relative;
    width: 364px;
    height: 59px;
    padding: 20px 0 0 56px;
}
div#callClickPrint ul {} 
div#callClickPrint ul li {
    float: left;
    list-style: none;
    display: block;
    width: 87px;
    height: 59px;
    padding: 0 20px 0 0;
    text-align: center;
}
div#callClickPrint ul li a {
    display: block;
    width: 87px;
    height: 59px;
    text-indent: -9999px;
}
div#callClickPrint ul li.reserve a {background: url(/images/reserve_bg_01.jpg) top left no-repeat;}
div#callClickPrint ul li.print a {background: url(/images/print_bg_01.jpg) top left no-repeat;}
div#callClickPrint ul li.quote a {background: url(/images/quote_bg_01.jpg) top left no-repeat;}

div#facRight {
    position: relative;
    width: 466px;
    float: right;
    padding-left: 40px;
}


/* address vcard */
.vcard {
    position: relative;
    width: 350px;
    color: #808285;
    font-size: 11px;
    padding: 0 0 0 130px;
}

div#address h1 {font-size: 11px;}

/* driving */

div#driving {
    position: absolute;
    top: 30px;
    left: 350px;
    width: 137px;
    height: 25px;
    background: url(/images/driving_bg_01.gif) bottom left no-repeat;
}
div#driving p {padding: 0;margin: 0;}
div#driving p a {
    display: block;
    width: 137px;
    height 25px;
    text-indent: -9999px; 
    line-height: 25px;
}

/* Accordion Styles */
/*----------------------------*/
div#accordion {
    position: relative;
    width: 374px;
    padding: 20px 0 0 0;
    color: #133784;
}
div#accordion .accTitle {
    width: 374px;
    height: 28px;
    color: #006eac;
    font-size: 16px;
    line-height: 28px;
    text-indent: 40px;
    font-weight:bold;
    background: url(/images/toggler_bg_01.gif) top left no-repeat;
}

.toggler {cursor: pointer;}
 
.element {
    width: 324px;
    padding: 10px 10px 10px 40px;
    line-height: 1.4em;
    margin: 9px 0 9px 0;
}
div#accordion .element p {text-indent: 0; font-weight: normal;}

.panel {padding: 5px 0;}

.subtitle {
	font-weight:bold;
	font-size:13px;
	color: #006EAC;
	
}

div#accordion2 {
	margin: 0px 0px 15px 0px;
	float:right;
	width:510px;
}


.accTitle2 {
    height: 28px;
    color: #006eac;
    font-size: 12px;
    line-height: 28px;
    text-indent: 40px;
    font-weight:bold;
    background: url(/images/toggler_bg_2.gif) top left no-repeat;
    width:100%
}




div#prices {color: #133784;}
div#prices table {width: 150px;}
div#prices th {width: 95%; line-height: 1.4em;font-weight: bold;padding: 0 0 10px 0;}
div#prices td {width: 50%; } 
div#prices tr {border-bottom: 1px solid #133784;}

div#phoneBalloon {
    position: absolute;
    top: 70px;
    left: 220px;
    display: block
    width: 155px;
    height: 88px;
    background: url(/images/togglerSize_bg_01.jpg) top left no-repeat;
}
div#phoneBalloon p {
    width: 125px;
    margin: 50px 0 0 45px;
    font-size: 13px;
}

div#existing-customers {
    position: relative;
    padding-top: 35px;
}
div#existing-customers .size {
    display:  block;
    width: 137px;
    height: 25px;
    line-height: 25px;
}
div#existing-customers .size a {
    display: block;
    width: 137px;
    height: 25px;
    line-height: 25px;
    text-indent: -9999px;
    background: url(/images/whatSize_bg_01.gif) bottom left no-repeat;
}

div#hours {}
div#hours dl {padding-bottom: 10px;}
div#hours dt {
    font-weight: bold;
    line-height: 1.8em;
}
div#hours dd {line-height: 1.6em;}

div#hourBalloon {
    position: relative;
    float: right;
    display: block
    width: 155px;
    height: 76px;
    background: url(/images/togglePhone_bg_01.jpg) top left no-repeat;
}
div#hourBalloon p {
    width: 139px;
    margin: 0 0 0 45px;
    font-size: 13px;
    line-height: 105px;
}
div#hourBalloon p.email {
    line-height: 25px;
    margin: 0;
    background: url(/images/email_bg_01.gif) top left no-repeat;
}
div#hourBalloon p.email a {
    display: block;
    width: 139px;
    height: 25px;
    text-indent: -9999px;
}

div#features {color: #133784;}
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#featureBalloon {
    position: relative;
    float: right;
    display: block
    width: 155px;
    height: 76px;
    background: url(/images/togglePhone_bg_01.jpg) top left no-repeat;
}
div#featureBalloon p {
    width: 125px;
    margin: 0 0 0 45px;
    font-size: 13px;
    line-height: 105px;
}

div#othersSaying {
    position: relative;
    float: right;
}
div#othersSaying ul {}
div#othersSaying ul li {padding-bottom: 20px;}
div#othersSaying ul li a {text-indent: -9999px;}
div#othersSaying ul li.saying {
    display: block;
    width: 155px;
    height: 76px;
    color: #133784;
    background: url(/images/togglerSay_bg_01.jpg) top left no-repeat;
}
div#othersSaying ul li.saying strong {
    width: 125px;
    margin: 0 0 0 45px;
    line-height: 105px;
    font-size: 13px;
}
div#othersSaying ul li.comments a {
    display: block;
    width: 177px;
    height: 26px;
    background: url(/images/comments_bg_01.gif) top left no-repeat;
}
div#othersSaying ul li.testimonials a {
    display: block;
    width: 177px;
    height: 26px;
    background: url(/images/testimonials_bg_01.gif) top left no-repeat;
}
p.quote {
    color: #133784;
    font-size: 12px;
    font-style: italic;
    padding: 0 170px 0 0;
}
p.name {
    color: #133784;
    font-size: 9px;
    font-weight: bold;
}

div#facBot {
    position: relative;
    width: 960px;
    margin:0px;
}

div#photo-tour {
    position: relative;
    width: 387px;
    height: 293px;
    float: left;
    padding: 29px 0 0 50px;
}
div#photoCaption {
    line-height: 2em;
    font-size: 10px;
    font-weight: normal;
    color: #006EAC
}

div#photoBorder {
    position: absolute;
    top: 29px;
    display: block;
    width: 387px;
    height: 293px;
    background: transparent url(/images/slideBorder_bg_01.gif) top left no-repeat;
    z-index: 999;
}

div#slideshow {
    position: relative;
    width: 387px;
    height: 293px;
}

/* printer on top right of all interior pages */
div#facMap div#facility-name {float: right;padding: 5px 0; margin: 0;}
div#facility-name {float: right;margin: -26px 27px 0 0;}
div#facility-name ul {}
div#facility-name ul li {
    font-size: 10px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    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: 15px;}
div#facility-name ul li a:hover {text-decoration: none;}

div#map {
    position: relative;
    width: 500px;
    height: 287px;
    border: 3px solid #fdb813;
    float: right;
}
div#map .size3 {display: none;}

#flashmap {
    width: 500px;
    height: 287px;
}

div#facDiv {
    position: relative;
    width: 997px;
    height: 47px;
    background: #fff3dd;
    border: 1px solid #fdb813;
    border-width: 2px 0;
}

div#facBottom {
    position: relative;
    width: 922px;
    height: 235px;
    padding: 0 0 0 65px;
    background: url(/images/intOther_bg_01.gif) top left no-repeat;
}

div#facBotWrap {
    position: relative;
    width: 997px;
    margin: 18px 0 0 0;
    background: url(/images/intOtherBody_bg_01.gif) top left repeat-y;
    border: 1px solid #fdb813;
    border-width: 2px 0;
}

div#facBottom div#other-facilities dl {
    margin: 0 20px 15px 20px;
}
div#facBottom div#other-facilities dl {
    float: left;
    width: 400px;
}

div#homeBottom div#other-facilities {
    margin: 0;
    padding: 15px 0 0 0;
}
div#homeBottom div#other-facilities dl {
    float: left;
    width: 400px;
    margin: 0 20px 15px 30px;
}

div#other-facilities {
    position: relative;
    clear: both;
    padding: 15px 0 0 25px;
}
div#other-facilities h2 {display: none;}
div#other-facilities dl {
    float: left;
    width: 400px;
    margin: 0 50px 15px 20px;
}
div#other-facilities dt a {
    padding: 10px 0 0 0;
    color: #7fbbc8;
    font-size: 14px;
    line-height: 1.5em;
}
div#other-facilities dd a {line-height: 1.5em;}

div#locWrap {
    position: relative;
    width: 950px;
}

div#locations {width: 400px;}
div#locations div#other-facilities {
    position: relative;
    width: 400px;
    clear: none;
    float: left;
}
div#locations div#other-facilities dl {
    float: none;
    width: 350px;
}

div#locMap {
    position: relative;
    width: 435px;
    float: right;
    margin: -330px 50px 0 0;
}

div#outComp {
    position: relative;
    width: 997px;
    z-index: 999;
    background: url(/images/outComp_bg_01.gif) top left repeat-y;
}

div#compWrap {
    position: relative;
    width: 997px;
    padding-bottom: 10px;
    background: url(/images/compare_bg_01.gif) center left no-repeat;
}
div#compare {
    padding: 0 0 0 43px;
}
div#compare h2 {text-indent: -9999px;}
div#compare p.nomargin {
    font-weight: bold;
}

/* Area Page Styles */
/*--------------------*/

div#area-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: 3px solid #fdb813;
}

#facility-list {
    position: relative;
    width: 407px;
    float: left;
    margin: 12px 0 0 0; 
    display: inline;
}

.facility-summary {
    margin: 16px 0 16px 0; 
    clear: both;
	border-bottom: 1px solid #808285;
    line-height: 1.25em;
}
.facility-summary a img {
    float: left;
    padding: 0 10px 10px 0;
    display: none;
}
.facility-summary img {float: left; padding: 0 10px 10px 0;}
.facility-summary dl {
    margin: 0;
    padding: 0 0 20px 0; 
}
.facility-summary a img.facility-offer {display: none;}
.facility-summary dt {font-weight: bold;}
.facility-summary dd {padding: 0 0 0 10px;}
.facility-summary a {}

/* Driving Directions Styles */
/*--------------------*/

div#driving-directions {clear: both; padding: 15px 21px 0 38px;}
div#driving-directions div#address {padding: 20px 0 0 0;}

div#driving_map {
    position: relative;
    width: 930px;
	height: 400px;
    padding: 15px 0;
}
div#driving_map h2 {}

div#driving-directions #flashmap {
    position: relative;
    width: 930px;
    height: 400px;
    border: 3px solid #fdb813;
}

div#driving-text, #driving-link {padding: 15px 0 0 40px;}
div#driving-text h1 {font-size: 12px;line-height: 1.3em;}
div#driving-text h2 {font-size: 12px;line-height: 1.3em;}

div#driving-link {padding: 0 0 0 40px;}

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;font-weight: bold;}
#unit-sizes-pop table { 
    margin: 1em auto; 
    width: 90%;
    background: #FFF; 
    border-collapse: collapse;
}
#unit-sizes-pop table td {
    padding: .5em 1em; 
    color: #002a5c;
    border: 2px solid #002a5c;
    vertical-align: top; 
    font-weight: normal;
    text-align: left;
}
#unit-sizes-pop table th {
    color: #3da1b1; 
    padding: .5em 1em; 
    border: 2px solid #002a5c; 
    font-weight: bold; 
}
#unit-sizes-pop table th {background: #fff3dd; color: #3da1b1;}

/* Footer */
/* -------------------- */

div#footer ul {padding: 0;}
div#footer ul li {
    float: left;
    display: block;
}
div#footer ul li a {
    padding: 0 10px;
    border-right: 1px solid #FFF;
    color: #FFF;
    line-height: 42px;
}
div#footer ul li.last a {border: 0;}

div#footer-states {
    position: relative;
    padding: 10px 0 0 297px;
    clear: left;
}
div#footer-states ul.states-list li a {text-transform: uppercase;}

div#footer-stores {
    position: relative;
    color: #FFF;
    clear: both;
}
div#footer-stores p.disclaimer {color: #FFF;}
div#footer-stores a {color: #FFF;}

.clear {clear: both;line-height: 1px;height: 1px}
p.footerBrand a {color: #fff;}

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


