@charset "UTF-8";
/* CSS Document */


ul.accordion{
  padding:0px;
  left:0px;
}

ul.accordion li{
   width:260px;
   padding-bottom:20px;
}


/* TOP BANNER */

#top_banner_ad{
width:686px;
left:403px; 
margin-top:15px; 
float:right;
position:relative;
z-index:3000;
min-height:146px;
}


/* INDEX SIDEBARS */


#index_sidebar_container{
width:230px;
float:right;
left:950px;
top:282px;
position:absolute;
z-index:4000;
}

#subscribe{
background:#000000; 
height:310px; 
width:205px; 
padding:15px;  
}

#events{
background:#90a78d; 
color:#000000; 
height:160px; 
width:235px; 
padding:5px;
margin-top:25px;
}

/* headliners sidebar */

ul.headliners{
  padding:0px;
  left:0px;
}

ul.headliners li{
   width:260px;
   padding-bottom:20px;
}


/* SECONDARY SIDEBARS */


/* LEFT */

#left_sidebar_container{
float:right;
left:165px;
position:relative;
width:300px;
margin-top:85px;
}

#top_left_sidebar{
background:#c0bea7; 
width:250px; 
height:385px;
padding-right:20px;
padding-left:10px;
padding-top:15px;
padding-bottom:15px;
}

#bottom_left_ad{
margin-top:25px;
height:350px;
width:270px; 
}


/* RIGHT */

#right_sidebar_container{
float:right;
left:703px;
position:relative;
width:235px;
margin-top:85px;
z-index:5000;
}

#subscribe_secondary{
background:url(images/subscribe_background.gif); 
background-repeat:repeat; 
width:205px; 
height:123px;  
padding:15px;
}

#subscribe_secondary p{
margin-left:10px;
}

#bottom_right_ad{
margin-top:26px;
height:600px;
width:235; 
}


