/* GLOBAL STYLES */
html, body{
    height: 100%;
}

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Arial, Helvetica, Verdana, sans-serif;
}
html,body,div,p,ul,li,input,select,td,a{ font-size: 12px; }

h1, h2, h3, h4, h5, h6{
    color: #566d76;
}

h1{ font-size: 1.6em; border-bottom: 1px solid #e9e9e9; padding-bottom: 8px; }
h2{ font-size: 1.5em; }
h3{ font-size: 1.4em; }
h4{ font-size: 1.3em; }
h5{ font-size: 1.2em; }
h6{ font-size: 1em; margin: 0px 0px 6px 0px; }
h4{ padding: 0px; margin: 0px; }

body{
    background: #f1f1ec url(/images/body_bg.gif) repeat-x top left;
    width: 100%;
    height: 100%;
    color: #5f5e55;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.body_inner{
    background: #f1f1ec url(/images/interior_body_bg.gif) repeat-x top left;
}

#pageContainer{
    width: 996px;
    margin: 0px auto 0px auto;
    padding: 0px;
    text-align: center;
}

/* END GLOBAL STYLES */

/* LOGO STYLES */
#header_container{ position: relative; height: 140px; }
#header{
    height: 140px;
    width: 990px;
    margin: 0px auto 2px auto;
    background: url(/images/header.jpg) no-repeat top left;
}

#header .headerLnk img{
    position: absolute;
    left: 12px;
    top: 28px;
    z-index: 25000;
    border: 0px solid #f00;
    width: 220px;
    height: 90px;
}

#header_links{
    position: absolute;
    top: 10px;
    right: 13px;
}
#header_links a{
    color: #d3d3ca;
    text-decoration: none;
    font-size: 11px;
}
#header_links a:hover{ text-decoration: underline; }

#header_links span{
    color: #fff;
    font-size: 11px;
}

#header_links_table{
    width: 410px;
}
#header_links_table td{
    font-size: 11px;
    font-weight: bold;
    color: #d3d3ca;
    padding: 0px 5px !important;
    text-align: center;
    vertical-align: middle;
}

#hl_link_1{ border-right: 1px solid #566d76; }

/* END LOGO STYLES */

/* MENUBAR STYLES */

#menubar{
    position: absolute;
    bottom: 40px;
    right: 4px;
    z-index: 25000;
    height: 33px;
    max-height: 33px;
    text-align: left;
}
#tmenu{
    height: 33px;
}

#tmenu td{
    margin: 0px;
    padding: 0px 1px;
    white-space: nowrap;
    position: relative;
}

#tmenu td a{
    display: block;
    position: relative;

    color: #a4b2b7;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
#tmenu td a span{
    display: block;
    padding: 6px 12px 9px 12px;
    text-decoration: none;
    font-size: 12px;
    font-family: Century Gothic, Arial, Helvetica, Verdana, sans-serif;
}

#tmenu td a:hover, #tmenu td a.ta_cur{
    color: #fff;
    background-color: #546e65;
    border: 1px solid #6b847c;
}

#tmenu td a:hover span, #tmenu td a.ta_cur span{
    padding-left: 11px;
    padding-right: 11px;
}

 /* DROP DOWN MENU */
#tmenu td ul{
    position: absolute;
    z-index: 25000;
    display: none;
    top: 33px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    opacity: .95;
    overflow: hidden;
    background-color: #ceccba;
}

#tmenu td ul li{
    display: block;
    margin: 1px 5px;
    overflow: visible;
    padding: 1px;
    border-bottom: 1px solid #bfbead;
}

#tmenu td ul li a{
    display: block;
    padding: 4px 5px 3px 5px;
    margin: 0px;
    height: auto;

    white-space: nowrap;
    background-image: none;
    text-transform: none;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    color: #1d342c;

    border-right: 0px solid #98c1f0;

    min-width: 200px;
}

#tmenu td ul li a:hover, #tmenu td ul li a.ta_cur{
    background-color: transparent;
    background-image: none;
    text-decoration: none;
    color: #546e65;
    text-transform: none;
    border: 0px solid #fff;
}

