﻿/*
G5 Search Marketing Copyright 2008
Local Search Marketing - Local Internet Advertising
*/

/* reset - don't modify */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
p,ol,ul {list-style:none;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
/* /reset */

/* GLOBAL SETTINGS */
/* -------------------- */

a {outline:none; color: #2f7acb;}
h1,h2,h3,h4,h5,h6{font-size:100%; color: #041e3e;}
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: #003473;}
.clear {clear: both;line-height: 1px;height: 1px}

body {
	position : relative;
	margin: 0 auto; 
	padding:0 0 23px 0;
	color:#000;
	text-align: center; /* center for IE */
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	}

/* BASIC LAYOUT */
/* -------------------- */

div#whopper {
    position: relative;
    width: 956px;
    margin: 23px auto 0 auto;
    text-align: left;
}

div#header {
    position: relative;
    width: 952px;
    height: 148px;
    background: #fff url(/images/header_bg_01.gif) no-repeat;
	border:2px solid #ffce01;
}

div#nav {
    position: relative;
    width: 912px;
	height:31px;
	padding:0 22px;
	z-index:990;
}

div#middle {
	float:left;
    position: relative;
    width: 912px;
	padding: 23px 20px 18px 20px;
	background:#fff;
	border:2px solid #ffce01;
	border-bottom:none;
	/* height section is for a min. height on a container */
    min-height:484px;
    height:auto !important;
    height:484px;
}

div#footer {
	clear:both;
    position: relative;
    width: 900px;
	padding:42px 26px 23px 26px;
	color:#fff;
    background: #215785 url(/images/footer_bg_01.gif) repeat-x;
	border:2px solid #ffce01;
	border-top:none;
}

/* HEADER STYLES */
/* -------------------- */

/* Background image replacement on the header logo */
div#header h1 {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 498px;
    height: 60px;
    display: block;
}
div#header h1 a {
    width: 498px;
    height: 60px;
    display: block;
    text-indent: -9999px;
    background: url(/images/header_bg_01.gif) no-repeat 0 -60px;
}



/* Header Resource Center with clever sprites */
div#header #header_resources {
	display:inline;
	float:right;
	width:346px;
	height:125px;
	margin:0 28px 0 0;
	background:url(/images/header_resources-final.png) no-repeat 0 23px;
}
div#header #header_resources ul {
	list-style: none;
	line-height: 1;
	margin-top:11px;
}
div#header #header_resources ul li {
	display:inline;
	float:left;
	width:110px;
	height:29px;
	text-indent:-9999px;
}
div#header #header_resources ul li.map {margin:65px 0 0 32px;}
div#header #header_resources ul li.pay {margin:65px 0 0 63px;}
div#header #header_resources ul li a {
	display:block;
	width:108px;
	height:27px;
	background:url(/images/header_resources-final.png) no-repeat;
}
div#header #header_resources ul li.map a {background-position:-32px -64px;}
div#header #header_resources ul li.pay a {background-position:-205px -64px;}
div#header #header_resources ul li.map a:hover {background-position:-32px -166px;}
div#header #header_resources ul li.pay a:hover {background-position:-205px -166px;}
/* Fix IE 7 */
div#header #header_resources ul li:hover {position: static;}

/* NAVIGATION STYLES */
/* -------------------- */

#nav ul {
	list-style: none;
	line-height: 1;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	height:31px;
}

#nav a {
	display: block;
	text-indent:-9999px;
	width: 10em;
	height:31px;
	background:url(/images/nav_bg_01.png) 0 0 no-repeat;
}

#nav li.home {width:89px;}
#nav li.home a {
	width:89px;
	background-position:0 0;
}
#nav li.home a:hover {background-position:0 -31px;}

#nav li.locations {width:125px;}
#nav li.locations a {
	width:125px;
	background-position:-89px 0;
}
#nav li.locations a:hover {background-position:-89px -31px;}

#nav li.specials {width:109px;}
#nav li.specials a {
	width:109px;
	background-position:-214px 0;
}
#nav li.specials a:hover {background-position:-214px -31px;}

#nav li.offer {width:166px;}
#nav li.offer a {
	width:166px;
	background-position:-323px 0;
}
#nav li.offer a:hover {background-position:-323px -31px;}

#nav li.storage {width:148px;}
#nav li.storage a {
	width:148px;
	background-position:-489px 0;
}
#nav li.storage a:hover {background-position:-489px -31px;}

