
/* top right nav links */
#topright{
        color: #7a8e76;
        margin: 0px 0px 0px 0px;
        padding-top:5px;
        font-weight:bold;
        white-space: nowrap;
        text-align:center;
        }

#topright a{
        color: #333;
        text-decoration: none;
        }

#topright a:hover{
        color: #7a993a;
        text-decoration: underline;
        }

/* Left Menu Bar Layout */

/* Boxes */
.greenbg {
        width:185px;
        background:url(images/greenbg.jpg) repeat-y left top;
        border:0px;
        }

.greenbot {
        background:url(images/greenbot.jpg) no-repeat left top;
        line-height:20px;
        }

.latestgreenbg {
        width:100%;
        background:#7a8e76;
        border:0px;
        }

/* Box Styles */

.sitenav {
        font-weight:bold;
         font-size:10px;
        }

.sitenav ul{
        list-style: none;
        margin: 0px;
        padding: 10px 0px 0px 15px;
        }

.sitenav li{
        background:url(images/listbg.gif) bottom left no-repeat;
        margin:0px
        }

.sitenav li a{
        text-decoration:none;
        text-transform:uppercase;
        color: #fff;
        line-height:20px;
        }

.sitenav a:hover{
        color: #2d2def;
        }

.sitenav a{
        text-decoration:none;
        color: #fff;
        }

/* // Left Menu Bar Layout */

/* Main Content */

.litegreenbg {
        background:#e0f0d1/*f0f0f0*/;
        width:100%;
        }


.mainleft {
        background:url(images/mainleft.jpg) no-repeat top left #2d2def;
        padding-left:15px;
        color:#7a8e76;
        font-weight:bold;
        font-size:12px;
        white-space:nowrap;
        z-index:0;
        width:185px;
        min-width:185px;
        height:25px;
        }

.mainmid {
        background:#2d2def;
        }

.mainright {
        background:url(images/mainright.jpg) no-repeat top right #2d2def;
        line-height:27px;
        white-space:nowrap;
        padding-right:15px;
        text-align:right;
        z-index:4;
        }

.mainright a{
        color:#333;
        text-decoration:none;
        z-index:4;
        }

.mainright a:hover{
        color:#7a8e76;
        text-decoration:underline;
        }

#maintitle {
        position:relative;
        top:-20px;
        padding-left:15px;
        color:#333;
        font-weight:bold;
        font-size:11px;
        white-space:nowrap;
        z-index:2;
        }

#contentbl {
         position:absolute;
         background: url(images/bl.jpg) no-repeat;
         left:0px;
         bottom:0px;
         width:15px;
         height:15px;
         }

#contentbr {
         position:absolute;
         background: url(images/br.jpg) no-repeat;
         right:0px;
         bottom:0px;
         width:15px;
         height:15px;
         }
/* Category & Cities Navigation */

#navi ul{
        list-style: none;
        margin: 0px;
        padding: 10px 0px 0px 20px;
        }

#navi li{
        background:url(images/listbg.gif) bottom left no-repeat;
        margin:0px;
        color:#555;
        }

#navi li a{
        color:#ff0;
        font-weight:bold;
        text-decoration:none;
        padding-left:0px;
        line-height:20px;
        }

#navi li a:hover{
        color:#2d2def;
        }

/* === Navigation Sub Cities/Cats === */
#subnav ul{
        list-style: none;
        margin: 0px;
        padding: 0px;
        }

#subnav li{
        background:url(images/listbg.gif) bottom left no-repeat;
        margin:0px 0px 0px -10px;
        color:#555;
        }

#subnav li a{
        color:#fff;
        font-weight:bold;
        text-decoration:none;
        line-height:20px;
        }

#subnav li a:hover{
        color:#2d2def;
        }

#cities {
        margin:0px;
        padding:10px 0px 0px 10px;
        color:#ff0;
        }

#cities a {
        color:#ff0;
        text-decoration:none;
        }

#cities a:hover {
        color:#33fff;
        }

#cities ul{
        list-style: none;
        margin: 0px 0px 0px 10px;
        padding: 0px;
        }

#cities li{
        background:url(images/listbg.gif) bottom left no-repeat;
        color:#555;
        }

#cities li a{
        color:#fff;
        font-weight:bold;
        text-decoration:none;
        line-height:20px;
        }

#cities li a:hover{
        color:#ff0;
        }

.clearit {
        background-color: transparent;
        clear: both;
        height: 0;
        line-height: 0px;
        font-size: 0px; /*for IE*/
        }

.dspcont{
        display:none;
        margin-left:1.5em;
   }
