﻿/*
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;}
div#editor-content ul {list-style: disc; margin: 0 0 0 25px;}
img{border:0;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
/* /reset */

a {color: #001932;outline:none;text-decoration: underline;}
a:hover {color: #004188;}
h1,h2,h3,h4,h5,h6{font-size:100%;color: #004188;}
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: #ffdc02;}

body {
	position : relative; 
	width : 927px; 
	margin: 0 auto; 
	color: #4e4f50;
	text-align : center;
	font-family : verdana, arial, sans-serif;
	font-size: 12px;
}

/* Outside */
/* -------------------- */

div#whopper {
    position: relative;
    width: 927px;
    margin: 10px auto;
    text-align: left;
    background: transparent url(/images/body_bg_01.gif) top left repeat-y;
}

div#whopperTop {
    position: relative;
    width: 927px;
    height: 14px;
    background: url(/images/whopperTop_bg_01.gif) top left no-repeat;
}

div#whopperBottom {
    position: relative;
    width: 927px;
    height: 79px;
    background: url(/images/whopperBottom_bg_01.jpg) top left no-repeat;
}

div#whopperBottomFac {
    position: relative;
    width: 927px;
    height: 425px;
    background: #FFDC02 url(/images/whopperBottomFac_bg_02.gif) top left no-repeat;
}

div#header {
    position: relative;
    width: 927px;
    height: 126px;
    background: url(/images/header_bg_01.jpg) top left no-repeat;
}

div#middle {
    position: relative;
    width: 927px;
	/* 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: 927px;
    font-family: helvetica, verdana, sans-serif;
    font-size: 10px;
}

/* Template */
/* -------------------- */
div#header div#logo {
    position: absolute;
    top: 14px;
    left: 34px;
    width: 235px;
    height 102px;
    display: block;
}
div#header div#logo a {
    width: 235px;
    height: 102px;
    display: block;
    text-indent: -9999px;
    background: url(/images/headerLogo_bg_01.jpg) top left no-repeat;
}
#header p {
float: right;
width: 79px;
padding: 0 430px 0 0;	
}
#header p a {
width: 79px;
height: 108px;
display: block;
text-indent: -9999px;
background: url(/images/button_smiley.gif) top left no-repeat;
}

