/*
G5 Search Marketing Copyright 2009
Local Search Marketing - Local Internet Advertising
*/

/* reset - don't modify */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
p,ol,ul {list-style:none;}
p, img {padding:0;margin:0;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
/* /reset */

/* GLOBAL SETTINGS */
/* -------------------- */
h1 {
color:#CFA26F;
font-size:16px;
line-height:35px;
}
h2,h3,h4,h5,h6{ color: black;}
h2 {font-size: 160%;}
h3 {font-size: 140%;}
h4 {font-size: 120%;}
h5 {font-size: 100%;}
h6 {font-size: 80%;}

a {color: #e0e0dd;text-decoration:none;}
a:hover {text-decoration:underline;}

.clear {clear: both;}
.none {display:none;}
.external {padding-right:14px;background:url(/images/external-link-icon.gif) no-repeat right top;}

.right {float:right;}
.left {float:left;}
img.left {padding:0 20px 10px 0;}
img.right {padding:0 0 10px 20px;}


html {}

body {
position : relative;
color: #3b3833;
text-align: center; /* center for IE */
font-family: arial, verdana, sans-serif;
font-size: 12px;
background: url(/images/bg_01.gif) repeat-x #919998;
height:100%; /* needed for 100% tall whopper in IE 6 */
}
/* Outside */
/* -------------------- */

/* The website is within this master container */
div#whopper {
    width: 954px;
    margin: 0 auto;
    text-align: left;
    position:relative;
}

div#header {
    width: 954px;
    height: 157px;
    background:url(/images/header-bg3.jpg) no-repeat;
}

div#middle {
    width: 100%;
	/* height section is for a min. height on a container */
    min-height:450px;
    height:auto !important;
    height:450px;
	/* /height */
    background:URL(/images/middle-bg.jpg) repeat-y;
}
div#footer {
width: 100%;
height: 100%;
background:URL(/images/footer-bg.jpg) no-repeat;	
padding-top:49px;
}
body.homepage div#footer{
background:URL(/images/footer-homepage-bg.jpg) no-repeat;	
padding-top:0px;
}
/* Template */
/* -------------------- */

span#logo {
    position: absolute;
    top: 0;
    left: 3px;
    width: 270px;
    height: 126px;    
    
    text-indent: -9999px;
}
a#logo {
    display: block;
    width: 270px;
    height: 126px;
    display: block;
    text-indent: -9999px;
}

/* Navigation */
/*-----------------------*/
#nav {
position:absolute;
left:3px;
top:126px;
width:948px;
z-index:900;
}

#nav li{float:left;}

#nav li a.top-level { 
display:block;
width:140px;
height:31px;
text-indent:-9999px;
background:url(/images/nav2.gif);
}
#nav li.home{
padding-right:310px;	
}
#nav li.home a.top-level {width:100px;background-position:0 0;}
#nav li.home a.top-level:hover {background-position:0px -31px;}
#nav li.locations a.top-level {width:108px;background-position:538px 0;}
#nav li.locations a.top-level:hover {background-position:538px -31px;}
#nav li.workspace a.top-level {width:107px;background-position:430px 0;}
#nav li.workspace a.top-level:hover {background-position:430px -31px;}
#nav li.services a.top-level {width:103px;background-position:323px 0;}
#nav li.services a.top-level:hover {background-position:323px -31px;}
#nav li.company a.top-level {width:100px;background-position:220px 0;}
#nav li.company a.top-level:hover {background-position:220px -31px;}
#nav li.payonline a.top-level {width:120px;background-position:120px 0;}
#nav li.payonline a.top-level:hover {background-position:120px -31px;}
/* second-level styles */
#nav li ul, #home-buttons li ul{
position: absolute;
width:160px;
left: -999em;
border-bottom:1px solid #dbd7cd;
border-top:none; 
background:URL(/images/dropdown-bg.jpg) repeat-x #346791;
}

#nav li ul li, #home-buttons li ul li{display:inline;}

