﻿/*
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 */

/* modify these for the global settings of the site */
a {outline:none;text-decoration: underline; color: #076fbc;}
a:hover {color: #05528A;}
h1,h2,h3,h4,h5,h6{font-size:100%; color: #00488e;}
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 {width: 100%;background: #ebddbf;}

body {
    position : relative;
    width: 100%;
    margin: 0 auto; 
    color: #605c54;
    text-align : center; /* center for IE */
    font-family : verdana, arial, sans-serif;
    font-size: 12px;
}

/* Outside */
/* -------------------- */

div#whopper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10px 0;
    text-align: left;
    height:auto !important;
    height:100%;
    min-height:100%; 
    background: #ebddbf;
    z-index: 1;
}

div#headerWrap {
    position: relative;
    width: 100%;
    z-index: 996;
    background: url(/images/header_bg_01.gif) top left repeat-x;
}
div#header {
    position: relative;
    width: 950px;
    margin: 0 auto;
    z-index: 996;
    background: url(/images/headerLogo_bg_01.jpg) top left no-repeat;
}

div#midWrap {
    position: relative;
    width: 100%;
    background: #f9f5e6;
    z-index: 2;
}
div#middle {
    position: relative;
    width: 950px;
    margin: 0 auto;
    min-height:450px;
    height:auto !important;
    height:450px;
	/* /height */
    z-index: 990; /* for the navigation to lay over the top */
    background: url(/images/headerFade_bg_01.gif) top left no-repeat;
}

div#footerWrap {
    position: relative;
    width: 100%;
}
div#footer {
    position: relative;
    width: 950px;
    margin: 0 auto;
    text-align: center;
    background: url(/images/footerFade_bg_01.gif) top left no-repeat;
}

/* Template */
/* -------------------- */

/* Background image replacement on the header logo */
div#header h1 {
    position: absolute;
    top: 60px;
    left: 40px;
    width: 870px;
    height 100px;
    display: block;
    z-index: 1000;
}
div#header h1 a {
    width: 870px;
    height: 40px;
    display: block;
    text-indent: -9999px;
}
div#header h3.payOnline {
    position: absolute;
    top: 0;
    right: 45px;
    display: block;
    width: 209px;
    height: 44px;
    z-index: 1000;
}
div#header h3 a {
    display: block;
    width: 209px;
    height: 44px;
    text-indent: -9999px;
    background: url(/images/payOnline_bg_01.jpg) top left no-repeat;
}

div#nav {
    position: relative;
    width: 923px;
    height: 20px;
    padding: 115px 0 0 43px;
    z-index: 999;
}
#nav a {
    display: block;
    width: 10em;
}
#nav ul { /* all lists */
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
    z-index: 999;
}
#nav li { /* all list items */
    display: block;
    float: left;
    list-style: none;
    overflow: hidden;
    z-index: 999;
}
#nav li a {
    display: block;
    height: 20px;
    line-height: 20px;
    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: 92px;
    height: 20px;
}
#nav li.home a:hover {background-position: 0 -20px;}
#nav li.locations a {
    background: transparent url(/images/navLocations_bg_01.jpg) 0 0 no-repeat;
    width: 184px;
    height: 20px;
}
#nav li.locations a:hover {background-position: 0 -20px;}
#nav li.storage a {
    background: transparent url(/images/navStorage_bg_01.jpg) 0 0 no-repeat;
    width: 245px;
    height: 20px;
}
#nav li.storage a:hover {background-position: 0 -20px;}
#nav li.about a {
    background: transparent url(/images/navAbout_bg_01.jpg) 0 0 no-repeat;
    width: 165px;
    height: 20px;
}
#nav li.about a:hover {background-position: 0 -20px;}
#nav li.contact a {
    background: transparent url(/images/navContact_bg_01.jpg) 0 0 no-repeat;
    width: 178px;
    height: 20px;
}
#nav li.contact a:hover {background-position: 0 -20px;}
#nav li ul { /* second-level lists */
    position: absolute;
    width: 180px;
    padding: 0;
    margin: 0;
    border: 1px solid #2c2a27;
    border-width: 1px 1px 0 1px;
    left: -999em;
}
#nav li.home ul li a,
#nav li.locations ul li a,
#nav li.storage ul li a, 
#nav li.about ul li a, 
#nav li.contact ul li a {
    width: 180px;
    height: 24px;
    padding: 0;
    margin: 0;
    background-image: none;
    background: #e2cfac;
    border: 1px solid #2c2a27;
    border-width: 0 0 1px 0;
    color: #2c2a27;
    display: block;
    line-height: 24px;
    text-indent: 10px;
}
#nav li.home ul li a:hover,
#nav li.locations ul li a:hover,
#nav li.storage ul li a:hover, 
#nav li.about ul li a:hover,  
#nav li.contact ul li a:hover {
    background: #FFF;
    color: #2c2a27;
    display: block;
    width: 180px;
    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.storage ul li ul li a, 
