@import url('../../Default/global/Global.css');

/* ############################################################################
   ## 
   ##  HOME PAGE
   ##
   ######################################################################### */
*:first-child+html #TemplateInner {
    /* IE7 Only */
    margin: 0 23px 0 27px;
    padding: 0;
    width: 930px;
}
*html #TemplateInner {
    /* IE6 Only */
    margin: 0 23px 0 27px;
    padding: 0;
    width: 930px;
}

#Content {
    padding: 0;
}

#Page {
    position: relative;
    float: left;
    
    margin: 1em 0 0;
    background: url('/App_Themes/Default/images/content_curve_bg.gif') no-repeat bottom left;
}
#PageInner {
    padding: 0;
}

    #HomeFeatures {
        position: relative;
        float: left;
        width: 280px;
    }
    #HomeFeaturesInner {
        padding: 0 0 70px 20px;
    }
    
        #HomeFeaturesInner .feature {
            padding-bottom: 20px;
        }
    
    #HomeContent {
        position: relative;
        float: right;
        width: 640px;
    }

    #HomeContentInner {
        padding: 0 20px 0 0;
    }

    #HomeNews {
        position: relative;
        float: left;
        width: 75%;
        
        margin: 0;
    }
    * html #HomeNews {
        width: 74.9%; /* Fixes content jumping problem on particular (seemingly random) window widths. */
    }
    #HomeNewsInner {
        padding: 0 20px 0 0;
    }

        #HomeNews .newsitem {
            margin: 1em 0;
        }
            
            #HomeNews .newsitem .title {
                font-weight: bold;   
            }
            
            #HomeNews .newsitem .date {
            }
            
            #HomeNews .newsitem .summary {
            }
