/* GLOBAL STYLES */
html, body{
    height: 100%;
}

/* delete if using this as base */
#top_blue_bar, #bottom_blue_bar, #top_blue_bar_over, #bottom_blue_bar_over{
    position: fixed;
    z-index: 1;
    left: 0px;
    width: 100%;
    height: 7px;
    background-color: #0182c6;
}
#top_blue_bar{ top: 0px; }
#top_blue_bar_over{ top: 0px; height: 3px; z-index: 2000; }
#bottom_blue_bar{ bottom: 0px; }
#bottom_blue_bar_over{ bottom: 0px; height: 3px; z-index: 2000; }

/* end delete */

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
html,body,div,p,ul,li,input,select,td,a{ font-size: 12px; }

h1, h2, h3, h4, h5, h6{
    color: #0b7db9;
}

h1{ font-size: 1.6em; }
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-color: #c5d6e6;
    width: 100%;
    height: 100%;
    color: #000;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

#pageContainer{
    position: relative;
    z-index: 1000;
    margin: 3px 0px;
    background: url(/images/page_outer_bg.png) repeat-y top center;
    text-align: center;
}

#pageContainerShell{
    margin: 0px auto 0px auto;
    width: 980px;
}

#pageContainerInner{
    position: relative;
    z-index: 1500;
    background: #ffffff url(/images/tungland_cloud2.jpg) no-repeat top left;
    border: 2px solid #ffffff;
    text-align: left;
    padding-top: 162px;
}



/* END GLOBAL STYLES */

/* LOGO STYLES */
#header{
    position: absolute;
    height: 152px;
    width: 960px;
    top: 0px;
    left: 8px;
}

#header .headerLnk{
    position: absolute;
    display: block;
    left: 10px;
    top: 8px;
    width: 280px;
    height: 100px;
    text-decoration: none;
}

#header .headerLnk img{
    z-index: 25000;
    border: 0px solid #f00;
    width: 280px;
    height: 100px;
}

#search_header{ position: absolute; right: 30px; bottom: 70px; }
.innerSearch .button, .innerSearch .buttonOver{
    background: url(/images/search_button.jpg) no-repeat top left;
    border: 0px solid #fff;
    width: 49px;
    height: 22px;
}
.innerSearch .buttonOver{
    opacity: .85;
}

.innerSearch .searchFormInput{ width: 190px; }

#login_links_header{ position: absolute; right: 300px; top: 62px; color: #a3acb3; font-size: 11px; }
#login_links_header a{ text-transform: uppercase; font-size: 11px; }

#user_msg_header{ position: absolute; right: 300px; top: 62px; font-size: 11px; }
#user_msg_header a{ font-size: 11px; }

#hh_phone{
    position: absolute;
    top: 20px;
    right: 28px;
}
#hh_phone a{
    color: #025A99;
    font-size: 24px;
    font-family: Times New Roman, Verdana, Arial, sans-serif;
    text-decoration: none;
}
/* END LOGO STYLES */

/* MENUBAR STYLES */

#menubar{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 960px;
}

#tmenu{
    width: 100%;
}

#tmenu td{
    margin: 0px;
    white-space: nowrap;
}

#tmenu td a{
    display: block;
    height: 34px;
    padding: 0px 15px;
    background-color: #0d72cc;
    background-repeat: no-repeat;
    border-left: 1px solid #4097da;
}
#tmenu td a span{
    display: block;
    padding-top: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 11px;
    color: #ffffff;
}
#tmenu td a.ta_first{
    background-image: url(/images/tmenu_left.jpg);
    background-position: top left;
    border-left: 0px solid #ffffff;
}
#tmenu td a.ta_last{
    background-image: url(/images/tmenu_right.jpg);
    background-position: top right;
}

#tmenu td a:hover, #tmenu td a.ta_cur{
    text-decoration: none;
    background-color: #0b5fa8;
}

/* does not work in ie6
#tmenu td a.ta_first:hover, #tmenu td a.ta_cur.ta_first{
    background-image: url(/images/tmenu_left_hover.jpg);
}
#tmenu td a.ta_last:hover, #tmenu td a.ta_cur.ta_last{
    background-image: url(/images/tmenu_right_hover.jpg);
}
*/

#tmenu #tma_first:hover, #tmenu #tma_first.ta_cur{
    background-image: url(/images/tmenu_left_hover.jpg);
}
#tmenu #tma_last:hover, #tmenu #tma_last.ta_cur{
    background-image: url(/images/tmenu_right_hover.jpg);
}