div#nav {
    position: relative;
    width: 888px;
    height: 45px;
    margin: 0 0 0 18px;
    background: url(/images/nav_bg_01.jpg) top left repeat-x;
    z-index: 999;
}
#nav a {
    display: block;
    width: 10em;
}
#nav ul { /* all lists */
    margin: 0;
    padding: 9px 0 0 2px;
    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: 999;
}
#nav li a {
    display: block;
    height: 29px;
    line-height: 29px;
    padding-right: 1px;
    text-decoration: none;
    text-indent: -9999px;
}
#nav li.last a {padding-right: 0;}
#nav li.home a {
    background: transparent url(/images/navHome_bg_01.jpg) 0 0 no-repeat;
    width: 107px;
    height: 29px;
}
#nav li.home a:hover {background-position: 0 -29px;}
#nav li.locations a {
    background: transparent url(/images/navLocations_bg_01.jpg) 0 0 no-repeat;
    width: 121px;
    height: 29px;
}
#nav li.locations a:hover {background-position: 0 -29px;}
#nav li.business a {
    background: transparent url(/images/navBusiness_bg_01.jpg) 0 0 no-repeat;
    width: 176px;
    height: 29px;
}
#nav li.business a:hover {background-position: 0 -29px;}
#nav li.storage a {
    background: transparent url(/images/navStorage_bg_01.jpg) 0 0 no-repeat;
    width: 128px;
    height: 29px;
}
#nav li.storage a:hover {background-position: 0 -29px;}
#nav li.services a {
    background: transparent url(/images/navServices_bg_01.jpg) 0 0 no-repeat;
    width: 115px;
    height: 29px;
}
#nav li.services a:hover {background-position: 0 -29px;}
#nav li.about a {
    background: transparent url(/images/navAbout_bg_01.jpg) 0 0 no-repeat;
    width: 103px;
    height: 29px;
}
#nav li.about a:hover {background-position: 0 -29px;}
#nav li.contact a {
    background: transparent url(/images/navContact_bg_01.jpg) 0 0 no-repeat;
    width: 128px;
    height: 29px;
}
#nav li.contact a:hover {background-position: 0 -29px;}
#nav li ul { /* second-level lists */
    position: absolute;
    width: 150px;
    padding: 0;
    margin: 0;
    background: url(/images/nav_bg_01.gif) top left repeat-y;
    border: 1px solid #ffdc02;
    border-width: 2px 2px 1px 2px;
    left: -999em;
}
#nav li.home ul li a,
#nav li.locations ul li a,
#nav li.business ul li a, 
#nav li.storage ul li a, 
#nav li.services ul li a,
#nav li.about ul li a, 
#nav li.contact ul li a {
    width: 150px;
    height: 24px;
    padding: 0;
    margin: 0;
    background-image: none;
    background: #004187;
    border: 1px solid #ffdc02;
    border-width: 0 0 1px 0;
    color: #ffdc02;
    display: block;
    font-weight: bold;
    line-height: 24px;
    text-indent: 10px;
}
#nav li.home ul li a:hover,
#nav li.locations ul li a:hover,
#nav li.business ul li a:hover, 
#nav li.storage ul li a:hover, 
#nav li.services ul li a:hover, 
#nav li.about ul li a:hover, 
#nav li.contact ul li a:hover {
    background: #00112a;
    color: #FFF;
    display: block;
    width: 150px;
    height: 24px;
    line-height: 24px;
    padding: 0;
}
#nav li.home ul li ul li a,
#nav li.locations ul li ul li a,
#nav li.business ul li ul li a, 
#nav li.storage ul li ul li a, 
#nav li.services ul li ul li a,
#nav li.about ul li ul li a, 
#nav li.contact ul li ul li a {
    width: 150px;
    height: 24px;
    padding: 0;
    margin: 0;
    background-image: none;
    background: #5aa0dc;
    border: 1px solid #ffdc02;
    border-width: 0 0 1px 0;
    color: #ffdc02;
    display: block;
    font-weight: bold;
    line-height: 24px;
    text-indent: 10px;
}
#nav li.home ul li ul li a:hover,
#nav li.locations ul li ul li a:hover,
#nav li.business ul li ul li a:hover, 
#nav li.storage ul li ul li a:hover, 
#nav li.services ul li ul li a:hover, 
#nav li.about ul li ul li a:hover, 
#nav li.contact ul li ul li a:hover {
    background: #004187;
    color: #FFF;
    display: block;
    width: 150px;
    height: 24px;
    line-height: 24px;
    padding: 0;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -27px 0 0 150px;
}
#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 {
    position: relative;
    width: 299px;
    height: 36px;
    margin: 166px 0 0 20px;
    z-index: 998;
} 
#locationNav ul { /* all lists */
    margin: 0;
    list-style: none;
    line-height: 1;
    z-index: 998;
}
#locationNav a {
    display: block;
    width: 10em;
}
#locationNav li { /* all list items */
    display: block;
    float: left;
    list-style: none;
    overflow: hidden;
    z-index: 998;
}
#locationNav li a {
    display: block;
    height: 27px;
    line-height: 27px;
    text-align: left;
    text-decoration: none;
    text-indent: -9999px;
}
#locationNav li.nearest a {
    display: block;
    width: 299px;
    height: 36px;
    background: url(/images/nearestLocation_bg_01.jpg) 0 0 no-repeat;
}
#locationNav li.nearest a:hover {background-position: 0 -36px;}
#locationNav li ul { /* second-level lists */
    position: absolute;
    width: 150px;
    padding: 0;
    margin: 0;
    border: 1px solid #ffdc02;
    border-width: 2px 2px 1px 2px;
    left: -999em;
}
#locationNav li.nearest ul li a {
    width: 150px;
    height: 24px;
    padding: 0;
    margin: 0;
    background-image: none;
    background: #004187;
    border: 1px solid #ffdc02;
    border-width: 0 0 1px 0;
    color: #ffdc02;
    display: block;
    font-weight: bold;
    line-height: 24px;
    text-indent: 10px;
}
#locationNav li.nearest ul li a:hover {
    background: #00112a;
    color: #FFF;
    display: block;
    width: 150px;
    height: 24px;
    line-height: 24px;
    padding: 0;
}
#locationNav li.nearest ul li ul li a {
    width: 150px;
    height: 24px;
    padding: 0;
    margin: 0;
    background-image: none;
    background: #5aa0dc;
    border: 1px solid #ffdc02;
    border-width: 0 0 1px 0;
    color: #ffdc02;
    display: block;
    font-weight: bold;
    line-height: 24px;
    text-indent: 10px;
}
#locationNav li ul ul {margin: -27px 0 0 150px;}
#locationNav li.nearest ul li ul li a:hover {
    background: #004187;
    color: #FFF;
    display: block;
    width: 150px;
    height: 24px;
    line-height: 24px;
    padding: 0;
}
#locationNav li:hover ul ul, #locationNav li.sfhover ul ul {left: -999em;}
#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;
}
#locationNav li:hover, #locationNav li.hover {position: static;}