#nav li ul li a, #home-buttons li ul li a{ 
display:block; 
width:160px; 
height:28px;  
line-height:29px; 
text-indent:20px; 
color:#fff;
text-decoration:none;
border-top:1px solid #dbd7cd;
}

#nav li ul li a:hover, #home-buttons li ul li a:hover{ 
color:#fff; 
background:URL(/images/nav-hover-arrow.gif) no-repeat #194b74 11px 12px;
}

/* third-and-above level styles */
#nav li ul ul{margin:-29px 0 0 100%;}
#home-buttons li ul ul {margin:-29px 0 0 -160px;}

/* Fix IE 6 */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {left: -999em;}
#home-buttons li:hover ul ul, #home-buttons li:hover ul ul ul, #home-buttons li.sfhover ul ul, #home-buttons li.sfhover ul ul ul {left: -999em;}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {left: auto;}
#home-buttons li:hover ul, #home-buttons li li:hover ul, #home-buttons li li li:hover ul, #home-buttons li.sfhover ul, #home-buttons li li.sfhover ul, #home-buttons li li li.sfhover ul {left: auto;}

/* Fix IE 7 */
#nav li:hover {position: static;}

/* Homepage */
/* ------------------- */
body.homepage div#middle {
	/* height section is for a min. height on a container */
    min-height:502px;
    height:502px;
	background:URL(/images/homepage-bg3.jpg) no-repeat left top;	    
	/* /height */
}
div#flashArea{
height:295px;
width:948px;
margin-left:3px;

}
div#homeCont {
    position: relative;
    width: 100%;
}

div#homeLeft {
    position: relative;
    width: 50%;
    float: left;
}

div#homeRight {
    position: relative;
    width: 50%;
    float: right;
}

