/* 
    Document   : props-nav
    Created on : Nov 26, 2012, 8:50:32 PM
    Author     : Zac-XPS
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

#props-nav{
    width:940px;
    height:50px;
    background:url(../images/sitewide/main-nav-bg.png) repeat-x;
    position:relative;
    margin:20px auto;
    font-family:'Yanone Kaffeesatz', Arial;
    color:white;
    z-index:900;
}

ul#ul-props-holder{
    padding:0; 
    margin:0; 
    list-style-type:none; 
    list-style:none; 
    display:inline;
}

li.city-header{
    list-style-type:none; 
    list-style:none; 
    display:inline; 
    float:left;
    width:125px;
    padding:15px;
    height:20px;
    font-size:22px;
    border-right:1px solid #181818;
}

li.city-header:hover{
    background:#fc8608;
    cursor:pointer;
}

li.city-header p{
    text-align:center;
}

.cities-listing-dropdown-container{
    height:0px;
    width:940px;
    padding-left:15px;
    position:relative;
    left:-15px;
    overflow:hidden;
}

.cities-listing-dropdown{
    width:226px;
    background:#262626;
    position:relative;
    top:15px;
    left:-15px;
    border-top:3px solid #fc8608;
    padding:12px;    
}

ul.sub-city-header{
   padding:0; 
   margin:0; 
   list-style-type:none; 
   list-style:none;  
}

li.sub-city-header-city{
   list-style-type:none; 
   list-style:none; 
   padding:10px 5px 10px 10px;
   border-bottom:1px dotted #535353;
   position:relative;
}

li.sub-city-header-city:hover{
    background:#181818;
    color: #fc8608;
}

li.sub-city-header-city p{
    text-align:left;
    font-size:20px;
}

li.sub-city-header-city p span{
    float:right;
    margin-right:15px;
}

span.down-arrow{
    font-family: 'Wallpoet', Arial, cursive;
    font-size:12px;
    float:right;
    margin-right:5px;
    padding-top:5px;
}

span.ie7sucks{
    float:left;
}

li.sub-city-header-prop{
   list-style-type:none; 
   list-style:none; 
   padding:10px 5px 5px 10px;
   border-bottom:1px dotted #535353;
   font-size:18px;
}

li.sub-city-header-prop p{
    text-align:left;
}

.sub-city-header-prop > p > a{
    color:white;
    text-decoration:none;
}

.sub-city-header-prop > p > a:hover{
    color:#fc8608;
}

.offset-group{
    position:absolute; 
    background:#181818; 
    left:225px; 
    top:0px; 
    width:200px;
    height:0px;
    overflow-y:hidden;
}



