/* 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: 14px; }

h1, h2, h3, h4, h5, h6{
    color: #2aa0e4;
    font-family: League Gothic, Helvetica, Verdana, sans-serif;
}

h1{ font-size: 50px; margin: 0px; padding: 0px 0px 15px 0px; }
h2{ font-size: 40px; }
h3{ font-size: 30px; padding: 30px 0px 15px 0px; margin: 0px; }
h4{ font-size: 26px; }
h5{ font-size: 24px; }
h6{ font-size: 20px; margin: 0px 0px 6px 0px; }
h4{ padding: 0px; margin: 0px; }

body{
    background: #ffffff url(/images/body_bg_2.jpg) repeat-x top left;
    width: 100%;
    height: 100%;
    color: #475862;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

#pageContainer{
    position: relative;
    margin: 0px auto;
    padding: 0px;
    width: 1000px;
    text-align: left;
}

#pageContainerInner{
    padding: 0px;
}

/* END GLOBAL STYLES */

/* LOGO STYLES */
#header{
    position: relative;
    height: 205px;
    margin: 0px auto;
    background: url(/images/header_bg_2.jpg) no-repeat top left;
}

#header .headerLnk img{
    position: absolute;
    left: 15px;
    top: 65px;
    border: 0px solid #fff;
    width: 279px;
    height: 121px;
    background: url(/images/logo2.jpg) no-repeat top left;
}
#header .headerContactLnk{
    position: absolute;
    top: 3px;
    left: 0px;
    border: 0px solid #f00;
    width: 210px;
    height: 35px;
}

#hh_phone{
    font-size: 30px;
    font-family: League Gothic, Helvetica, Verdana, sans-serif;
    color: #aedaf3;
    position: absolute;
    top: 5px;
    left: 5px;
}
#hh_phone span{ color: #fff; }

.header_search{
    position: absolute;
    top: 72px;
    right: 11px;
}
#header_search_input{
    position: relative;
    padding: 10px 0px 11px 10px;
    width: 198px;
    color: #555555;
}

#header .explore{
    position: absolute;
    top: 70px;
    left: 383px;
    border: 0px solid #f00 !important;
}
/* END LOGO STYLES */

/* MENUBAR STYLES */
/* HEADMENU */
#headmenu{
    position: absolute;
    top: 0px;
    right: 0px;
}
#hmenu{
    position: relative;
    height: 45px;
    margin: 0px;
}
#hmenu td{
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}
#hmenu td a{
    border-right: 2px solid #95ccec;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px;
    font-family: League Gothic, Helvetica, Verdana, sans-serif;
}
#hmenu td .hm_last{ border: 0px solid #f00; }

/* TOPMENU  */
#menubar{
    position: absolute;
    top: 135px;
    right: 11px;
    height: 50px;
}

#tmenu{
    margin: 0px 0px 0px auto;
    height: 50px;
}

#tmenu td{
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}

#tmenu td a{
    display: block;
    border-left: 1px solid #fff;
    border-right: 1px solid #c0c9cd;
    padding: 5px 8px;
    color: #475862;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24px;
    font-family: League Gothic, Helvetica, Verdana, sans-serif;
}
#tmenu td #join_today{
    padding: 0px;
    border: 0px solid #f00;
}
#tmenu td #join_today img{
    border: 0px solid #f00;
}

#tmenu td a.ta_cur,#tmenu td a:hover{
    color: #2aa0e4;
}

#tmenu td a.ta_first{
    border-left: 0px solid #ffffff;
}
#tmenu td a.ta_last{
    border-right: 0px solid #ffffff !important;
}

/* END MENUBAR STYLES */

/* UGLY TABLE STRUCTURE TO COMPENSATE FOR MULTIPLE SHADES OF WHITE */
#structureOuterTable{ width: 100%; margin: 4px 0px 0px 0px; }
#structureMain, #structureRight, #columnLeft, #columnMain { vertical-align: top; padding: 0px; }

#structureMain{ width: auto; }

.structureMainTable{ width: 100%; }

.structureBlock{
    background-color: #ffffff;
    border: 0px solid #ff0000;
    padding: 2px;
    margin-bottom: 4px;
}
#columnLeft{ width: 180px; }
#contentLeft{ width: 180px; }