div#slideshow-home { /* needs to be exact size of pictures */
    position: relative;
    width: 100px;
    height: 100px;
}
ul#home-links{
margin:7px 10px 0px 50px;	
float:left;
display:inline;
}
ul#home-links li a span p{display:inline;}
ul#home-links li{
padding-bottom:10px;
margin-left:0px;
padding-left:0px;
}
ul#home-links li a{
color:#55534C;
margin-left:0px;
display:block;
float:left;
clear:left;
font-family:arial;
font-size:14px;
font-weight:bold;
padding-left:0px;
line-height:44px;	
}
ul#home-links li a span, div.location-description-block ul li a span{
color:#b74500;	
}
div#home-content p, div#home-content h1{
color:#3b3833;	
font-size:12px;
line-height:19px;
text-align:justify;
}
div#home-content{position:absolute;left:297px;top:512px;width:422px;}
div#TICKER{
margin:0 0 0 100px;
width:800px;
overflow:hidden;
position:absolute;
top:23px;
height:27px;
padding:0;
}
p.ticker-label{
position:absolute;
top:23px;
left:28px;
color:#fff;
font-weight:bold;	
}
div#TICKER span{
color:#fff;
}
div#TICKER span.tickerElement{
margin-right:20px;	
}
body.homepage form#command{
padding-top:75px;	
}
form#command{
	
}
form#command label{
float:left;
background:URL(/images/newsletter-label-bg.gif)	no-repeat;
text-indent:-9999px;
width:218px;
height:13px;
margin:14px 0px 0px 26px;
}
form#command #emailAddr{
border:none;	
background-color:#dae0df;
color:#919998;
}
form#command #inputWrapper{
float:left;	
background:url(/images/textfield-bg.gif) no-repeat;
padding:6px 13px 8px 13px; 
margin-top:6px;
}
#formSubmit{
display:block;
float:left;
text-indent:-9999px;
background:URL(/images/footer-buttons.jpg) no-repeat 0px 0px;	
height:39px;
width:90px;
margin-top:1px;
margin-left:6px;
}
#formSubmit:hover{
background-position:bottom left;
}
#scheduleRoom{
display:block;
float:left;
text-indent:-9999px;
background:URL(/images/footer-buttons.jpg) no-repeat -90px 0px;	
height:39px;
width:228px;
margin-top:1px;
margin-left:26px;
}
#scheduleRoom:hover{
background-position:-90px bottom;
}
#payOnline{
margin-top:1px;
margin-left:26px;
display:block;
float:left;
text-indent:-9999px;
background:URL(/images/footer-buttons.jpg) no-repeat right 0px;	
height:39px;
width:113px;
}
#payOnline:hover{
background-position:right bottom;	
}
#ob-link{
background:transparent url(/images/associated-store-links-bg.jpg) no-repeat scroll right center;
display:block;
float:left;
height:50px;
margin-left:9px;
margin-top:25px;
width:107px;
text-indent:-9999px;
}
#cb-link{
background:url(/images/associated-store-links-bg.jpg) no-repeat left;
display:block;
float:left;
height:50px;
margin-left:19px;
margin-top:25px;
width:115px;
clear:left;
text-indent:-9999px;
}
#home-buttons {
position:absolute;
right:20px;
top:533px;
}
#home-buttons li{
}
.findLocation a{
display:block;
background:url(/images/home-buttons.jpg) no-repeat left top;
height:42px;
width:188px;
text-indent:-9999px;	
}
.findLocation a:hover{
background-position:right top;
}
.findLocation ul li a{
background:none;	
}
li.chat{
height:59px;
width:188px;
margin-top:5px;	
}
li.findLocation{
height:42px;
width:188px;	
}
li.chat a{
display:block;
background:url(/images/home-buttons.jpg) no-repeat left bottom;
height:59px;
width:188px;
text-indent:-9999px;
}
li.chat a:hover{
background-position:right bottom;
}
/* Facility Page */
div#facility-body-top{
background:url(/images/facility-body-top.jpg) no-repeat;
height:11px;
width:928px;
}
div#facility-body-bottom{
background:url(/images/facility-body-bottom.jpg) no-repeat 0px bottom;height:9px; width:928px;padding-top:0px;
}
div#facility-body{
margin-top:125px;
width:928px;
margin-left:13px;
background:url(/images/facility-body-bg.jpg) repeat-y;
}
div#top-location-wrapper{
position:relative;
padding-top:33px;	
}
div#callToAction{
background:URL(/images/call-now.jpg) no-repeat;	
height:110px;
position:relative;
width:430px;
float:left;
margin-left:55px;
}
div#callToAction span{
color:#346791;
display:block;
font-size:24px;
font-weight:bold;
height:31px;
line-height:27px;
padding-left:265px;
padding-top:23px;	
}
div#callToAction ul#cta-buttons{
position:absolute;
left:21px;
top:55px;
}
div#callToAction ul#cta-buttons li{
float:left;	
}
div#callToAction ul#cta-buttons li.coupon a{
background:url(/images/call-to-action.jpg) no-repeat 0px 0px;
display:block;
height:49px;
width:203px;
text-indent:-9999px;
}
div#callToAction ul#cta-buttons li.coupon a:hover{
background-position:0px bottom;
}
div#callToAction ul#cta-buttons li.tour a{
background:url(/images/call-to-action.jpg) no-repeat right 0px;
display:block;
height:49px;
width:203px;
text-indent:-9999px;
}
div#callToAction ul#cta-buttons li.tour a:hover{
background-position:right bottom;
}
#lpChatBtn{
background:url(/images/facility-chat.jpg) no-repeat 0px top;
display:block;
height:73px;
width:202px;
float:right;	
margin:25px 35px 0px 0px;
text-indent:-9999px;
}
#lpChatBtn:hover{
background-position:0px bottom;	
}
/* -------------------- */

/* setup the all the tertiary pages for the site with the margins for the content */
div#facility-page,
div#driving-directions, 
div#facCont,
div#main-content, 
div#area-page, 
div#no-match, 
div#editor-content,
div#state-page, 
div#site-map,
div#comarketing-page,
div#other-facilities {
    position: relative;
    padding: 15px 21px 15px 38px;
    text-align: left;
    overflow: hidden;
}
div#area-page{
padding-right:38px;
}
div#facCont {
    position: relative;
    width: 100%;
}

div#facLeft {
    position: relative;
    width: 50%;
    float: left;
}