/* Homepage */
/* ------------------- */

div#homeCont {
    position: relative;
    width: 861px;
    height: 345px;
    margin: 0 0 0 33px;
    background: url(/images/homeCont_bg_01.jpg) top left no-repeat;
}

div#homeLeft {
    position: relative;
    width: 335px;
    height: 345px;
    float: left;
}

div#homeRight {
    position: relative;
    width: 526px;
    height: 345px;
    float: right;
    z-index: 996;
}

div#slideshow-home {
    position: relative;
    width: 526px;
    height: 345px;
    margin: -1px 0 0 0;
}
div#slideshow-home img {margin: 0; border: 0; padding: 0;}

div#search {
    position: relative;
    width: 310px;
    height: 25px;
    margin: 46px 0 0 0;
    z-index: 1;
}
div#search label {color: #FFF; display: block;}
div#search input {vertical-align: middle; text-indent: 2px;}
div#search  #zip {
    width: 231px;
    height: 25px;
    margin-top: 1px;
    background: url(/images/searchBoxer_bg_01.gif) top left no-repeat;
    border: 0;
    margin: 0 0 0 28px;
}
div#search input#go-button {
    position: absolute;
    top: 2px;
    left: 262px;
    width: 55px;
    height: 19px;
    text-indent: -9999px;
    background: url(/images/go.gif) 0 0 no-repeat;
}
div#search input#go-button:hover {background-position: 0 -19px;}
div#search form {}

div#homeBot {
    position: relative;
    width: 863px;
    margin: 10px 0 0 33px;
}
div#homeBot p {
    padding: 0 5px 0 30px;
    margin: 0 0 5px 0;
    line-height: 1.4em;
}
div#homeBot h3 {
    text-indent: -9999px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    margin: 0;
}
div#homeBot img {padding: 0;}

div#homeLeftCont {
    position: relative;
    width: 456px;
    float: left;
}

div#colOne {
    position: relative;
    width: 243px;
    float: left;
}
div#colOne h3 {
    background: url(/images/colOne_bg_01.gif) top left no-repeat;
}

div#colTwo {
    position: relative;
    width: 213px;
    float: right;
}
div#colTwo h3 {
    background: url(/images/colTwo_bg_01.gif) top left no-repeat;
}

div#homeRightCont {
    position: relative;
    float: right;
}

