/* ******************************** */
/* Bloomberg BNA // Custom Site CSS */
/* CSS Document // May - June 2012  */
/* ******************************** */

/* RESET STYLES */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

/* COMMON STYLES */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	font-size: 14px;
	line-height: 140%;
	color: #1e1e1e;
}
a:link, a:visited {
	color: #1e1e1e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#content a:after {
	content: ' >>';
	color: #ff6d22;
	font-weight: bold;
}

/* LAYOUT STYLES */
#container {
	width: 980px;
	margin: 0 auto;
}
#topnav {
	background-color: #565a5c;
	color: #fff;
	font-size: 11px;
	padding: 10px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	height: 30px;
}
#topnav ul {
	list-style-type: none;
	list-style-image: none;
}
#topnav ul li {
	float: left;
	padding: 8px 24px 0 24px;	
	height: 22px;
}
#banner {
	color: #fff;
	clear: both;
	height: 209px;
	background: url(intranet_banner.jpg) top left;
}
#content {
	background-color: #fff;
}
.col225 {
	width: 225px;
	float: left;
	margin: 15px 40px;
}
.col250 {
	width: 250px;
	float: left;
	margin: 15px 40px;
}
.col370 {
	width: 370px;
	float: left;
	margin: 15px 0;
}
.col570 {
	width: 570px;
	float: left;
	margin: 15px 80px 15px 0;
}
#footer {
	background-color: #565a5c;
	color: #fff;
	text-align: center;
	line-height: 175%;
	font-size: 11px;
	padding: 20px 0;
	clear: both;
}


/* PRESENTATION STYLES */
h2 {
	color: #ff6d22;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0 10px 0;
}
h3 {
	color: #1e1e1e;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 0 0;
}
#topnav a:link, #topnav a:visited, 
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#topnav a:hover, 
#footer a:hover {
	text-decoration: underline;
}
p {
	padding: 0 0 10px 0;
}
.bigname {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 0 330px;
	padding: 70px 0 0 0;
	line-height: 100%;
}
.subname {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 0 330px;
	padding: 5px 0 0 0;
	line-height:2;
}
.line {
	padding: 0 0 20px 0;
	border-top: 1px dashed #565a5c;
	margin-top: 20px;
}
.whichone {
	text-align: center;
	padding: 20px 0;
	letter-spacing: 2px;
	font-size: 12px;
	color: #1e1e1e;
	text-transform: uppercase;
}