div#facRight {
    position: relative;
    width: 50%;
    float: right;
}
div.vcard{	
font-size:12px;
line-height:18px;
}
div.vcard h1{
color:#346791;
font-size:18px;
line-height:22px;
}
div#address {
    position: relative;
    float:left;
    margin-left:35px;
    width:197px;
}
div#address h2 {font-weight: bold;}
div#address ul {}
div#address ul li {}
div#address ul li.street {}
div#address ul li.city-state-zip {}
div#address ul li.phone {}
div#address ul li.fax-phone {}

div#ccp {
    position: relative;
    width: 100%;
}
/* Accordion Styles */
/*----------------------------*/

div#accordion {
width:640px;
padding-bottom:10px;
}
div#accordion-nav{}
div#description{width:233px;margin-left:18px;margin-top:10px;}
#description h3 {color:#f1efea;font-size:14px;line-height:35px;}
#description p {color:#F1EFEA;font-size:12px;line-height:18px;padding-bottom:10px;text-align:justify;}
div#accordion div.atStart{

}
#toggles{
background:url(/images/accordion-nav-bg.jpg) no-repeat 0px 0px;
padding-top:30px;	
margin-left:17px;
}
div#accordion-nav li {
    width: 241px;
    height: 37px;
    font-size: 16px;
    cursor:pointer;
    text-indent: 0;
    background: url(/images/toggler_bg_01.jpg) top left no-repeat;
    text-indent:-9999px;
}
div#accordion-nav li.office{
height:41px;
}
div#accordion-nav li.office:hover{
background-position:-241px 0px;
}
div#accordion-nav li.virtual-office{
background-position:0px -39px;
}
div#accordion-nav li.virtual-office:hover{
background-position:-241px -39px;
}
div#accordion-nav li.storage{
background-position:0px -76px;
}
div#accordion-nav li.storage:hover{
background-position:-241px -76px;
}
div#accordion-nav li.meeting-room{
background-position:0px -112px;
}
div#accordion-nav li.meeting-room:hover{
background-position:-241px -112px;
}
div#accordion-nav li.photoTour{
background-position:0px -148px;
}
div#accordion-nav li.photoTour:hover{
background-position:-241px -148px;
}
div#accordion-nav li.map{
background-position:0px -184px;
}
div#accordion-nav li.map:hover{
background-position:-241px -184px;
}
div#accordion-nav li.faq{
background-position:0px -220px;
height:43px;
}
div#accordion-nav li.faq:hover{
background-position:-241px -220px;
}
.toggler {cursor: pointer;}
 
.element {
    width: 370px;
    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;}