#structureRight{ width: 238px; background: url(/images/structureRight_bg.jpg) repeat-y top left; text-align: left; }
#columnRight{ padding: 0px 0px 0px 12px; background: url(/images/columnRight_bg.jpg) no-repeat top left; width: 190px; }

/* END UGLY */

/* USUAL STRUCTURAL STUFF */

#cat_sub_menu{

}
#smenu{
    margin: 0px;
    width: auto;
}
#smenu td{
    padding: 0px;
    margin: 0px;
    white-space: nowrap;
}
#smenu td a{
    display: block;
    border-left: 1px solid #fff;
    border-right: 1px solid #c0c9cd;
    padding: 5px 8px;
    color: #475862;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    font-size: 24px;
    font-family: League Gothic, Helvetica, Verdana, sans-serif;
}
#smenu td .ta_first{ border-left: 0px none #f00; }
#smenu td .ta_last{ border-right: 0px none #f00; }
#smenu td a.ta_cur,#smenu td a:hover{
    color: #2aa0e4;
}

#contentContainer{
    padding: 30px 0px 0px 0px;
    margin: 0px;
}

#content{
    position: relative;
    margin: 0px;
    padding: 0px 15px 30px 15px;

    width: auto;
    min-height: 500px;
    text-align: left;
    line-height: 1.3em;
}
#content ul{ color: #1fc190; }

#bmenu{
    text-align: left;
    width: 970px;
    margin: 0px auto;
    padding: 8px 2px;
    border-bottom: 1px solid #1a638e;
}
#bottommenu{
    margin: 0px auto;
}
#bottommenu td{ padding: 0px 10px; margin: 0px; vertical-align: top; color: #fff; }

#bottommenu td h6{
    color: #c5e4f7;
    text-transform: uppercase;
    font-size: 30px !important;
    border-bottom: 1px solid #1a638e;
    margin: 0px;
    padding: 1px 0px 1px 0px;
}

#bottommenu a{
    display: block;
    padding: 2px 8px 5px 0px;
    text-align: left;
    text-decoration: none;
    font-size: 13px;
    color: #f2fbff;
}
#bottommenu #f_follow a{
    display: inline;
    padding: 0px;
    margin: 0px;
}

#bottommenu a:hover{
    text-decoration: underline;
}

#bottommenu a#bma_0{
    border-left: 0px solid #ffffff;
}

#footer_newsletter_form{ margin-top: 6px; }
#footer_newsletter_form #footer_email_input{
    width: 100px;
    color: #555555;
    padding: 4px 0px 5px 2px;
    border-top: 2px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 2px solid #ccc;
}

#footerContainer{
    text-align: center;
    background: #217cb1 url(/images/footer_watermark.jpg) no-repeat bottom center;
    width: 100%;
    height: auto;
}

#footer{
    position: relative;
    margin: 0px auto;
    padding-top: 15px;
    width: 970px;
    min-height: 82px;
    max-height: 82px;
    text-align: left;
    color: #c5e4f7;
    border-top: 1px solid #68add5;
}

#copyright{
    float: left;
    text-align: left;
    font-size: 24px;
    padding-top: 15px;
    font-family: League Gothic, Helvetica, Verdana, sans-serif;
    text-transform: uppercase;
}
#footer_join{
    float: right;
    text-align: right;
}
#footer_join a img{ border: 0px solid #f00; }

#bbb, #bbb a{
    font-size: 11px;
    color: #a5cde4;
    text-decoration: none;
    text-transform: uppercase;
}
#bbb a:hover{ color: #a5cde4; text-decoration: underline; }

/*  HOME SLIDES   */
#home_slides{
    position: relative;
    width: 962px;
    height: 460px;
    max-height: 460px;
    padding: 5px;
    background-color: #fff;
    margin-bottom: 20px;
    overflow: hidden;

    -o-box-shadow: 0px 0px 8px #dcdcdc;
    -moz-box-shadow: 0px 0px 8px #dcdcdc;
    -webkit-box-shadow:	0px 0px 8px #dcdcdc;
    box-shadow: 0px 0px 8px #dcdcdc;
}

#img_ajx_loader{ display: none; position: absolute; top: 180px; z-index: 20000; left: 240px; }

