/************************/
/* The Firm Styles */
/************************/
div#contentContainer {
	background: url(/media/images/global/side_logo_back.gif) top left no-repeat;
}
div#sColHead {
	margin: -51px 0px 0px 0px !important;
}


/************************/
/* Section Header Styles */
/************************/
div#pageTop {
	height: 50px;
	margin: 0px 0px 0px 264px;
	background: #fff;
	border-bottom: 1px solid #c02426;
	overflow: hidden;
}
div#pageTop h2 {
	position: relative;
	top: 25px;
	padding: 0px 0px 0px 14px;
	font-size: 20px;
	font-weight: normal;
	text-transform: lowercase;
	color: #676767;
}

/************************/
/* Container Styles */
/************************/
div#topContent {
	width: 100%;
}
div.col1container {
	float: left;
	width: 264px;
}
div.col2container {
	float: left;
	width: 455px;
}
div.col3container {
	float: right;
}


/************************/
/* Side Column Styles */
/************************/
ul#secNav {
	position: relative;
	float: left;
	top: 60px;
	left: 103px;
	width: 140px;
	text-align: left;
	list-style: none;
	font-size: 11px;
	font-weight: bold;
}
ul#secNav li.topitem {
	margin: 0px 0px 8px 0px;
	/margin: 0px 0px 5px 0px;  // IE specific spacing hack
}
ul#secNav li.bottomitem {
	margin: 0px 0px 17px 0px;
}

ul#secNav a:link, ul#secNav a:visited {
	color: #f7ea89;
	text-decoration: none;
}
ul#secNav a:hover, ul#secNav a:active {
	color: #fff;
	text-decoration: underline;
}
ul#secNav a.hLight:link, ul#secNav a.hLight:visited {
	color: #fff;
}


/************************/
/* Main Content Styles */
/************************/
div.narrativeText {
	float: right;
	width: 420px;
	padding: 0px 20px 0px 0px;
}
div.narrativeText  img.imgLeft{
	float:left;
	margin: 0px 8px 8px 0px;
}
div.narrativeText  img.imgRight{
	float:right;
	margin: 0px 0px 8px 8px;
}

div#mainNarrative {
	padding: 15px 0px 25px 15px;
}
div #mainNarrative a{
	text-decoration: none;
	color: #000000;
}
div #mainNarrative a:hover{
	text-decoration: underline;
	color: #000000;
}


div#mainNarrative h3 {
	position: relative;
	top: 0px;
	right: 15px;
	padding: 0px 0px 10px 14px;
	font-size: 20px;
	font-weight: normal;
	text-transform: lowercase;
	color: #676767;
}

div#mainNarrative h4 {
	font-size: 11px;
	color: #c02426;
}
div#mainNarrative h4 a {
	font-size: 11px;
	text-decoration: none;
	color: #c02426;
}
div#mainNarrative h4 a:hover {
	font-size: 11px;
	text-decoration: underline;
	color: #c02426;
}


div#mainNarrative h5 {
	font-size: 11px;
	font-weight:normal;
	color: #000000;
}
div#mainNarrative h5 a {
	text-decoration:none;
	color:#000000;
}

div#mainNarrative h5 a:hover {
	text-decoration:underline;
	color:#000000;
}






/************************/
/* Related Column Styles */
/************************/

