﻿/*
 * 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;}
/* /reset */

a {outline:none;text-decoration: none; color: #007fb3;} 
a:hover {text-decoration: underline; color: #006D99;}
h1,h2,h3,h4,h5,h6{font-size:100%; color: #0b4f8c;}
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 {}

body {
    position : relative;
    margin: 20px auto; 
    color: #4f4f4f;
    text-align : center;
    font-family : helvetica, verdana, arial, sans-serif;
    font-size: 12px;
    background: transparent url(/images/bg_01.gif) top left repeat;
}

/* Outside */
/* -------------------- */
div#whopper {
    position: relative;
    width: 950px;
    margin: 0 auto;
    text-align: left;
}

div#header {
    position: relative;
    width: 950px;
    height: 111px;
    background: url(/images/header_bg_01.gif) top left no-repeat;
}

div#middle {
    position: relative;
    width: 950px;
	/* height section is for a min. height on a container */
    min-height:450px;
    height:auto !important;
    height:450px;
	/* /height */
    z-index: 990; /* for the navigation to lay over the top */
    background: url(/images/body_bg_01.gif) top left repeat-y;
}

div#footer {
    position: relative;
    width: 950px;
    height: 26px;
    background: url(/images/footer_bg_01.gif) top left no-repeat;
}

/* Template */
/* -------------------- */
div#header h1, div#header h2 {
    position: relative;
    top: 17px;
    left: 89px;
    width: 159px;
    height 94px;
    display: block;
    background: url(/images/headerLogo_bg_01.jpg) top left no-repeat;
}
div#header h1 span, div#header h2 a {
    width: 159px;
    height: 94px;
    display: block;
    text-indent: -9999px;
}
div#header h4 {
    position: absolute;
    right: 30px;
    top: 54px;
    display: block;
    width: 166px;
    height: 37px;
    background: url(/images/account_bg_01.jpg) top left no-repeat;
}
div#header h4 a {
    display: block;
    width: 166px;
    height: 37px;
    text-indent: -9999px;
}

#nav {
    position: relative;
    width: 950px; 
    height: 37px;
    z-index: 998;
    padding: 22px 0 0 30px;
    background: url(/images/body_bg_01.gif) top left repeat-y;
}
#nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
}
#nav a {
    display: block;
    width: 10em;
}
#nav li {
    display: block;
    float: left;
    list-style: none;
    z-index: 999;
}
#nav li a {
    display: block;
    height: 37px;
    font-family :  arial, helvetica, verdana, sans-serif;
    line-height: 37px;
    text-decoration: none;
    text-indent: -9999px;
}
#nav li.home a {
    background: transparent url(/images/navHome_bg_01.jpg) 0 -37px no-repeat;
    width: 80px;
    height: 37px;
}
#nav li.home a:hover {background-position: 0 0;}
#nav li.locations a {
    background: transparent url(/images/navLocations_bg_01.jpg) 0 -37px no-repeat;
    width: 119px;
    height: 37px;
}
#nav li.locations a:hover {background-position: 0 0;}
#nav li.needs a {
    background: transparent url(/images/navNeeds_bg_01.jpg) 0 -37px no-repeat;
    width: 214px;
    height: 37px;
}
#nav li.needs a:hover {background-position: 0 0;}
#nav li.services a {
    background: transparent url(/images/navServices_bg_01.jpg) 0 -37px no-repeat;
    width: 234px;
    height: 37px;
}
#nav li.services a:hover {background-position: 0 0;}
#nav li.about a {
    background: transparent url(/images/navAbout_bg_01.jpg) 0 -37px no-repeat;
    width: 108px;
    height: 37px;
}
#nav li.about a:hover {background-position: 0 0;}
#nav li.contact a {
    background: transparent url(/images/navContact_bg_01.jpg) 0 -37px no-repeat;
    width: 135px;
    height: 37px;
}
#nav li.contact a:hover {background-position: 0 0;}
#nav li ul { /* second-level lists */
    position: absolute;
    width: 160px;
    padding: 0;
    margin: -3px 0 0 0;
    background: #4099c0;
    border: 1px solid #0b4f8c;
    border-width: 3px 3px 2px 3px;
    left: -999em;
}
#nav li.home ul li a,
#nav li.locations ul li a,
#nav li.needs ul li a, 
#nav li.services ul li a,
#nav li.about ul li a, 
#nav li.contact ul li a,
#locationNav li.nearest ul li a {
    width: 160px;
    height: 24px;
    padding: 0;
    margin: 0;
    background-image: none;
    border: 1px solid #0b4f8c;
    border-width: 0 0 1px 0;
    color: #FFF;
    font-weight: bold;
    display: block;
    line-height: 24px;
    text-indent: 5px;
}
#nav li.home ul li a:hover,
#nav li.locations ul li a:hover,
#nav li.needs ul li a:hover, 
#nav li.services ul li a:hover,
#nav li.about ul li a:hover,
#nav li.contact ul li a:hover,
#locationNav li.nearest ul li a:hover {
    background: #0b4f8c;
    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.needs ul li ul li a, 
