﻿body
{
    background-position: center top;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-image: url(/imgz/bg.png);
    background-repeat: repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}
a
{
    color: #D81723;
    text-decoration: none;
}


/*######## LAYOUT STYLES #####*/
#wrap
{
    background-position: center bottom;
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(/imgz/bgfooter.png);
    background-repeat: repeat-x;
}
#header
{
    background-position: 10px top;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 209px;
    background-image: url(/imgz/bgheader.png);
    background-repeat: repeat-x;
}
#header .logo
{
    position: absolute;
    top: 0px;
    left: 0px;
}
#header #navtop
{
    position: absolute;
    top: 16px; /*left: 600px; NDR*/
    right: 0px;
    float: right;
    text-align: right;
}
#header #bannerhead
{
    position: absolute;
    top: 45px;
    left: 200px;
    right: 0px;
    float: right;
    text-align: right;
}
#header #navcategory
{
    position: absolute;
    top: 174px;
    right: 0px;
    left: 199px;
    float: right;
    text-align: right;
}
#content
{
    background-position: left top;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    border-top: solid 1px #D8D8D8;
    border-bottom: solid 1px #D8D8D8;
    border-left: none;
    border-right: none;
    min-height: 500px;
    background-image: url(/imgz/bgcontent.png);
    background-repeat: repeat-y;
}
#content #left
{
    width: 200px;
    float: left;
    position: relative;
    left: 10px;
    top: 10px;
    padding-bottom: 20px;
}
#content #left #navlocation
{
    border: solid 1px #D8D8D8;
    background-color: #ffffff;
    width: 180px;
    padding: 10px;
}
#content #left #allcategoriesleft
{
    border: solid 1px #D8D8D8;
    background-color: #ffffff;
    width: 180px;
    padding: 10px;
    margin-top: 10px;
}
#content #left #allcategoriesleft h2
{
    margin: 0px 0px 10px 0px;
}
#content #left #allcategoriesleft h3
{
    margin: 6px 0px 4px 0px;
}
#content #left #allcategoriesleft ul
{
    padding: 0px 0px 0px 10px;
    margin: 0px;
}
#content #left #allcategoriesleft ul li
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#content #left #allcategoriesleft ul ul li
{
    padding: 0px 0px 4px 0px;
}
#content #main
{
    width: 727px;
    float: right;
    position: relative;
    right: 10px;
    top: 10px;
    padding-bottom: 20px;
}
#homespan
{
    width: 100%;
}
#homecopyspan
{
    background-color: #FFFFFF;
    border: 1px solid #D8D8D8;
    padding-left: 10px;
    padding-right: 10px;
    width: 350px;
    float: left;
}
#textblock
{
    background-color: #FFFFFF;
    border: 1px solid #D8D8D8;
    padding-left: 10px;
    padding-right: 10px;
    width: 705px;
}
#introspan
{
    border: solid 1px #D8D8D8;
    background-color: #ffffff;
    width: 725px;
    margin: 10px 0px;
}
#introspan img.icon
{
    padding: 10px;
    float: left;
}
#introspan div.introtext
{
    float: right;
    width: 585px;
    padding-right: 10px;
}
#introspan .capitalred
{
    color: #EC3239;
}
#quicksearch
{
    margin-bottom: 10px;
    font-size: 10px;
    color: #ffffff;
}
#quicksearch h2
{
    color: #ffffff;
    margin-bottom: 15px;
    margin-top: 16px;
}
#quicksearch .block
{
    background-color: #514C49;
    height: 48px;
    text-align: center;
    vertical-align: middle;
    width: 200px;
}
#quicksearch .label
{
    background-color: #5E5955;
    height: 48px;
    padding-right: 10px;
    text-align: right;
    vertical-align: middle;
    width: 80px;
}
#quicksearch .input
{
    background-color: #5E5955;
    height: 48px;
    text-align: left;
    vertical-align: middle;
    width: 50px;
}
#quicksearch .validator
{
    background-color: #5E5955;
    height: 48px;
    text-align: left;
    vertical-align: middle;
    width: 20px;
}
#quicksearch .button
{
    background-color: #5E5955;
    height: 48px;
    padding-right: 30px;
    text-align: right;
    vertical-align: middle;
}
#footer
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    font-size: 10px;
    padding: 5px 0px;
}
#login
{
    width: 345px;
    padding: 5px;
    border: solid 1px #D8D8D8;
    background-color: #ffffff;
    float: left;
}
#register
{
    width: 345px;
    padding: 5px;
    border: solid 1px #D8D8D8;
    background-color: #ffffff;
    float: right;
}