div#homeRightContWrap {
    position: relative;
    width: 407px;
    float: none;
}

div#colThree {
    position: relative;
    width: 206px;
    float: left;
}
div#colThree h3 {
    background: url(/images/colThree_bg_01.gif) top left no-repeat;
}

div#colFour {
    position: relative;
    width: 201px;
    float: right;
}
div#colFour h3 {
    background: url(/images/colFour_bg_01.gif) top left no-repeat;
}

/* Facility Page */
/* -------------------- */

div#facility-page,
div#driving-directions, 
div#main-content, 
div#area-page, 
div#no-match, 
div#editor-content,
div#state-page, 
div#site-map,
div#comarketing-page {
    position: relative;
    padding: 15px 35px 15px 35px;
    text-align: left;
    overflow: hidden;
}

div#content-editor img {
    border: 0;
	padding: 10px;
} 
div#content-editor a {}
div#content-editor a:hover {}
div#content-editor h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0.5em 0; 
    padding: 0; 
    line-height: 1.5em;
}
div#content-editor h1 {font-size: 16px;}
div#content-editor h2 {font-size: 15px;}
div#content-editor h3 {font-size: 14px;}
div#content-editor h4 {font-size: 13px;}
div#content-editor h5 {font-size: 12px;}
div#content-editor h6 {font-size: 11px;}
div#content-editor p {
    margin: 0 0 1.5em 0;
    padding: 0;
    line-height: 1.4em;
}
div#content-editor blockquote {
    margin-left: 10px; 
    border-left: 10px solid #ddd;
}
div#content-editor pre {
    font-family: monospace;
    font-size: 10px;
}
div#content-editor strong, b {font-weight: bold;}
div#content-editor em, i {font-style:italic;}
div#content-editor code {
    font-family: "Courier New", Courier, monospace;
    font-size: 1em;
    white-space: pre;
}
div#content-editor ul, div#content-editor ol {
    margin: 0 0 1.5em 0;
    line-height:1.4em;
	list-style-type: inherit;
}
div#content-editor ul li, div#content-editor ol li {margin: 0 0 0.25em 25px;}
div#content-editor dl {
    margin: 0 0 1.5em 0;
    line-height: 1.4em;
}
div#content-editor dl dt {
    margin: 0.25em 0 0.25em 0;
    font-weight: bold;
}
div#content-editor dl dd {margin: 0 0 0 25px;}

div#middle p#trail {
    position: relative;
    float: left; 
    margin: 0; 
    padding: 8px 0 0 35px;
    font-size: 10px;
}
div#middle p#trail a {text-decoration:underline;}

div#facility-name {float: right;}
div#facility-name ul {padding: 5px 35px 0 0;}
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#facCont {
    position: relative;
    width: 857px;
    margin: 0 35px;
    background: url(/images/facTop_bg_01.jpg) top left no-repeat;
}

div#facLeft {
    position: relative;
    width: 305px;
    float: left;
}

div.vcard {
    position: relative;
    width: 305px;
    padding: 0 0 0 10px;
    color: #1a3274;
}
div.vcard h2, div.vcard h1 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3em;
    margin: 5px 0 0 0;
}
div.vcard ul {}
div.vcard ul li {line-height: 1.5em;}
div.phone-number, div#fax-number, div.street-address, div.locality{line-height:1.5em}
div.vcard ul li.street {}
div.vcard ul li.city-state-zip {}
div.vcard ul li.phone {font-weight: bold;}
div.vcard ul li.fax-phone {}
div.vcard .tel{
font-weight:bold;
}
#share{
text-align:center;	
margin-bottom:10px
}
div#existingCustomers {
    position: relative;
    width: 240px;
    height: 26px;
    margin: 0 0 0 5px;
    background: url(/images/existing_bg_01.gif) 0 10px no-repeat;
}
div#existingCustomers p {}
div#existingCustomers p a {
    display: block;
    width: 240px;
    height: 26px;    
    text-indent: -9999px;
}

