﻿html
{
    height: 100%;
    margin-bottom: 1px;
}
body
{
    padding: 0;
    margin: 0;
    background-color: #001D45;
    background-image: url(images/template/mainBack.jpg);
    background-repeat: repeat-x;
    height: 100%;
    text-align: left;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    line-height: 1.4em;
}

/* TinyMCE specific rules */
body.mceContentBody
{
    background: #FFF;
}

div
{
    margin: 0;
    padding: 0;
    position: relative;
  
}
a img
{
    border: 0;
}
p
{
    margin: 0 0 1em 0;
}
a
{
    color: #5e8cbb;
    text-decoration: none;
}
a:hover
{
    color: #6699cc;
    text-decoration: underline;
}
h1
{
    margin: 3px 0 14px 0;
    color: #666666;
    font-size: 26px;
    line-height: 32px;
    font-weight: normal;
}
h2
{
    margin: 0 0 10px 0;
    color: #666666;
    font-size: 17px;
    font-weight: normal;
    border-bottom: solid 1px #666666;
    padding-bottom: 5px;
}
h3
{
    margin: -10px 0 10px 0;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
}
h4
{
    margin: 0 0 10px 0;
    color: #666666;
    font-size: 17px;
    font-weight: normal;
    border-bottom: solid 1px #666666;
    width: 50%;
    padding-bottom: 5px;
}

/* BEGIN LAYOUT */

#mainwrapper
{
    width: 1010px;
    margin: 0px auto;
}

#mainbody
{
    border: 5px solid #012;
    border-top: 0;
    z-index: 1;
}

#masthead
{
    width: 1000px;

    background: url(images/template/mastheadBack.jpg);
      height: 156px; 
       z-index: 2;
}
#clickspecial
{
    display: block;
    background: transparent url('images/special/16518_StarBurst.png') no-repeat left top;
    cursor: pointer;
    height: 60px;
}
#banner
{
    float: right;
    width: 560px;
    height: 156px;
}

#spnav
{
    position: absolute;
    left: 12px;
    top: 5px;
    color: White;
    font-weight: bold;
}
#spnav1
{
    position: absolute;
    left: 450px;
    width: 120px;
    top: 3px;
}

#spnav a, #spnav2 a
{
    color: #9cf;
    display: inline-block;
    margin-left: 10px;
}

#spnav2
{
    position: absolute;
    right: 15px;
    top: 5px;
    color: White;
    font-weight: bold;
}


#logo
{
    position: absolute;
    left: 12px;
    top: 30px;
}

#tagline
{
    background: url(images/template/tagline.png);
    width: 528px;
    height: 33px;
    position: absolute;
    left: 12px;
    top: 120px;
}
#mainblandwrapper
{
    background: #ddd url(images/template/mainnavBack.jpg);
    width: 1000px;
    height: 84px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #666;
}
#mainnavwrapper
{
    background: #ddd url(images/template/mainnavBack.jpg);
    width: 1000px;
    height: 84px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #666;
}

#mainnavwrapper .nav
{
    display: block;
    height: 84px;
    width: 100px;
    text-indent: -500px;
    overflow: hidden;
    background: url(images/template/nav.jpg) no-repeat;
    float: left;
}

#mainnavwrapper .navHome
{
    width: 108px;
}
#mainnavwrapper a.navHome.hover
{
    background-position: 0px -84px;
}

#mainnavwrapper a.navBuy
{
    width: 85px;
    background-position: -108px 0px;
}

#mainnavwrapper a.navBuy.hover
{
    background-position: -108px -84px;
}

#mainnavwrapper a.navSell
{
    width: 84px;
    background-position: -193px 0px;
}

#mainnavwrapper a.navSell.hover
{
    background-position: -193px -84px;
}

#mainnavwrapper a.navLearn
{
    width: 120px;
    background-position: -277px 0px;
}

#mainnavwrapper a.navLearn.hover
{
    background-position: -277px -84px;
}

#mainnavwrapper a.navHPWtv
{
    width: 112px;
    background-position: -400px 0px;
}

#mainnavwrapper a.navHPWtv.hover
{
    background-position: -400px -84px;
}