#nav li.about ul li ul li a, 
#nav li.contact ul li ul li a {
    width: 180px;
    height: 24px;
    padding: 0;
    margin: 0;
    background-image: none;
    background: #f9f5e6;
    border: 1px solid #2c2a27;
    border-width: 0 0 1px 0;
    color: #2c2a27;
    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.storage 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: #FFF;
    display: block;
    width: 180px;
    height: 24px;
    line-height: 24px;
    padding: 0;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -26px 0 0 180px;
}
#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: 288px;
    height: 63px;
    margin: 0 0 0 115px;
    padding: 0;
    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: 288px;
    height: 63px;
}
#locationNav li.nearest a:hover {}
#locationNav li ul { /* second-level lists */
    position: absolute;
    width: 180px;
    padding: 0;
    margin: 0;
    border: 1px solid #2c2a27;
    border-width: 1px 1px 0 1px;
    left: -999em;
}
#locationNav li.nearest ul li a {
    width: 180px;
    height: 24px;
    padding: 0;
    margin: 0;
    background-image: none;
    background: #e2cfac;
    border: 1px solid #2c2a27;
    border-width: 0 0 1px 0;
    color: #2c2a27;
    display: block;
    line-height: 24px;
    text-indent: 10px;
}
#locationNav li.nearest ul li a:hover {
    background: #FFF;
    color: #2c2a27;
    display: block;
    width: 180px;
    height: 24px;
    line-height: 24px;
    padding: 0;
}
#locationNav li.nearest ul li ul li a {
    width: 180px;
    height: 24px;
    padding: 0;
    margin: 0;
    background-image: none;
    background: #f9f5e6;
    border: 1px solid #2c2a27;
    border-width: 0 0 1px 0;
    color: #2c2a27;
    display: block;
    line-height: 24px;
    text-indent: 10px;
}
#locationNav li.nearest ul li ul li a:hover {
    background: #FFF;
    display: block;
    width: 180px;
    height: 24px;
    line-height: 24px;
    padding: 0;
}
#locationNav li ul {margin: -19px 0 0 245px;}
#locationNav li ul ul {margin: -26px 0 0 180px;}
#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: 860px;
    padding: 44px 45px 1px 45px;
    z-index: 1;
}

div#homeTop {
    position: relative;
    width: 860px;
    height: 122px;
    background: url(/images/homeTop_bg_01.jpg) top left no-repeat;
    z-index: 999;
}

div#homeTopLeft {
    position: relative;
    width: 430px;
    float: left;
}

div#homeTopRight {
    position: relative;
    width: 430px;
    float: right;
    z-index: 996; /* needed on the side which has the extra navigation */
}
div#homeTopRight h1 {
    position: relative;
    width: 430px;
    height: 122px;
    display: block;
}
div#homeTopRight h1 a {
    width: 430px;
    height: 122px;
    display: block;
    text-indent: -9999px;
}