#share {margin-left:20px;margin-top:20px;}
/* Accordion Panels */
div#accordion p.sectionTitle{background:url(/images/sectionTitle-bg.jpg) no-repeat; text-indent:-9999px;height:49px;width:627px;}
div#accordion p.sectionTitleFeatures{background:url(/images/featuresTitle-bg.jpg) no-repeat; text-indent:-9999px;height:49px;width:627px;}
div.sectionHeader img{margin-left:6px;border:1px solid #919998;}
div.featuresList{background-color:#EFF1F1;border:1px solid #919998;margin-left:6px;margin-right:19px;width:591px;padding:10px;}
div.featuresList p{padding-bottom:10px;}
div.featuresList ul{margin:10px 0px 10px 10px;line-height:22px;}
table.unitsTable {margin-left:5px;width:615px;}
table.unitsTable h2 {}
table.unitsTable table {width: 370px;}
table.unitsTable th {line-height: 33px;font-weight: bold;padding: 0 0 0px 17px;border-bottom:1px solid #346791;}
table.unitsTable td {padding: 0 0 0px 17px;border-bottom:1px solid #346791;line-height:34px;} 
table.unitsTable tr.even {}
table.unitsTable tr.odd {background-color:#EFEDE8;}
.unitsTable .reserveMe {width:117px;}
.unitsTable tr.odd td.reserveMe a {background:transparent url(/images/reserve-odd.jpg) no-repeat scroll left top;display:block;text-indent:-9999px;height:34px;width:112px;}
.unitsTable tr.even td.reserveMe a {background:transparent url(/images/reserve-even.jpg) no-repeat scroll left top;display:block;text-indent:-9999px;height:34px;width:112px;}
.unitsTable tr td.reserveMe a:hover{background-position:left -33px;}
#accordion p.title, #accordion #hours p{color:#346791;font-size:15px;font-weight:bold;line-height:45px;margin-left:4px;}
#accordion #hours p {margin-left:0;}
.location-description-block, .location-direction-block {
background-color:#EFF1F1;
border:1px solid #938D7F;
color:#3B3833;
line-height:22px;
padding:20px;
width:573px;
}
.location-description-block{width:613px;padding:0px;}
.location-description-block ul.left{border-right:1px solid #938D7F;}
#content div.location-description-block ul li{background:url(/images/phototour-link-bg.jpg) no-repeat;}
#content div.location-description-block ul li a{display:block;height:47px;width:260px;color:#55534C;font-size:14px;line-height:44px;font-weight:bold;padding-left:46px;}
#content div.locationdescription-block ul li a span{color:#B74500;}
div#existingCustomers, div#whatSize p a {}
div#hours {}
div#hours h2 {}
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 {}
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;}

/* Widget Section */
/*-----------------------------*/

/* Breadcrumbs Partial */

div#middle p#trail a {text-decoration:underline;}
.facility #trail {
position:absolute;
z-index:1000;
}
#trail {
float:left;
line-height:35px;
margin-left:35px;
}


/* Compare Partial */
div#compare {
    position: relative;
    padding-bottom: 15px;
    font-size: 12px;
    overflow: hidden;
    color:#E0E0DD;
    font-weight:bold;
    margin-right:18px;
    float:right;
    clear:both;
    text-align:right;
}
div#compare span{line-height:22px;font-size:12px;}
div#compare h2 {}
div#compare p.nomargin {font-weight:normal;}

/* Features & Amenities styles */
div#col1 div#features ul {list-style:none;padding-left:0;}
div#col1 div#features ul li {
        width: 100%;
        padding: 0 10px;
        float: left;
}

/* Map Partial */
div#map {}
div#map h2 {}

/* this should be exact size of the map in the comp */
#flashmap {
    width: 613px;
    height: 330px;
    border: 1px solid #938d7f;
}

/* Other Facilites Partial */
div#other-facilities {
    position: relative;
    clear: both;
}
div#other-facilities h2 {}
div#other-facilities a {line-height: 1.5em;}
div#other-facilities dl {margin: 15px 0;}

div#other-facilities dt a {
    padding: 10px 0 0 0;
    font-weight: bold;
}
/* Printer Icon Partial */
div#facility-name {position:absolute;right:14px;}
div#facility-name ul {padding: 0px 21px 0 0;}
div#facility-name ul li {
    font-size: 12px;
    line-height: 35px;
    margin: 0;
    padding: 0;
    background: url(/images/printer.gif) center left no-repeat;
}
div#facility-name ul li.nobackground { background: none; }
div#facility-name ul li a {padding-left: 15px;text-decoration: none;}
div#facility-name ul li a:hover {}
/* Reservation Partial */
div#editor-content.reservation h1, div#editor-content h2 {margin: 0;}
div#editor-content.reservation ul.address-class {}
div#editor-content.reservation ul.address-class li {
    margin: 0;
    list-style: none;
    line-height: 1.3em;
}
div#editor-content.reservation p.whatSize {float: right;}
div#editor-content.reservation table {font-size: 11px;}
div#editor-content.reservation tr.even {background: #e4eeef;}
div#editor-content.reservation tr.odd {}
div#editor-content.reservation th {
    width: 190px;
    height: 30px;
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
div#editor-content.reservation td {width: 200px;padding: 0 0 0 10px;}
div#editor-content.reservation td.tdSize {
    border: 1px solid red;
    border-width: 1px 0 1px 1px;
}
div#editor-content.reservation td.tdDesc,
div#editor-content.reservation td.tdRate,
div#editor-content.reservation td.tdSpec {
    border: 1px solid red;
    border-width: 1px 0 1px 0;
}
div#editor-content.reservation td.tdBttn {
    border: 1px solid red;
    border-width: 1px 1px 1px 0;
}
div#accordion h3.reservation {
    width: 700px;
    font-size: 14px;
    line-height: 36px;
    text-indent: 40px;
    background: url(/images/toggerReservations_bg_01.jpg) top left no-repeat;
}
div#editor-content.reservation div#accordion {
    position: relative;
    width: 700px;
    padding: 30px 0 0 0;
}
div#editor-content.reservation div#accordion h3 {
    width: 700px;
    height: 36px;
}
div#editor-content.reservation .toggler {cursor: pointer;}
div#editor-content.reservation .element {
    width: 670px;
    padding: 10px 15px;
    line-height: 1.4em;
    margin: 5px 0 0 0;
}
div#editor-content.reservation div#accordion .element p {text-indent: 0; font-weight: normal;}
div#editor-content.reservation .panel {padding: 5px 0;}

