﻿/*_______________HOME STYLES__________________________________________-*/	
#frameHome
{
    margin:0px auto;
    width:607px; /*610-10padding-4border*/
    
     
}

#flashHome
{
    
    /*width:606px;*/ /*610-10padding-4border*/
    height:165px;
    padding-bottom:5px;
}

#welcomeContainer{
width:602px;
padding-left:5px;
line-height:20px;
}

/*LIQUID CORNERS*/
#liquid-round 
{
    width:100%;
    margin:0px auto; 
    background:#fff url(Images/corners/leftside.gif) repeat-y left top;
    text-align:left;
} 

.welcome {
   font-family:Arial;
   font-size:12pt;
   font-weight:bold;
   line-height:34px;
    
}

.text {
   font-family:Arial;
   font-size:11pt;
   font-weight:normal;

}

.top { 
width:100%; 
height:20px; 
background:url(Images/corners/top.gif) no-repeat left top; 
} 
.top span { 
display:block; 
position:relative; 
height:20px; 
background:url(Images/corners/top-right.gif) no-repeat right top; 
} 

.center-content { 
position:relative; 
background:url(Images/corners/rightside.gif) repeat-y right top; 
padding:1px 10px 1px 20px; 
margin:-1px 0 -60px 0; 
} 

.bottom { 
height:60px; 
background:url(Images/corners/bottom.gif) no-repeat left bottom; 
} 
.bottom span { 
display:block; 
position:relative; 
height:60px; 
background:url(Images/corners/bottom-right.gif) no-repeat right top; 
} 
/*END LIQUID CORNERS*/



#promoContainer
{
    height:122px;
    width:595px;
    background-color:red;
    margin-left:9px;
    padding-top:10px;
    background-color:#EFF2F3;
}

#promoContainer .header1
{
    height:25px;
    width:295px;
   font-family:Verdana;
   font-size:12pt;
   font-weight:bold;
   line-height:25px;
   color:#EDE8EF;
   background:#fff url(Images/list1/header1.gif) repeat-x left top;
   margin:0px;
}

#promoContainer .header2
{
   height:25px;
   
   padding-left:10px;
   font-family:Verdana;
   font-size:12pt;
   font-weight:bold;
   line-height:25px;
   color:#EDE8EF;
   background:#fff url(Images/list2/header.gif) repeat-x left top;
   

}


#news
{
    padding:1px 1px;
    float:left;
    width:295px;
    height:130px;
    background-color:#666666;/*#eff2f3;*/
    text-align:left;  
}

#promoContainer p
{   margin-top:8px;
    padding-left:15px;
    font-family:Verdana;
    font-size:10pt;
    font-weight:bold;
    line-height:20px;
}

#promoContainer a 
{
    text-decoration:none;
    color:#ffffff; /*Purple Dark */
    
}
#promoContainer a:hover
{
    text-decoration:none;
    color:#7fcedd; /*Purple Dark */
}

#special
{
    
    float:right;
    padding:1px 1px;       
    width:295px;
    height:130px;
    text-align:center;
    background:#F6ECAE url(Images/list2/banner.gif)  no-repeat center bottom;
background-color:#000000;
}

#special .header2Link 
{
    line-height:18px;
    font-size:12px;
    padding-left:75px;
}

#special a 
{
    text-decoration:none;
    color:#FFFF00; /*Yellow*/
    
}

#special a:hover
{
    text-decoration:none;
    color:#FFCC00; /*red*/
}