/*###### GENERAL CONTENT STYLES ##########*/
h1
{
    font-size: 16px;
    margin-top: 11px;
    margin-bottom: 11px;
}
h2
{
    font-size: 14px;
}
h3
{
    font-size: 12px;
}
p
{
    text-align: justify;
    margin-top: 12px;
    margin-bottom: 12px;
}
.splitinput
{
    width: 500px;
    padding: 10px;
    border: solid 1px #EDEDED;
    margin-bottom: 10px;
}


/*########## NAV STYLES ###########*/
.locationautocomplete
{
    border: 1px solid #808080;
}
.locationautocomplete li
{
}
#navtop ul
{
    margin: 0px;
    padding: 0px;
    display: inline;
}
#navtop .welcome
{
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-decoration: none;
    font-size: 10px;
}
#navtop ul li
{
    display: inline;
    margin-left: 3px;
}
#navtop a
{
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    background-color: #7C7771;
    padding: 1px 3px 1px 3px;
    font-size: 10px;
    text-align: center;
}
#navcategory ul
{
    margin: 0px;
    padding: 0px;
}
#navcategory ul li
{
    display: inline;
    margin-left: 3px;
}
#navcategory a
{
    background-position: center top;
    font-family: "Trebuchet MS" , sans-serif;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 1px 5px 1px 5px;
    font-size: 12px;
    height: 35px;
    background-image: url(/imgz/bgnavoff.png);
    background-repeat: repeat-x;
    text-align: center;
    line-height: 30px;
}
#navlocation ul
{
    padding: 0px;
    margin: 0px 0px 5px 0px;
    list-style-type: none;
}
#navlocation .toplocations li
{
    background-image: url(/imgz/ulredarrow.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 13px;
    list-style-type: none;
}
#navlocation a
{
    color: #333333;
    line-height: 15px;
}
#navlocation h1
{
    font-size: 14px;
    text-align: center;
    display: block;
    width: 100%;
    background-color: #D81723;
    color: #ffffff;
    margin: 0px;
    font-weight: normal;
    padding-top: 3px;
    padding-bottom: 3px;
}
#login h1, #register h1
{
    font-size: 12px;
    text-align: center;
    display: block;
    width: 100%;
    background-color: #5E5955;
    color: #ffffff;
    margin: 0px;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
}
#navlocation h2
{
    font-size: 12px;
    color: #D81723;
    margin: 0px;
    padding: 8px 0px;
}
#navlocation p
{
    font-size: 10px;
    margin: 0px;
    padding: 0px;
}
#navlocation #searchlocations
{
    width: 100%;
    background-color: #5E5955;
    margin: 5px 0px;
}
#navlocation #searchlocations p
{
    color: #ffffff;
    padding: 5px 10px;
}
#navlocation #searchlocations .input
{
    margin-left: 10px;
    margin-right: 2px;
    width: 137px;
}
#navlocation #searchlocations .btnselectfromlist
{
    padding-left: 10px;
    padding-bottom: 10px;
}
#footer table
{
    width: 100%;
    border: none;
}
#footer ul
{
    margin: 0px;
    padding: 0px;
}
#footer ul li
{
    display: inline;
    margin-left: 3px;
}
#footer a
{
    color: #ffffff;
    text-decoration: underline;
    display: inline-block;
    font-size: 10px;
    text-align: center;
    border-right: solid 1px #ffffff;
    padding-left: 2px;
    padding-right: 3px;
}
#footer a.last
{
    border: none;
    padding-right: 0px;
}
#footer a.first
{
    padding-left: 0px;
}


/*#########  MODULE STYLES ##############*/
#main #staticpage
{
    width: 707px;
    padding: 10px;
    border: solid 1px #D8D8D8;
    background-color: #ffffff;
}
#main #staticpage .tabcontainer
{
    width: 100%;
}
.tabcontainer .ajax__tab_header
{
    font-family: "Helvetica Neue" , Arial, Sans-Serif;
    background: url(/imgz/tabs/tab-line.png) repeat-x bottom;
    font-size: 12px;
    display: block;
}
.tabcontainer .ajax__tab_header .ajax__tab_outer
{
    background: url(/imgz/tabs/tab.png) no-repeat left top;
    border-color: #222;
    color: #222;
    padding-left: 10px;
    margin-right: 3px;
}
.tabcontainer .ajax__tab_header .ajax__tab_inner
{
    background: url(/imgz/tabs/tab.png) no-repeat right top;
    border-color: #666;
    color: #666;
    padding: 3px 10px 2px 0px;
}
.tabcontainer .ajax__tab_hover .ajax__tab_inner
{
    color: #000000;
}
.tabcontainer .ajax__tab_active .ajax__tab_outer
{
    background: url(/imgz/tabs/tab.png) no-repeat 0pt -40px;
    border-bottom-color: #ffffff;
}
.tabcontainer .ajax__tab_active .ajax__tab_inner
{
    background: url(/imgz/tabs/tab.png) no-repeat right -40px;
    color: #000000;
    border-color: #333;
}
.tabcontainer .ajax__tab_body
{
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    padding: 8px;
    background-color: #ffffff;
    border: solid 1px #d7d7d7;
    border-top-width: 0;
}


/*##########  BANNER STYLES ##############*/
#bannerhead img, #bannerhead a
{
    border: none;
}
a.bannercontent
{
    border: none;
}
img.bannercontent
{
    background-color: #ffffff;
    border: solid 1px #D8D8D8;
    padding: 10px 8px;
}
a.bannerleft
{
    border: none;
}
img.bannerleft
{
    background-color: #ffffff;
    border: solid 1px #D8D8D8;
    padding: 10px;
    margin-top: 10px;
}


/*########### MODAL POPUP STYLES #########*/
.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.modalPopup
{
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 30px;
    width: 250px;
}


/*########### FORM CONTROL STYLES #########*/
.smallButton
{
    background: url(/imgz/button-small-slice.gif) repeat-x bottom;
    border: 0 none;
    color: #EEEEEE;
    height: 16px;
    padding-right: 15px;
    padding-left: 15px;
}
.mediumButton
{
    background: url(/imgz/button-medium-slice.gif) repeat-x bottom;
    border: 0 none;
    color: #EEEEEE;
    height: 32px;
    padding-right: 15px;
    padding-left: 15px;
}
.largeButton
{
    background: url(/imgz/button-large-slice.gif) repeat-x bottom;
    border: 0 none;
    color: #EEEEEE;
    height: 48px;
    padding-right: 15px;
    padding-left: 15px;
}
.buttongo
{
    padding-bottom: 3px;
    vertical-align: middle;
}
#contactform tr td
{
    padding-bottom: 10px;
}
#contactform .label
{
    text-align: right;
    vertical-align: top;
    padding-top: 5px;
}
#contactform .textbox input
{
    width: 230px;
}
#contactform .textbox ul.ajax__combobox_itemlist
{
    display: none;
}
#contactform .textarea textarea
{
    width: 230px;
}


/*####### SUBSCRIPTION CONTROL STYLES #####*/
#subscription
{
    background-position: right top;
    width: 240px;
    height: 130px;
    background-color: #5E5955;
    background-image: url(/imgz/bgsubscribe.png);
    background-repeat: no-repeat;
    float: right;
    position: relative;
    left: 10px;
    color: #ffffff;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
}
#subscription .input
{
    width: 192px;
}
#subscription table
{
    position: relative;
    top: 10px;
    left: 10px;
}
#subscription .msg
{
    line-height: 16px;
}


/*###### LATEST COMMENTS STYLES ##########*/
#latestcomments
{
    background-color: #ffffff;
    border: solid 1px #D8D8D8;
    width: 344px;
    float: right;
    padding-bottom: 10px;
}
#latestcomments h1
{
    font-size: 12px;
    text-align: center;
    display: block;
    background-color: #D81723;
    color: #ffffff;
    margin: 6px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}
#latestcomments h2
{
    margin: 0px;
    padding: 3px 5px 3px 5px;
}
#latestcomments p
{
    font-size: 10px;
    margin: 0px 5px;
}
#latestcomments img
{
    float: right;
    margin-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
}
#latestcomments hr
{
    color: #D8D8D8;
    background-color: #D8D8D8;
    margin: 3px 5px;
    padding: 0px;
    height: 1px;
    clear: both;
}
#latestcomments .item
{
    margin: 0px 6px;
    padding: 10px 0px;
    background-color: #EDEDED;
}

#latestcomments .altitem
{
    margin: 0px 6px;
    padding: 10px 0px;
    background-color: #F7F7F7;
}
#latestcomments label
{
    font-size: 10px;
    margin: 0px 5px;
}
#latestcomments table tbody tr td input
{
    margin-left: 20px;
}
#latestcomments textarea
{
    margin: 5px 0px 5px 20px;
    width: 442px;
}
#latestcomments .mediumButton
{
    float: right;
    margin-right: 18px;
}


/*###### LATEST NEWS STYLES ##########*/
#latestnews
{
    background-color: #ffffff;
    border: solid 1px #D8D8D8;
    width: 230px;
    float: right;
    padding-bottom: 10px;
}
#latestnews h1
{
    font-size: 12px;
    text-align: center;
    display: block;
    background-color: #D81723;
    color: #ffffff;
    margin: 6px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}
#latestnews h3
{
    margin: 0px;
    padding: 0px;
    font-size: 11px;
}
#latestnews p
{
    margin: 0px;
    padding: 3px 0px;
    font-size: 10px;
}
#calicon
{
    background-position: center center;
    width: 22px;
    height: 22px;
    background-image: url(/imgz/bgcal.png);
    background-repeat: no-repeat;
    position: relative;
}
#calicon .month
{
    position: absolute;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 9px;
    font-family: Arial, helvetica, Sans-Serif;
    font-weight: bold;
    display: block;
    width: 22px;
    text-align: center;
}
#calicon .day
{
    position: absolute;
    top: 11px;
    font-size: 9px;
    font-family: Arial, helvetica, Sans-Serif;
    font-weight: bold;
    display: block;
    width: 22px;
    text-align: center;
    color: #333333;
}


/*####### Search Results Styles ##############*/
#searchresults
{
    background-color: #ffffff;
    border: solid 1px #D8D8D8;
    width: 100%;
    padding-bottom: 10px;
}
#searchresults h1
{
    font-size: 12px;
    text-align: center;
    display: block;
    background-color: #D81723;
    color: #ffffff;
    margin: 6px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}
#searchresults h2
{
    float: left;
    padding: 0px 0px 5px 0px;
    margin: 0px;
    clear: both;
}
#searchresults hr
{
    color: #D8D8D8;
    background-color: #D8D8D8;
    margin: 0px;
    padding: 0px;
    height: 1px;
    clear: both;
}
#searchresults .item
{
    padding: 10px;
}
#searchresults .address
{
    color: #333333;
    font-size: 10px;
}
#searchresults .rating
{
    color: #333333;
    font-size: 10px;
    float: right;
    padding: 0px 0px 5px 0px;
}
#searchresults p
{
    float: left;
    width: 500px;
    text-align: justify;
}
#searchresults table
{
    font-size: 10px;
    float: right;
    padding-top: 8px;
}
#searchresults .category
{
    width: 195px;
}
.subcategoryfilter
{
    font-size: 9px;
    margin-top: 0px;
    padding-left: 8px;
    width: 100%;
}
.subcategoryfilter li
{
    display: inline;
    list-style-type: disc;
}
#b_description
{
    width: 480px;
    padding-left: 20px;
    display: inline-block;
}
#b_leftcolumn
{
    width: 200px;
    float: left;
}
.error
{
    font-size: 11px;
    color: #FF0000;
}
.gridViewPagerStyle td table
{
    margin-right: 10px;
}
.gridViewPagerStyle td
{
    padding: 0px;
    margin: 0px;
}
.gridViewPagerStyle td table tbody tr td
{
    font-family: Arial, Helvetica, sans-serif;
    border: 1px double #AAAAAA;
    background-color: #CD141E;
    color: #AAAAAA;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    width: 25px;
    height: 25px;
}
.gridViewPagerStyle td table tbody tr td a
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
.bannerHeadSubButton
{
    float: left;
    margin-left: 25px;
}
.FaqContentPane
{
    background-color: #EEEEEE;
    padding-left: 15px;
    padding-right: 15px;
}
.FaqHeader
{
    background-color: #FFFFFF;
    color: #D81723;
    cursor: pointer;
    margin-top: 10px;
}
.FaqHeaderSelected
{
    background-color: #D81723;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 10px;
}