/*
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;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

a {outline:none;text-decoration: none; color: #2f6ab9;}
a:hover {text-decoration: underline;}
h1,h2,h3,h4,h5,h6{font-size:100%; color: #008163;}
h1 {font-size: 20px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}
h6 {font-size: 10px;}
html {background: #b4d7ff url(../images/bg_01.jpg) top left no-repeat;}

body {
    position : relative;
    margin: 0 auto; 
    color: #4f4f4f;
    text-align : center;
    font-family : arial, verdana, sans-serif;
    font-size: 12px;
}

/* Outside */
/* -------------------- */

div#whopper {
    position: relative;
    width: 956px;
    margin: 10px auto;
}

div#preHeader {
    position: relative;
    width: 171px;
    height: 57px;
    margin: 0 auto;
    background: url(../images/preHeader_bg_01.gif) top center no-repeat;
}

div#header {
    position: relative;
    width: 956px;
    height: 100px;
    background: url(../images/header_bg_01.gif) top left no-repeat;
}

div#middle {
    position: relative;
    width: 956px;;
    min-height:450px;
    height:auto !important;
    height:450px;
	/* /height */
    z-index: 990;
    background: url(../images/body_bg_01.gif) top left repeat-y;
}

div#footer {
    position: relative;
    width: 956px;
    padding: 20px 0 0 0;
    background: url(../images/whopperBottom_bg_01.gif) top left no-repeat;
}

/* Template */
/* -------------------- */

/* Background image replacement on the header logo */
div#header h1 {
    position: absolute;
    top: 12px;
    left: 407px;
    width: 157px;
    height: 74px;
    display: block;
}
div#header h1 a {
    width: 157px;
    height: 74px;
    display: block;
    text-indent: -9999px;
    background: url(../images/headerLogo_bg_01.jpg) 0 0 no-repeat;
}
div#header h1 a:hover {background-position: 0 -74px;}
div#header h5 {
    position: absolute;
    top: 42px;
    right: 75px;
    width: 237px;
    height: 21px;
    display: block;
}
div#header h5 a {
    width: 237px;
    height: 21px;
    display: block;
    text-indent: -9999px;
    background: url(../images/existingCustomers_bg_01.gif) 0 0 no-repeat;
}
div#header h5 a:hover {background-position: 0 -21px;}

#nav { 
    position: relative;
    width: 956px;
    height: 33px;
    z-index: 999;
    background: url(../images/body_bg_01.gif) top left repeat-y;
}
#nav ul {
    padding: 0 0 0 21px;
    margin: 0;
    list-style: none;
    line-height: 1;
}
#nav a {
    display: block;
    width: 10em;
}
#nav li { /* all list items */
    display: block;
    float: left;
    overflow: hidden;
    z-index: 999;
}
#nav li a {
    display: block;
    height: 33px;
    line-height: 33px;
    text-decoration: none;
    text-indent: -9999px;
}
#nav li.home a {
    background: transparent url(../images/navHome_bg_01.jpg) 0 0 no-repeat;
    width: 100px;
    height: 33px;
}
#nav li.home a:hover {background-position: 0 -33px;}
#nav li.locations a {
    background: transparent url(../images/navLocations_bg_01.jpg) 0 0 no-repeat;
    width: 138px;
    height: 33px;
}
#nav li.locations a:hover {background-position: 0 -33px;}
#nav li.supplies a {
    background: transparent url(../images/navPacking_bg_01.jpg) 0 0 no-repeat;
    width: 192px;
    height: 33px;
}
#nav li.supplies a:hover {background-position: 0 -33px;}
#nav li.tips a {
    background: transparent url(../images/navFAQ_bg_01.jpg) 0 0 no-repeat;
    width: 212px;
    height: 33px;
}
#nav li.tips a:hover {background-position: 0 -33px;}
#nav li.about a {
    background: transparent url(../images/navAbout_bg_01.jpg) 0 0 no-repeat;
    width: 128px;
    height: 33px;
}
#nav li.about a:hover {background-position: 0 -33px;}
#nav li.contact a {
    background: transparent url(../images/navContact_bg_01.jpg) 0 0 no-repeat;
    width: 144px;
    height: 33px;
}
#nav li.contact a:hover {background-position: 0 -33px;}
#nav li ul { /* second-level lists */
    position: absolute;
    width: 160px;
    padding: 0;
    margin: 0;
    background: #367acb;
    border: 1px solid #0359be;
    border-width: 2px 2px 1px 2px;
    left: -999em;
}
#nav li.home ul li a,
#nav li.locations ul li a,
#nav li.supplies ul li a, 
#nav li.tips ul li a,
#nav li.about ul li a,
#nav li.contact ul li a {
    width: 160px;
    height: 24px;
    padding: 0;
    margin: 0;
    background-image: none;
    border: 1px solid #0359be;
    border-width: 0 0 1px 0;
    color: #FFF;
    display: block;
    line-height: 24px;
    text-align: left;
    text-indent: 10px;
}
#nav li.home ul li a:hover,
#nav li.locations ul li a:hover,
#nav li.supplies ul li a:hover, 
#nav li.tips ul li a:hover, 
#nav li.about ul li a:hover,
#nav li.contact ul li a:hover {
    background: #003473;
    display: block;
    width: 160px;
    height: 24px;
    line-height: 24px;
}
#nav li.home ul li ul li a,
#nav li.locations ul li ul li a,
#nav li.supplies ul li ul li a, 
#nav li.tips ul li ul li a,
#nav li.about ul li ul li a, 
#nav li.contact ul li ul li a {
    width: 160px;
    height: 24px;
    padding: 0;
    margin: 0;
    display: block;
    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.supplies ul li ul li a:hover, 
