/*********TOP BANNER**********/
div#topBannerWrapper{
	background-color: #080808;
	border-top: 7px solid #00365c;
	height: 78px;
	width: 100%;
}
div#topBanner{
	width: 1000px;
	height: 78px;
	margin: auto;	
}
div#logo{
	position: relative;
	float: left;
	top: 18px;
}
div#navigation{
	position: relative;
	float: right;
	top: 40px;
}
#navigation img{
	padding-left: 25px;
}

/**********BANNER************/
div#bannerWrapper{
	background-image: url('../images/bannerbg.jpg');
	background-repeat: repeat-x;
}
div#bannerMain{
	height: 312px;
	width: 1000px;
	margin: auto;
	background-image: url('../images/banner.png');
	background-position: right;
	background-repeat: no-repeat;
}
div#banner{
	position: relative;
	height: 142px;
	width: 1000px;
	margin: auto;
}
div#banner img{
	position: absolute;
	right: 0;
}
/**********BODY*************/
div#mainBodyWrapper{
	background-color: #080808;
}
div#mainBody{
	width: 1000px;
	margin: auto;
}
div#mainContent{
	position: relative;
	padding: 30px 0;
}
div#sideList{
	float: left;
	width: 150px;
	margin-right: 40px;
	padding-right: 40px;
	border-right: 1px dashed #072336;
}
div#contentArea{
	float: right;
	width: 760px;
	margin-bottom: 30px;
}
div#contentArea p{
	font-size: 16px;
	color: #ccc;
	line-height: 130%;
	margin-bottom: 20px;
}
div#sideList h2, div#contentArea h2{
	color: #cccccc;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 20px;
}
div#sideList h3, div#contentArea h3{
	color: #cccccc;
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 20px;
}
div#sideList ul{
	padding: 0;
	margin: 0;
}
div#sideList li{
	list-style-type: none;
	margin: 0 0 7px 0;
}
/**********STORY*************/
div#storyContent{
	background-color: #fff;
	padding: 20px 30px;
}
div#storyContent h2{
	color: #00365c;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 20px;
}
div#storyContent p{
	color: #000;
	line-height: 120%;
}
/**********TEASERS*************/
div#teasers{
	position: relative;
	padding: 30px 0;
}
div.teaser{
	float: left;
	width: 263px;
}
div.teaser p{
	line-height: 120%;
}
div.teaser h2{
	color: #cccccc;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 20px;
}
div.feed{
	margin-right: 40px;
	padding-right: 40px;
	border-right: 1px dashed #072336;
}
div.fakeTeaser{
	float: left;
	width: 263px;
}
a.viewmore{
	font-size: 26px;
	line-height: 200%;
}
/**********FOOTER*************/
div#footer{
	clear: both;
	height: 36px;
	padding: 13px 0;
	font-size: 12px;
}
#footer p{
	color: #909090;
	line-height: 120%;
}
#bottomnav{
	position: relative;
	float: right;
	top: -36px;
	color: #0081dc;
	word-spacing: 10px;
	line-height: 120%;
}
/**********FEEDS*************/

.feedburnerFeedBlock ul{
	margin: 0;
	padding: 0;
}
.feedburnerFeedBlock li{
	list-style-type: none;
	margin: 0;
}
div#creditfooter, .fbsubscribelink{
	display: none;
}
span.headline{
	font-size: 20px;
}
p.date{
	font-size: 14px;
	margin-bottom: 10px;
}
/***************Indent*********/
.indent{
	width: 25px;
	display: block;
	float: left;
}