#nav li.choose {width:167px;}
#nav li.choose a {
	width:167px;
	background-position:-637px 0;
}
#nav li.choose a:hover {background-position:-637px -31px;}

#nav li.contact {width:108px;}
#nav li.contact a {
	width:108px;
	background-position:-804px 0;
}
#nav li.contact a:hover {background-position:-804px -31px;}

/* Fix IE 7 */
#nav li:hover {position: static;}

/* reset some second level things */
#nav li.home ul li a,
#nav li.locations ul ul li a,
#nav li.specials ul li a, 
#nav li.offer ul li a, 
#nav li.storage ul li a, 
#nav li.choose ul li a, 
#nav li.contact ul li a {
	width:200px;
	height:21px;
	background: #406796;
    padding: 8px 10px 0 10px;
    margin: 0;
    color: #fff;
    font-size: 12px;
	font-weight:bold;
	text-indent:0;
	text-decoration:none;
	text-align:left;
	border-bottom:1px solid #ffcf01;
}
#nav li.home ul li a:hover,
#nav li.locations ul ul li a:hover,
#nav li.specials ul li a:hover, 
#nav li.offer ul li a:hover, 
#nav li.storage ul li a:hover, 
#nav li.choose ul li a:hover, 
#nav li.contact ul li a:hover {
	background: #003473;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width:220px;
	border:2px solid #ffcf01;
	border-bottom-width:1px;
	left: -999em;
}

	/*overlay the "California" level to hide it */
#nav li.locations ul {
	left: auto;
	margin-top:-31px;
	border:none;
	width:125px;
}
#nav li.locations ul li,
#nav li.locations ul li a {
	width:125px;
	height:31px;
}
	/* Restyle the third level of location like second level */
#nav li.locations ul ul {
	left: -999em;
	border:2px solid #ffcf01;
	border-bottom-width:1px;
	width:220px;
	margin:0;
}
#nav li.locations ul ul li {
	height:auto;
	display:inline;
}
	/* Reset the fourth level of locations for recursive goodness */
#nav li.locations ul ul ul {
	margin: -32px 0 0 220px;
	width: 220px;
}
#nav li.locations ul ul ul li,
#nav li.locations ul ul ul li a {
	width: 200px;
}
	
#nav li ul li {
	height:auto;
	display:inline;
}

/* reset some third level things */
#nav li.home ul ul li a,
#nav li.locations ul ul ul li a,
#nav li.specials ul ul li a, 
#nav li.offer ul ul li a, 
#nav li.storage ul ul li a, 
#nav li.choose ul ul li a, 
#nav li.contact ul ul li a {
	background: #003473;
}
#nav li.home ul ul li a:hover,
#nav li.locations ul ul ul li a:hover,
#nav li.specials ul ul li a:hover, 
#nav li.offer ul ul li a:hover, 
#nav li.storage ul ul li a:hover, 
#nav li.choose ul ul li a:hover, 
#nav li.contact ul ul li a:hover {
	background: #ffcf01;
	color:#003473;
}

#nav li ul ul { /* third-level lists */
	position: absolute;
	margin: -32px 0 0 220px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Homepage */
/* ------------------- */

div#homeCont {
    position: relative;
	float:left;
	width:900px;
	padding:0 6px;
}

div#homeLeft {
    position: relative;
    float: left;
    width: 229px;
	text-align:center;
	z-index:800;
}

/* homeLeft styles */
div#homeLeft h3#phone {
	color:#983812;
	font-size:32px;
	margin:-2px 0 0 0;
}

/* Home Find Nearest */
#locationNav {
	margin:21px 0 0 0;
    position: relative;
    width:229px;
    height:68px;
    z-index:850;
    background:url(/images/locationNav_bg_01.gif) no-repeat;
}
#locationNav h2 {
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
}
#locationNav ul {
	position:absolute;
	left:137px;
    color:#000;
   	width:47px;
}
#locationNav li {
   	height:27px;
   	width:47px;
   	display:block;
}
#locationNav a {
    display: block;
    height:27px;
    width:47px;
    text-indent:-999em;
	background:url(/images/locationNav_bg_01.gif) no-repeat -137px -26px;
}
#locationNav li a:hover {
	background-position:-137px -94px;
}
/* Fix IE 7 */
#locationNav li:hover {position: static;}

