﻿/*category layout*/
/* left company ads */
#bodycontainer #ads{
	float:left;
	height:auto;
	overflow:hidden;
	padding-bottom:1px;
	padding-top:0;
	text-align:center;
	top:0;
	width:160px;
}

/* middle section */

/*article section*/
#mainarticles {
	top:0;
	float:left;
	overflow:hidden;
	width:820px;
	padding:5px;
}

/* feature column right*/		
#navright {
	float:right;
	overflow:hidden;
	width:160px;	
	background-color:#0A4988;
}

.newsheader
{
 	margin-top:15px;
    padding-top:5px;
    padding-bottom:2px;
    margin-bottom:10px;
}
.newsheader h2{
	border-bottom:2px solid #0A4988;
    padding-left:5px;
    font-weight: bold;
    color: #0A4988;
    padding-left:5px;
    /*line-height:1.3;*/
    font-family:Verdana, Arial;
    font-size: 18px;
   
}
.headings
{
    font-weight: bold;
    font-size: 12px;
    color: #0A4988;
    font-family: Helvetica,Georgia,Verdana, Arial;
	text-decoration:none;
	line-height:1.2em;
}

h3{
	margin-top:10px;
	line-height:1.2em;
	clear:both;
	display:block;
	padding-top:10px;
	padding-bottom:5px;
    
}
/*h3 a.headings{
	clear:both;
	display:block;
	padding-top:10px;
	padding-bottom:5px;
}
*/
h3 a{
    font-size: 12px;
    font-weight: bold;
	color:#0A4988
}
h3 img{
	padding-right:5px;
}

.headerdate {
	color:#666666;
	font-family:Verdana,Arial;
	font-size:xx-small;
}
.summary {
color:black;
font-family:Verdana;
font-size:11px;
text-decoration:none;
}

.video{
	width:180px;
	float:left;
	height:250px;
	margin-left:15px;
	position:relative;
	overflow:hidden;
}
.video img{
	width:150px;
	top:50px;
}
.video h3 {
	height:50px;
}
.video .summary a{
	top:80px;
	float:left;
	position:absolute;
}
/*hide summary text*/
.video .summary p {
	 color:#FFFFFF;
}

/* articelpage */
#articleheading {
	font-family:Times;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
	color:#0A4988;
}
.articletext p {
padding-bottom:12px;
padding-top:12px;
}
.source {
color:#CC0000;
font-size:xx-small;
}
#socialbookmarks {
margin-left:auto;
margin-right:auto;
width:450px;
}
#othernews{
	clear:both;
	padding:20px;
	width:790px;
}
#othernews h3{
	font-size:12px;
	font-weight:bold;
	line-height:2em;
}
#othernews .headings{
	font-weight:normal;
	line-height:1.5em;
}

#pagenav{
	padding-top:5px;
	padding-bottom:5px;
	
} 
#pagenav .navbutton{
	width:15px;
	height:15px;
	display:inline-block;
	border:thin #0A4988 solid;
	background-color:#66CCFF;
	text-align:center;
	padding:3px;
	margin:0 2px 0 0;
	color:#0A4988;
}
#pagenav .currentpage{
	background-color:silver;
}

