/* CSS Document */

/* boxes 
#transparent
{
opacity: 0.5;
filter: alpha(opacity=50);
width: 100%;
}

#transparent90
{
opacity: 0.8;
filter: alpha(opacity=80);
zoom: 1;
width: 100%;
}
*/

#fullexpandable
{
width: 905px;
margin-bottom: 10px;
margin-top: 20px;
}


#fullexpandable .header
{
background: url(../images/bg/box_home_902_top.png) top left no-repeat;
height: 30px;
}

#fullexpandable .body
{
background: url(../images/bg/box_home_902_side.png) top left repeat-y;
height: 106px;
}

#fullexpandable .footer
{
background: url(../images/bg/box_home_902_bottom.png) bottom left no-repeat;
height: 30px;
}




#twocolumn_left
{
float: left;
width:669px;
}

#twocolumn_right
{
margin-left: 670px;
}



#csexpandable
{
width: 669px;
margin-bottom: 10px;
opacity: 0.8;
filter: alpha(opacity=80);
zoom: 1;
}


#csexpandable .header
{
background: url(../images/bg/box_cs_666_top.gif) top left no-repeat;
height: 20px;
}

#csexpandable .body
{
background: url(../images/bg/box_cs_666_side.gif) top left repeat-y;
height: auto;
}

#csexpandable .body h2
{
margin-left: 27px;
margin-bottom: -5px;
}

#csexpandable h2
{
color: #5F829E;
font-size: 180%;
padding-bottom: 10px;
border-bottom: 1px dashed #5F829E;
margin-right: 20px;
}

#csexpandable .footer
{
background: url(../images/bg/box_cs_666_bottom.gif) bottom left no-repeat;
height: 30px;
}

#csexpandable #csimages
{
float: left;
width: 430px;
}

#csexpandable .inner_content
{
padding: 0px 20px 10px 0px;
margin-left: 10px;

}


#csexpandable .inner_content ul
{
padding: 0px;
list-style: none;
margin-top: 0;
margin: 0;
padding-left: 10px;
}

#csexpandable .inner_content li
{
padding: 7px;
padding-left :10px;
margin-top: 5px;
float: left;
width: 30%;
height: 70px;
border-right: 1px dashed #CCCCCC;
border-bottom: 1px solid #EFEFEF;
background:url(../images/bg/latest_bg.gif) bottom left repeat-x;
}

#csexpandable .inner_content li .title
{
font-weight: normal;
font-size: 110%;
}


#csexpandable .inner_content li .title a
{
color: #000000;
text-decoration:underline;
}

#csexpandable .inner_content .news_article
{
margin-left: 20px;
margin-top: 20px;
font-size: 110%;
}

#csexpandable .inner_content .news_article a
{
color: #5F829E
}

.subscribe
{
margin-top: 20px;
text-align: right;
}