/* reset some second level things */
#locationNav li ul li a {
	width:200px;
	height:21px;
	background: #406796;
    padding: 8px 10px 0 10px;
    margin: 0;
    color: #fff;
    font-size: 12px;
	font-weight:bold;
	text-indent:0;
	text-decoration:none;
	text-align:left;
	border-bottom:1px solid #ffcf01;
}
#locationNav li ul li a:hover {
	background: #003473;
}

#locationNav li ul {
	border:2px solid #ffcf01;
	border-bottom-width:1px;
	width:220px;
	margin:0;
	left:-999em;
}
#locationNav li ul li {
	height:auto;
	display:inline;
}

#locationNav li ul ul li,
#locationNav li ul ul li a {
	width: 280px;
}

/* reset some third level things */
#locationNav li ul ul li a {
	background: #003473;
}
#locationNav li ul ul li a:hover {
	background: #ffcf01;
	color:#003473;
}

#locationNav li ul ul {
	position: absolute;
	margin: -32px 0 0 220px;
	width: 300px;
}

#locationNav li:hover ul ul, #locationNav li:hover ul ul ul, #locationNav li.sfhover ul ul, #locationNav li.sfhover ul ul ul {
	left: -999em;
}

#locationNav li:hover ul, #locationNav li li:hover ul, #locationNav li li li:hover ul, #locationNav li.sfhover ul, #locationNav li li.sfhover ul, #locationNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: 0;
}

/* home search */
div#search {
    position: relative;
	width:229px;
	height:74px;
	background:url(/images/search_bg_01.gif) no-repeat;
}
div#search h2 {
    display: block;
    width: 229px;
    height: 31px;
    background: url(/images/search_bg_01.gif) top left no-repeat;
    text-indent: -9999px;
}
div#search p {
    display: inline;
	margin:0;
	padding:0;
}
div#search label {color: #fff; display: block;}
div#search input {vertical-align: middle; text-indent: 2px;}
div#search  #zip {
	float:left;
    width: 73px;
    height: 17px;
	margin:13px 0 0 43px;
	padding:3px;
    border: 1px solid #003473;
	background:#d9f2f0;
}
div#search input#go-button {
    position: absolute;
    top: 42px;
    left: 137px;
    width: 47px;
    height: 27px;
	margin:0;
	padding:0;
    text-indent: -9999px;
    background: url(/images/search_bg_01.gif) -137px -42px no-repeat;
}
div#search input#go-button:hover {
	background-position: -137px -74px;
}
div#search form {}

/* home guarantee */
div#homeLeft h3#guarantee a {
	display:block;
	width:229px;
	height:90px;
	margin: 17px 0 0 0;
	text-indent:-9999px;
	background:url(/images/guarantee_bg_01.gif) no-repeat;
}

/* home special */
div#homeLeft h3#special {
	margin:20px 0 0 0;
	text-indent:-9999px;
}
div#homeLeft h3#special a {
	display:block;
	width:229px;
	height:49px;
	background:url(/images/homeSpecial_bg_01.gif) no-repeat;
}
div#homeLeft h3#special a:hover {
	background-position: 0 -49px;
}

/* home slideshow styles, same size as images */
div#slideshow-home {
    position: relative;
	float:right;
    width: 647px;
    height: 377px;
	margin:-2px 0 0 -2px;
}

#slideshow-home img {width: 647px;height: 377px;}
#slideshow-home-border {
	position:absolute;
	top:0;left:0;
	width: 647px;height: 377px;
	background:url(/images/home-slide-border.gif);
}


/* homepage text styles */
div#homeText {
	color:#003473;
	padding-top:20px;
	float:left;
	height:auto;
}
div#homeText img.ssa_member {
	float:right;
	padding:6px 0 0 30px;
	margin:0;
}
div#homeText p {
	padding:0;
	margin:0;
	line-height:22px;
}
div#homeText a {
	text-decoration:none;
	line-height:44px;
}
div#homeText a:hover {
	text-decoration:underline;
}


/* FACILITY PAGE */
/* -------------------- */

/* BASIC LAYOUT */

div#facCont {
	clear:both;
	width:100%;
	padding-top:10px;
}

div#facLeft {
	position:relative;
	float:left;
	width:291px;
}

div#facRightTop,
div#facRightMiddle {
    position: relative;
	float:right;
    width: 601px;
}

/* breadcrumbs styles */
div#middle p#trail {
    position: relative;
    float: left; 
    margin: 0; 
    padding: 2px 0 0 0;
    font-size: 10px;
}