#nav li.services ul li ul li a,
#nav li.about ul li ul li a, 
#nav li.contact ul li ul li a,
#locationNav li.nearest ul li ul li a {
    width: 160px;
    height: 24px;
    padding: 0;
    margin: 0;
    display: block;
    line-height: 24px;
}
#nav li.home ul li ul li a:hover,
#nav li.locations ul li ul li a:hover,
#nav li.needs ul li ul li a:hover, 
#nav li.services ul li ul li a:hover, 
#nav li.about ul li ul li a:hover, 
#nav li.contact ul li ul li a:hover,
#locationNav li.nearest ul li ul li a:hover {
    display: block;
    width: 160px;
    height: 24px;
    line-height: 24px;
}
#nav li ul ul {margin: -28px 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: relative;
    width: 285px;
    height: 126px;
    z-index: 999;
    font-family: arial, verdana, sans-serif;
}
#locationNav ul {
    margin: 0;
    list-style: none;
    line-height: 1;
}
#locationNav a {
    display: block;
    width: 10em;
}
#locationNav li {
    display: block;
    float: left;
    list-style: none;
    z-index: 999;
}
#locationNav li a {
    display: block;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    text-indent: -9999px;
}
#locationNav li.nearest {position: relative;}
#locationNav li.nearest a {
    width: 285px;
    height: 126px;
    background: transparent url(/images/nearestLocation_bg_01.jpg) 0 -126px no-repeat;
}
#locationNav li.nearest a:hover {background-position: 0 0;}

#locationNav li ul { 
    position: absolute;
    width: 160px;
    padding: 0;
    margin: -29px 0 0 215px;
    background: #4099c0;
    border: 1px solid #0b4f8c;
    border-width: 3px 3px 2px 3px;
    left: -999em;
}
#locationNav li ul ul {margin: -28px 0 0 160px;}
#locationNav li ul ul ul {margin: -28px 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: 894px;
    padding: 10px 30px 10px 26px;
}

div#homeLeft {
    position: relative;
    width: 285px;
    float: left;
    z-index: 996;
}

div#homeRight {
    position: relative;
    width: 583px;
    float: right;
}

div#slideshow_home { 
    position: relative;
    width: 583px;
    height: 332px;
}

div#search {
    position: relative;
    width: 285px;
    height: 126px;
    margin: 7px 0 0 0;
    background: url(/images/search_bg_01.jpg) top left no-repeat;
    z-index: 1;
}
div#search p {margin: 0; padding: 0}
div#search label {color: #FFF; display: block;}
div#search input {vertical-align: middle; text-indent: 2px;}
div#search  #zip {
    position: absolute;
    top: 45px;
    left: 179px;
    width: 80px;
    height: 21px;
    padding: 2px 0 0 0;
    color: #857d79;
    border: 1px solid #857d79;
}
div#search input#go-button {
    position: absolute;
    top: 74px;
    left: 215px;
    width: 70px;
    height: 25px;
    background: url(/images/go.gif) 0 -25px no-repeat;
}
div#search input#go-button:hover {background-position: 0 0;}
div#search form {}

div#homeSpecial {
    position: relative;
    width: 285px;
    margin: 19px 17px 0 17px;
}
div#homeSpecial h3 {
    display: block;
    width: 244px;
    height: 52px;
    text-indent: -9999px;
}
div#homeSpecial h3 a {
    display: block;
    width: 244px;
    height: 52px;
    background: url(/images/homeSpecial_bg_01.jpg) 0 -52px no-repeat;
}
div#homeSpecial h3 a:hover {background-position: 0 0;}


div#homeText {
    position: relative;
    width: 890px;
    clear: both;
    margin: 0 auto;
    padding: 20px 0 0 0;
}
div#homeText h2 {font-size: 14px;}
div#homeText h3 {font-size: 13px;}
div#homeText p {line-height: 1.8em;}
div#homeText p strong {color: #0b4f8c;}

/* Facility Page */
/* -------------------- */
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 38px;
    text-align: left;
    overflow: hidden;
}