#nav li.tips 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: #003473;
    display: block;
    width: 160px;
    height: 24px;
    line-height: 24px;
}
#nav li ul ul {margin: -27px 0 0 160px;}
#nav li ul ul ul {margin: -27px 0 0 160px;}
#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;
}
#nav li:hover, #nav li.hover {position: static;}

#locationNav {
    position: absolute;
    top: 19px;
    left: 31px;
    width: 399px; 
    height: 23px;
    z-index: 999;
}
#locationNav ul {
    margin: 0;
    list-style: none;
    line-height: 1;
}
#locationNav a {
    display: block;
    width: 10em;
}
#locationNav li { /* all list items */
    display: block;
    float: left;
    list-style: none;
    overflow: hidden;
    z-index: 999;
}
#locationNav li a {
    display: block;
    height: 23px;
    line-height: 23px;
    text-decoration: none;
    text-indent: -9999px;
}
#locationNav li.nearest a {
    background: transparent url(../images/nearestLocation_bg_01.jpg) 0 0 no-repeat;
    width: 399px;
    height: 23px;
}
#locationNav li.nearest a:hover {background-position: 0 -23px;}

#locationNav li ul { /* second-level lists */
    position: absolute;
    width: 160px;
    padding: 0;
    margin: -24px 0 0 399px;
    background: #367acb;
    border: 1px solid #0359be;
    border-width: 2px 2px 1px 2px;
    left: -999em;
    text-align: left;
}
#locationNav li.nearest ul li a {
    width: 160px;
    height: 24px;
    padding: 0;
    margin: 0;
    background-image: none;
    border: 1px solid #0359be;
    border-width: 0 0 1px 0;
    color: #FFF;
    display: block;
    line-height: 24px;
    text-indent: 10px;
}
#locationNav li.nearest ul li a:hover {
    background: #003473;
    display: block;
    width: 160px;
    height: 24px;
    line-height: 24px;
}
#locationNav li.nearest ul li ul li a {
    width: 160px;
    height: 24px;
    padding: 0;
    margin: 0;
    display: block;
    line-height: 24px;
    text-indent: 10px;
}
#locationNav li.nearest ul li ul li a:hover {
    background: #003473;
    display: block;
    width: 160px;
    height: 24px;
    line-height: 24px;
}
#locationNav li ul ul {margin: -27px 0 0 160px;}
#locationNav li ul ul ul {margin: -27px 0 0 160px;}
#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: auto;
}
#locationNav li:hover, #locationNav li.hover {position: static;}

/* Homepage */
/* ------------------- */

div#homeCont {
    position: relative;
    width: 956px;
    padding: 18px 0;
}

div#homeTop {
    position: relative;
    width: 914px;
    height: 61px;
    margin: 0 auto;
    background: url(../images/homeTop_bg_01.gif) top left no-repeat;
    z-index: 996;
}

div#homeblurb {
    position: absolute;
    left: 465px;
	text-align: justify;
	padding: 7px 10px;
}

div#search {
    position: absolute;
    top: 24px;
    left: 489px;
    width: 267px;
    height: 85px;
    background: url(../images/searchTitle_bg_01.gif) top left no-repeat;
}
div#search label {color: #FFF; display: block;}
div#search input {vertical-align: middle; text-indent: 2px;}
div#search  #zip {
    position: absolute;
    top: -4px;
    left: 222px;
    width: 65px;
    height: 23px;
    border: 0;
    padding-top: 3px;
    background: url(../images/searchBoxer_bg_01.gif) top left no-repeat;
}
div#search input#go-button {
    position: absolute;
    top: -4px;
    left: 301px;
    width: 96px;
    height: 23px;
    text-indent: -9999px;
    background: url(../images/go.gif) 0 0 no-repeat;
}
div#search input#go-button:hover {background-position: 0 -23px;}
div#search input#go-button img {display: none;}
div#search form {}