/* printer & direction styles */
div#facility-name {float: right;}
div#facility-name ul {text-align:right;}
div#facility-name ul li {
    font-size: 10px;
    line-height: 18px;
    background: url(/images/printer.gif) no-repeat;
}
div#facility-name ul li.nobackground {background: none;} /* hide on area pages */
div#facility-name ul li a {
	text-align:left;
	padding-left: 15px;
	text-decoration: none;
}
div#facility-name ul li a:hover {}

/* COL 1 STYLES */

/* logo styles */
img#logo {
	display:block;
	margin:5px auto 20px auto;
}

/* callNow styles */
#callNow h2 {
	display:block;
	width:100%;
	font-size:36px;
	line-height:40px;
	color:#983812;
	text-align:center;
}

/* LH add, 03_30_09  */
p.usc {
text-align: center;
}
p.usc a {
display: block;
width: 290px;
height: 34px;
background: url(/images/toggler_blank_bg_01.png) 0 -34px no-repeat;	
line-height: 34px;
font-size: 13px;
color: #ffffff;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}
p.usc a:hover {background-position: 0 0;}



/* web special styles */
div#special {
	position: relative;
	text-align: center;
	width: 291px;
	height: 94px;
	margin:25px 0 0 0;
	background: url(/images/special_bg_01.png) 0 0 no-repeat;
}
div#special a {
	display:block;
	z-index:700;
	position: absolute;
	top:0;
	left:0;
	height:94px;
	width:291px;
	text-decoration:none;
}
div#special h3 {
	text-indent:-9999px;
	display:block;
	height:27px;
	overflow:hidden;
}
div#special h4.top {
	padding-top:10px;
	font-size:22px;
	text-transform:uppercase;
	color:#fff;
}
div#special h4.bottom {
	margin:-2px 0 0 0;
	font-size:15px;
	color:#99aec7;
}

/* CCP styles */
div#callClickPrint {
    position: relative;
    clear:both;
    width: 291px;
    height: 167px;
    margin: 10px 0 23px 0;
}
div#callClickPrint ul li {
	display:inline;
    float: left;
    list-style: none;
	margin-bottom:10px;
}
div#callClickPrint ul li.last {
	margin-bottom:0;
}
div#callClickPrint ul li a {
	text-indent: -9999px;
	display:block;
	width: 291px;
	height: 49px;
	overflow:hidden;
}
div#callClickPrint ul li.coupon a {
	background: url(/images/ccp_coupon.png) 0 0 no-repeat;
}
div#callClickPrint ul li.quote a {
	background: url(/images/ccp_quote.png) 0 0 no-repeat;
}
div#callClickPrint ul li.reserve a {
	background: url(/images/ccp_reserve.png) 0 0 no-repeat;
}
div#callClickPrint ul li a:hover {
	background-position:0 -49px;
}
/*fix an IE 7 bug */
#callClickPrint li:hover, #callClickPrint li.hover {position: static;}

/* facility page other-facility styles */
div#middle #other-facilities {
	width:100%;
	text-align:center;
	clear:both;
	padding-bottom:15px;
	line-height:18px;
	font-size:10px;
}
div#middle #other-facilities h2 {
	display:block;
	width:291px;
	height:77px;
	text-indent:-9999px;
	padding-bottom:15px;
	background:url(/images/other-facilities_bg_02.png) no-repeat;
}

/* COL 2 STYLES */

/* address styles */
div#addressWrap {
	width:290px;
	float:left;
}
div#address {
    position: relative;
    width: 100%;
	line-height:20px;
}
div#addressWrap #address {
	text-align: center;
}
div#address h2 {font-weight: bold;padding-bottom:3px;font-size:20px;}
div#address ul {}
div#address ul li {}
div#address ul li.street {}
div#address ul li.city-state-zip {padding-left:18px;}
div#address ul li.phone {font-size:14px;}
div#address ul li.fax-phone {}
div#address a {display:none;}
div#addressContact {
	text-align:center;
	line-height:20px;
	margin: 0;
	display: block;
	width:100%;
}
div#addressWrap a {
	padding:0 3px;
}