/* breadcrumbs */
div#middle p#trail {
    position: relative;
    float: left; 
    margin: 0; 
    padding: 19px 0 0 38px;
    font-size: 10px;
}
div#middle p#trail a {text-decoration:underline;}

div#facility-name {float: right;}
div#facility-name ul {padding: 14px 38px 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; } 
div#facility-name ul li a {padding-left: 15px;text-decoration: none;}
div#facility-name ul li a:hover {}

div#facCont {
    position: relative;
    width: 894px;
}

div#facLeft {
    position: relative;
    width: 437px;
    float: left;
}

div#facRight {
    position: relative;
    width: 430px;
    float: right;
}

div#addrWrap {
    position: relative;
    width: 437px;
}

div#address {
    position: relative;
    width: 437px;
}
div#address h2 {font-weight: bold;}
div#address ul li {line-height: 1.5em;}
div#address ul li.phone {font-weight: bold;}
div#address ul li.phone a {font-weight: normal;}
div#address ul li.fax-phone {font-weight: bold;}
div#address ul li a {text-decoration: underline;}

div#callNow {
    position: absolute;
    top: 18px;
    right: 20px;
}
div#callNow h2 {
    color: #4f4f4f;
    font-size: 25px;
    line-height: 90px;
}

div#specials {
    position: relative;
    width: 437px;
    height: 88px;
    padding: 28px 0 0 0;
}
div#specials h2 {
    position: relative;
    width: 437px;
    height: 68px;
    display: block;
  	font-size: 28px;
/*  line-height: 68px;*/
    padding: 36px 0 0 0;
    text-align: center;
    background: url(/images/special_bg_01.gif) top left no-repeat;
}
div#specials h2 a {color: #FFF}
div#specials p.top {font-size: 20px; margin:0px;}
div#specials p.bottom {font-size: 14px; margin:0px;}



div#ccp {
    position: relative;
    width: 437px;
    height: 88px;
    margin: 7px 0 0 0;
}
div#ccp ul li {
    float: left;
    list-style: none;
    text-indent: -9999px;
}
div#ccp ul li a {
    display: block;
    width: 141px;
    height: 88px;
    padding: 0 7px 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;}
div#ccp ul li a:hover {background-position: 0 -88px;}

/* Accordion Styles */
/*----------------------------*/
div#accordionTop {
    position: relative;
    width: 437px;
    height: 12px;
    margin: 16px 0 0 0;
    background: url(/images/accordionTop_bg_01.gif) top left no-repeat;
}
div#accordionBottom {
    position: relative;
    width: 437px;
    height: 12px;
    background: url(/images/accordionBottom_bg_01.gif) top left no-repeat;
}
div#accordion {
    position: relative;
    width: 437px;
    background: url(/images/accordionBody_bg_01.gif) top left repeat-y;
}
div#accordion h3 {
    width: 423px;
    height: 40px;
    margin: 0 0 0 6px;
    text-indent: -9999px;
}
div#accordion h3.sizes {background: url(/images/togglerSize_bg_01.gif) top left no-repeat;}
div#accordion h3.features {background: url(/images/togglerFeatures_bg_01.gif) top left no-repeat;}
div#accordion h3.hours {background: url(/images/togglerHours_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.about {background: url(/images/togglerAbout_bg_01.gif) top left no-repeat;}

.toggler {cursor: pointer;}
 
.element {
    width: 393px;
    padding: 10px 15px;
    line-height: 1.4em;
    margin: 2px 0 0 0;
}
div#accordion .element p {text-indent: 0; font-weight: normal;}

.panel {padding: 5px 0;}

div#prices table {float: left; width: 200px;}
div#prices th {
    width: 95%; 
    line-height: 1.4em;
    font-weight: bold;
    padding: 0 0 10px 0;
}
div#prices td {
    width: 50%; 
    line-height: 1.6em;
    border-bottom: 1px solid #4f4f4f;
} 
div#existing-customers {
    position: relative;
    width: 123px;
    height: 75px;
    padding: 30px 20px 0 0;
    float: right;
}
div#existing-customers p {
    display: block;
    width: 123px;
    height: 75px;
    text-align: center;
    background: url(/images/whatSize_bg_01.gif) top left no-repeat;
}
div#existing-customers p a {
    display: block;
    width: 93px;
    height: 35px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    padding: 20px 15px;
}

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: 430px;
    height: 282px;
}
div#photo-tour h2 {}
div#photo-tour p.photoSEO {
    position: relative;
    width: 430px;
    padding: 0;
    margin: 0;
    line-height: 38px;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    z-index: 3;
}