/* Slideshow Partial */
#slideshow {
height:354px;
}
#slideshow img {
width:613px;
height:352px;
border:1px solid #938d7f;	
}
#photoTourWrapper{
height:354px;
width:615px;	
margin-left:5px;
}
/* Page Styles */
/*--------------------*/

/* 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;color:#2c567b;font-size:15px;line-height:35px;}
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 {font-size:15px;line-height:35px;color:#2C567B;}
div#area_map #flashmap {
    width: 467px;
    height: 430px;
    border: 1px solid #3B3833;
}

#facility-list {
    position: relative;
    width: 350px;
    float: left;
    display: inline;
}
#facility-list h2{font-size:15px;line-height:35px;color:#2C567B;}
.facility-summary {
    margin: 16px 0 16px 0; 
    clear: both;
	border-bottom: 1px solid #3B3833;
    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 0px;}
.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: 100%;
	height: 100%;
    padding: 15px 0 0 0;
}
div#driving_map h2 {}

div#driving-directions #flashmap {
    position: relative;
    width: 100px;
    height: 100px;
    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;}

/* Site-map Styles */
div#site-map {clear: both;}
div#site-map h3{
color:#2c567b;
font-family:'Trajan Pro','Georgia','Times New Roman','Serif';
font-size:29pt;
font-weight:normal;
margin-bottom:30px;
padding-top:30px;}
div#site-map h4 {font-size: 12px; font-weight: bold;line-height: 1.4em;}

/* State Page Styles */
div#state-page h2{font-family:'Trajan Pro','Georgia','Times New Roman','Serif';color:#2c567b;}
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 */
#unit-sizes-pop {}
#unit-sizes-pop p {text-align: left; color: #FFF; margin: 1em;}
#unit-sizes-pop table { 
    margin: 1em auto; 
    width: 90%;
    background: #FFF; 
    border-collapse: collapse;
}
#unit-sizes-pop table td {
    padding: .5em 1em; 
    color: #000;
    border: 2px solid #F00;
    vertical-align: top; 
    font-weight: normal;
    text-align: left;
}
#unit-sizes-pop table th {
    color: #000; 
    padding: .5em 1em; 
    border: 2px solid #F00; 
    font-weight: bold; 
}
#unit-sizes-pop table th {background: #FFF; color: #000;}

/* Footer */
/* -------------------- */
div#bottom-section{
position:relative;
clear:both;	
padding-top:23px;
}
div#bottom-section div#other-facilities {
    position: relative;
    padding-right:16px;
    text-align: left;
    overflow: hidden;
}
#copy {
color:#e0e0dd;
position:absolute;
font-weight:bold;
top:18px;
left:18px;
}
#g5logo{
clear:both;
float:right;	
display:block;
margin:10px 18px 0 0;
height:17px;
width:213px;
overflow:hidden;
background:url(/images/footer-brand.gif) no-repeat;
text-indent:-9999px;
}
#g5logo:hover {background-position:0 -17px;}

