/*---------- WHY DECOR PAGE ------------*/
/*-- Left Panel --*/

#body #whyLeftPanel
{
    width: 336px;
    float: left;
    padding: 0 12px 0 0;
    background: url(../images/dotted_border.gif) right top repeat-y;
}

#body #whyLeftPanel img
{
    display: block;
}
#body #whyLeftPanel div.content
{
    padding: 0px 9px 3px 9px;
    margin: 4px 0 0 0;
    font-size: 11px;
    line-height: 14px;
    color: #fff;
}
#body #whyLeftPanel div.content p
{
    padding: 0px 0px 0px 0px;
}
#body #whyLeftPanel div.content a
{
    float: right;
    color: #fff;
    text-decoration: underline;
    font-style: italic;
}
#body #whyLeftPanel div.content a:hover
{
    text-decoration: none;
}
/*-- Mid Panel --*/
#body #whyMidPanel
{
    width: 103px;
    float: left;
    padding: 0 0 0 0px;    
}
#body #whyMidPanel h3
{
    font-size: 12px;
    font-weight: bold;
    height: 21px;
    text-transform: uppercase;
    padding: 3px 0 10px 0;
    margin:0px;
    background: url(../images/dotted_border.gif) left bottom repeat-x;
    text-align:center;
}
#body #whyMidPanel dl
{
    padding: 6px 0px 0 5px;
    width: 92px;
}
#body #whyMidPanel dl img
{
    display: block;
}
#body #whyMidPanel dl dt
{
    font-size: 10px;
    color: #656461;
    background-color: #F7F6EE;
}
#body #whyMidPanel dl dd
{
    padding: 0 0 7px 0;
}
/*-- Right Panel --*/
#body #whyRightPanel
{
    width: 300px;
    float: left;
    padding: 0 0 0 13px;
    background: url(../images/dotted_border.gif) left top repeat-y;
}
#body #whyRightPanel h2.whyHeader
{
    height: 47px;
    text-indent: -2000px;
    margin: 0 0 3px 0;
    color: #fff;
}
#body #whyRightPanel p
{
    padding: 0 0 6px 0;
}
#body #whyRightPanel a.learnMore
{
    float: right;
    color: #777777;
    background-color: #F7F6EE;
    text-decoration: underline;
    font-style: italic;
    font-size: 10px;
}
#body #whyRightPanel a.learnMore:hover
{
    text-decoration: none;
}
#body #whyRightPanel p.botBorder
{
    height: 10px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    background: url(../images/dotted_border.gif) left bottom repeat-x;
}
#body #whyRightPanel h2.monthlyHeader
{    
    height: 37px;
    text-indent: -2000px;
    margin: 0 0 3px 0;
}
/*-- Welcome Panel (Below Footer) --*/
#welcomePanel
{   
    margin: 0 auto;    
    text-align:justify;
    height:auto;
    border-top-width:0px;
    border-bottom-width:0px;
    width:780px;
    padding:7px 0px 10px 0px;
	float:left;
}
#welcomePanel h2
{
    background: url(images/welcome_hdr.gif) 0 0 no-repeat;
    height: 16px;
    text-indent: -2000px;
}
#welcomePanel p
{
    padding: 12px 0 0 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 12px;
    font-size:12px;
}

#whyMidPanel dd
{
    padding:0;
    margin:0px;
    padding-top:15px;
    padding-bottom:10px;    
}

#whyMidPanel dl
{
    margin-top:5px;    
}


