
/*  Landing header styles  */

div#landing-header {
	clear: both;
	width: 100%;
	min-height: 133px;
	margin-bottom: 10px;
	background-color: #fff200;
	position: relative;
}


div#landing-header div#landing-header-left {
	height: 100%;
	float: left;
	margin-right: 34px;
	position:relative;
	width: 180px;
}

div#landing-header div#landing-header-left h1 {
	padding: 15px 0 0 10px;
}

div#landing-header p.intro {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.1em;
}

div#landing-header h2 {
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 5px;
	color: #333333;
}

div#landing-header h2#section-header {
	border-top: 4px solid white;
	border-right: 4px solid white;
	width: 170px;
	min-height: 15px;
	position: absolute;
	margin-bottom: 0px;
	left: 0px;
	bottom: 0px;
	padding: 11px 0 5px 9px;
}

div#landing-header div#landing-header-middle {
	float: left;
	width: 341px;
}

div#landing-header div#landing-header-middle p.intro {
	padding: 20px 0px 10px 0px;
}

div#landing-header div#landing-header-right {
	bottom: 0;
	left: 576px;
	position: absolute;
	min-height: 133px;
	_height: 133px;
	width: 374px;
}

div#landing-header img#imageHeader {
	left: 0;
	bottom: 0;
	position: absolute;
	width: 172px;
}

div#landing-header div#landing-header-right div.container {
	min-height: 133px;
	_height: 133px;
	position: relative;
}

div#landing-header div#landing-header-right div#quote {
	padding: 25px 0 10px 180px;
}

div#landing-header div#landing-header-right blockquote {
	font-size: 1.6em;
	font-weight: 700;
	margin-bottom: 0.8em;
	width: 185px;
}

div#landing-header div#landing-header-right div#quote p {
	font-size: 1.1em;
}

div#landing-header div#landing-header-right div#quote p a {
	color: #0D6CA5;
}

div#landing-header div#landing-header-right div#quote p a:link,
div#landing-header div#landing-header-right div#quote p a:visited {
	text-decoration: none;
}

div#landing-header div#landing-header-right div#quote p a:hover {
	text-decoration: underline;
}

div#landing-header div#landing-header-right p {
	padding-left: 0;
}

div#landing-header div#landing-header-right h4 {
	width: 200px;
	padding-left: 120px;
}




/*  Content styles */


div#content {
	width: 542px;	
	padding: 0 14px 0 34px;
}

div#content a:link, div#content a:visited {
	display: block;
	color: #0379CA;
	background: url(../images/arrow-right-navbar-on.gif) no-repeat 152px 5px;
	text-decoration: none;
	font-size: 1.1em;
	padding-right: 10px;
}

div#content a:hover {
	text-decoration: underline;
}

div#content div#top-stories{
	overflow: hidden;
}

div#content ul#main-features {
	float: left;
	width: 342px;
	margin: 0;
}

div#content ul#main-features li {
	list-style-type: none;
	width: 160px;
	float: left;
}

div#content ul#main-features li.left {
	width: 171px;
	margin-right: 10px;
	border-right: 1px solid #97C8E9;
}

div#content ul#main-features li.ruler {
	width: 171px;
	margin: 11px 0;
	padding: 0;
	border: 0;
}

div#content ul#main-features li.ruler hr {
	width: 160px;
	text-align: center;
}

div#content ul#main-features li p {
	margin: 0;
	padding: 5px 5px 0 0;	
	font-size: 1em;
}

div#content ul#main-features hr {
	color: #97C8E9;
	background-color: #97C8E9;
	border: none;
	height: 1px;
}

div#content ul#main-features h2 {
	margin-bottom: 10px;
	font-size: 1.6em;
}

div#content div#promo-features {
	float: left;
	margin-left: 20px;
	width: 180px;
}

div#content hr {
	color: #0379CA;
	background-color: #0379CA;
	border: none;
	height: 2px;
}

div#content div#bottom-stories ul {
	margin: 0;
}

div#content div#bottom-stories li {
	list-style-type: none;
	float: left;
	width: 170px;
	margin-right: 10px;
	margin-top:11px;
	min-height:80px;
}

div#content div#bottom-stories li.left {
	border-right: 1px solid #97C8E9;
}

div#content div#bottom-stories p {
	margin: 0;
	padding: 5px 0;
	font-size: 1em;
}

div.relatedPromo div h3 {
	font-size:1.1em !important;
	font-weight:normal;
}