/* accordion styles */
div#accordion {
    position: relative;
    float: left;
    width: 290px;
    margin:21px 0 0 0;
    overflow: hidden;
}
div#accordion h3 {
    width: 290px;
    height: 34px;
	text-indent: -9999px;
}
div#accordion h3#toggler_size {
	background: url(/images/toggler_size_bg_01.png) no-repeat;
}
div#accordion h3#toggler_features {
	background: url(/images/toggler_features_bg_01.png) no-repeat;
}
div#accordion h3#toggler_hours {
	background: url(/images/toggler_hours_bg_01.png) no-repeat;
}
div#accordion h3#toggler_areas {
	background: url(/images/toggler_areas_bg_01.png) no-repeat;
}
div#accordion h3#toggler_reviews {
	background: url(/images/toggler_reviews_bg_01.png) no-repeat;
}
div#accordion h3#toggler_news {
	background: url(/images/toggler_news_bg_01.png) no-repeat;
}
div#accordion h3#toggler_size:hover {background-position: 0 -34px;}
div#accordion h3#toggler_features:hover {background-position: 0 -34px;}
div#accordion h3#toggler_hours:hover {background-position: 0 -34px;}
div#accordion h3#toggler_areas:hover {background-position: 0 -34px;}
div#accordion h3#toggler_reviews:hover {background-position: 0 -34px;}
div#accordion h3#toggler_news:hover {background-position: 0 -34px;}
.toggler {cursor: pointer;}
.element {
    margin: 3px 0 0 0;
}
div#prices,
div#features,
div#hours,
div#areas,
div#reviews,
div#news {
	width:276px;
	padding:9px 0 10px 12px;
    line-height: 1.4em;
}

/* areas */
div#areas h2 {
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
}
div#areas p {
	line-height:21px;
	margin:0;
	padding:0;
	width:276px;
}
div#areas a {
	font-weight:bold;
	text-decoration:none;
}

/* features */
div#features {}
div#features h2 {display:none;}
div#features dl {
	line-height:21px;
}
div#features dt {
	font-weight:bold;
	color:#000;
}
div#features dd {line-height: 1.6em;}

/* hours */
div#hours {}
div#hours h2 {}
div#hours dl {
}
div#hours dt {
	font-weight:bold;
	color:#000;
}
div#hours dd {line-height: 1.6em;}

/* prices */
div#prices h2 {display:none;}
div#prices table {
	display:block;
	float:left;
	width: 270px;
	margin:0 0 0 6px;
	padding:0 0 10px 0;
}
div#prices th {
	padding:0 0 10px 0;
	font-weight:bold;
}
div#prices td {
	line-height: 17px;
} 
div#existing-customers {
	clear:both;
	font-size:12px;
	font-weight:bold;
	padding: 0 0 0 6px;
}
div#existing-customers a {
	text-decoration:none;
}

/* reviews */
div#areas p {
	margin:0;
	width:276px;
	padding:10px 0 14px 0;
}

/* blog */
div#news {}
div#news p {
	margin:0;
	padding:5px 0 0 0;
}

/* COL 3 STYLES */

/* facGuarantee */
h2.facGuarantee a {
	display:block;
	float:right;
	width:291px;
	height:107px;
	text-indent:-9999px;
	background: url(/images/facGuarantee_bg_01.png) no-repeat;
}

/* photo tour styles */
div#photoWrap {
	position:relative;
	float:right;
	width:291px;
	margin:18px 0 0 0;
}
div#photoBorder {
	position: absolute;
	left:0;
	top:0;
	width: 291px;
	height: 341px;
	background: transparent url(/images/frame_bg_01.gif) 0 0 no-repeat;
	z-index: 970;
}
div#photo-tour {
    position: relative;
    width: 291px;
    height: 341px;
}
div#photo-tour h2 {
	display:none;
}
div#slideshow { /* size of images */
    position: relative;
    width: 291px;
    height: 341px;
}
p.photoSEO {
	text-align:center;
	font-size:11px;
	padding:9px 0 0 0;
	margin:0;
}
p.virtual {
padding: 10px 0 17px 87px;
margin: 0;
}
p.virtual a {
display: block;
text-indent: -9999px;
width: 126px;
height: 22px;
background: url(/images/virtual_tour.png) no-repeat;
background-position: 0 0;
}
p.virtual a:hover {
background-position: 0 -22px;
}

/* google map */
div#mapWrap {
	float:right;
	width:601px;
}
div#map {
	width:601px;
	height:337px;
	padding:28px 0 0 0;
	clear:both;
}
div#map h2 {
	text-indent:-9999px;
	display:block;
	width:601px;
	height:32px;
	background: url(/images/map_frame_bg_01.png) no-repeat;
}
#flashmap { /* size of the map */
    width: 597px;
    height: 301px;
	border:2px solid #003473;
}
p.directions {
	float:right;
	margin:0;
	padding:4px;
	font-size:11px;
}