/* need to be defined? */
#tmenu td a.ta_cur{

}
 /* DROP DOWN MENU */
 #tmenu td ul{
    position: absolute;
    z-index: 25000;
    display: none;
    top: 34px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    opacity: .85;
    overflow: hidden;
    width: 450px;
}

#tmenu td div{
    position: relative;
    z-index: 25000;
}

#tmenu td ul li{
    position: relative;
    z-index: 25000;
    display: block;
    margin: 0px;
    padding: 0px;
    width: 200px;
}

#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: normal;
    font-size: 12px;
    text-decoration: none;

    border: 1px solid #4f94df;
    border-top: 0px solid #FFF;

    background-color: #0d72cc;
    color: #ffffff;
}

#tmenu td ul li a.first{
    border-top: 1px solid #4f94df;
}

#tmenu td ul li a:hover{
    background-color: #4596df;
    background-image: none;
    text-decoration: none;
    color: #ffffff;
    text-transform: none;
}

#tmenu td ul li ul{
    position: absolute;
    z-index: 25000;
    top: 0px;
    left: 199px;
    display: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    opacity: .85;
}
#tmenu td ul li ul li a{ width: 400px !important; }

 /* END DROP DOWN MENU */

/* END MENUBAR STYLES */

/* END UGLY */

/* USUAL STRUCTURAL STUFF */

#contentContainer{
    position: relative;
    padding: 0px 8px 0px 8px;
    width: 977px;
}

#columnLeft, #columnMain, #columnRight{ position: relative; z-index: 2000; vertical-align: top; }

#columnLeft{
    width: 190px !important;
}

#content{
    position: relative;
    z-index: 1000;
    margin: 0px;
    border: 1px solid #cedfee;
    width: auto;
    height: auto;
    min-height: 600px;
    margin: 0px 6px;
}
.content_hlm{
    margin-left: 0px !important;
}
.content_hrm{
    margin-right: 0px !important;
}
#content_text{
    position: relative;
    z-index: 1500;
    text-align: left;
    line-height: 1.4em;
    padding: 15px 8px 8px 8px;
}
.content_transparent{
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
    opacity: .47;
}

#columnRight{
    width: 190px;
}

#bread_crumbs{
    position: absolute;
    top: -2px;
    left: 4px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#bread_crumbs li{
    list-style: none;
    display: block;
    float: left;
    padding: 0px 0px 0px 15px;
    background: url(/images/raquo.jpg) no-repeat left center;
}
#bread_crumbs li#bcrm_0{
    background-image: none;
    padding: 0px 0px 0px 0px;
}
#bread_crumbs li a{
    font-size: 10px;
}

#bmenu{
    text-align: center;
    padding: 8px 2px;
}
#bottommenu{
    margin: 0px auto;
    line-height: 1.5em;
}

#bottommenu a{
    border-left: 1px solid #8696a2;

    padding: 0px 8px;
    text-align: center;
    font-size: 11px;
}

#bottommenu a#bma_0{
    border-left: 0px solid #ffffff;
}

#footer{
    margin: 0px auto 10px auto;
    padding: 4px 0px;
    width: 980px;
    text-align: center;
}

#copyright{
    float: left;
    text-align: center;
    color: #000000;
    font-size: 9px;
    padding-left: 10px;
}
#bbb{
    float: right;
    text-align: center;
    color: #000000;
    font-size: 9px;
    padding-right: 10px;
}
#bbb a{
    text-decoration: none;
    color: #000000;
    font-size: 9px;
}

/* END USUAL STRUCTURAL STUFF */

/* FORM ELEMENTS */

input, select, textarea{
    background-color: #fff;
    font-weight: normal;
    font-size: 12px;
    border: 1px solid #7193ae;
    padding: 2px;
}

.button, .buttonOver{
    font-weight: normal;
    font-size: 11px;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #0b5fa8;
    background-color: #0e72cc;
    padding: 3px 2px 4px 2px;
}
/* for those that support it, and hopefully more in the future */
#content .button, #content .buttonOver{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.button{
    color: #ffffff;
}
.buttonOver{
    color: #ffffff;
    opacity: .8;
}

.btn_a{
    text-decoration: none;
}

/* END FORM ELEMENTS */