#home_slide_main{
    background-color: #474747;
    height: 460px;
    max-height: 460px;
    width: 650px;
    max-width: 650px;
    vertical-align: top;
}
#img_contain,.img_contain{
    max-height: 460px;
}
#img_contain img,.img_contain img{ border: 0px solid #f00 !important; }

#more_button{ position: absolute; bottom: 6px; right: 317px; z-index: 20000;}
#more_button_h{ position: absolute; bottom: 2px; right: 0px; z-index: 20000; }
#more_button a, #more_button_h a{
    color: #fff;
    background-color: #237db2;
    padding: 2px 9px 0px 9px;
    font-size: 30px;
    font-family: League Gothic, Helvetica, Verdana, sans-serif;
}
#img_desc{
    position: absolute;
    bottom: 5px;
    left: 5px;
    height: 97px;
    width: 625px;
    padding: 24px 5px 0px 20px;
    background: url(/images/img_desc_bg.png) repeat-x top left;
}
#img_desc #img_title{
    color: #fff;
    font-size: 40px;
    font-family: League Gothic, Helvetica, Verdana, sans-serif;
}
#img_desc #desc{
    color: #fff;
    font-size: 15px;
}
#img_desc #desc{ padding-right: 95px; }

#slide_btns{
    position: relative;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.arrow_cur{
    position: absolute;
    left: -18px;
    background: url(/images/active_arrow.png) no-repeat top left;
    height: 35px;
    width: 18px;
}
#sbtn_0,#sbtn_1,#sbtn_2{
    padding: 8px 2px 10px 10px;
    background: url(/images/slide_choice_bg.jpg) repeat-x top left;
    margin: 0px 0px 1px 0px;
}
#sbtn_0 a,#sbtn_1 a,#sbtn_2 a{
    display: block;
    padding-top: 7px;
    color: #fff;
    font-size: 24px;
    font-family: League Gothic, Helvetica, Verdana, sans-serif;
}
#slide_btns .hs_cur{
    background: url(/images/slide_choice_active.jpg) no-repeat top left;
}

#why_join{
    border-top: 2px solid #bebea2;
    border-right: 2px solid #bebea2;
    border-bottom: 2px solid #bebea2;
    background-color: #f5f5d7;
    padding: 15px 14px;
    margin-top: 4px;
    min-height: 272px;
    max-height: 272px;
}

#why_join h3{
    font-size: 31px;
    padding: 0px 0px 14px 12px;
    margin: 0px;
    color: #217cb1;
}

#why_join #reason_why{
    font-size: 11px;
    line-height: 1.4em;
    color: #475862;
}

#why_join #reason_why ul{
    list-style: none;
    padding: 12px 0px 8px 9px;
    margin: 0px;
}

#why_join #reason_why ul li{
    font-size: 11px;
    padding-left: 14px;
    padding-bottom: 5px;
    background: url(/images/join_bullet.jpg) no-repeat 0 4px;
}

#why_join #reason_why ul span{
    color: #217cb1;
    font-weight: bold;
}

#join_chamber_today{
    text-align: center !important;
}
#join_chamber_today img{ border: 0px solid #f00; }

/*   HOME AJAX TABS STYLES    */
#homepage_content_tabs{
    border: 1px solid #bdc5c9;
    min-height: 300px;
    background: url(/images/tabsContent_bg.jpg) repeat-x bottom left;
}

#home_tabs{
    height: 35px;
    position: relative;
    z-index: 20000;
}

#homepage_content_tabs #tabs_list{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#tabs_list li{
    display: inline;
    padding: 0px;
    margin: 0px;
    float: left;
}

#tabs_list li a{
    position: relative;
    top: 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    background: url(/images/homeTab_bg.jpg) repeat-x top left;
    padding: 11px 12px;
    margin: 0px;
    border-right: 1px solid #bdc5c9;
    border-bottom: 1px solid #bdc5c9;
}
#tabs_list #ht_4 a{ border-right: 0px solid #f00 !important; }

#tabs_list li a:hover,#tabs_list .li_cur a{
    color: #475862;
    background: url(/images/homeTab_cur.jpg) repeat-x top left;
    border-bottom: 0px solid #bdc5c9;
}

