﻿        #divContentArea
        {
            padding-top:0px;
        }
        .navInactive:hover
        {
            color: #8BB9DF;
            font-weight: bold;
            
        }
        h1
        {
            font-size: 12pt;
            margin-top:0px;
        }
        .myticker 
        {
            width:800px; height:30px;  position:relative; cursor: pointer; 
        }
        .tickercontent
        {
            width: 785px; height:14px; padding:7px 5px 7px 5px;  border:1px solid #cccccc; background-color: #DFDFDF;
            top: 0px;
            left: 0px; overflow: hidden;
            display:block; text-decoration:none; color:#3f3f3f; font-weight:normal; display:none;font-size: 10pt;
        }
        .tickercontent:hover
        {
            border-color: #fff766;   
        }
        .featuredcontent
        {
            overflow: hidden;
            display:block;
            text-decoration:none;
            width:850px;
            height: 318px;
        }
        .featuredcontent:hover
        {
            clip:rect(3px,847px,315px,3px);
            background-color:Red;
        }    
        .first 
        {
            display:block;
        }
        .nextbutton 
        {
         position:absolute;right:0px;top:1px; z-index:1000; cursor:pointer; background-color:#d1ebef;height:14px; width:14px; padding:6px;border:1px solid #cccccc;   
        }
        .nextbutton:hover
        {
            border:2px solid #fff766; height:13px; width:13px;
        }
        .ListingAdType
        {
            font-weight:bold; color:#0b71c5;
        }
        
        .sectionBox1
        {
            width:270px; 
             position: relative;  float: left; cursor: pointer; padding-top:10px;
            display:block;  font-weight:normal; text-align:center; border: 3px solid #ffffff; text-decoration:none;
        }
        .sectionBox1 img
        {
            border:0px;
        }
        .sectionBox1:hover 
        {
            background-color: #cbe0f3;
            border-color: #fff766;
        }
        #divCenterSection
        {
            height:720px;
        }
        #featuredPager a
        {
             border: 1px solid #afcdd6; background: #f5f5f5; text-decoration: none; margin: 0 5px; padding: 3px 5px;
             -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }
        #featuredPager a.activeSlide 
        { 
            background: #cbe0f3; 
        }
        #featuredPager a:focus 
        {
            outline: none;
        }
        #featuredNext
        {            
            position:absolute;z-index:2000;background: url(/images/buttons/rounded-next1.png); right:0px; top:130px; height:58px; width:28px; cursor:pointer;
        }
        #featuredNext:hover
        {
            background: url(/images/buttons/rounded-nexth1.png);
        }
        #featuredPrev
        {
            position:absolute;z-index:2000;background: url(/images/buttons/rounded-prev1.png); left:0px; top:130px; height:58px; width:28px; cursor:pointer;
        }
        #featuredPrev:hover
        {
            background: url(/images/buttons/rounded-prevh1.png);
        }