/* STORE DESCRIPTION TEXT */
#description {
	width:80%;
	margin:0 auto;
	padding:10px 0 0 0;
	clear:both;
	line-height:21px;
	text-align:justify;
}

#description h2 {
	width:315px;
	height:64px;
	text-indent:-9999px;
	background:url(/images/description_header.png);
}

/* ALL CLIENT CENTER PAGES */
div#editor-content ul {
	list-style:disc;
	margin-left:26px;
}

/* CLIENT CENTER OTHER FACILITY PAGES */
div#middle #editor-content #other-facilities {
	width:100%;
	text-align:left;
	clear:both;
	padding-bottom:15px;
	line-height:18px;
	font-size:10px;
}
div#middle #editor-content #other-facilities h2 {
	display:block;
	height:auto;
	text-indent:0;
	background:none;
	font-size:13px;
}

/* 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 #flashmap {
    width: 467px;
    height: 430px;
	border:3px solid #ffce01;
}

#facility-list {
    position: relative;
    width: 407px;
    float: left;
    margin: 12px 0 0 0; 
    display: inline;
}

.facility-summary {
    margin: 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;}
div#driving-directions div#address {padding: 18px 0 0 0;}

div#driving_map {
	clear:both;
    position: relative;
    width: 914px;
    padding: 18px 0 0 0;
}
div#driving_map h2 {
	padding:0 0 10px 0;
}
div#driving-directions #flashmap {
    position: relative;
    width: 908px;
    height: 400px;
	border: 2px solid #ffce01;
}

div#driving-text {padding: 18px 0 0 0;clear:both;}
div#driving-text h1 {font-size: 12px;}
div#driving-text h2 {font-size: 14px;padding-bottom:7px;}

div#driving-link {display:none;}

/* LOCATIONS PAGE */
/* -------------------- */
div#locations {clear: both;padding-top:18px;}
div#locations h2 {padding-bottom: 10px;font-size: 14px;}

/* SITE MAP */
/* -------------------- */
div#site-map {clear: both;padding-top:18px;}
div#site-map h3 {padding-bottom: 10px;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; margin: 1em;}
#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 #ffce01;
	color: #000;
    vertical-align: top; 
    font-weight: normal;
    text-align: left;
}
#unit-sizes-pop table th {
    color: #041e3e; 
    padding: .5em 1em; 
    border: 2px solid #ffce01; 
    font-weight: bold; 
}

/* Footer */
/* -------------------- */

div#footer a {
	color:#fff;
	text-decoration:none;
}
div#footer a:hover {
	text-decoration:underline;
}

/* Other Facility Footer Styles */
div#footer #other-facilities {
	margin:0 0 27px 0;
	text-align:left;
}
div#footer #other-facilities h2 {
	color:#fff;
	font-size:12px;
	padding-bottom:21px;
	font-weight: normal;
	text-transform: uppercase;
}
div#footer #other-facilities dl {}
div#footer #other-facilities dl dt a {
    padding: 0;
    font-weight: bold;
    line-height: 14px;
}
div#footer #other-facilities dl dd a {
	line-height: 14px;
}

/* Compare Styles */
div#footer #compare {
	margin:0 0 40px 0;
	color:#fff;
}
div#footer #compare h2 {
	color:#fff;
	font-size:12px;
}

div#footer ul#footerNav {
	text-align:center;
	font-weight:bold;
}
div#footer ul#footerNav li {
    padding: 0 10px 0 0;
	margin: 0 10px 0 0;
    border-right: 1px solid #fff;
}
div#footer ul#footerNav li.last {
	border-right:none;
}

div#footer ul {
	margin:9px 0 0 0;
	text-align:center;
}
div#footer ul li {
	display:inline;
    padding: 0 10px 0 0;
	margin: 0 10px 0 0;
    border-right: 1px solid #fff;
}
div#footer ul li.last {
	border-right:none;
}

div#footer-states {
	clear:left;
}
div#footer-states ul#states-list {
	text-transform: uppercase;
}

p#copy {
	clear:both;
	margin:0;
	padding:10px 0 0 0;
}
p.disclaimerTop {
	margin:10px 0 0 0;
	padding:10px 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
p.disclaimer {
	display:none;
}

/* g5 footer text styles */
p.footerBrand {
	clear:both;
	margin:10px 0 0 0;
}

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


