/*------------------------------------------------*/
/*------------------[BASE STYLES]-----------------*/
/*------------------------------------------------*/
/*
a:link, a:visited { text-decoration: none; color: #FFFFFF; }
a:hover { color: #FFF; text-decoration: underline; }
h1, h2, h3, h4 { margin: 0px 0px 10px 0px; font-weight: normal; }
h3 { font-size: 20px; }
ul { line-height: 16px; list-style-image: url(images/bullet.gif); }
*/

/*------------------------------------------------*/
/*------------------[MAIN LAYOUT]-----------------*/
/*------------------------------------------------*/
#container { float: left; width: 514px; color:#ffffff; margin:10px 15px 0 15px; } /* -- differs --*/


/*------------------------------------------------*/
/*---------------[FEATURED ARTICLES]--------------*/
/*------------------------------------------------*/
.titles-featured a, .titles-featured a:hover, .titles-featured { color:#ffffff; font-size: 14px; display: block; margin-bottom: 5px; margin-top: 5px; }
a.titles-featured:hover { text-decoration:underline; }
.featured-inside { font-family:arial; font-size:11px; width: 468px; padding: 2px 13px 13px 13px; margin-top: 139px; background-image: url(images/mainDisplay/featured-bg.png); overflow: hidden; height: 45px; line-height:14px; } /* -- differs (text on img) --*/
.next-button { display: none; position: absolute; }
.prev-button { display: none; position: absolute; }
#sections { overflow:hidden; width: 514px; height: 219px; margin: 0px; float: left; }
#sections ul { height: 219px; margin: 0px; list-style-image: none; list-style-type: none; padding: 0px; width: 8000px; }
#sections ul li { height: 199px; width: 494px; border: 10px solid #6CA100; margin: 0px; padding: 0px; float: left; } /* -- differs --*/

.prev { display: block; width: 30px; height: 30px; cursor: pointer; background-image: url(images/mainDisplay/slide-button-left.png); position: absolute; top: 85px; z-index: 1; left: 19px; }
.next { display: block; background-image: url(images/mainDisplay/slide-button-right.png); width: 30px; height: 30px; cursor: pointer; position: absolute; top: 85px; left: 465px; z-index: 2; }

.titles-featured a, .titles-featured a:hover, .titles-featured { font-size: 14px; line-height: 13px; font-weight:bold; }
#featured { background-color: #FFFFFF; padding: 10px; width: 493px; border: 10px solid #ff0000; margin-bottom: 10px; }
.featured-content { float: right; width: 353px; margin-right: 5px; }

