@charset "UTF-8";

/*>>>>>>>>>>__________>>>>>>>>>>__________>>>>>>>>>>__________>>>>>>>>>>__________>>>>>>>>>>__________ELEMENT STYLES */

body {
	background: #e9e7cd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: none;
}

a {
	color: #103050;
}

a:hover {
	color: #03468C;
}

p {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

/*>>>>>>>>>>__________>>>>>>>>>>__________>>>>>>>>>>__________>>>>>>>>>>__________>>>>>>>>>>__________GLOBAL SITE CONTAINER STYLES */

#mainCont {
	margin: 0 auto;
	border: 1px solid #231F20;
	width: 900px;
	background: #fff;
}

#emailSignUpCont {
	position: absolute;
	display: none;
	width: 337px;
	height: 178px;
	background: transparent url(../img/sign_up_email.png) no-repeat bottom left;
	right: 36px;
	top: 18px;
	padding: 0;
}

#emailSignUpCont .close {
	position: absolute;
	left: 243px;
	top: 5px;
	padding: 3px;
	display: block;
	background: transparent url(../img/icon_close.png) no-repeat center center;
	height: 5px;
	width: 5px
}

#emailSignUpCont form {
	position: relative;
	display: block;
}

#emailSignUpCont input {
	position: absolute;
	left: 92px;
	background: transparent;
	width: 143px;
	padding: 2px 4px;
	height: 21px;
	border: none;
}

#emailSignUpCont #inpName {
	top: 72px;
}

#emailSignUpCont #inpEmail {
	top: 104px;
}

#emailSignUpCont #btnSubmit {
	height: auto;
	width: auto;
	top: 136px;
	padding: 0;
}

#revealSignUp {
	position: relative;
}

#headerCont {
	position: relative;
	width: 100%;
	height: 115px;
	z-index: 90;
}

#imgLogo {
	position: absolute;
	top: 27px;
	left: 29px;
}

#headerLinks {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 90;
}

#contentCont {
	position: relative;
	width: 100%;
	border: 11px solid #404041;
	border-width: 11px 0 0 0;
}

#contentCont p {
	margin: 0 0 11px 0;
	line-height: 18px;
}

#homePage #contentCont .col {
	float: left;
	height: 273px;
}

#homePage #contentCont #leftCol {
	background: #E6E1D7;
	width: 378px;
}

#homePage #contentCont #leftCol div.content {
	padding: 30px 40px;
}

#homePage #contentCont #rightCol {
	width: 522px;
	background: transparent url(../img/bg_dotted_gray.gif) repeat-y scroll left top;
	overflow: hidden;
}

#homePage #featureCont {
	background: #003544 url(../img/home_feature.gif) no-repeat top left;
	color: #fff;
	min-height: 106px;
	position: relative;
}

#homePage #featureCont .relatedLink {
	background-position: 0 20px;
	margin: 0 0 0 160px;
	padding: 20px 0 0 72px;
	position: relative;
	width: 256px;
	border: 0;
}
#homePage #featureCont .relatedLink a:hover {
	color: #FAAF40;
}

#homePage #featureCont .relatedLink a {
	color: #fff;
}

#homePage #homeNewsCont {
	padding: 20px 25px 0 25px;
	background: transparent url(../img/bg_dotted_gray.gif) repeat-y top left;
	min-height: 168px;
}

#homeNews {
	list-style: none;
	padding: 0px 16px;
}

#homeNews li {
	margin: 10px 0;
}

#leftSubNav {
	width: 125px;
	margin: 0;
	padding: 30px 40px;
	list-style: none;
}

#leftSubNav li {
	margin: 7px 0;
	font-size: 12px;
}
#leftSubNav li.current {
	font-weight: bold;
}

#sitePage #contentCont #singleCol.col {
	width: 900px;
	padding: 10px 20px 10px 0;
	margin: 20px 19px 20px 0;
}

#sitePage #contentCont #centerBigCol.col {
	width: 655px;
	padding: 10px 20px 10px 0;
	margin: 20px 19px 20px 0;
	border: 0;
	min-height: 392px;
}