#tmenu td ul .drop_spacer{ border-bottom: 0px solid #fff; }

 /* END DROP DOWN MENU */
/* END MENUBAR STYLES */

#page_header_home_outer{
    margin-top: 2px;
    padding: 0px 18px;
    background: url(/images/page_header_bgy.png) repeat-y top left;
}
#page_header_home{
    padding: 15px 0px 13px 0px;
    background: url(/images/page_header_bgx.gif) repeat-x top left;
}

#page_header_outer{
    margin-top: 2px;
    padding: 0px 18px;
    background: url(/images/page_header_bgy.png) repeat-y top left;
}
#page_header{
    padding: 15px 0px 15px 0px;
    background: url(/images/page_header_bgx.gif) repeat-x top left;
}
#page_header_inner{
    background-color: #546e65;
    padding: 10px;
    margin: 0px 15px;
}

#page_header_inner table{ width: 910px; }
#page_header_inner table td{
    vertical-align: middle;
}

#page_header_image{ width: 528px; border: 1px solid #dddcd0; }
#page_header_image img{ display: block; }

#page_header_spacer{ width: 10px; }

#page_header_text{
    border: 1px solid #dddcd0;
    background: #1c2d33 url(/images/page_header_text_bg.gif) repeat-x top left;
    height: 129px;
    color: #a4b2b7;
    font-weight: bold;
    font-variant: small-caps;
}

#page_header_text h1{
    color: #f1f1ec;
    font-size: 30px;
    margin: 0px;
    padding: 0px;
    border-bottom: 0px solid #fff;
    font-weight: normal;
    text-align: center;
}

#page_header_subtitle{
    margin-top: 8px;
    text-transform: uppercase;
    font-family: Century Gothic, Arial, Helvetica, Verdana, sans-serif;
    text-align: center;
}

/* USUAL STRUCTURAL STUFF */

#columnLeft, #columnMain, #columnRight{ padding-top: 14px; vertical-align: top; }

#columnLeft, #columnRight{
    width: 200px;
    max-width: 200px;
}
#columnLeft{ padding-right: 11px; }
#columnRight{ padding-left: 11px; }

#contentContainer_outer{
    margin-top: 2px;
    padding: 0px;
    background: url(/images/content_container_bgy.png) repeat-y top left;
}
#contentContainer{
    margin: 2px 18px 0px 18px;
    padding: 0px 15px;
    background: url(/images/content_container_bgx.gif) repeat-x top left;
}

#contentTable{ width: 930px; }

#content{
    position: relative;
    margin: 0px;
    padding: 0px 20px;

    width: auto;
    height: auto;
    min-height: 500px;

    text-align: left;
    line-height: 1.4em;
}

.content_home{
    padding: 0px !important;
    min-height: 260px !important;
}

#bottommenubar{
}
#bottommenu{ margin: 17px auto; }
#bottommenu td{
    border-left: 1px solid #c0beac;
    padding: 0px 8px;
}
#bottommenu td a{
    font-weight: bold;
    color: #8f8d7f;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
}
#bottommenu td a:hover{
    text-decoration: underline;
}

#bottommenu #bmtd_0{ border-left: 0px solid #fff; }

#footer_container{
    border-top: 2px solid #fff;
    padding: 17px 18px 24px 18px;
    background: url(/images/footer_bg.gif) repeat-x top left;
}

#footer{
    margin: 0px auto;
    width: 960px;
    padding: 0px;
    text-align: center;
    color: #9db7ae;
    text-transform: uppercase;
}

#copyright{
    float: left;
    text-align: center;
    font-size: 11px;
    padding: 0px;
}

#bbbsystems{
    float: right;
    padding: 0px;
}

#bbbsystems a{
    text-transform: uppercase;
    color: #9db7ae;
    text-decoration: none;
    font-size: 11px;
    padding: 0px;
    margin: 0px;
}
#bbbsystems a:hover{
    text-transform: uppercase;
    color: #9db7ae;
    text-decoration: underline;
}

/* END USUAL STRUCTURAL STUFF */

