@import url('../../Default/global/Global.css');

/* ############################################################################
   ## 
   ##  HOME PAGE
   ##
   ######################################################################### */
#PageInner {
    padding: 0;
}
/*IE7*/
*:first-child+html #PageInner {
	padding-top: 0;
}
#HomeFeatures {
    margin-top: 32px;
    width: 798px;
    height: 230px;
    background: #caed90 url(/App_Themes/Default/images/home_feature_gradient.gif) repeat-x left bottom;
}
/*IE6*/
*html #HomeFeatures {
    margin-top: 0;
}
    #HomeFeaturesInner {
        padding: 10px;
    }
    #HomeFeature {
        position: relative;
    }
    #HomeFeatures .rotatorElement {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }
    #Content .featureElement .more a {
        position: absolute;
        right: 10px;
        bottom: 10px;
        color: #ffffff;
    }
    #HomeFeatures #HomeFeatureNav {
        position: absolute;
        top: 0;
        right: 0;
    }
    /*IE6*/
    *html #HomeFeatures #HomeFeatureNav {
        right: 10px;
    }
        #Content .featureLink, #Content .featureLinkCurrent {
            width: 142px;
            padding: 0 13px;
            height: 49px;
            line-height: 49px;
            background: #d5f4a1;
            display: block;
            cursor: pointer;
            margin-bottom: 5px;
            font-weight: bold;
            color: #004880;
            font-size: 116.7%;
            text-decoration: none; 
        }
        #Content #HomeFeatureNav a:link {
            text-decoration: none;
            color: #004880;
        }
        #Content #HomeFeatureNav a:visited,  #Content #HomeFeatureNav a:visited {
            text-decoration: none;
            color: #004880;  
        }
        #Content .featureLinkCurrent {
            background: #d5f4a1 url(/App_Themes/Default/images/rotator_nav_active.gif);
        }
            .featureLink:hover {
                color: #004880;
                text-decoration: none;
                background: #e3fabd;
            }
            .featureLinkCurrent:hover {
                color: #004880;
                text-decoration: underline;
            }
            
            
   div#HomeContentInner {
        float: left;
        width: 980px;
        background: #ffffff url(/App_Themes/Default/images/content-bottom-left-curve.gif) no-repeat bottom left;
   }         
   div#Highlight {
        position:absolute;
        right:0;
        top:216px;
        width:163px;
        background:#004981;
        height:210px;
        overflow:hidden;
        padding: 10px;
    }
        div#Highlight h2 {
            color: #ffffff;
            font-size: 100%;
            font-weight: normal;
            margin: 0 0 3px 0;
        }
        div#Highlight img {
            border: 0;
        }
        div#Highlight h3 {
            margin: 0 0 38px 0;
            font-size: 100%;
        }
            div#Highlight h3 a {
                color: #a1d643;
            }
    div#Resources {
        float:right;
        width:205px;
        padding:0 10px;
    }
        div#Resources h2 {
            margin-top: 1em;
        }
        div#Resources a:link {
            color: #ffffff;   
        }
        div#Resources a:visited {
            color: #ffffff;   
        }
    div#ProjectDetails {
        float:right;
        width:340px;
        padding:0 10px;
    }
        div#ProjectDetails h2 {
            margin-top: 1em;
        }
    div#NewsUpdates {
        float:left;
        width:349px;
        padding: 0 20px;
    }
    div#NewsUpdates h2 {
            margin-top: 1em;
        }
    div#HomeNews {
        float:left;
        width:349px;
        padding: 0 20px;
    }
        div#HomeNews h2 {
            margin-top: 1em;
        }
        div#HomeNews ul {
            margin-left: -27px;
            padding: 0;
        }
        /*table created with JS see 'MultiList.js'*/
        div#HomeNews table.multiColumn td {
            width: 50%;
            vertical-align: top;
            padding: 5px 10px 5px 0;
        }
        
        /*IE6*/
        *html div#HomeNews ul {
            /*double margin bug*/
            margin-left: -54px;
        }
            div#HomeNews li {
                list-style: none;
                margin: 0 0 10px 27px;
                width: 160px;
                float: left;
            }
                div#HomeNews span {
                    display: block;
                }
    