/*  Latest News  */
#homepage_content_tabs h2{
    padding: 0px;
    margin: 0px;
}
#homepage_content_tabs h2 a{ font-size: 26px; }

#oldNews{
    margin-top: 22px !important;
    border-top: 1px solid #e7e7e7;
}

.cal_date_container{
    background: url(/images/calTop.jpg) no-repeat top center;
    padding: 4px 1px;
    margin: 0px 18px 0px 0px;
}
.cal_border{
    padding: 0px 2px;
    border-right: 1px solid #a2aeb4;
    border-bottom: 1px solid #a2aeb4;
    border-left: 1px solid #a2aeb4;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.cal_month{
    background-color: #23a47e;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 0px 2px;
    margin: 2px 0px 0px 0px;

    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.cal_day{
    text-align: center !important;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

#oldNews td{
    padding-top: 22px;
    font-size: 12px;
}
#oldNews td .news_link{
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}
#oldNews td a{ font-size: 12px; }

/* Interactive Calendar */
.calHead{
    border: 0px solid #217CB1 !important;
    color: #475862 !important;
    font-size: 30px;
    text-transform: uppercase;
}

.calHeadDOW td{
    background-color: #217CB1 !important;
    background-image: none;
    padding: 10px 5px 0px 5px !important;
    color: #fff;
    font-size: 30px !important;

    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

#cal{ padding: 3px 5px 5px 5px; }
.calTop table{ width: 100%; }
.calTop table td{
    padding: 0px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}
.calHeadL, .calHeadR{
    width: 15px;
}
.calHeadL a, .calHeadR a{
    display: block;
    border: 1px solid #83939d;
    background-color: #edf2eb;
    padding: 0px 4px 3px 4px;
    font-size: 12px;
    text-decoration: none;
}
.calHeadL a{ margin-right: 2px; }
.calHeadR a{ margin-left: 2px; }
.calHeadL a:hover, .calHeadR a:hover{
    background-color: #83939d;
    color: #fff;
}
.calHead{
    border: 1px solid #b7c5ec;
    color: #657694;
}

.calContent table{
    width: 100%;
    border-collapse: collapse;
}
.calContent table td{
    padding: 0px;
    border: 1px solid #ffffff;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    width: 13%;
}
.calContent table td div{
    margin: 0px;
    padding: 0px;
}

.calContent .calBlank{
    /* background-color: #e1e5f1; */
    background-color: #dddddd;
}
.calContent table td a{
    display: block;
    background-color: #d8edf9;
    padding: 10px 0px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    color: #475862;
}
.calContent table td a:hover{
    opacity: .7;
}
.calContent table td.calToday a{
    background-color: #5cbbf1;
    color: #fff;
}
.calContent table td.calToday a:hover{
    opacity: .7;
}

.calContent table td.calEvent a{
    background-color: #7be2c4;
}
.calContent table td.calEvent a:hover{
    opacity: .7;
}

.cal_legend{
    padding: 8px 10px 2px 10px !important;
}
.cal_view_month{
    padding: 5px 10px !important;
}

.cal_legend_event{
    background-color: #7be2c4;
    border: 1px solid #363636;
}

.cal_legend_today{
    background-color: #5cbbf1;
    border: 1px solid #363636;
}
/* end calendar */

#home_rotate_gallery{
    background: #292929 url(/images/rotate_bg.jpg) no-repeat top left;
    position: relative;
}
#home_rotate_gallery h5{
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    padding: 12px 0px 0px 0px;
    margin: 0px;
    text-align: center;
    z-index: 1;
}
#roundabout{
    height: 196px;
    margin: 0px;
    padding: 0px;
    position: relative;
    top: -50Px;
    left: -77px;
}
#roundabout ul{
    list-style: none;
    padding-left: 0px;
    width: 138px;
    margin: 0px auto;
    height: 196px;
}

.roundabout-holder{
    height: 190px;
    padding: 0px;
}
.roundabout-moveable-item{
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    height: 97px;
    width: 54px;

}
.roundabout-moveable-item img{
    border: 2px solid #686868;
    height: 97px !important;
    overflow: hidden;
}
.roundabout-in-focus{
    cursor: auto;
}
.roundabout-in-focus img{ border: 2px solid #fff; height: 115px !important; }

#rb_left, #rb_right{
    z-index: 10000;
    position: relative;
    left: 7px;
}
#rb_right{ left: 268px; }
#rb_left img, #rb_right img{ border: 0px solid #f00; }
#filler{
    color: #fff;
    border: 0px solid #ff0;
    position: relative;
    top: -8px;
    left: 76px;
    padding-left: 7px;
    max-width: 290px;
}