div#homeMiddle {
    position: relative;
    width: 914px;
    margin: 18px auto;
}

div#homeLeft {
    position: relative;
    width: 604px;
    height: 342px;
    float: left;
}

div#homeRight {
    position: relative;
    width: 290px;
    padding: 0 0 0 20px;
    float: right;
    text-align: left;
}
div#homeRight ul {padding: 44px 0 0 0;}
div#homeRight ul li {
    float: left;
    text-indent: -9999px;
}
div#homeRight ul li.homeSpecial a {
    width: 134px;
    height: 37px;
    display: block;
    background: url(../images/homeSpecials_bg_01.gif) 0 0 no-repeat;
}
div#homeRight ul li.homeSpecial a:hover {background-position: 0 -37px;}
div#homeRight ul li.homeReserve a {
    width: 146px;
    height: 37px;
    display: block;
    margin: 0 0 0 10px;
    background: url(../images/homeReserve_bg_01.gif) 0 0 no-repeat;
}
div#homeRight ul li.homeReserve a:hover {background-position: 0 -37px;}

div#homeText {}
div#homeText h3 {
    margin: 0 0 20px 0; 
    color: #4f4f4f; 
    font-size: 16px;
}
div#homeText p {line-height: 1.7em;}
div#homeText p.center {text-align: center;}
div#homeText p img {padding: 35px 0 0 0;}

div#slideshow-home { /* needs to be exact size of pictures */
    position: relative;
    width: 604px;
    height: 342px;
    text-align: left;
}

/* Facility Page */
/* -------------------- */

/* setup the all the tertiary pages for the site with the margins for the content */
div#facility-page,
div#driving-directions, 
div#facCont,
div#main-content, 
div#area-page, 
div#no-match, 
div#editor-content,
div#state-page, 
div#site-map,
div#comarketing-page {
    position: relative;
    padding: 15px 23px;
    text-align: left;
    overflow: hidden;
}

/* breadcrumbs */
div#middle p#trail {
    position: relative;
    float: left; 
    margin: 0; 
    padding: 23px 0 0 31px;
    font-size: 10px;
}
div#middle p#trail a {color: #2f6ab9; text-decoration:underline;}

/* printer on top right of all interior pages */
div#facility-name {float: right;}
div#facility-name ul {padding: 23px 31px 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;text-decoration: none;}
div#facility-name ul li a:hover {}

div#facCont {
    position: relative;
    width: 914px;
    margin: 0 auto;
}

div#facLeft {
    position: relative;
    width: 448px;
    float: left;
}

div#facRight {
    position: relative;
    width: 447px;
    float: right;
}

div#address {
    position: relative;
    width: 438px;
    padding: 0 0 0 10px;
}
div#address h2 {}
div#address h3 {
    position: absolute;
    top: 50px;
    right: 75px;
    color: #4f4f4f;
    font-size: 25px;
}
div#address ul {}
div#address ul li {line-height: 1.6em;}
div#address ul li.street {}
div#address ul li.city-state-zip {}
div#address ul li.phone {}
div#address ul li.fax-phone {}
div#address ul li a {text-decoration: underline;}

#social {
  position: absolute;
  right: 0;
  bottom: -10px;
}

#social a {
  float: left;
  margin-right: 10px;
}

div#ccp {
    position: relative;
    width: 448px;
    height: 69px;
    padding: 24px 0 18px 0;
}
div#ccp ul {} 
div#ccp ul li {
    float: left;
    list-style: none;
    text-indent: -9999px;
}
div#ccp ul li a {
    display: block;
    width: 138px;
    height: 69px;
    padding: 0 16px 0 0;
}
div#ccp ul li.last a {padding: 0;}
div#ccp ul li.reserve a {background: url(../images/reserve_bg_01.jpg) 0 0 no-repeat;}
div#ccp ul li.print a {background: url(../images/coupon_bg_01.jpg) 0 0 no-repeat;}
div#ccp ul li.quote a {background: url(../images/quote_bg_01.jpg) 0 0 no-repeat; width: 139px;}
div#ccp ul li a:hover {background-position: 0 -69px;}