div#photoBorder {
    position: absolute;
    width: 430px;
    height: 282px;
    z-index: 2;
    background: url(/images/photoBorder_bg_01.gif) top left no-repeat;
}

div#slideshow {
    position: relative;
    width: 430px;
    height: 247px;
    z-index: 1;
		top: 3px;
		left: 3px;
}

div#facRight h6 {text-align: center;margin: 24px 0 0 0;}

div#facMap {
    position: relative;
    width: 430px;
    height: 340px;
    margin: 24px 0 0 0;
    background: url(/images/mapBorder_bg_01.gif) top left no-repeat;
}
div#facMap p {
    padding: 0;
    margin: 5px 0 0 0;
    color: #FFF; 
    font-size: 11px; 
    font-weight: bold;
    line-height: 32px;
    text-align: center;
}
div#facMap p a {color: #FFF; font-weight: bold; text-decoration: underline;}
div#map {}
div#map h2 {display: none;}

#flashmap {
    width: 420px;
    height: 303px;
    top: 5px;
    left: 5px;
}

div#homeLocations {
    position: relative;
    width: 890px;
    margin: 0 auto;
    padding: 15px 0 0 0;
}
div#homeLocations h2 {color: #FFF;}
div#homeLocations a {color: #FFF;}

div#facLocations {
    position: relative;
    width: 890px;
    margin: 0 auto;
    clear: both;
    color: #FFF;
}
div#facLocations h2 {color: #FFF;}
div#facLocations a {color: #FFF;}
div#facLocations div#other-facilities {
    position: relative;    
    width: 350px;
    padding: 15px 0 0 0;
}
div#facLocations div#compare {
    position: absolute;
    width: 500px;
    top: 0;
    left: 350px;
}

div#other-facilities {
    position: relative;
    clear: both;
    padding: 15px 0 0 38px;
}
div#other-facilities h2 {}
div#other-facilities dl {margin: 15px 0 15px 0;}

div#other-facilities dt {padding: 10px 0 0 0;}
div#other-facilities dt a {
    padding: 10px 0 0 0;
    font-weight: bold;
    line-height: 1.5em;
}
div#other-facilities dd {text-indent: 10px;}
div#other-facilities dd a {line-height: 1.5em;}
div#p_other_facilities div#other-facilities {clear: none; padding: 0 0 0 40px;}

div#compare {
    position: relative;
    width: 880px;
    padding: 15px 0 10px 38px;
    font-size: 11px;
}
div#compare h2 {}
div#compare p.nomargin {font-weight: bold;}

/* Reservation Page Styles */
/*--------------------*/
div#editor-content.reservation h1, 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; border-collapse;width: 670px;}
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: 175px;padding: 0 0 0 10px; font-size: 11px;line-height: 2em;border: 0;}
div#editor-content.reservation td.tdSize {
    border: 1px solid #bfdfe4;
    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 #bfdfe4;
    border-width: 1px 0 1px 0;
}
div#editor-content.reservation td.tdBttn {
    border: 1px solid #bfdfe4;
    border-width: 1px 1px 1px 0;
}
div#accordion h3.reservation {
    width: 700px;
    color: #FFF;
    font-size: 14px;
    line-height: 40px;
    text-indent: 40px;
    background: url(/images/togglerReservation_bg_01.jpg) top left no-repeat;
}
div#editor-content.reservation div#accordion {
    position: relative;
    width: 700px;
    padding: 30px 0 0 0;
    background-image: none;
}
div#editor-content.reservation .toggler {cursor: pointer;}
div#editor-content.reservation .element {
    width: 700px;
    padding: 10px 15px;
    line-height: 1.8em;
    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;}

#editor-content {line-height:16px;}
#editor-content h1, 
#editor-content h2, 
#editor-content h3, 
#editor-content h4, 
#editor-content h5, 
#editor-content h6 {
    margin: 0 0 6px 0;
}
#editor-content h3 {color: #f01718;}
#editor-content p {margin: 0 0 18px 0;}
#editor-content img {padding: 10px;} 
#editor-content blockquote {margin-left: 20px;}
#editor-content ul, #editor-content ol {
    margin: 0 0 18px 25px;
list-style-type: disc;
}
#editor-content dt {
    margin: 10px 0 3px 0;
    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: 430px;
    float: right;
    padding: 0 0 35px 0;
}
div#area_map h2 {display: none;}
div#area_map #flashmap {
    width: 426px;
    height: 430px;
    border: 2px solid #0b4f8c;
}

#facility-list {
    position: relative;
    width: 407px;
    float: left;
    margin: 12px 0 0 0; 
    display: inline;
}

