@charset "utf-8";
/*
This CSS Document Controls Styles that are present on
ALL THIRD LEVEL PAGES - ex: /prospective/jd/index.html
such as mainContent, dropShadows, html, mainContainer, right, left, footer, etc
*/

#dropShadow2 {
	position: absolute;
	top: 0px;
	left: 204px;
	width: 31px;
	height: 173px;
	z-index: 901;
	background-image: url(../images/shadows/dropShadow.png);
	background-repeat: repeat-y;
	display: none;
}

#no_show {
	visibility: hidden;
	height: 0px;
}

#headerContainer {
	position: relative;
	height: 135px;
	z-index: 200;
}

#headerContainer p {
	margin: 0px;
	line-height: 0px;
}

#headerBlueBack {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 200;
	background-color: #0F2D5A;
	height: 35px;
	width: 100%;
}

#headerTitle {
	visibility: hidden;
	display: none;
	width: 0px;
	height: 0px;
}

#breadCrumbs {
	padding: 7px 0px 0px 30px;
	height: 26px;
	font-size: 11px;
	color: #4C6794;
	width: 580px;
}

#breadCrumbs a {
	color: #4C6794;
	text-decoration: none;
}

#breadCrumbs a:hover {
	text-decoration: underline;
}

#webOptions {
	float: right;
	clear: left;
	font-size: 11px;
	position: absolute;
	top: 180px;
	right: 35px;
}

#mainContent {
	margin: 0px 35px 0px 30px;
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	color: #4D4D4D;
	line-height: 19px;
}

#mainContent #title {
	font-family: Arial;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	color: #2f4d6a;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 16px;
}

#mainContent .subTitle {
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	color: #4D4D4D;
	line-height: 16px;
}

#mainContent .subTitle2 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #2f4d6a;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	line-height: 16px;
}

#mainContent .subTitle3 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: black;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	line-height: 16px;
}

#mainContent a {
	color: #4C6794;
	text-decoration: none;
}

#mainContent a:hover {
	color: #4C6794;
	text-decoration: underline;
}

#mainContent p {
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 16px;
}

#mainContent .docImage {
	display: inline;
	vertical-align: text-bottom;
	margin-left: 5px;
}

#mainContent .picFloatRight {
	float: right;
	margin: 10px 0 10px 20px;
}

#mainContent .picFloatLeft {
	float: left;
	margin: 10px 20px 10px 0;
}

#mainContent .profilePhoto {
	width: 160px;
}

#mainContent .picCaption {
	font-size:10px;
	line-height:13px;
	width:auto;
}

#mainContent .contacts {
	font-family: helvetica;
	color: #4d4d4d;
	font-size: 11px;
	line-height: 13px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 30px;
}

#mainContent .personalTitle {
	font-size: 11px;
	font-weight: bold;
}

#mainContent .blueBox {
	background-color: #D5DBE1;
}

#mainContent hr {
	color: #4d4d4d;
	background-color: #4d4d4d;
	height: 1px;
}

#mainContent hr.bluerule220 {
	border: 1px solid #C1CaD2;
	margin: 0 auto 0 0;
	text-align: left;
	width: 220px;
}

#mainContent h1 {
	font-family: Arial;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	color: #2f4d6a;
	margin: 0px;
	line-height: 16px;
}

#mainContent h2 {
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	color: #4D4D4D;
	margin: 0px;
	line-height: 16px;
}

#mainContent h3 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #2F4D6A;
	margin: 0px;
	line-height: 16px;
}

#mainContent h4 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: black;
	margin: 0px;
	line-height: 16px;
}

#mainContent .hang {
	text-indent: -7px;
	margin-left: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

#mainContent .threeColumn {
	float: left;
	overflow: hidden;
	padding: 0 10px 1em 0px;
	position: relative;
	left: 0;
	width: 200px;
}

#mainContent .twoColumn {
	float: left;
	overflow: hidden;
	padding: 0 0 1em;
	position: relative;
	left: 0;
	width: 310px;
}

#mainContent li {
	margin-top: 5px
}

.hidden {
	display: none;
}

#headerContainer .hidden {
	display: none;
	visibility: hidden;
	height: 0px;
	width: 0px;
}

.red {
	color: #77160B;
}

/*###########Table Styles###############*/
table.noBorder, td.noBorder, tr.noBorder {
	border: none;
	vertical-align: top;
}

.bottomBorder {
border-bottom: 1px solid #667da3;
	vertical-align: top;
}

td.fullBorder {
border: 1px solid #667da3;
	vertical-align: top;
}

/*Global Table Settings*/
td.rowHeading {
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

td.columnHeading {
/*Same as h3 + vertical-align:*/
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #2F4D6A;
	margin: 0px;
	line-height: 16px;
	vertical-align: middle;
}

td {
	padding: 2px;
}

/* Right Floated Quote Styles */
div.rightFloatQuote {
	float: right;
	width: 175px;
	background: #d5dbe1;
	padding: 20px;
	margin: 20px;
}

p.quoteReference {
	font-size: 9px;
	line-height: 12px;
	font-weight: bold;
	text-align: left;
}

div.clear {
	clear: both;
}

div .clearLeft {
	clear: left;
}

#mainContent .left-margin-192 {
	margin-left: 192px;
}

/*New Quote Style, remove above once migrated over*/
div.pullquote {
	background: transparent url(../images/pullQuotes/quote-open.gif) no-repeat scroll 20px 20px;
	color: #2F4D6A;
	float: right;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	padding: 20px 0 20px 20px;
	width: 220px;
}

div.quote {
	background: transparent url(../images/pullQuotes/quote-close.gif) no-repeat scroll right bottom;
	padding: 0 0 6px 15px;
	text-align: justify;
}

div.attribution {
	margin: 10px 0 0 16px;
	text-align: left;
	text-transform: uppercase;
}

div.attribution-info {
	padding: 0 16px;
	text-align: left;
}

/* navigation highlighting */ 
.selectedNav {
	background-color: rgb(213, 219, 225);
}

/* Light-blue ribbon on right of screen */ 
#ribbonRight {
	top: -62px;
	right: -35px;
	position: relative;
	float: right;
	width: 128px;
	color: #4D4D4D;
	background-color: #D5DBE1;
	padding: 20px 20px 0px 20px;
	text-align: left;
	overflow: hidden;
	margin-bottom: -62px;
}

 #ribbonRight .RHBand {
	position: relative;
	right: 20px;
	top: 6px;
}