#sitePage #contentCont #centerCol.col {
	width: 383px;
	padding: 10px 20px 10px 0;
	margin: 20px 19px 20px 0;
	border: 1px solid #D0D2D3;
	border-width: 0 1px 0 0;
	min-height: 392px;
}

#sitePage #contentCont #rightCol.col {
	width: 245px;
	padding: 30px 0 10px 0;
	
}

#sitePage #contentCont .col {
	float: left;
}

#footerCont {
	padding: 20px 0;
}

#footerCont, #footerCont a {
	text-align: center;
	color: #929497;
	text-decoration: none;
}

#footerCont a:hover {
	text-decoration: underline;
}

/*>>>>>>>>>>__________>>>>>>>>>>__________>>>>>>>>>>__________>>>>>>>>>>__________>>>>>>>>>>__________SITE STYLES */

#sitePage.aboutUs #headerImgCont {
	background-image: url(../img/header_about_us.jpg);
}


#sitePage.whatWeDo #headerImgCont {
	background-image: url(../img/header_what_we_do.jpg);
}


#sitePage.ourApproach #headerImgCont {
	background-image: url(../img/header_our_approach.jpg);
}


#sitePage.investorRelations #headerImgCont {
	background-image: url(../img/header_investor_relations.jpg);
}


#sitePage.news #headerImgCont {
	background-image: url(../img/header_news.jpg);
}

#headerImgCont {
	clear: both;
	background: transparent no-repeat top left;
	position: relative;
	height: 112px;
}

#headerImgCont h1 {
	position: absolute;
	top: 20px;
	left: 10px;
	font-size: 18px;
}

#centerCol h3 {
	font-size: 13px;
	margin: 0 0 12px 0;
}

#centerCol h5 {
	margin: 0;
	line-height: 18px;
	font-size: 11px;
}

#centerCol ul {
	margin: 0;
	padding: 0 0 18px 0;
	list-style-image: url(../img/bull_square.gif);
}

#centerCol ul li {
	list-style-position: outside;
	margin: 0 0 8px 16px;
}

#singleCol.col iframe#news {
	overflow: visible;
	margin: 0 30px;
}

#rightCol h2, #homePage #rightCol h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	background: transparent url(../img/icon_arrow.gif) no-repeat center left;
}

#rightCol p {
	margin: 0 0 11px 0;
	line-height: 18px;
}

#rightCol .relatedLink a {
	color: #000;
}

.relatedLink {
	background: transparent no-repeat top left;
	padding: 0 0 0 72px;
	border: 1px solid #D0D2D3;
	border-width: 0 0 1px 0;
	margin: 10px 0;
	min-height: 70px;
}

#homePage.relatedLink h4 {
	font-size: 12px;
}

.relatedLink h4 {
	margin: 0;
	font-size: 11px;
}

.pdf {
	background-image: url(../img/icon_pdf.png);
}

.bioLink span {
	display: none;
}

.bioLink span.active {
	display: block;
}


/*>>>>>>>>>>__________>>>>>>>>>>__________>>>>>>>>>>__________>>>>>>>>>>__________>>>>>>>>>>__________NAV STYLES */
/*
#navCont {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navCont li {
	display: block;
	float: left;
}

a.navBtn {
	display: block;
	height: 37px;
	background: #f00 no-repeat 0px 0px;
}

a.navBtn:hover {
	background-position: 0px -37px;
}
*/
#navHome, #navHome li {
	background-image: url(../img/nav_home.gif);
	width: 113px;
}

#navAboutUs, #navAboutUs li {
	background-image: url(../img/nav_about_us.gif);
	width: 145px;
}

#navWhatWeDo, #navWhatWeDo li {
	background-image: url(../img/nav_what_we_do.gif);
	width: 160px;
}

#navOurApproach, #navOurApproach li {
	background-image: url(../img/nav_our_approach.gif);
	width: 155px;
}

#navInvestorRelations, #navInvestorRelations li {
	background-image: url(../img/nav_investor_relations.gif);
	width: 196px;
}

#navNews, #navNews li {
	background-image: url(../img/nav_news.gif);
	width: 131px;
}