#mainnavwrapper a.navAgent
{
    width: 125px;
    background-position: -512px 0px;
}

#mainnavwrapper a.navAgent.hover
{
    background-position: -512px -84px;
}

#mainnavwrapper a.navCareers
{
    width: 132px;
    background-position: -637px 0px;
}

#mainnavwrapper a.navCareers.hover
{
    background-position: -637px -84px;
}
#MainNav
{
    height: 42px;
    width: 100%;
    background-image: url("images/nav/nav.png");
    position: relative;
    border-bottom: 1px solid #666;
    border-top: 1px solid #fff;
}
#MainNav .navLink
{
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    font-size: 18px;
    border-right: 1px solid #ccc;
    display: block;
    float: left;
    color: #69c;
    color: #205080;
    color:#DC1921;
}

#MainNav a.navLink:hover
{
    text-decoration: none;
    color: #fff;
}
#MainNav .agentInfo
{
    float: right;
    text-align: right;
    padding: 10px 10px 0px 0px;
    color: #036;
}
.agentDisplay
{
    font-weight: bold;
    color: #DC1921;
}
.agentDisplay:hover
{
    color: #205080;
}


#content
{
    margin: 0;
    padding: 0;
    background: #ccc;
    width: 100%;
    z-index: 3;
    min-height: 526px;
}

#maincontentFooter
{
    position: absolute;
    width: 970px;
    height: 5px;
    background: #39c;
    border-top: 1px solid #cff;
    bottom: 0px;
    left: 15px;
    z-index: -1;
}

#footer
{
    width: 970px;
    text-align: center;
    padding: 5px;
    margin: 15px;
    border-top: 1px solid #369;
    border-bottom: 1px solid #369;
    color: #369;
    font-size: 11px;
}

#footer a
{
    display: inline-block;
    padding: 0px 4px 0px 4px;
    color: #fff;
}

#footer a:hover
{
    color: #999;
    text-decoration: none;
}

#legal
{
    text-align:center;
    width: 970px;
    margin: 15px;
    color: #369;
    font-size: 10px;
}

.search-links table
{
    width: 1010px;
    background: #003;
    border-top: 5px solid #036;
    border-bottom: 5px solid #036;
    margin-bottom: 10px;
    text-align: center;
    padding: 0px;
}
.search-links td
{
    font-size: 11px;
    padding: 5px 0px 5px 0px;
    text-align: center;
}
.search-links a:hover
{
    color: #9cf;
}

/*----------------------------
    MESSAGE
----------------------------*/
#message
{
    width: 300px;
    position: absolute;
    z-index: 1000;
    display: none;
}
#message.show
{
    display: block;
}
#message .shadow
{
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 5px -5px -5px 5px;
    background: #000;
}
#message .box
{
    background: #ccc;
    border: 1px outset #ccc;
}
#message .header
{
    background: #9cf url(App_Themes/HPW/images/form/button.gif) repeat-x;
    margin: 5px;
    padding: 5px;
    font-size: 16px;
    color: #003;
    font-weight: bold;
    cursor: pointer;
    border: 1px groove #69c;
}
#message .body
{
    margin: 5px;
    padding: 10px;
    background: #e9e9e9;
    border: 1px groove #999;
}
#message .body .button
{
    margin: 10px auto 0px auto;
}

/*----------------------------
    SEARCH MESSAGE 
    ( for ajax search )
----------------------------*/
#search_message
{
    position: absolute;
    width: 100%;
    z-index: 10;
}
#search_message .shadow
{
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
#search_message .body
{
    background: #369;
    top: 45px;
    margin: 0px auto 0px auto;
    text-align: center;
    width: 300px;
    padding: 10px;
    border: 10px solid #69c;
}
#search_message .body h1
{
    color: #fff;
}
#search_message .body h2
{
    color: #9cf;
    border: 0px;
}
#search_message img
{
    display: none;
}
#search_message img.show
{
    display: inline;
}
#search_message .button
{
    display: none;
}
#search_message .button.show
{
    display: block;
    width: auto;
}
/*----------------------------
    SHADOW BOX (fade to black)
----------------------------*/
#shadow_box
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #000;
}
/*----------------------------
    LIGHT BOX
----------------------------*/
#light_box
{
    position: fixed;
    width: 36px;
    height: 36px;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-left: -36px;
    margin-top: -36px;
    cursor: pointer;
}
#light_box .photo
{
    position: absolute;
    margin: 10px;
}
#light_box .loader
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
}
/*----------------------------
    COLUMNS
----------------------------*/
.left_column
{
    padding: 0px;
    width: 234px;
    float: left;
    left: 14px;
}
.right_column
{
    width: 730px;
    float: left;
    margin-bottom: 10px;
    left: 21px;
}

