@charset "UTF-8";
/* CSS Document */

/*news page general layout*/
#newsheadline{
width:970px;
height:280px;
border-bottom:2px solid #CCCCCC;
}

.newsthread{
width:970px;
margin-top:10px;
border-bottom:1px solid #CCCCCC;
}

.newsthread_left{
width:475px;
border-right:1px solid #CCCCCC;
margin-bottom:10px;
padding-right:10px;
float:left;
}

.newsthread_right{
width:475px;
margin-bottom:10px;
float:right;
}



/*news headline area layout*/

#newsheader{
height:15px;
width:970px;
float:left;
}

#newsheader h2{
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
margin-top:0px;
margin-bottom:0px;
color:#333333;
}

#mainimg{
float:left;
margin-top:5px;
margin-bottom:5px;

}

#mainimg img{
border:1px solid #CCCCCC;

}

#headlineteaser{
width:575px;
float:left;
margin-top:5px;
margin-left:10px;
margin-bottom:5px;
font:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}


#headlineteaser a{
font:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#666666;
text-decoration:none;
}

#headlineteaser a:hover{
text-decoration:none;
color:#f5861f;
}

#headlineteaser_date{
font:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}

#headlineteaser_title{
font:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
margin-bottom:5px;
color:#333333;
}

#headlineteaser_title a{
font:Arial, Helvetica, sans-serif;
font-size:14px;
color:#333333;
text-decoration:none;
}

#headlineteaser_title a:hover{
text-decoration:none;
color:#f5861f;
}


/*news thread layout*/

.newsthread_left img{
float:left;
margin-right:10px;
border:1px solid #CCCCCC;
}

.newsthread_right img{
float:left;
margin-right:10px;
border:1px solid #CCCCCC;
}

.newsthread{
font:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

.newsthread a{
font:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#666666;
text-decoration:none;
}

.newsthread a:hover{
text-decoration:none;
color:#f5861f;
}

.newsthread_date{
font:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
}

.newsthread_title{
margin-bottom:5px;
}

.newsthread_title a{
font:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#333333;
}

.newsthread_title a:hover{
text-decoration:none;
color:#f5861f;
}

/*full page news layout*/

#newsfullpage{
width:590px;
float:left;
padding-right:10px;
}

#newsfullpage_title{
width:590px;
height:20px;
float:left;
padding-right:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#333333;
}

#newsfullpage_imagecaption{
float:left;
width:300px;
height:auto;
margin-right:10px;
margin-bottom:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}

.newsfullpage_imagecaption_small{
float:left;
width:225px;
height:auto;
margin-right:10px;
margin-bottom:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}


#newsfullpage p{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#333333;
margin-top:0px;
}

#news_sidebar{
width:225px;
padding-left:10px;
border-left:2px solid #f5861f;
float:left;
margin-right:10px;
}

#news_sidebar ul{
font:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#333333;
margin-top:0px;
}

#news_sidebar ul li{
list-style:none;
margin-top:10px;
}

#news_sidebar ul li a{
background:transparent url(../images/news_images/article_images/li_bullet.png) no-repeat 0px 4px;
padding:1px 0px;
padding-left:15px;
font:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#333333;
margin-top:0px;
text-decoration:none;
}

#news_sidebar ul li a:hover{
background:transparent url(../images/news_images/article_images/li_hover.png) no-repeat 0px 4px;
color:#f5861f;
}

#fake_ad{
height:600px;
float:right;
}