/* END USUAL STRUCTURAL STUFF */

/* FORM ELEMENTS */

input, select, textarea{
    background-color: #fff;
    font-weight: normal;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-left: 1px solid #a6a6a6;
    border-top: 1px solid #a6a6a6;
    padding: 2px;
}

.button, .buttonOver, .footer_button{
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #6b7c86;
    background-color: #6b7c86;
    padding: 9px 5px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.footer_button{
    color: #217cb1;
    background: #cad5db url(/images/button_bg_2.jpg) repeat-x top left;
    padding: 5px;
    border: 0px solid #6b7c86;

    -o-box-shadow: 0px 2px 8px #144b6c;
    -moz-box-shadow: 0px 2px 8px #144b6c;
    -webkit-box-shadow:	0px 2px 8px #144b6c;
    box-shadow: 0px 2px 8px #144b6c;
}

.button{
    color: #ffffff;
}
.buttonOver{
    color: #ffffff;
    opacity: .8;
}

/* END FORM ELEMENTS */

/* ANCHORS */
a{ color: #367db2; font-weight: bold; text-decoration: none; }
a:hover{ color: #67b5ef; text-decoration: underline; }
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: 500px;
    text-align: left;
}

.contactTable td{
    padding: 2px;
}

.contactLeft{
    width: 40%;
    text-align: left;
}

.contactRight{
    width: 60%;
    text-align: left;
}

.contactTable .contactBottom{
    padding: 14px 0px;
}

.required{
    color: #FF0000;
}

/* END CONTACT STYLES */

.clearBoth{
    clear: both;
}

.centerTable td{
    text-align: center;
}
.centerTable td a img{
    border: 0px solid #000;
}


/* event styles */

#eventFrom{ display: none; }
#eventRecur{ display: none; }

/* ############# 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;
}

#event_list td{ padding: 15px 0px; border-bottom: 1px solid #ccc; }
#event_list .event_spacer{ padding: 4px 0px; }

#event_list .event_main a{ font-weight: bold; }

#event_list .event_name{ font-weight: bold; color: #198ecf; font-size: 15px; }
#event_list .event_blurb{ padding: 8px 0px 12px 0px; }
#event_list .event_date{ width: 75px; padding: 4px 8px; text-align: center; border-right: 1px dotted #ccc; }
#event_list .event_time{ width: 75px; padding: 4px 8px; text-align: center; border-right: 1px dotted #ccc; }
#event_list .event_contact{ padding: 4px 8px; text-align: center; }

#event_details td{ padding: 4px; }

#google_map, #google_pano{
    width: 100%;
    height: 230px;
}

#google_pano{ display: none; }
#google_pano object{ width: 100%; }

#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; }


/* Directory Stuff */
#dir_ad .advertisement{ text-align: center; margin-bottom: 4px; }
#dir_container{
    margin-top: 20px;
    border: 1px solid #bdc5c9;
}
#dir_header{
    height: 50px;
    margin-bottom: 8px;
}
#dir_header div{
    color: #000000;
    font-size: 10px;
}
#dir_header .input_text{
    height: 25px;
    font-size: 12px;
    width: 90px !important;
}
#dir_header .input_select{
    font-size: 12px;
}

.tlistSearch div{ text-align: right !important; padding-bottom: 8px; }
.tlistSearch .input_text{ width: 60px; }


#dir_search{
    text-align: center;
    white-space: nowrap;
}
#dir_alpha{
    margin: 10px 0px;
}

#dir_top_ad{
    position: absolute;
    top: 14px;
    right: 10px;
    width: 234px;
    height: 60px;
    padding: 0px;
    margin: 0px;
}

#dir_top_listing_ads{
    padding: 8px 0px;
    background-color: #ffffff;
}
#dir_top_listing_ads table tr td{
    width: 33%;
    text-align: center;
}
#dir_top_listing_ads table tr td .advertisement{
    margin: 0px auto;
    text-align: center;
}