div#search {
    position: relative;
    width: 288px;
    height: 59px;
    margin: 0 0 0 117px;
    z-index: 996;
}
div#search h2 {display: none;}
div#search label {color: #FFF; display: block;}
div#search input {vertical-align: middle; text-indent: 2px;}
div#search  #zip {
    position: relative;
    width: 85px;
    height: 19px;
    padding: 2px 0 0 0;
    margin: 18px 0 0 153px;
    border: 0;
    background: url(/images/searchBox_bg_01.gif) top left no-repeat;
}
div#search input#go-button {margin: 15px 0 0 0;}
div#search input#go-button img {padding: 0; margin: 0;}
div#search form {}

div#slideWrap {
    position: relative;
    width: 860px;
    height: 294px;
    background: url(/images/slideBorder_bg_01.gif) top left no-repeat;
    z-index: 990;
    clear: both;
}

div#slideshow-home {
    position: absolute;
    width: 854px;
    height: 288px;
    top: 169px;
    left: 48px;
}

div#homeText p {line-height: 2.0em;}
div#homeText p strong {color: #00488f;}

/* 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: 40px 45px 15px 45px;
    text-align: left;
    overflow: hidden;
}

div#locations {padding: 40px 0 15px 0;}

/* breadcrumbs */
div#middle p#trail {
    position: relative;
    float: left; 
    margin: 0; 
    padding: 44px 0 0 45px;
    font-size: 10px;
}
div#middle p#trail a {text-decoration:underline;}

/* printer on top right of all interior pages */
div#facility-name {float: right;}
div#facility-name ul {padding: 40px 45px 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: 860px;
    padding: 0 45px;
}

div#facTop {
    position: relative;
    width: 860px;
    padding: 27px 0 0 0;
}

div#facTopLeft {
    position: relative;
    width: 430px;
    float: left;
}

div#address {
    position: relative;
    width: 430px;
    padding: 0;
}
div#address h2 {
    color: #00488e;
    font-size: 13px;
    font-weight: bold;
}
div#address ul {}
div#address ul li {
    color: #2c2a27; 
    line-height: 1.8em;
}
div#address ul li.street {}
div#address ul li.city-state-zip {}
div#address ul li.phone {}
div#address ul li.fax-phone {}

div#facTopRight {
    position: relative;
    width: 430px;
    float: right;
}

div#specials {
    position: relative;
    width: 430px;
}
div#specials h2 {
    display: block;
    width: 425px;
    height: 92px;
    font-size: 20px;
    line-height: 122px;
    text-align: center;
    background: url(/images/special_bg_01.gif) top left no-repeat;
}
div#specials h2 a {
    color: #a01c00;
    text-decoration: none;
}
div#specials h2 a:hover {text-decoration: underline;}

div#ccp {
    position: relative;
    width: 860px;
    height: 52px;
    margin: 29px 0 20px 0;
}
div#ccp ul {
    width: 860px;
    height: 52px;
}
div#ccp ul li {
    width: 208px;
    height: 52px;
    display: block;
    float: left;
    padding: 0 0 0 8px;
}
div#ccp ul li.call {
    color: #f9f5e6;
    font-size: 18px;
    line-height: 52px;
    text-align: center;
    padding: 0;
    background: url(/images/ccp_bg_01.gif) 0 0 no-repeat;
}
div#ccp ul li.print a {background: url(/images/ccp_bg_02.jpg) 0 0 no-repeat;}
div#ccp ul li.quote a {background: url(/images/ccp_bg_03.jpg) 0 0 no-repeat;}
div#ccp ul li.reserve a {background: url(/images/ccp_bg_04.jpg) 0 0 no-repeat;}
div#ccp ul li a {
    display: block;
    width: 208px;
    height: 52px;
    text-indent: -9999px;
}
div#ccp ul li a:hover {background-position: 0 -52px;}

div#facLeft {
    position: relative;
    width: 425px;
    float: left;
}

