/* CSS Document */

/* =========== Content Header Styles ============ */
#community .header {
	background-image:url(../images/communityConnectionBanner.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:50px;
}

#podcasts .header {
	background-image:url(../images/podcastsBanner.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:50px;
}

#downloads .header {
	background-image:url(../images/downloadsBanner.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:50px;
}

#promotions .header {
	background-image:url(../images/promotionsBanner.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:50px;
}

#underwriting .header {
	background-image:url(../images/underwritingBanner.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:50px;
}
/* ============================================== */

/* ============ Content Body Styles ============= */
.newsItem {
	font-size:12px;
}

.newsItem .title {
	font-size:16px;
	font-weight:bold;
	color:#00529F;
}

.newsItem .dateTime {
	font-style:italic;
	line-height:25px;	
	color:#DDDDDD;
}

.nestedImage {
	float:right;
	padding:0 0 10px 10px;
}

.linkContainer {
	padding:20px;
}

.wallpaperContainer {
	width:165px;
	padding:10px;
	float:left;
}

.wallpaperTitle {
	text-align:center;
	font-weight:bold;
	font-size:14px;
}

#underwriting ul {
	list-style:none;
}

#underwriting ul li:before {
	content:"\00BB \0020";
}

.caption {
	font-size:10px;
}
/* ============================================== */
