@import url(print.css);
/*=sideNav
----------*/
#contentWrapper #sideNav {
	background: none;
	padding-top: 0;
	}
#sideNav .title {
	margin: 0;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #ccc;
	padding: 4px;
	font-size: 0.75em;
	font-weight: bold;
	}
#sideNav .title span {
	background-color: #e0e4ed;
	display: block;
	color: #00256b;
	padding: 8px 0 8px 15px;
	}
#sideNav #headline-list {
	padding: 3px 12px 9px;
	border-bottom:1px solid #ccc;
	}
#headline-list .headline {
	margin-bottom: 9px;
	padding-top: 9px;
}
#headline-list .headline + .headline { border-top: 1px solid #e0e4ed; }
#headline-list p { margin: 0; }
#headlines h3 {
	color: #fff;
	font-size: 11px;
	background: #c0a874;
	margin: 0;
	line-height: 1.0;
	padding: 7px 5px;
}
#headlines .headline {
	margin: 9px 0 15px;
	padding: 0 5px;
}
.headline p {
	font-size: 12px;
	margin: 0 0 15px;
}
.headline a { font-size: 12px; color: #036; text-decoration: underline; }
.headline a:hover { text-decoration: none; }

/*=home content
---------------*/
#homeContent p { margin-top: 4px; }
#homeContent h3 {
	font-size: 12px;
	margin: 20px 0 10px;
	line-height: 1.3;
}

/*=main
---------*/
#main #contentHeader {
	padding: 0;
	height: 65px;
	width: 693px;
	}
#main #contentHeader h2 {
	height: 65px;
	padding: 0;
}

/*=site intro
--------------*/
.site-intro {
	background: #385a7f;
	border-top: 1px solid #ccc;
	padding: 4px 18px 0 18px;
}	
.site-intro p {
	color: #fff;
	line-height: 18px;
	margin: 8px 0 0 0 !important;
	padding-bottom: 14px;
}

/*=stories
-----------*/
#main #stories {
	background: url(../images/stories_bg.gif) 0 0 repeat-x #e0e4ed;
	padding: 10px 10px 5px 7px;
}
#main #stories #storiesWrap {
	background: url('../images/stories-wrap-bg.jpg') 0 0 repeat-y;
}
#main #stories #storiesBtm {
	background: url('../images/stories-btm.jpg') 0 100% no-repeat;	
	padding-bottom: 10px;
}
#main #stories #storiesInner {
	background: url('../images/stories-top.jpg') 0 0 no-repeat;
	padding: 5px 0 0 4px;
}
#main #stories #storiesInner h1.mainStoryHeader {
	color: #24486c;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 4px 0;
}
#stories .story {
	background: #e0e4ed;
	float: left;
	margin-left: 2px;
	padding: 0px 0px 28px 0;
	position: relative;
	width: 221px;
	_display: inline;
}
#stories .storyIn {
	padding: 10px;
}
#stories .story h2 {
	background: #24486c;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 24px;
	margin: 0;
}
#stories .story .thumb img { 
	display: block; 
	height: 100px;
	width: 221px;
}
#stories .story h3 {
	color: #002569;
	font-size: 12px;
	font-weight: normal;
	margin: 4px 0 4px 0;
}
#stories .story p {
	font-size: 11px;
	line-height: 16px;
	margin: 0;
}
#stories .story span {
	display: block;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
}
#stories .story .more a span {
	display: inline;
	font-size: 10px;
	line-height: 16px;
	padding: 0 5px 0 5px;
	border: 1px solid #e0e4ed;
}
#stories .story .more a {
	background: #fff;
	border: 1px solid #fff;
	bottom: 5px;
	color: #002569;
	font-size: 10px;
	text-transform: uppercase;
	position: absolute;
	right: 5px;
	text-decoration: none;
}

/*==footer
-----------*/
.main-footer {
	border-bottom:1px solid #CCCCCC;
	clear:left;
	display:block;
	height:0;
	margin-left:240px;
	width:701px;
	overflow: hidden;
	}
#wrapper #footer {
	margin-left: 247px;
	width: 698px;
}
