﻿#home_Featured
{
    width:800px;
    border:solid 1px #dfa83d;
    min-height:330px;
    height:1%;
}

#home_Featured .leftCol
{
    float:left;
    width:600px;
    height:330px;
    border-right:solid 1px #dfa83d;
    background:white url('images/home/featured_Left_bg.jpg') repeat-x bottom;    
}

#home_Featured .leftCol .leftSub
{
    float:left;
    width:299px;
    height:131px;
    margin-top:25px;
    border-right:solid 1px #dfa83d;   
}

#home_Featured .leftCol .rightSub
{
    float:left;
    width:299px;
    height:131px;
    margin-top:25px;
}

#home_Featured .leftCol .leftSub .content,
#home_Featured .leftCol .rightSub .content
{
    font-family:Georgia;
    font-size:16px;
    color:#666666;
    margin:0px 15px;   
}

#home_Featured .leftCol .leftSub .content h3,
#home_Featured .leftCol .rightSub .content h3
{
    font-family:Georgia;
    font-size:16px;
    color:#003366;
    margin:0;
}


#home_Featured .rightCol
{
    float:left;
    height:330px;
    width:190px;
    background-color:White;    
}

#home_Featured .rightCol h2
{
    width:169px;
    background-color:#eff2f5;
    border-bottom:solid 1px #dfa83d;
    padding:5px 15px;
    font-family:AvantGarde;
    font-size:12px;
    font-weight:bold;
    color:#003366;   
}

/*********CONTENT**********/

#home_Content
{
    margin-top:25px;
    float:left;
    width:800px;
    background:white url('images/home/content_Bg.jpg') repeat-y; 
}

#home_Content .col1 h3,
#home_Content .col2 h3,
#home_Content .col3 h3
{
    width:227px;
    margin:0px 5px;
    padding:5px 15px;
    background-color:#dfa83d;
    font-family:Georgia;
    font-weight:normal;
    font-size:18px;
    color:White;
}

#home_Content .col1 p,
#home_Content .col2 p,
#home_Content .col3 p
{
    font-family:Georgia;
    font-size:16px;
    color:#666666;
    margin:3px 10px 15px 17px;
}

#home_Content .col1 p a.title,
#home_Content .col2 p a.title,
#home_Content .col3 p a.title{
    text-decoration:underline;
    color:#003366;
}

#home_Content .col1 p a.more,
#home_Content .col2 p a.more,
#home_Content .col3 p a.more{
    
}

#home_Content .col1
{
    float:left;
    width:266px;
    border-right:solid 1px transparent;
    min-height:300px;
    height:1%;
}

#home_Content .col2
{
    float:left;
    width:267px;
    border-right:solid 1px transparent;
    min-height:300px;
    height:1%;
}

#home_Content .col3
{
    float:left;
    width:264px;
    min-height:300px;
    height:1%;
}