.facility-summary {
    margin: 16px 0 16px 0; 
    clear: both;
    border-bottom: 1px dashed #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 a img.facility-offer {display: none;}
.facility-summary dt {font-weight: bold;}
.facility-summary dd {padding: 0 0 0 10px;}
.facility-summary a {}

/* Driving Directions Styles */
/*--------------------*/

div#driving-directions {clear: both; padding: 15px 38}
div#driving-directions div#address {padding: 20px 0 0 0;}

div#driving_map {
    position: relative;
    width: 860px;
    height: 400px;
    padding: 15px 0 0 0;
}
div#driving_map h2 {display: none;}

div#driving-directions #flashmap {
    position: relative;
    width: 860px;
    height: 400px;
    border: 2px solid #0b4f8c;
}

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: #4f4f4f;
    border: 2px solid #f01718;
    vertical-align: top; 
    font-weight: normal;
    text-align: left;
}
#unit-sizes-pop table th {
    color: #4f4f4f; 
    padding: .5em 1em; 
    border: 2px solid #f01718; 
    font-weight: bold; 
}
#unit-sizes-pop table th {background: #FFF; color: #4f4f4f;}

/* SPACE CALCULATOR */
/* ------------------------- */

#calculate {
	width:100%;
	padding:20px 0;
	float:left;
}

#calculate h1,
#calculate h2,
#calculate h3,
#calculate h4 {
	width:560px;
}

#calculate h3 {
	clear:left;
	font-size:12px;
	margin:3px 0 9px 0;
	border-bottom:1px solid #4f4f4f;
}

#calculate dl {
	float:left;
	width:560px;
	margin-bottom:8px;
}

#calculate dt {
	float:left;
	width:146px;
	height:22px;
	line-height:22px;
	padding:0;
        margin: 0;
}
#calculate dd {
	float:left;
	width:25px;
	height:22px;
	padding:0 10px 0 0;
}
#calculate dd input {
	width:25px;
}

#calculate input#clear {
	clear:left;
	float:left;
	width:100px;
}
#calculate input#submit {
	float:left;
	margin-left:45px;
	width:100px;
}
#calculate input#label {
	width:16em;
	display:block;
	clear:left;
	float:left;
	margin-top:10px;
	padding:2px;
	font-weight:bold;
	border:0;
	background:transparent;
}
#calculate input#total {
	display:block;
	float:left;
	padding:2px;
	font-weight:bold;
	margin-top:10px;
	color:#600;
	border:0;
	background:transparent;
}

#calculate h2 {
	clear:both;
	padding:10px 0;
}
#calculate h2.total {
	font-size:18px;
}
/* Footer */
/* -------------------- */
div#footerLinksWrap {
    position: relative;
    width: 950px;
    height: 37px;
    background: url(/images/body_bg_01.gif) top left repeat-y;
}
div#footerLinks {
    position: relative;
    width: 890px;
    margin: 0 auto;
    height: 37px;
    text-align: center;
    background: url(/images/footerLinks_bg_01.gif) top left no-repeat;
}
div#footerLinks ul {
    width: 890px;
    text-align: center;
    display: inline;
}
div#footerLinks ul li {
    display: inline;
    line-height: 37px;
    border-right: 1px solid #4f4f4f;
}
div#footerLinks ul li.last {border: 0;}
div#footerLinks ul li a {
    color: #4f4f4f;
    font-weight: bold; 
    padding: 0 15px;
}

div#preFooter {
    position: relative;
    padding: 10px 0 0 0;
    text-align: center;
    overflow: hidden;
    background: url(/images/body_bg_01.gif) top left repeat-y;
}
div#preFooter ul {display: inline;}
div#preFooter ul li {
    display: inline;
    border-right: 1px solid #4f4f4f;
}
div#preFooter ul li.last {border: 0;}
div#preFooter ul li a {
    color: #4f4f4f;
    font-weight: bold; 
    padding: 0 15px;
}

div#footer ul {}
div#footer ul li {}
div#footer ul li a {}

div#footer-states {}
div#footer-states ul li {line-height: 37px;}
div#footer-states ul.states-list li a {text-transform: uppercase;}

div#footer-stores {position: relative;}
div#footer-stores p.disclaimer {}
div#footer-stores a {}

body #signature-brand {margin:10px 40px;}

#slideshow_acq {
float: right;
width: 440px;
height: 340px;
}
#box_acq {
width: 423px;
height: 329px;	
}

/*form*/
form.cmxform fieldset ul.studies li {list-style:disc}
#formwrapper h4 {color:#FFF}