.alphaContain{
    margin: 0px;
    padding: 0px;
}

.alphaContain .alphaList{
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.alphaContain .alphaList li{
    display: inline;
    padding: 0px;
    margin: 0px 4px;
}
.alphaContain .alphaList li a{
    display: inline;
}

#dir_breadcrumb{
    border-top: 1px solid #bdc5c9;
    border-bottom: 1px solid #bdc5c9;
    padding: 6px 5px 5px 5px;
}
#dir_breadcrumb h1, #dir_breadcrumb a, #dir_cntstr a{
    font-size: 20px;
    border: 0px solid #FFFFFF;
    margin: 0px;
    font-weight: normal;
}
#dir_cntstr{
    padding-top: 12px;
    text-align: center !important;
    font-weight: bold;
}
#dir_cntstr a.plistCurrent{
    font-weight: bold !important;
}

#dir_content_container{
    border-top: 1px solid #bdc5c9;
    border-bottom: 1px solid #bdc5c9;
}

#dir_content_table{
    width: 100%;
}
#dir_content_table td{
    vertical-align: top;
}

#dir_content{ width: 100%; }

#dir_content_inner{
    padding: 8px;
}

.dir_cats td{ padding: 4px; }
.dir_cats td h3{ border-bottom: 1px solid #bdc5c9; margin: 0px; padding: 10px 0px 5px 10px; }
#dir_bottom_tools{
    border-bottom: 1px solid #bdc5c9;
    background-color: #F5F5F5;
}
.dir_cats td a{ font-weight: normal !important; }

#dir_td_right_ads div{
    text-align: center !important;
    padding: 1px;
}

.dir_featured{
    color: #5f918c;
}

#dir_tools_td_orderby, #dir_tools_td_advertise{
    padding: 12px 8px;
}

#dir_tools_td_advertise a, #dir_tools_td_advertise a img{
    border: 0px solid #FFFFFF;
    text-decoration: none;
}

td.catLeft{
    width: 33%;
    padding: 10px 20px;
}
td.catMiddle{
    width: 33%;
    padding: 10px 20px;
}
td.catRight{
    width: 33%;
    padding: 10px 20px;
}


/* LISTING STYLES */
#bizListings table {}
#bizListings td { }

#bizListingsPrmTable td{
    width: 50%;
    padding: 4px 8px;
    height: auto;
}

#bizListingsPrmTable2 td{
    width: 33%;
    padding: 4px;
    height: auto;
}

#bizListingsPrmTable .srp_06, #bizRecListingsPrmTable .srp_06{ padding: 8px 8px !important; }
#bizListingsPrmTable .srp_05, #bizRecListingsPrmTable .srp_05{ padding: 6px 8px !important; }
#bizListingsPrmTable .srp_04, #bizRecListingsPrmTable .srp_04{ padding: 4px 8px !important; }
#bizListingsPrmTable .srp_03, #bizRecListingsPrmTable .srp_03{ padding: 2px 8px !important; }
#bizListingsPrmTable .placeholder, #bizRecListingsPrmTable .placeholder{ padding: 0px !important; }

#bizListingsStdTable td, #bizRecListingsStdTable td{
    width: 25%;
    padding: 4px;
}

#bizListings td.bizName{
    padding-bottom: 0px;
    border-bottom: none;
}

#bizRecListingsPrmTable .listingLeft, #bizRecListingsPrmTable .listingRight{ padding: 8px 0px; }
#bizRecListingsPrmTable .listingLeft{ padding-left: 8px; }
#bizRecListingsPrmTable .listingDesc{ border-top: 0px solid #ABB3CA; padding: 0px 4px 15px 4px !important; }
#bizRecListingsPrmTable .listingDesc .hr{ margin-bottom: 8px !important; }

#bizRecListingsStdTable .listingLeft{ width: 460px; }


.srp_06_ltd, .srp_05_ltd, .srp_04_ltd, .srp_03_ltd, .srp_02_ltd, .base_ltd{
    border: 1px solid #dadada;
    padding: 4px;
}

.srp_06_ltd h4, .srp_05_ltd h4, .srp_04_ltd h4, .srp_03_ltd h4, .srp_02_ltd h4{
    color: #D17100;
    padding-bottom: 6px;
}