/* FORM ELEMENTS */

input, select, textarea{
    font-weight: normal;
    font-size: 12px;
    padding: 2px;
}

.button, .buttonOver{
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #3c594f;
    background: #3c594f url(/images/button_bg.gif) repeat-x top left;
    padding: 2px 4px 3px 4px;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.button{
    color: #ffffff;
}
.buttonOver{
    color: #ffffff;
    opacity: .8;
}

/* END FORM ELEMENTS */

/* ANCHORS */
a{ color: #45816c; }
a:hover{ color: #546e65; }
a.cellHeader{ text-decoration: none; font-weight: bold;}
a.cellHeader:hover{ text-decoration: underline;}
a.cellHeaderSmall{ text-decoration: none; font-size: 10px; font-weight: bold;}
a.cellHeaderSmall:hover{ text-decoration: underline; }
a.cellLarge{ text-decoration:none; font-weight: normal; }
a.cellLarge:hover{ text-decoration:none;}
a.small{ font-size: 11px; font-weight: bold; margin-bottom: 4px;}
a.toolbarText{ font-weight: bold; font-size: 10px; text-decoration: none;}
a.toolbarIcon{ margin: 0px;}
a.toolbarIcon:hover{ margin: 0px;}
.toolbarIcon{ margin: 0px;}

/* END ANCHORS */

/* MISC */
/* DONT CHANGE THIS P IE Users will appreciate it */
/* Most ie users will probably paste stuff, so here it is. */

/*used for the checkout page header text and for email header text*/
.boldHeader{ font-weight: bold; }
span.small{ font-size: 12px; }
.large{ font-size: 12px; }
.tdHeader{ font-size: 12px; }
.error{ font-weight: bold;  color: #FF0000; border: 0px solid #CCCCCC;}
span.good{ font-weight: bold; }

/* replacement for hr */
div.hr, div.hr2{ height: 1px; font-size: 1px; margin: 6px 0px; border-top: 1px solid #89ADDC; }
form{ padding: 0px; margin: 0px; }
table.center{ margin: 0px auto; }
table.right{ margin-left: auto; margin-right: 0px; }

/* general 100% + 0 padding and 0 margin (where applicable) */
.t100{ width: 100%; margin: 0px; padding: 0px; }

.center{ text-align: center; }
.right{ text-align: right; }


/* GALLERY STYLES */

.galleryDescription{
    margin: 0px;
}

div.galleryContainer{
    margin: 16px;

    width: 579px;
    height: auto;

}
html>body div.galleryContainer{
    width: 577px;
}

ul.galleryContainer{
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;

    width: 100%;
    height: auto;

    clear: both;
}

ul.galleryContainer li{
    float: left;
    margin: 0px;
    padding: 0px 0px;

    text-align: center;
}
html>body ul.galleryContainer li{
}


ul.galleryContainer li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;

    white-space: normal;

    height: 100px;

    text-decoration: none;
}
html>body ul.galleryContainer li a{
    height: auto;
    min-height: 100px;

}

ul.galleryContainer li img{
    margin: 0px 4px;
    border: 0px solid #FFFFFF;
}

/* LARGE PRODUCT GALLERY */

div.pGalleryContainerL{
    margin: 16px auto 0px auto;
    width: 579px;
    height: auto;
    clear: both;
    display: table;
    border-left: 1px solid #CECCF9;
}
html>body div.pGalleryContainerL{
    width: 577px;
}

ul.pGalleryContainerL{
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    clear: both;
}

ul.pGalleryContainerL li{
    float: left;
    margin: 0px;
    padding: 0px 0px;
    text-align: center;
    width: 140px;
    border-top: 1px solid #CECCF9;
    border-right: 1px solid #4C638C;
    border-bottom: 1px solid #4C638C;
}
html>body ul.pGalleryContainerL li{
    width: 140px;
}


ul.pGalleryContainerL li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;
    white-space: normal;
    height: 80px;
    text-decoration: none;
}
html>body ul.pGalleryContainerL li a{
    height: auto;
    min-height: 80px;

}

ul.pGalleryContainerL li img{
    margin: 0px 4px;
    border: 0px solid #FFFFFF;
}

/* END GALLERIES */

.dottedHR{ border-top: 1px dotted #000000; padding: 5px 0px; }

.productOptH{
    margin: 3px 0px;
    color: #000000;
    border-bottom: 1px solid #C4D0EA;
    font-weight: bold;
    font-size: 14px;
}

/* CONTACT STYLES */
.contactTable{
    width: 430px !important;
    text-align: left;
}

.contactTable td{
    padding: 2px;
}

.contactLeft{
    width: 100%;
    text-align: left;
}

.contactRight{
    width: 100%;
    text-align: left;
}

.contactTable .contactBottom{
    padding-top: 14px;
}

.required{
    color: #FF0000;
}

/* END CONTACT STYLES */

.clearBoth{
    clear: both;
}

.centerTable td{
    text-align: center;
}
.centerTable td a img{
    border: 0px solid #000;
}


/* ############# POPUP CALENDAR ############# */
#d_form_cal{
    background-color: #ffffff;
}
.cpYearNavigation, .cpMonthNavigation{
    background-color: #C0C0C0;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
.cpDayColumnHeader, .cpYearNavigation, .cpMonthNavigation, .cpCurrentMonthDate, .cpCurrentMonthDateDisabled, .cpOtherMonthDate, .cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled, .cpTodayText, .cpTodayTextDisabled, .cpText{
    font-family: Arial;
    font-size: 8pt;
}
td.cpCurrentMonthDate, td.cpOtherMonthDate, td.cpCurrentDate{
    padding: 0px 4px !important;
}
td.cpDayColumnHeader{
    text-align: center;
    border: 1px solid #C0C0C0;
    border-width: 0px 0px 1px 0px;
}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate{
    text-align: center;
    text-decoration: none;
}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled{
    color: #D0D0D0;
    text-align: center;
    text-decoration: line-through;
}
.cpCurrentMonthDate, .cpCurrentDate{
    color: #000000;
}
.cpOtherMonthDate{
    color: #808080;
}
td.cpCurrentDate{
    color: #FFFFFF;
    background-color: #C0C0C0;
    border-width: 1px;
    border: solid thin #800000;
}
td.cpCurrentDateDisabled{
    border-width: 1px;
    border: solid thin #FFAAAA;
}
td.cpTodayText, td.cpTodayTextDisabled{
    border: 1px solid #C0C0C0;
    border-width: 1px 0px 0px 0px;
}
a.cpTodayText, span.cpTodayTextDisabled{ height: 20px; }
a.cpTodayText{ color: #000000; }
.cpTodayTextDisabled{ color: #D0D0D0; }
.cpBorder{ border: 1px solid #808080; }

#cal_StartDate, #cal_EndDate, #cal_RecurStartDate, #cal_RecurEndDate{
    background: transparent !important;
}
#cal_StartDate table, #cal_EndDate table, #cal_RecurStartDate table, #cal_RecurEndDate table{
    background-color: #FFF;
}

#google_map, #google_pano{
    width: 100%;
    height: 230px;
}

#google_pano{ display: none; }


#mapDirectionsC{
    padding: 8px;
    background-color: #EBF1F9;
    border: 1px solid #D2DCEC;
}

.startAddress{
    width: 250px;
}

#directions{
    display: none;
    margin-top: 8px;
    width: 98%;
    background-color: #FFFFFF;
    border: 1px solid #D2DCEC;
}
.printDirections{
    text-align: right;
}

#workNode{ display: none; }

/* custom form cells */

.cell, .cellOdd, .cellError{ padding: 3px; }
.cellError{ background-color: #ffcfcf; }

/* search results */
.searchResults{
    margin-bottom: 15px;
}
.searchResults h3{
    margin: 0px;
    padding: 0px;
}

.searchDesc{
    padding: 5px 0px;
}
.searchURL{
    color: #25a609;
}

.resultsNav{
    border-top: 1px solid #7da7e4;
    border-bottom: 1px solid #7da7e4;
    padding: 8px 0px;
    margin: 8px 0px;
}
.resultsNav a{
    font-size: 12px;
}
.jumpNav{
    float: right;
    margin-top: 15px;
}
.resultsNav .curNav{
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.searchSuggestion{
    color: #25a609;
    font-style: italic;
    margin-bottom: 4px;
    font-size: 14px;
}
.searchSuggestion a{ font-weight: bold; font-size: 14px; }

/* end search results */

#hh_phone{ display: none; }


.cf_label div{
	border-bottom: 2px solid #ccc;
	padding: 5px 0px;
	margin: 10px 0px;
	text-transform: uppercase;
}
.cf_label h5{ padding: 0px; margin: 0px; }

.custom_multi_selects td{ padding: 4px; }

#business_types td{ padding: 4px; }

#listing_list{ padding-top: 15px; }
#listing_list td{
    padding: 6px;
    font-size: 11px;
    background-color: #f6f7f2;
    vertical-align: top;
    line-height: 1.3em;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #dfdcd1;
}
.listing_list_header{
    color: #2f2e26 !important;
    font-size: 16px !important;
    font-weight: bold;
    background-color: #cacbbd !important;
    padding: 15px 6px !important;
}
.listing_list_header a.cur{ text-decoration: none; }
.listing_list_sub{ background-color: #e8e7e2 !important; }

.listing_list_header, .listing_list_sub, .listing_list_standard{ width: 33%; }

.listing_list_buttons{ border-top: 0px solid #fff !important; text-align: right; }

.adv_search_field{ padding: 4px; }

.small_inputs input{ width: 80px; }

#listing_contact_form{ padding-top: 15px; }
#listing_contact_form td{ padding: 4px; }

#home_blocks_left{
    width: 536px;
    vertical-align: top;
    padding-right: 15px;
}
#home_blocks_right{
    width: 380px;
    vertical-align: top;
}

.lcat_name_home{ padding: 4px; }
.lcat_checkbox{ width: 20px !important; }

#homeTabs_c{ position: relative; margin-top: 0px; }
.home_tabs{
    margin-top: -15px !important;
    margin-bottom: 20px;
}

#homeTabs_wrapper{
    position: absolute;
    top: -34px;
    background-color: #e6e5d7;
    border: 1px solid #b7b5a4;
    height: 33px;
}
#homeTabs{
    width: 533px;

    margin: 0px;
    padding: 0px;
}

#homeTabs li{
    list-style: none;
    float: left;
    text-align: center;
}
#homeTabs li a{
    display: block;

    padding: 10px 30px 6px 30px;

    color: #5f5e55;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;

    outline: 0px solid transparent;

    border-right: 1px solid #b7b5a4;
}
#homeTabs li a:hover{
    text-decoration: underline;
}