/* ANCHORS */
a{ color: #0c69bc; }
a:hover{ color: #6595bf; }
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 */

/*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; }
hr{ border: 0px; color: #ccdcea; background-color: #ccdcea; height: 1px !important; }
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; }

.dottedHR{ border-top: 1px dotted #000000; padding: 5px 0px; }

/* CONTACT STYLES */
.contactTable{
    width: 500px;
    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;
}

.custom_multi_selects td{ font-size: 11px; }

/* 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; }


#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; }

commentLnksC{
    margin: 4px 0px;
}
.commentBlockHeader{
    border: 1px solid #89addc;
    border-bottom: 1px dotted #89addc;
    background-color: #0182c6;
    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: 14px;
    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 */

#content .cell{ padding: 2px; }

.mclassTable td{ padding: 3px; }

/* forum */
.artPollContainer{ float: right; margin: 15px 20px 0px 0px; width: 180px; }
.artPollH{
    background-color: #c5d6e6;
    color: #1e68aa;
    padding: 4px;
    margin: 4px 4px 0px 4px;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #bac9ce;
    border-left: 1px solid #bac9ce;
    border-top: 1px solid #bac9ce;
}
.artPollC{
    padding: 8px;
    border: 1px solid #bac9ce;
    margin: 0px 4px 4px 4px;
}
.pollDiv{}
.pollDiv h1 span{ font-size: 11px; font-weight: normal; }
.pollDiv .pollText{ margin: 8px 0px; font-size: 14px; font-weight: bold; }
.pollDiv table{ width: 100%; }
.pollDiv2 table{ table-layout: fixed; }
.pollDiv table .pt1{ width: 160px; font-size: 11px;}
.pollDiv table .pt2{ width: 250px; }
.pollDiv table .pt3{ width: 50px; text-align: right; font-size: 11px;}
.pollDiv2 table .pt4{ height: 12px;}
html>body .pollDiv2 table .pt4{ height: 3px;}
.pollDiv2 div.pt3{ font-size: 11px; }
.pollDiv2 div.pt4{padding-bottom: 4px;}
.pollDiv table td{ padding: 3px 0px; }
.pollBar{ height: 14px; font-size: 1px; margin: 1px; }
.pollForm{ margin: 12px 0px; }
.pollForm .block{ float: right; }
.block .pollBar{
    height: 5px;
    font-size: 1px;
}
html>body .block .pollBar{
    height: 3px;
}
* html .pollDiv table td{ background: url(/images/dot-horz.gif) repeat-x bottom; }
html>body .pollDiv table td { border-bottom: 1px dotted #000000; }
html>body .pollDiv table td.pt2 { border-bottom: 0px dotted #000000; }
.pollBar{ border: 1px solid #000000; background-color: #FF0000;}
.pollBar .pollPerc{
    font-weight: bold;
    font-size: 12px;
    color: #000000;
}
#poll .blockText{ font-size: 11px; }
#poll .pollText{ font-size: 14px; }

.artListingShort{padding: 0px;}
.artListingShort h3{ margin: 0px; padding: 0px; font-weight: normal; }
.artListingShort td{ vertical-align: top; padding: 1px 0px; }
.artListingShort .atd1{ width: 80px; text-align: center; vertical-align: middle; }
.artListingShort .atd1 img{ border: 0px solid #000000; }
.artListingShort .atd2{ width: 12px; }
.artListingShort .atd3{ width: 218px; }
.artListingShort .atd4{
    width: 110px;
    text-align: center;
}
.artListingShort .atd4 .starContain{
    margin: 12px auto 0px auto;
}

.forumTable{
    margin-top: 8px !important;
    background-color: #F0F5FA;
    border: 1px solid #8b98a1;
}
.forumTable td{
    padding: 4px;
    font-size: 11px;
}
.forumTable td a{
    font-size: 11px;
}
.forumTable .rootForumHeader{
    background-color: #0e72cc;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
}
.forumTable .forumHeader{
    color: #0b7db9;
    background-color: #c5d6e6;
    border-bottom: 1px solid #cedfee;
    font-weight: bold;
    font-size: 12px;
}
.forumInternal{
    text-align: center;
    background-color: #e6eef5;
    border-right: 1px solid #b9d0e6;
    border-bottom: 1px solid #b9d0e6;
}
.forumInternalFirst{
    background-color: #e6eef5;
    border-right: 1px solid #b9d0e6;
    border-bottom: 1px solid #b9d0e6;
}
.forumTable .forumInternalFirst a{
    font-size: 12px;
}
.forumInternalLast{
    width: 170px;
    background-color: #e6eef5;
    border-right: 0px solid #FFFFFF;
    border-bottom: 1px solid #b9d0e6;
}
.forumTable .forumInternalLast{
    font-size: 10px;
}
.forumTable .forumInternalLast a{
    font-size: 10px;
}
#bcStr{
    margin-bottom: 8px;
}
.forum{
    width: 215px;
}
.topics{
    width: 40px;
    text-align: center;
}
.replies{
    width: 40px;
    text-align: center;
}
.tstarter{
    text-align: center;
}
.forumToolsR{
    float: right;
}
.forumTools a, .forumToolsR a{
    text-decoration: none;
}
.forumTools a img, .forumToolsR a img{
    border: 0px solid #FFF;
}

.aSearch{ margin-bottom: 8px; }
#psearchbox{ width: 80px; }

.rssLinkTop{ float: right; }
.rssLinkTop img{ border: 0px solid #000000; }
.rssLinkBottom{ float: left; }
.rssLinkBottom img{ border: 0px solid #000000; }


.editLine{
    float: right;
    color: #AD0306;
    font-weight: normal;
    font-size: 12px;
}
.editLine a{ text-decoration: none; }
.profileArticles{ width: 100% !important; }
.profileArticles .block{
    width: 100% !important;
}
.profileArticles .blockHR{
    text-align: left;
    padding: 4px 3px 1px 8px !important;
    font-weight: bold;
    font-size: 12px;
    color: #213242;
}
.profileArticles ul{
    padding: 0px;
    margin: 0px 0px 8px 0px;
}
.profileArticles ul li{
    list-style: none;
    background-color: #FFFFFF;
    border-bottom: 1px solid #B7C0CD;
}
.profileArticles ul li a{
    display: block;
    padding: 8px;
    cursor: pointer;
}
.profileArtTitle{
    font-weight: bold;
    font-size: 13px;
}
.profileArtCat{
    text-decoration: underline;
    color: #AD0306;
    font-size: 10px;
}
.profileArtDate{
    font-size: 10px;
    float: right;
    text-align: right;
}

/* calendar */

#content .calContent table .calHeadDOW td{
    background-image: none;
    padding: 8px;
}
#content .calContent table td a{
    padding: 25px 0px;
}
#content .calContent table td.calToday a{
    background-image: none;
    background-color: #3f648a;
}


/* end calendar */

/* 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 */



/* Directory Stuff */
#dir_ad .advertisement{ text-align: center; margin-bottom: 4px; }
#dir_container{

}
#dir_header{
    margin: 10px 0px;
    padding: 8px;
    border: 1px solid #cee1f0;
}
#dir_header div{
    color: #000000;
    font-size: 10px;
}
#dir_header .input_text{
    height: 12px;
    font-size: 10px;
    width: 90px !important;
}
#dir_header .input_select{
    font-size: 10px;
}