#specials {
width: 448px;
height: 83px;
/* background: url(/images/specials_bg_01.gif) top left no-repeat; */
}
object#storageOutletHeader {
position: absolute;
left: 0;	
}
#specialsText {
position: relative;
z-index: 10;
text-align: center;
margin: 0 auto 0 auto;
}
#specialsText h2 {
color: #4f4f4f;
font-size: 23px; 
line-height: 100px;
}
#specialsText h2 a {
color: #4f4f4f;
}

/* Accordion Styles */
/*----------------------------*/
div#accordion {
    position: relative;
    width: 448px;
    padding: 18px 0 0 0;
    font-family: verdana, arial, sans-serif;
}
div#accordion h3 {
    width: 448px;
    height: 37px;
    line-height: 33px;
    text-indent: -9999px;
}
div#accordion h3.sizes {background: url(../images/unitSize_bg_01.jpg) top left no-repeat;}
div#accordion h3.features {background: url(../images/features_bg_01.jpg) top left no-repeat;}
div#accordion h3.hours {background: url(../images/hours_bg_01.jpg) top left no-repeat;}
div#accordion h3.refer {background: url(../images/refer_bg_01.jpg) top left no-repeat;}
div#accordion h3.twitter { background: url(../images/twitter_accordion.png) top left no-repeat; }
.toggler {cursor: pointer;}

.element {
    width: 418px;
    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;}

#twitter_update_list li {
  margin: 15px 0;
}

#prices {
width: 418px;
}
#prices table {
width: 318px;
}
#prices th {
line-height: 1.4em;
font-weight: bold;
padding: 0 0 10px 0;
}
#prices td {border-bottom: 1px solid #4f4f4f; padding: 2px 0px} 
#prices td.size {width: 25%;}
#prices td.rate {width: 15%;}
#prices td.description {width: 75%;}
#prices p {clear: both;}

	

#whatSize {
width: 90px;
margin: 50px auto;
float: right;
text-align: center;
}
#whatSize p a {font-weight: bold;}

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

div#photo-tour {
    position: relative;
    width: 447px;
    height: 292px;
}
div#photo-tour h2 {display: none;}
div#photo-tour p.photoSEO {
    position: relative;
    margin: 5px 0 0 0;
    color: #4f4f4f;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    text-align: center;
}

div#photoBorder {
    position: absolute;
    width: 447px;
    height: 292px;
    display: block;
    background: transparent url(../images/photoBorder_bg_01.gif) top left no-repeat;
    z-index: 999;
}

div#slideshow {
    position: relative;
    width: 447px;
    height: 292px;
    z-index: 0;
}

div#facMap {
    position: relative;
    width: 447px;
    height: 338px;
    margin: 30px 0 0 0;
}


div#facMapTop {
	background: transparent url(../images/mapBorder_top.gif) no-repeat;
	height:15px;
}



div#facMapCenter {
    background: transparent url(../images/mapBorder_center.gif) repeat-y;
    width:447px;	
}


div#facMapCenter p {
    font-size: 14px; 
    font-weight: bold;
	text-align:center;
    line-height: 120%;
    color: #FFF;
    margin: 0;
    z-index: 999;
    padding:0px 6px;
}
div#facMapBottom #map {
    position: relative;
    width: 447px;
    height: 287px;
    background: url(../images/mapBorder_bottom_bg.gif) top left no-repeat;
}
div#map h2 {display: none;}

#flashmap {
    position: relative;
    width: 441px;
    height: 283px;
    left: 3px;
}
.moneyBack {
float: left;
width: 147px;
padding: 20px 20px 0 0;	
}
#rentButton {
float: right;
height: 97px;
padding: 15px 10px 40px 0;
}
#rentButton p {
text-align: right;
padding: 0 10px 0 0;
}
div#rentButton h4 {
    width: 214px;
    height: 97px;
    margin: 0 auto;
    display: block;
    text-indent: -9999px;
    background: url(../images/insomniac_icon.jpg) top left no-repeat;
}
div#rentButton h4 a {
    width: 214px;
    height: 97px;
    display: block;
}

div#facLocationsTop {
    position: relative;
    width: 914px;
    height: 8px;
    clear: both;
    background: url(../images/facLocationsTop_bg_01.gif) top left no-repeat;
    overflow: hidden;
}

div#facLocations {
    position: relative;
    width: 914px;
    padding: 15px 0;
    background: url(../images/facLocationsBody_bg_01.gif) top left repeat-y;
}

div#facLocationsBottom {
    position: relative;
    width: 914px;
    height: 8px;
    background: url(../images/facLocationsBottom_bg_01.gif) top left no-repeat;
}