/* line of text above the address */
.address-notice {
	 font-weight:bold;
	 color:#CC0000;
	 text-transform:uppercase;	
	 list-style:none;
	 margin: 5px 0 0 0;
}

/* Accordion Styles */
/*----------------------------*/
div#accordion {
    position: relative;
    width: 425px;
    padding: 0;
}
div#accordion h3 {
    width: 425px;
    height: 34px;
    text-indent: -9999px;
}
div#accordion h3.price {background: url(/images/togglerPrices_bg_01.gif) top left no-repeat;}
div#accordion h3.feature {background: url(/images/togglerFeatures_bg_01.gif) top left no-repeat;}
div#accordion h3.office {background: url(/images/togglerOffice_bg_01.gif) top left no-repeat;}
div#accordion h3.refer {background: url(/images/togglerRefer_bg_01.gif) top left no-repeat;}
div#accordion h3.review {background: url(/images/togglerReview_bg_01.gif) top left no-repeat;}
div#accordion h3.twitter {background: url(/images/togglerTwitter_bg_01.gif) top left no-repeat;}


.toggler {cursor: pointer;}
 
.element {
    width: 390px;
    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 accordion*/
.twitter-header {
	display:block;
	font-size:16px;
	font-weight:bold;
	margin-bottom:0;
}
#twitter_div {word-wrap:break-word}
#twitter_div ul {margin:10px 0;}
#twitter_div li {
	padding:0 0 0 24px;
	margin:0 0 5px 0;
	background:url(/images/twitter.gif) no-repeat;
	background-position: left 1px
}

p.pricePad {line-height: 20px; height: 20px;clear: both;}
div#priceLeft {
    position: relative;
    width: 212px;
    float: left;
}
div#priceLeft table {width: 212px;}
div#priceLeft th {
    width: 25%; 
    line-height: 1.4em;
    font-weight: bold;
    padding: 0 0 10px 0;
}
div#priceLeft td {border-bottom: 1px solid #9d9380;width: 25%;}

div#priceRight {
    position: relative;
    width: 175px;
    float: right;
}

div#whatSize p {
    width: 170px;
    padding: 25px 0 0 0;
    text-align: center;
}
div#whatSize p a {
    font-size: 13px;
    font-weight: bold;
    padding: 0 10px;
}

div#existingCustomers {
    padding: 20px 0;
    font-size: 11px;
    text-align: center;
}

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#facRight {
    position: relative;
    width: 425px;
    float: right;
}

div#photoWrap {
    position: relative;
    width: 425px;
    height: 363px;
}
div#photoWrap p.photoSEO {
    position: absolute;
    color: #4c4c4c;
    font-size: 10px;
    top: 330px;
    left: 100px;
    line-height: 2em;
    text-align: center;
    z-index: 999;
}

div#photoBorder {
    position: absolute;
    display: block;
    width: 425px;
    height: 363px;
    background: transparent url(/images/photoBorder_bg_01.gif) top left no-repeat;
    z-index: 998;
}

div#photo-tour {
    position: relative;
    width: 425px;
    height: 363px;
}
div#photo-tour h2 {display: none;}

/* this should be exact same size as the images */
div#slideshow {
    position: relative;
    width: 425px;
    height: 363px;
    top: 4px;
    left: 4px;
}

div#facMap p {
    text-align: center;
    font-size: 11px;
}
div#map {padding: 31px 0 0 0;}
div#map h2 {display: none;}

/* this should be exact size of the map in the comp */
#flashmap {
    width: 419px;
    height: 261px;
    border: 3px solid #dcc497;
}

div#other-facilities {
    position: relative;
		clear: left;
    padding: 15px 0 0 45px;
}
div#other-facilities h2 {}
div#other-facilities dl {margin: 15px 0 15px 0;}

div#other-facilities dt a {
    padding: 10px 0 0 0;
    font-weight: bold;
    line-height: 1.5em;
}
div#other-facilities dd a {line-height: 1.5em;}