div#footer ul {
clear:both;
float:right;
margin:0px 8px 0px 0px;		
display:block;
}
div#footer ul li {float: left;padding:0 0 5px 0;}
div#footer ul li a {
    padding: 0 10px;
    border-right: 1px solid #e0e0dd;
    color:#e0e0dd;
}
div#footer ul li.last a {border: 0;}

div#footer-states {padding: 0 0 0 0;}
div#footer-states ul.states-list li a {text-transform: uppercase;}

div#footer-stores {
    text-align:right;
    float:right;
    clear:both;
    margin:0 18px 0 0;
    color:#E0E0DD;
}
div#footer-stores p.disclaimer {line-height:22px;}
div#footer-stores a {line-height:22px;}
div#footer div#other-facilities {
    clear: both;
    float:right;
    text-align:right;
    margin-top:0px;
    margin-left:18px;
	color:#e0e0dd;
	padding-left:0px;
}
body.homepage div#content{
background:none;	
}
#content{
background:url(/images/content-bg.jpg) no-repeat top right;	
min-height:450px;
height:auto !important;
height:450px;
}
.facility #content{
position:relative;	
}
#content a{
color:#2C567B;	
}
#p_content p, #home-text p {
margin-bottom:15px;
text-align:justify;
}
#p_content p{
line-height:22px;	
}
#p_content ul {
margin-bottom:15px;
margin-left:25px;
color:#2c567b;
}
#p_content li {
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
font-weight:bold;
}
.colb{
float:left;
margin:13px 0px 0px 15px;
width:255px;
}
.colb #imageFrame {
background:transparent url(/images/content-imageFrame.gif) no-repeat scroll 0 0;
height:223px;
left:13px;
position:absolute;
top:168px;
width:259px;
}
.colb blockquote {
color:#858077;
font-family:'Georgia';
font-size:16px;
font-style:italic;
line-height:24px;
margin-left:25px;
margin-right:25px;
margin-top:30px;
}
.cola h2 {
color:#33648e;
font-family:arial;
font-size:14px;
font-weight:bold;
line-height:40px;
}
.cola {
float:right;
margin:10px 13px 0px 0px;
width:642px;
}
.cola #editor-content{
padding-left:0px;	
}
.cola li{
line-height:22px;
font-size:12px;	
}
.cola h1, #locations #other-facilities span, #locations #other-facilities h2, #site-map h2 {
clear:both;
color:#2c567b;
display:block;
font-family:'Trajan Pro','Georgia','Times New Roman','Serif';
font-size:29pt;
font-weight:normal;
margin-bottom:30px;
padding-top:25px;
}
#other-facilities span, #other-facilities h2 {
font-size:12px;
font-weight:bold;
color:#2c567b;
}
#footer #other-facilities span, #footer #other-facilities h2{
color:#E0E0DD;
margin-left:0px;
}
#social-links{
margin-top:41px;
margin-left:197px;
float:left;	
}
div#footer #social-links ul{float:left;	clear:none;}
#social-links ul li{float:left;line-height:12px;}
div#footer #social-links ul li a{
font-size:12px;
color:#edefef;	
padding-right:22px;
border:none;
padding-top:1px;
}
#social-links ul li a.facebook{background:url(/images/fb-bg.jpg) no-repeat right top;}
#social-links ul li a.facebook:hover{background-position:right bottom;}
#social-links ul li a.twitter{background:url(/images/tw-bg.jpg) no-repeat right top;}
#social-links ul li a.twitter:hover{background-position:right bottom;}
#social-links ul li a.linked{background:url(/images/li-bg.jpg) no-repeat right top;}
#social-links ul li a.linked:hover{background-position:right bottom;}
#social-links p{
float:left;
color:#fff;	
font-weight:bold;
font-size:12px;
line-height:13px;
}
#blog {
background:transparent url(/images/blog.jpg) no-repeat scroll left 0;
color:#524053;
float:right;
font-size:12px;
line-height:34px;
margin:30px 29px 0px 0px;
text-indent:-9999px;
width:101px;
height:34px;
}
#blog:hover{
background-position:left bottom;	
}

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