.srp_06_ltd, #bizRecListingsPrmTable .srp_06{
    background-color: #E1EAEE !important;
}
.srp_05_ltd, #bizRecListingsPrmTable .srp_05{
    /*background-color: #F1F0CD !important;*/
    background-color: #E1EAEE !important;
}
.srp_04_ltd, #bizRecListingsPrmTable .srp_04{
    background-color: #e9e9e9 !important;
}
.srp_03_ltd, #bizRecListingsPrmTable .srp_03{
    background-color: #F3E7BC !important;
}
.srp_02_ltd, #bizRecListingsPrmTable .srp_02{
    background-color: #FFFFFF !important;
}

.l_phone_div, .l_email_div{ margin-bottom: 3px; }
.l_phone_div span, .l_email_div span{
    font-weight: bold;
    cursor: pointer;
    color: #0837C4;
}
.l_website{
    font-weight: bold;
    color: #0837C4;
    text-decoration: none;
}

.l_lnk_tbl{
    margin: 0px !important;
    width: auto !important;
}
.l_lnk_tbl td{
    width: auto !important;
    padding: 4px;
    white-space: nowrap;
    text-align: left;
}
.l_lnk_tbl td a{ color: #546B82; text-decoration: none; }
.l_lnk_tbl td a img{ border: 0px solid #FFF; }

.l_lnk_tbl .l_more_info{

}
.l_lnk_tbl .l_view_reviews{

}
.l_lnk_tbl .l_view_map{

}

/* END LISTING STYLES */

/* splash page */
#dirTabBlock{
    position: relative;
    margin-top: 30px;
    border: 0px solid #EEE;
}
#dirTabs{
    position: absolute;
    top: -17px;
    left: 0px;

    margin: 0px 0px 0px 4px;
    padding: 0px;
}
#dirTabs li{
    list-style: none;
    float: left;
    text-align: center;
}
#dirTabs li a{
    display: block;

    height: 16px;

    padding: 0px 15px;

    color: #413424;
    font-size: 12px;
    text-decoration: none;

    background-color: #E5EAEE;
    border-top: 1px solid #5B658F;
    border-right: 1px solid #5B658F;
    border-bottom: 1px solid #5B658F;
    border-left: 0px solid #5B658F;
}
#dirTabs li a:hover{
    text-decoration: underline;
}
#dirTabs li .cur{
    height: 17px;

    font-weight: bold;
    background-color: #FFFFFF;
    border-bottom: 0px solid #5B658F;
}
#dirTabs #pbt_first{
    border-left: 1px solid #5B658F;
}

#dirTabContent{
    padding: 8px;
    border: 1px solid #5B658F;
    min-height: 400px;
    overflow: auto;
    background-color: #FFF;
    text-align: left;
}
#dirTabContent h4 a{ color: #A90504; }
#dirTabContent h4 a:hover{ color: #DF6161; }

#listing_map{ height: 410px; width: 560px; border: 1px solid #000; }
#dir_content_inner #dirTabContent{ overflow-x: auto !important; overflow-y: visible !important; max-width: 494px; }
#dir_content_inner #dirTabContent #listing_map{ min-height: 350px; width: 99%; border: 1px solid #000; }

#pop_overlay{
    display: none;
    position: fixed;
    z-index: 8000;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000000;
    opacity: 0.6;
}

#pop_container{
    display: none;
    position: fixed;
    z-index: 9000;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: transparent;
}

#pop_inner{
    display: block;
    position: relative;
    z-index: 10000;
    width: 480px;
    padding-bottom: 4px;
    margin: 120px auto 0px auto;
    background-color: #333333;
    border: 1px solid #000;
    text-align: center !important;
}
#pop_inner h2{ color: #FFF; margin: 8px 0px; }
#pop_inner a{ color: #FFF; }

#pop_overlay_dir{
    display: none;
    position: fixed;
    z-index: 8000;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000000;
    opacity: 0.6;
}

#pop_container_dir{
    display: none;
    position: fixed;
    z-index: 9000;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: transparent;
}

#pop_inner_dir{
    display: block;
    position: relative;
    z-index: 10000;
    width: 600px;
    margin: 10px auto 0px auto;
    border: 1px solid #000;
    background-color: #FFF;
}