div#otherFac div#other-facilities {
    position: relative;
    width: 425px;
    margin: 30px 0 0 0;
    padding: 15px 0 0 0;
}
div#otherFac div#other-facilities h2 {
    color: #00488e;
    font-size: 13px;
}
div#otherFac div#other-facilities dl a {color: #2c2a27; text-decoration: none;}

div#homeLoc {
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
    text-align: center;
    background: url(/images/star_bg_01.gif) top center no-repeat;
}
div#homeLoc div#other-facilities h2 {
    color: #00488e;
    font-size: 13px;
}
div#homeLoc div#other-facilities dl a {color: #2c2a27; text-decoration: none;}

div#editor-content div#other-facilities {
    padding: 0;
}

div#compare {
    position: relative;
    padding: 15px 0 10px 0;
    font-size: 11px;
    overflow: hidden;
}
div#compare h2 {color: #00488e;}
div#compare p.nomargin {font-weight: bold;}

/* Area Page Styles */
/*--------------------*/

div#area-page, div#comarketing-page {clear: both;}

div#area-page p.city, #comarketing-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, #comarketing-page #area_map {
    position: relative;
    width: 467px;
    float: right;
    padding: 0 0 35px 0;
}

div#area_map h2 {}

div#area_map #flashmap, #comarketing-page #area_map #flashmap {
    width: 467px;
    height: 430px;
    border: 1px solid #bed9f2;
}
#facility-list {
    position: relative;
    width: 350px;
    float: left;
    margin: 12px 0 0 0; 
    display: inline;
}
#comarketing-page #facility-list {
position: relative;
    width: 370px;
    float: left;
    margin: 12px 0 0 0; 
    display: inline;
}

.facility-summary, #comarketing-page .facility-summary {
    margin: 16px 0 16px 0; 
    clear: both;
	border-bottom: 1px solid #000;
    line-height: 1.25em;
}
.facility-summary img, #comarketing-page .facility-summary img {
    float: left;
    padding: 0 10px 10px 0;
}
.facility-summary dl, #comarketing-page .facility-summary dl {
    margin: 0;
    padding: 0 0 20px 0; 
}
.facility-summary dt, #comarketing-page .facility-summary dt {font-weight: bold;}
.facility-summary dd, #comarketing-page .facility-summary dd {padding: 0 0 0 10px;}
.facility-summary a, #comarketing-page .facility-summary a {}
.facility-summary a img.facility-offer, #comarketing-page .facility-summary a img.facility-offer {display: none;}

/* 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: 913px;
	height: 400px;
    padding: 15px 0 20px 0;
}
div#driving_map h2 {}

div#driving-directions #flashmap {
    position: relative;
    width: 850px;
    height: 400px;
}

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 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#footer p {text-align: center; margin: 0 auto;}
div#footer ul {padding: 0;}
div#footer ul li {display: inline;}
div#footer ul li a {
    padding: 0 10px;
    display: inline;
    border-right: 1px solid #605c54;
    color: #605c54;
    line-height: 40px;
}
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: 100%;
    color: #605c54;
}
div#footer-stores p.disclaimer {color: #605c54;}
div#footer-stores a {color: #605c54;}

div#brandedBy {
    position: relative;
    width: 146px;
    height: 58px;
    text-align: center;
    background: url(/images/star_bg_01.gif) top center no-repeat;
    margin: 10px auto 0 auto;
    padding: 20px 0 20px 0;
}
div#brandedBy p {
    display: block;
    width: 146px;
    height: 58px;
    text-indent: -9999px;
}
div#brandedBy p a {
    display: block;
    width: 146px;
    height: 58px;
    background: url(/images/branded_bg_01.jpg) top left no-repeat;
}

p.footerBrand {
    text-align: center;
}
p.footerBrand a {color: #605c54;}
.clear {clear: both;line-height: 1px;height: 1px}
