﻿
/*Home Page elements*/
#homePageMainContainer
{
    clear: both;
    margin: 0 auto;
    text-align: left;
    width: 939px;
}
#homePageMainContainer ul, #homePageMainContainer ul li  { margin: 0; padding: 0; }

#homePageFlash
{
    background-color: Transparent;
    clear: both;
    height: 250px;
    width: 100%;
}

#leftBox
{
    border: solid 1px #dcdcdc;    
    float: left;
    height: 300px;
    position: relative;
    width: 216px;
}

#middleBox
{
    border: solid 1px #dcdcdc;
    float: left;
    height: 300px;
    margin-left: 25px;
    position: relative;
    width: 216px;    
}

#rightBox
{
    border: solid 1px #dcdcdc;
    float: left;
    height: 300px;
    margin-left: 25px;
    position: relative;
    width: 216px;    
}

#news
{
    /*border: solid 1px #dcdcdc;*/
    float: left;
    height: 300px;
    margin-left: 25px;
    position: relative;
    width: 207px;    
}

#leftBox ul, #middleBox ul, #rightBox ul { margin-top: 8px; margin-left: 30px; padding-right: 5px; }
#leftBox ul li, #middleBox ul li, #rightBox ul li { padding-bottom: 15px; }

    .boxHeader
    {
        background: url(/Styles/Images/Home/boxHeaderBg.gif); background-repeat: repeat-x;
        height: 35px;
        width: 100%;   
    }

    .boxHeader a
    {
        color: #DB0029;
        display: block;
        font-size: 15px;
        line-height: 25px;
        padding-left: 15px;
    }
    
    /*.boxHeader a
    {
        color: #DB0029;
    }*/

    .boxContent
    {
        font-size: 11px;    /*CRC specs*/
        line-height: 13px;  /*CRC specs*/
        height: 170px;
        width: 100%;         
        position: absolute; top: 36px; left: 0px;
    }
    
    .boxBottomImage
    {
        height: 90px;
        width: 100%;     
        position: absolute; top: 212px; left: 0px;
    }

    .boxBottomImage img
    {
        width: 216px;    
    }
    
    /*News Column*/
    .boxNewsHeader { width: 100%; }
    .boxNewsHeader span { font-size: 15px; }
	.boxNewsHeader a{text-decoration:underline;}
    .boxNewsContent { line-height: 16px; padding-top: 16px; width: 100%; }
	.boxNewsContent a{text-decoration:underline;}

/*Misc*/

.homePageSpacer
{
    clear: both;
    height: 25px;
    width: 100%;
}