/* Accordion Styles */
/*----------------------------*/
div#accordion {
    position: relative;
    width: 249px;
    padding: 24px 0 0 0;
}
div#accordion p.title {
    width: 249px;
    height: 36px;
    color: #000;
    font-family: helvetica, verdana, sans-serif;
    font-size: 14px;
    line-height: 36px;
    text-indent: 20px;
    background: url(/images/toggler_bg_01.gif) 0 0 no-repeat;
    font-weight:bold;
    margin:0px
}
div#accordion p.title:hover {background-position: 0 -36px;}


.toggler {cursor: pointer;}
 
.element {
    width: 219px;
    padding: 10px 15px;
    line-height: 1.4em;
    margin: 9px 0 0 0;
}
div#accordion .element p {text-indent: 0; font-weight: normal;}

.panel {padding: 5px 0;}

div#prices h2 {display: none;}
div#prices table {
    width: 219px;
    color: #004282; 
    font-weight: bold;
}
div#prices th {
    width: 95%; 
    line-height: 1.4em;
    font-weight: bold;
    padding: 0 0 10px 0;
}
div#prices td {
    line-height: 1.5em; 
    border-bottom: 1px solid #afcac9;
    width: 45%;
} 

div#hours {}
div#hours h2 {display: none;}
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 {display: none;}
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;}


/*Twitter Styles */
#twitter_div {}
#twitter_div {word-wrap:break-word}
#twitter_div ul {margin:10px 0;}
#twitter_div li {
	padding:0 0 0 24px;
	margin:0 0 10px 0;
	background:url(/images/twitter.gif) no-repeat;
	background-position:0px 4px
}


div#facRight {
    position: relative;
    width: 517px;
    float: right;
}

div#facRightTop {
    position: relative;
    width: 517px;
    height: 190px;
}

div#callNow {
    position: relative;
    width: 253px;
    height: 150px;
    float: left;
}
div#callNow p.phoneNumber {
    margin: 85px 0 0 0;
    color: #004188;
    font-size: 23px;
    font-weight:bold;
}

div#specials {
    position: relative;
    width: 253px;
    height: 98px;
    float: right;
    margin: 25px 5px 0 0;
    background: url(/images/special_bg_01.jpg) top left no-repeat;
}
div#specials p.special {
    color: #ffe501;
    font-family: arial, verdana, sans-serif;
    font-size: 20px;
    margin: 52px 0 0 0;
    text-align: center;
}
div#specials p.special a {color: #FFE501; text-decoration: none; font-weight:bold;}
div#specials p.special a:hover {text-decoration: underline;}

div#ccp {
    position: relative;
    width: 517px;
    height: 25px;
    margin: 0 0 0 -20px;
    z-index: 1;
}
div#ccp ul {} 
div#ccp ul li {
    float: left;
    list-style: none;
    text-indent: -9999px;
}
div#ccp ul li a {
    display: block;
    height: 25px;
    padding: 0 5px 0 0;
}
div#ccp ul li.reserve a {
    width: 162px;
    height: 25px;
    display: block;
    padding: 0;
    background: url(/images/reserve_bg_01.gif) top left no-repeat;
}
div#ccp ul li.print a {
    width: 156px;
    background: url(/images/coupon_bg_01.gif) top left no-repeat;
}
div#ccp ul li.quote a {
    width: 187px;
    background: url(/images/quote_bg_01.gif) top left no-repeat;
}

div#photo-tour {
    position: relative;
    width: 552px;
    height: 347px;
    margin: 0 0 0 -38px;
}
#photoBorder {
position: absolute;
display: block;
left: -38px;
width: 552px;
height: 347px;
background: transparent url(/images/best_florida_image_mask.gif) top left no-repeat;
z-index: 999;
}
div#photo-tour h2 {display: none;}
div#photoWrap h3 {
    color: #3e6998;
    font-size: 10px;
    line-height: 17px;
    text-indent: 30px;
    background: url(/images/camera_bg_01.gif) top left no-repeat;
}