/*----------------------------
    SIDE BAR (side-nav etc)
----------------------------*/
div.side-nav, ul.side-nav
{
    padding: 0px;
    margin: 10px -3px 0px -1px;
}
.side-nav li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-indent: 0px;
}
.side-nav a
{
    color: #fff;
    display: block;
    margin: 5px 3px 5px 1px;
    padding: 5px 0px 5px 15px;
    font-size: 14px;
    font-family: Verdana, Arial, Times New Roman;
}
.side-nav a:hover
{
    color: #69c;
    background: #fff;
    text-decoration: none;
}
.side-nav li.selected a
{
    background: #369;
}
.side-nav a.selected
{
    font-weight: bold;
}

/*------------------------------------
PAGE.CSS (Page level styling)
------------------------------------*/

/*------------------------------------
 TABS (FOR TABBED VIEWS)
------------------------------------*/
.tab-list
{
    z-index: 1;
}
.tab
{
    float: left;
    padding: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
    background: #ededed;
    margin-right: -1px;
}
.tab.selected
{
    border-bottom: 1px solid #fff;
    background: #fff;
    z-index: 1;
}
.tab.hover
{
    background: #ccc;
    color: #fff;
}
.tab.selected.hover
{
    background: #fff;
    color: #69c;
}
.tab-view
{
    min-height: 100px;
    border: 1px solid #ccc;
    padding: 10px;
    display: none;
    margin-top: -1px;
    z-index: 0;
}
.tab-view.show
{
    display: block;
}
/*------------------------------------
INFO BOX (NAMED BOXES WITH KEY VALUE PAIRS)
------------------------------------*/
.info-box
{
    width: 330px;
    float: left;
    font-size: 12px;
    margin: 0px 0px 10px 20px;
}

.info-box h2
{
    border-bottom: 4px solid #ddf;
    font-size: 20px;
}
.info-box h3
{
    margin-top: 5px;
    font-size: 20px;
}
.info-box table
{
    width: 100%;
}
.info-box .key
{
    color: #369;
}

/*------------------------------------
REPEATER TABLE ROWS
------------------------------------*/
.prop-row td
{
    background: #ccc;
    padding: 0px 0px 0px 0px;
}
.alt-prop-row td
{
    background: #ddd;
}
.prop-row.hover td
{
    background: #9cf;
    cursor: pointer;
}
.header-row
{
    font-weight: bold;
    background: #666;
    color: #fff;
}
.header-row td
{
    text-align: center;
}
.paging-info-panel
{
    border: 1px solid #ccc;
    background: #eee;
    padding: 5px;
    min-height: 20px;
    margin-bottom: 10px;
}
.paging-controls
{
}

/*----------------------------
            FORMS
        ----------------------------*/
.button
{
    background: #9cf url(images/form/button.gif) repeat-x;
    width: auto;
    color: #003;
    font-weight: bold;
    font-size: 12px;
    font-family: Georgia, Time New Roman, Serif;
    border: 2px solid #369;
    cursor: pointer;
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 0px 5px 0px 5px;
    margin: 0px 5px 0px 5px;
}
.button.hover
{
    color: #369;
}
.button.down
{
    color: #000;
    background: #369;
}


input
{
    background: #ddd url(images/form/field.gif) repeat-x;
    border: 2px solid #ccc;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
    color: #036;
}


