/********************************
	Print CSS
********************************/
* {
	margin: 0;
	padding: 0;
	border: none;
	font-family: 'Questrial', 'Helvetica', Arial, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
}

#mainNav,
#mobileNav,
.mobile-only,
#secondaryNav,
#subnav,
#siteSearch,
#logo a,
#tagline,
.tagline,
#logoBar,
#contentUnderlay,
.sidebar a.pdf,
.sidebar #relBios,
.sidebar #relNews,
.sidebar iframe,
.left .left_thumb,
#newsSearch,
#feature,
ul#thumbnailList,
.viewAll,
#featureScrollerWrapper,
featuredProfiles,
#bodyWrapper > .left > div > ul,
p.spacer,
footer,
.screen-only {
	display: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

/******************************************/
/* Container Styles
/******************************************/
body {
	margin: .5in 0;
}

#bodyWrapper > .right > .mainContent {
	width: 65%;
	float: left;
}

#bodyWrapper > .right > .sidebar {
	width: 25%;
	float: right;
	padding: 3pt 0 0 0;
}

#contentHeader {
	margin: 0 0 20pt 0;
}


/******************************************/
/* Header Styles
/******************************************/

#logo {
	margin: 0 0 20pt 0;
	border-bottom: 1px solid #27468E;
}

#logo img {
	height: auto;
	width: 140pt;
	display: block;
}
section
{
	position: relative;
}
section > .siteCenter {
	margin: 0;
}

#titleBar
{
	margin-bottom: 38px;
	padding-bottom: 38px;
	border-bottom: 1px solid #27468E;
}

#titleBar h1,
#titleBar h4 {
	font-family: 'Questrial', 'Helvetica', Arial, sans-serif;
	text-transform: lowercase;
	font-size: 20px;
	line-height: 22pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#titleBar h6 {
	font-family: 'Questrial', 'Helvetica', Arial, sans-serif;
	text-transform: lowercase;
	font-size: 40pt;
	line-height: 45pt;
	font-weight: normal;
	letter-spacing: -1.5px;
	margin: 0 0 10pt 0;
}

/******************************************/
/* Main content Narratives
/******************************************/

.mainContent p {
	margin-bottom: 10pt;
}

.thumbnailWrapper {
	height: 75pt;
	width: 90pt;
	float: left;
	margin: 0 10pt 10pt 0;
	overflow: hidden;
}

.thumbnailWrapper img {
	height: auto;
	width: 100%;
}

ul.caseList li {
	list-style: none;
	clear: left;
	margin: 0 0 20pt 0;
}

a {
	text-decoration: none;
	color: inherit;
	font-weight: inherit;
}

.mainContent h1 {
	font-size: 20pt;
	line-height: 27pt;
	margin: 0 0 10pt 0;
}

.newsContainer {
	margin: 0 0 20pt 0;
}

.newsContainer li {
	list-style: none;
	margin: 0 0 5pt 0;
}

.narrative ul {
	margin-left: 10pt;
	margin-bottom: 15pt;
}


.mainContent h3,
.mainContent h4,
.mainContent h5 {
	font-size: 11pt;
	font-weight: normal;
	color: #1b1917;
	margin-bottom: 5pt;
	text-transform: uppercase;
}

.mainContent h6 {
	font-size: 10pt;
	font-weight: normal;
	color: #1b1917;
	margin-bottom: 5pt;
}

/******************************************/
/* Sidebars
/******************************************/
.sidebar .sidebarGraphic {
	margin: 0 0 30pt 0;
}

.sidebar .sidebarGraphic img {
	width: 100%;
	height: auto;
}

.sidebar ul {
	margin: 0 0 20pt 0;
}

.sidebar ul li {
	list-style: none;
	margin: 0 0 3pt 0;
}

.sidebar h5,
.sidebar h6 {
	font-size: 11pt;
	font-weight: normal;
	text-transform: lowercase;
	font-family: 'Questrial', 'Helvetica', Arial, sans-serif;	
	margin: 0 0 3pt 0;
}

.bottom-form-callout, .bottom-form-popup
{
	display: none;
}