
/* Links */
a.nav-blue {
	color:#5789a4; 
	text-decoration: none; 
}
a.nav-blue:hover {
	color:#5789a4; 
	text-decoration: underline;
}
a.features {
	text-decoration: none; 
}
a.features:hover {
	text-decoration: none; 
}
	
/* Main Articles */
.main-articles {
	position: relative;
	margin-left:14px;
	margin-top:10px;
	display:block;
	float:left;
}
.article-image {
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	/*height: 260px;*/
	width: 432px;
}
.main-headlines {
	float: left;
	height: 260px;
	/*width: 248px;*/
}

.scroll-headlines {
	float: left;
	height: 260px;
	width:220px;
}

.scroll-navi{
	float: left;
	height:260px;
	width:10px;
}

.headline-box {
	/*height: 35px;*/
	/*width: 238px;	*/
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 5px;
	display:block;
}
.main-footer_view-all {
	float: left;
	padding: 5px 0 0 0;
	padding-left: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.25em;
	color: #000000;
}
.main-footer_nav {
	float: right;
	width: 80px;
	height:7px;
	padding: 5px 0 0 0;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #b1b1b1;
	font-weight: bold;
	height: 20px;
	overflow:hidden;
}
.author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.66em;
	color: #b1b1b1;
	height: 18px;
	overflow:hidden;
}
.article-highight {
	background-image:url(../../images/mainpage/article-hightlighted.png);
	background-repeat:no-repeat;
	position:absolute;
	left:414px;
	top:0px;
	width:260px;
	height:55px;
	z-index:auto;
}
.article-content {
	padding-top: 6px;
	padding-left: 33px;
	padding-bottom: 0px;
	padding-right: 0px;
}
.headline-on {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #ffe208;
	font-weight: bold;
	height: 20px;
	overflow:hidden;
}
.author-on {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.66em;
	color: #ffffff;
	height: 17px;
	overflow:hidden;
}

.panel-overlay{
	z-index:9800;
	filter: alpha(opacity=60);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: .60;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	color: #fff;
	background-color: #000000;
	position: relative; top:255px; left:220px; width:190px; height:20px; text-align:center; vertical-align:middle;
}