/* box and list */
.select-box-frontpage .box, .select-box-frontpage .list
{
    background: #ddd url(images/form/field.gif) repeat-x;
    border: 2px solid #ccc;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
    color: #036;
}
.select-box-frontpage .box
{
    height: 140px;
    margin-top: -1px;
}
.select-box-frontpage .list
{
    display: none;
}
.select-box-frontpage.focus .list
{
    z-index: 1;
}
.select-box-frontpage .list.show
{
    display: block;
}
.select-box-frontpage .list .item
{
    color: #036;
    text-indent: 5px;
    cursor: pointer;
    min-height: 1.5em;
}
.select-box-frontpage .list .item.hover, .select-box-frontpage .list .item.selected
{
    background: #9cf url(images/form/button.gif) repeat-x;
}


label
{
    display: inline-block;
    margin: 0px 5px 0px 5px;
    line-height: 22px;
}
.field
{
    width: 250px;
    min-height: 20px;
    margin-bottom: 20px;
}
.field .input
{
    width: 150px;
    float: right;
}
.field label
{
    float: left;
    clear: left;
}
.field .button
{
    float: left;
}
/*----------------------------
            FORM ELEMENTS IN SIDE BAR...
        ----------------------------*/
.left_column .field
{
    width: 220px;
}
.left_column label
{
    color: #fff;
}
.left_column input
{
    width: 110px;
}
/*----------------------------
            SLIDERS
        ----------------------------*/
.slider
{
    position: relative;
    width: auto;
    height: 22px;
    margin: 0px auto 0px auto;
    clear: both;
}
.slider .bar
{
    position: absolute;
    background: #003;
    border-bottom: 2px solid #69c;
    border-top: 2px solid #369;
    border-left: 2px solid #69c;
    border-right: 2px solid #369;
    width: 100%;
    height: 4px;
    top: 7px;
}
.slider .knob
{
    position: absolute;
    top: 0px;
    left: -1px;
    background: #ddd url(images/form/field.gif) repeat-x;
    border: 2px solid #aaa;
    width: 10px;
    height: 18px;
    cursor: pointer;
}
.left_column .slider
{
    margin-left: 10px;
}
/*----------------------------
            SELECT BOXES
        ----------------------------*/
.field.focus
{
    z-index: 1;
}
.field .select-box
{
    float: right;
}
.select-box
{
    position: relative;
    width: 100px;
    height: 20px;
    padding-right: 24px;
}
.select-box.focus
{
    z-index: 1;
}
.select-box .button
{
    width: 20px;
    float: none;
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: 0px;
    top: -1px;
    background: url(images/form/select-box-icon.gif) no-repeat;
}
/* box and list */
.select-box .box, .select-box .list
{
    background: #ddd url(images/form/field.gif) repeat-x;
    border: 2px solid #ccc;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    color: #036;
}
.select-box .box
{
    height: 20px;
    margin-top: -1px;
}
.select-box .list
{
    display: none;
}
.select-box.focus .list
{
    z-index: 1;
}
.select-box .list.show
{
    display: block;
}
.select-box .list .item
{
    color: #036;
    text-indent: 5px;
    cursor: pointer;
    min-height: 1.5em;
}
.select-box .list .item.hover, .select-box .list .item.selected
{
    background: #9cf url(images/form/button.gif) repeat-x;
}

/* grid view */
.grid-view
{
    width: 100%;
}
.grid-view td
{
    padding: 5px;
}
.grid-view tr
{
    cursor: pointer;
}
.grid-view tr.selected
{
    background-color: #9cf;
}
.grid-view tr.selected a
{
    color: #fff;
}
.grid-view .no-data
{
    font-size: 26px;
    color: #666;
    line-height: 32px;
}
.sold
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 61px;
    height: 40px;
    margin: 0;
    background-image: url('images/icons/SoldBanner.png');
    background-repeat:no-repeat;
    z-index: 3;
}

.soldbig
{
     position:relative;
     min-width: 0px;  
      display:block;
     margin-top: 7px;
     height:75px;
     width: 239px;  
    float: left;
    background-image: url('images/icons/soldbar.png');
}

.clear {
        clear: both;
        height: 1px;
        overflow: hidden;
    }