div#slideshow {
    position: relative;
    width: 552px;
    height: 347px;
}

div#facMap {
    position: relative;
    margin: 0 0 0 203px;
    padding: 15px 0 0 0;
}
div#facMap h3 a, div#facMap h3 {
    width: 552px;
    color: #3e6998;
    font-size: 10px;
    text-align: center;
}

div#map.facility-map {margin-top:25px;}
div#map h2 {display: none;}
h2#driving_directions{
font-size:12px;	
}
/* this should be exact size of the map in the comp */
#flashmap {
    width: 529px;
    height: 360px;
    border: 1px solid #FFF;
}
div#other-facilities p, div#compare p{
font-weight:bold;	
}
div#other-facilities {
    position: relative;
    clear: both;
    padding: 15px 0 0 35px;
}

div#other-facilities h2 {
    color: #193173;
    font-size: 11px;
}
div#other-facilities dl {margin: 15px 0 15px 0;}

div#other-facilities dt a {
    color: #193173;
    padding: 10px 0 0 0;
    font-weight: bold;
    line-height: 1.5em;
}
div#other-facilities dd a {font-size: 11px;color: #193173; line-height: 1.5em;}

div#editor-content div#other-facilities {padding: 0;}

div#compare {
    position: relative;
    width: 880px;
    padding: 15px 0 10px 35px;
    font-size: 11px;
    overflow: hidden;
}
div#compare h2 {
    color: #193173;
    font-size: 11px;
}
div#compare p.nomargin {font-weight: bold;}
div#compare p {
    color: #193173;
    font-size: 11px;
}

/* Area Page Styles */
/*--------------------*/

div#area-page {clear: both;}

div#area-page p.city {
    padding-left: 407px;
    text-align: right;
}
div#comarketing-page {clear: both;}
h2.city {clear: both;}
p.city {padding: 0 0 0 520px; text-align: right;}

div#area_map {
    position: relative;
    width: 420px;
    float: right;
    padding: 0 0 35px 0;
}

div#area_map h2 {}

div#area_map #flashmap {
    width: 420px;
    height: 430px;
    border: 1px solid #bed9f2;
}

#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 #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 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: 850px;
    height: 400px;
    padding: 15px 0 0 0;
}
div#driving_map h2 {}

div#driving-directions #flashmap {
    position: relative;
    width: 850px;
    height: 400px;
    border: 1px solid #FFF;
}

div#driving-text {padding: 15px 0 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 table { 
    margin: 1em auto; 
    width: 90%;
    background: #FFF; 
    border-collapse: collapse;
}
#unit-sizes-pop table td {
    padding: .5em 1em; 
    border: 2px solid #004188;
    vertical-align: top; 
    font-weight: normal;
    text-align: left;
}
#unit-sizes-pop table th {
    padding: .5em 1em; 
    border: 2px solid #004188; 
    font-weight: bold; 
}
#unit-sizes-pop table th {background: #FFF;}

/* Footer */
/* -------------------- */

div#footer ul {}
div#footer ul li {display: inline;}
div#footer ul li a {
    padding: 0 10px;
    border-right: 1px solid #004282;
    color: #004282;
    line-height: 42px;
}
div#footer ul li.last a {border: 0;}

div#footer-states {padding: 10px 0 0 0;}
div#footer-states ul.states-list li a {text-transform: uppercase;}

div#footer-stores {
    position: relative;
    width: 927px;
    color: #193173;;
}
div#footer-stores p.disclaimer {}
div#footer-stores a {}
.footerBrand a {color: #004188;}

body #signature-brand {margin:15px auto;}

.clear {clear: both;line-height: 1px;height: 1px}

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