.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-top: 10px;
}

#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: #E6EAEE;
}
#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 #5B80B1;
    border-bottom: 1px solid #5B80B1;
    padding: 6px 5px 5px 5px;
}
#dir_breadcrumb h1, #dir_breadcrumb a, #dir_cntstr a{
    font-size: 10px;
    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{

}

#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_bottom_tools{
    border-bottom: 1px solid #5B80B1;
    background-color: #E6EAEE;
}

#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{

}

.dir_job_listing{
    border: 1px solid #b9d0e6;
    background-color: #eaf0f5;
    padding: 8px;
    margin-bottom: 10px;
}

.dir_job_listing h6 a{
    font-size: 13px;
    text-decoration: none;
}

.dir_job_listing table td{
    text-align: center;
}

/* 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;
    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{ }
#dir_content_inner #dirTabContent #listing_map{ }

#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{
    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 */

/* cell styles */

.adminTitle{ background-color: #0b5fa8; color: #fff; padding: 8px; }
.cellHeader{ background-color: #c5d6e6; color: #0b7db9; padding: 8px; }

.md_title{ background-color: #c5d6e6 !important; color: #0b7db9 !important; }
.md_content{ border: 0px solid #fff !important; }

/* employment application form */

.employment_application .cell{ padding: 6px !important; border-bottom: 1px solid #cedfee; }
.subTitle{
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
    border-top: 1px solid #cedfee;
    border-bottom: 1px solid #cedfee;
}

/* end employment application form */