#pop_inner_btContainer{
    background-color: #596387;
    padding: 0px 10px 8px 10px;
    border-top: 1px solid #5B658F;
}
#pop_inner_btContainer #dirTabBlock #dirTabContent{
    overflow: auto !important;
    min-height: 400px;
}

#popup_header{ min-height: 118px; height: auto; }
#popup_header h2{ color: #000; margin-top: 0px; padding-top: 0px; }

#listingContainer td{ padding: 0px 10px; vertical-align: top; }
#listingContainer #popup_logo, #listingContainer #popup_address{ text-align: left; }

#close_popup{ float: right; padding-right: 8px; padding-top: 3px; }
#close_popup a{ color: #223F70; }
#close_popup a:hover{ color: #8FA5B2; }
#close_popup a img{ border: 0px solid #000; }

/* listing gallery */

#listing_gallery{}
#listing_gallery table td{ padding: 0px; }
#listing_gallery a{ display: block; width: auto; }
#listing_gallery a img{ border: 0px solid #ffffff; }

/* end splash page */

commentLnksC{
    margin: 4px 0px;
}
.commentBlockHeader{
    border: 1px solid #89addc;
    border-bottom: 1px dotted #89addc;
    background-color: #6474af;
    color: #fff;
    padding: 4px;
}
.commentContent{
    border: 1px solid #89addc;
    border-top: 0px solid #0173FE;
    background-color: #f5f8ff;
    padding: 4px;
    padding: 8px 4px 8px 8px;
    margin-bottom: 24px;
}
.commentUser, .commentDate{
    font-weight: bold;
    padding: 4px 0px;
}

.artListings .artTitle h3{
    margin: 0px 0px 4px 0px;
    padding: 0px;
}
.artListings .artTitle h3 a{
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
}

.artListings div.hr{
    margin: 8px 0px;
}

.artListings .artInfo{
    margin: 2px 0px 8px 0px;
    padding: 0px;
}
.artListings .artInfo li{
    list-style-type: none;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.artListings .artInfo li a{
    text-decoration: none;
}

.articlePages{
    text-align: right;
    margin-bottom: 24px;
}

/* RSS Styles */
.articlePages{ text-align: right !important; }
.rssLinkTop{ float: right; }
.rssLinkTop img{ border: 0px solid #000000; }

.rssLinkBottom{ float: left; }
.rssLinkBottom img{ border: 0px solid #000000; }

/* END RSS */

.advertisement{ text-align: center; margin: 0px 0px; font-size: 9px; text-transform: lowercase; }
.advertisement a{ text-decoration: none; }
.advertisement img{ border: 0px solid #FFFFFF; }

#bottom_ads{
    width: 100%;
    text-align: center;
    padding: 30px 0px;
    border-top: 1px solid #dbdddf;
}
.home_ads{ border: 0px solid #f00 !important; }

#bottom_ads table{ margin: 0px auto; }

#bottom_ads #ad_2{
    padding: 0px 30px;
}

#content .cell{ padding: 2px; }

.mclassTable td{ padding: 3px; }

.classifiedTable td{ border-bottom: 1px solid #B5B5B5; padding: 8px 4px 4px 4px; }
.classifiedImg{ }
.classifiedImg a img{ border: 1px solid #CBCDCE; padding: 2px; }
.classifiedInfo{ width: 66%; }
.classifiedName a{ font-weight: bold; font-size: 13px; }
.classifiedName{ margin: 20px 0px; }
.classifiedDesc{ margin-bottom: 20px; }

.classifiedDate{ width: 20%; }
.classifiedPrice{ font-weight: bold; }

#home_list{
    list-style: none;
    margin: 8px 0px;
    padding: 0px;
}

#home_list li{
    background: url(/images/square_bullet.jpg) no-repeat center left;
    padding: 4px 0px 4px 15px;
}

#content table.bzero{
    border: 0px dashed #FF00FF !important;
}
#content td.bzero{
    border: 0px dashed #FF00FF !important;
}

/*  SEARCH RESULTS  */
.searchResults h3 a{
    font-size: 30px;
}

.searchURL{
    color: #093;
}
.resultsNav{ margin-top: 10px; }