.home_tab_c{
    position: relative;
    background-color: #e6e5d7;
    height: 33px;
}

#homeTabs .li_cur{
    background-color: #f1f1ec !important;
    border-bottom: 1px solid #f1f1ec;
}

#homeTabContent{
    border-bottom: 1px solid #b7b5a4;
    border-left: 1px solid #b7b5a4;
    border-right: 1px solid #b7b5a4;
    margin-top: 50px;
    padding: 11px 10px 10px 10px;
	background: #f1f1ec url(/images/home_block_bg.gif) repeat-x bottom left;
}

#home_blocks_right .block{
    background: #f1f1ec url(/images/home_block_bg.gif) repeat-x bottom left;
    border: 1px solid #b7b5a4 !important;
}

#home_blocks_right .block h1,
#home_blocks_right .block h2,
#home_blocks_right .block h3,
#home_blocks_right .block h4,
#home_blocks_right .block h5,
#home_blocks_right .block h6{
    color: #5f5e55 !important;
}
#home_blocks_right .block h4{ font-size: 17px !important; margin-bottom: 12px; }
#home_blocks_right .block .newEmailInput{ width: 280px; color: #566d76; }
#home_blocks_right .block a{ color: #2d93bb; text-decoration: none; }
#home_blocks_right .block a:hover{ color: #2180a6; text-decoration: underline; }