div#other-facilities {
    position: relative;
    width: 914px;
    clear: both;
    text-align: left;
    padding: 15px 0;
    margin: 0 23px;
}
div#other-facilities a {color: #4f4f4f;}
div#other-facilities h2 {color: #4f4f4f;}
div#other-facilities dl {}
div#other-facilities dt {margin: 10px 0;}
div#other-facilities dt a {
    font-weight: bold;
    line-height: 1.5em;
}
div#other-facilities dd a {line-height: 1.5em;}

div#facLocations div#other-facilities {
    position: relative;
    clear: both;
    padding: 0;
}
div#facLocations div#other-facilities h2 {display: none;}
div#facLocations h3 {
    height: 34px;
    line-height: 34px;
    margin: 0 0 0 16px;
    color: #4f4f4f;
    text-indent: 64px;
    background: url(../images/facLocationsSymbol_bg_01.gif) top left no-repeat;
}
div#facLocations div#other-facilities dl {margin: 0 116px 0 36px; float: left;}
div#facLocations div#other-facilities dt {
    padding: 0;
    margin: 10px 0;
}
div#facLocations div#other-facilities dt a {
    color: #4f4f4f;
    font-weight: bold;
    line-height: 1.5em;
}
div#facLocations div#other-facilites dd {}
div#facLocations div#other-facilities dd a {line-height: 1.5em; color: #4f4f4f;}

div#compare {
    position: relative;
    width: 914px;
    padding: 15px 0 10px 0;
    margin: 0 23px;
    font-size: 11px;
    text-align: left;
    overflow: hidden;

}
div#compare h2 {color: #4f4f4f;}
div#compare p.nomargin {font-weight: bold;}

/* Area Page Styles */
/*--------------------*/

div#area-page, div#comarketing-page {clear: both;}

div#area-page p.city {
    padding-left: 407px;
    text-align: right;
}

h2.city {clear: both;}
p.city {padding: 0 0 0 520px; text-align: right;}

div#area_map {
    position: relative;
    width: 457px;
    float: right;
    padding: 0 0 35px 0;
}

div#area_map h2 {}

div#area_map #flashmap {
    width: 457px;
    height: 430px;
    border: 1px solid #2f6ab9;
}

#facility-list {
    position: relative;
    width: 437px;
    float: left;
    margin: 12px 0 0 0; 
    display: inline;
}

.facility-summary {
    margin: 16px 0 16px 0; 
    clear: both;
    border-bottom: 1px solid #4f4f4f;
    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 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;
    padding: 15px 0 0 0;
}
div#driving_map h2 {}

div#driving-directions #flashmap {
    position: relative;
    width: 880px;
    height: 400px;
    border: 1px solid #008163;
}

div#driving-text {padding: 35px 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 p {text-align: left; color: #FFF; margin: 1em;}
#unit-sizes-pop table { 
    margin: 1em auto; 
    width: 80%;
    background: #FFF; 
    border-collapse: collapse;
}
#unit-sizes-pop table td {
    padding: .5em 1em; 
    color: #4f4f4f;
    border: 2px solid #577ab7;
    vertical-align: top; 
    font-weight: normal;
    text-align: left;
}
#unit-sizes-pop table th {
    color: #000; 
    padding: .5em 1em; 
    border: 2px solid #577ab7;
    font-weight: bold; 
}
#unit-sizes-pop table th {background: #FFF; color: #008163;}

/* Calendar Events */
.table {display:table;}
.tr {display:table-row;}
.td, .th {display:inline;}

/* Footer */
/* -------------------- */

div#footerLeft {
    position: relative;
    width: 200px;
    padding: 0;
    float: left;
}
div#footerLeft p {line-height: 32px; padding: 0;  margin: 0;  font-weight: bold;}

div#footerRight {
    position: relative;
    width: 700px;
    padding: 0;
    float: right;
}

div#footer ul {float: right; padding: 0 20px 0 0;}
div#footer ul li {
    display: inline;
}
div#footer ul li a {
    padding: 0 5px;
    border-right: 1px solid #4f4f4f;
    color: #4f4f4f;
    line-height: 32px;
}
div#footer ul li.last a {border: 0; padding-right: 0;}

div#footer-states {clear: both; padding: 10px 0 0 0;}
div#footer-states ul.states-list li a {text-transform: uppercase;}

div#footer-stores {
    position: relative;
    color: #4f4f4f;
    clear: both;
    text-align: right;
    padding: 0 18px 0 0;
}
div#footer-stores p.disclaimer {color: #4f4f4f;}
div#footer-stores a {color: #4f4f4f;}

body #signature-brand {float:right;margin:10px 20px;}
.clear {clear: both;line-height: 1px;height: 1px}

