﻿* {
	margin: 0;
	padding: 0;
	outline: none;
}

html {
	overflow-y: scroll;
}

body {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000;
	background-color: #002C63;
}

a {
	color: #224B89;
	text-decoration: none;
}

a:hover {
	color: #224B89;
	text-decoration: underline;
}

a.ArrowLink {
	padding-left: 10px;
	color: #224b89;
	background: url(../Images/navArrow_content_moreLink.gif) no-repeat 0px 4px;
}

h2 {
	font-family: Georgia, Times New Roman, Serif;
	font-weight: bold;
	color: #002C63;
	font-size: 14px;
	margin-bottom: 13px;
}

h2 span {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

h3 {
	margin-bottom: 3px;
	font-family: Times New Roman, Serif;
	font-weight: bold;
	color: #6085B2;
	font-size: 14px;
	line-height: 14px;
}

h3.PortfolioHeader {
	float:left;
	padding-top:20px;
	margin-bottom: 6px;
	font-family: Times New Roman, Serif;
	font-weight: bold;
	color: #002C63;
	font-size: 14px;
	line-height: 14px;
}

h5 {
	font-size: 11px;
	font-weight: bold;
}

img {
	border: none;
}

p {
	margin-bottom: 15px;
	line-height: 13px;
	letter-spacing: 0.5px;
}

p.smallNote {
	font-size: 9px;
}

ul {
	list-style: none;
}

ul.ArrowLinkList {
	float: left;
	margin: 0 0 15px 0;
	padding: 0px;
}

ul.ArrowLinkList li {
	padding-left: 10px;
	margin: 0 0 3px 0;
	color: #224b89;
	background: url(../Images/navArrow_content_moreLink.gif) no-repeat 0px 4px;
}

.clearBoth {
	clear: both;
	margin: 0px;
	padding-bottom: 0px;
}

.homeBox {
	width: 765px;
	height: 100%;
	margin-top: 0px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

.home_header_Box {
	width: 749px;
	height: 103px;
	margin-bottom: 5px;
	background-color: #E4E4DA;
}

.home_logo_Box {
	width: 272px;
	height: 103px;
	padding-right: 5px;
	background-color: #FFFFFF;
	float: left;
}

.home_logo_Area {
	width: 223px;
	height: 26px;
	background-color: #002C63;
	padding-left: 23px;
	padding-top: 51px;
	padding-right: 26px;
	padding-bottom: 26px;
	margin: 0px;
}

div.ElevatorCopyPrintHolder {
	visibility: hidden;
	display: none;
	font-size: 0px;
	margin-left: -1000px;
}

/* Top Nav */
.home_topNav_Box {
	width: 472px;
	height: 103px;
	float: right;
}

.home_topNav_Area {
	width: 100%;
	height: 35px;
	padding-left: 19px;
	padding-top: 13px;
	padding-bottom: 21px;
	margin: 0px;
}

.home_topNav_Area li, .home_topNav_Area a {
	display: inline;
	float: left;
	height: 35px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.home_topNav_Area a:hover {
	background-position: 0 -35px;
}

.home_topNav_Area a.active, .home_topNav_Area a.active:hover {
	background-position: 0 -70px;
}

.home_topNav_Area a span {
	display: none;
}

li.topNav_OurTeam, li.topNav_OurTeam a {
	width: 74px;
	background-image: url(../Images/topNav_OurTeam.gif);
}

li.topNav_DifferentiatedApproach, li.topNav_DifferentiatedApproach a {
	width: 162px;
	background-image: url(../Images/topNav_DifferentiatedApproach.gif);
}

li.topNav_Portfolio, li.topNav_Portfolio a {
	width: 74px;
	background-image: url(../Images/topNav_Portfolio.gif);
}

li.topNav_BainCapitalHome, li.topNav_BainCapitalHome a {
	width: 131px;
	background-image: url(../Images/topNav_BainCapitalHome.gif);
}
/* End Top Nav */

/* Top Secondary Nav */
.home_topNav_Box #home_secondaryTopNav {
	list-style: none;
	height: 24px;
	width: 100%;
	padding: 0;
	margin: 10px 0 0 0;
	background-color: #fff;
}

.home_topNav_Box #home_secondaryTopNav li {
	float: left;
	padding: 0;
	margin: 0;
	height: 24px;
	font-size: 0;
	line-height: 24px;
}

.home_topNav_Box #home_secondaryTopNav li a {
	display: block;
	height: 24px;
	font-size: 0;
	line-height: 24px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.home_topNav_Box #home_secondaryTopNav li a:hover, .home_topNav_Box #home_secondaryTopNav li a.active, .home_topNav_Box #home_secondaryTopNav li a.active:hover {
	background-position: 0 -24px;
}

.home_topNav_Box #home_secondaryTopNav li.secondaryTopNav_Home a {
	width: 78px;
	background-image: url(../Images/secondaryTopNav_Home.gif);
}

.home_topNav_Box #home_secondaryTopNav li.secondaryTopNav_Overview a {
	width: 80px;
	background-image: url(../Images/secondaryTopNav_Overview.gif);
}

.home_topNav_Box #home_secondaryTopNav li.secondaryTopNav_ContactUs a {
	width: 95px;
	background-image: url(../Images/secondaryTopNav_ContactUs.gif);
}

.home_topNav_Box #home_secondaryTopNav li span {
	display: none;
}
/* end Top Secondary Nav */

.home_content_Box {
	width: 100%;
	height: 100%;
	padding-left: 8px;
	background-color: #FFFFFF;
	text-align: left;
}

.inner_content_Box {
	position: static;
	width: 100%;
	height: 100%;
	padding-left: 8px;
	background-color: #FFFFFF;
	text-align: left;
	clear: both;
}

.home_lftContent_Box {
	width: 272px;
	padding-right: 4px;
	float: left;
}

.inner_lftContent_Box {
	position: relative;
	width: 272px;
	height: 100%;
	margin-right: 5px;
	float: left;
	background-color: #F3F6F9;
	clear: both;
}

.home_lftContent_top_img {
	height: 308px;
}

.home_lftContent_nav_Box {
	width: 272px;
	height: 6px;
	padding: 0px;
	background-color: #002C63;
}

.home_companySpotlight {
	padding-top: 26px;
	padding-left: 9px;
	padding-bottom: 31px;
	padding-right: 5px;
}

.home_lftNav_companySpotlight {
	padding-top: 26px;
	padding-left: 9px;
	padding-bottom: 31px;
	padding-right: 5px;
}

.home_companySpotlight_Logo {
	width: 115px;
	height: 82px;
	float: left;
}

.home_companySpotlight_contentText {
	width: 125px;
	padding-left: 15px;
	line-height: 13px;
	float: left;
}

.home_companySpotlight_moreLink_Box {
	background-image: url(../Images/navArrow_promo.gif);
	background-repeat: no-repeat;
	background-position: 0 6;
	padding-left: 9px;
	padding-top: 2px;
	color: #224B89;
}

.home_rgtContent_Box {
	width: 472px;
	height: 100%;
	float: right;
	margin: 0px;
	padding: 0px;
	margin-right: 8px;
	margin-top: -5px;
}

.home_rgtContent_toptxt_Box {
	width: 472px;
	height: 183px;
	/*padding: 24px 36px 25px 25px;*/
	background-color: #ABC2D2;
	margin-bottom: 5px;
}

.home_rgtContent_toptxt_Box p {
	padding: 25px 25px 25px 25px;
	font-size: 13px;
	line-height: 17px;
	color:#112e5b;
}

.home_rgtContent_topText_Area {
	position: relative;
	width: 411px;
	height: 134px;
	background: url(../Images/home_rgt_ContentText.gif) no-repeat 0 0;
}

.home_rgtContent_topText_Area a {
	display: block;
	position: absolute;
	top: 121px;
	left: 288px;
	width: 37px;
	height: 10px;
	background-image: url(../Images/btn_home_rgt_Content_More.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.home_rgtContent_topText_Area a:hover {
	background-position: 0 -10px;
}

.home_rgtContent_topText_Area a span {
	display: none;
}

.home_rgtContent_promo_Box {
	width: 472px;
	height: 291px;
	background-color: #E0E9EF;
	margin: 0px;
	padding: 0px;
}

.home_rgtContent_promo_Area_lft {
	width: 191px;
	height: 255px;
	padding: 0px;
	padding-left: 25px;
	margin-top: 23px;
	margin-right: 0px;
	padding-bottom: 13px;
	float: left;
}

.home_rgtContent_promo_Area_rgt {
	width: 191px;
	height: 255px;
	margin: 0px;
	padding-left: 25px;
	margin-top: 23px;
	padding-bottom: 13px;
	float: left;
}

.promo_Box {
	width: 191px;
	height: 50px;
	float: left;
}

.promo_contentText {
	width: 181px;
	padding: 10px 0 0 11px;
	font-size: 11px;
	line-height: 13px;
}

.promo_moreLink_Box {
	background-image: url(../Images/navArrow_promo.gif);
	background-repeat: no-repeat;
	background-position: 0 6;
	padding-left: 9px;
	padding-top: 2px;
	color: #224B89;
}

.footer_Box {
	width: 749px;
	height: 100%;
	background-color: #001854;
}

.internal_Footer_Box {
	width: 749px;
	height: 98px;
	background-color: #001854;
}

.footerNav_Area {
	width: 100%;
	height: 93px;
}

.footerNav_content {
	width: 100%;
	padding-left: 11px;
	padding-top: 12px;
	font-size: 11px;
	line-height: 14px;
	color: #919BB5;
	text-align: left;
}

.footerNav_content a {
	line-height: 14px;
	text-decoration: none;
	color: #919BB5;
}

.footerNav_content a:hover {
	line-height: 14px;
	text-decoration: underline;
	color: #919BB5;
}

.footerNav_content a.active, .footerNav_content a.active:hover {
	font-weight: bold;
	color: #f3f6f9;
	text-decoration: none;
}

a.content_moreLink {
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #224B89;
}

a.content_moreLink:hover {
	line-height: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #4B77AC;
}

/* Content Styles */
.lftContent_top_img {
	width: 272px;
	position: static;
}

.lftContent_top_hdr_img {
	width: 272px;
	padding-bottom: 5px;
	position: static;
}

.lftContent_nav_Box {
	width: 272px;
	padding: 0px;
	margin: 0px;
	background-color: #002C63;
	border: 1px solid #ff0000;
}

.lftContent_interiorNav_Box {
}

.lftNav_Area {
	width: 255px;
	height: 13px;
	padding-left: 23px;
	padding-right: 23px;
}

.lftNav_navButton {
	height: 23px;
	width: auto;
	float: left;
}

.lftNav_navSeperator {
	font-size: 0px;
	width: 33px;
	height: 13px;
	padding: 0px;
	margin: 0px;
	float: left;
}

/* L3, L4 Nav */
.lftSubNav_Box {
	width: 272px;
	background-color: #f3f6f9;
	margin-bottom: 5px;
	clear: both;
}

.lftSubNav_Area {
	float: left;
	width: 240px;
	padding: 14px 16px 64px 16px;
	font-size: 11px;
	background: #f3f6f9;
}

.lftSubNav_Area ul {
	float: left;
}

.lftSubNav_Area li.off {
	display: block;
	float: left;
	width: 236px;
	padding: 2px;
}

.lftSubNav_Area li.active {
	display: block;
	float: left;
	width: 236px;
	padding: 1px;
	margin: 3px 0;
	border: 1px solid #d5dee9;
}

.lftSubNav_Area a.lnavHeader {
	display: block;
	float: left;
	width: 234px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.lftSubNav_Area a.lnavHeader:hover {
	background-position: 0 -19px;
}

.lftSubNav_Area li.active a.lnavHeader, .lftSubNav_Area li.active a.lnavHeader:hover {
	border: 1px solid #fff;
	background-position: 0 -38px;
}

a.lnavHeader span {
	display: none;
}

.lftSubNav_Area li.active ul {
	display: block;
	float: left;
	width: 220px;
	margin: 0;
	padding: 7px 0 2px 16px;
	background-color: #fff;
}

*html .lftSubNav_Area li.active ul {
	width: 234px;
}

.lftSubNav_Area li.active li {
	display: block;
	width: 211px;
	margin-bottom: 3px;
	padding-left: 9px;
	background: url(../Images/navArrow_quaternaryLink_blueBox.gif) no-repeat 0 5px;
}

.lftSubNav_Area li.active li a {
	color: #2f77af;
	text-decoration: none;
	background-image: none;
}

.lftSubNav_Area li.active li a:hover {
	text-decoration: underline;
}

.lftSubNav_Area li.active li a.active, .lftSubNav_Area li.active li a.active:hover {
	font-weight: bold;
	color: #03183c;
	text-decoration: none;
}

/* lnav Header Link Background Images */

/* Overview */
a.lnav_HistoricalInvestmentsByIndustry {
	background-image: url(../Images/lnav_HistoricalInvestmentsByIndustry.gif);
}

a.lnav_HistoricalInvestmentsByStage {
	background-image: url(../Images/lnav_HistoricalInvestmentsByStage.gif);
}

a.lnav_InvestmentsAlphabetically {
	background-image: url(../Images/lnav_InvestmentsAlphabetically.gif);
}

/* Contact Us */
a.lnav_Directions {
	background-image: url(../Images/lnav_Directions.gif);
}

/* Differentiated Approach */
a.lnav_PrincipalInvestors {
	background-image: url(../Images/lnav_PrincipalInvestors.gif);
}

a.lnav_StrategicApproach {
	background-image: url(../Images/lnav_StrategicApproach.gif);
}

a.lnav_PartnersWithManagement {
	background-image: url(../Images/lnav_PartnersWithManagement.gif);
}

/* Our Team */
a.lnav_SeniorProfessionals {
	background-image: url(../Images/lnav_SeniorProfessionals.gif);
}

/* Portfolio */
a.lnav_InteractiveChart {
	background-image: url(../Images/lnav_InteractiveChart.gif);
}

a.lnav_CompaniesByIndustry {
	background-image: url(../Images/lnav_CompaniesByIndustry.gif);
}

a.lnav_CompaniesByStage {
	background-image: url(../Images/lnav_CompaniesByStage.gif);
}

a.lnav_RecentInvestments {
	background-image: url(../Images/lnav_RecentInvestments.gif);
}

a.lnav_CompaniesAlphabetically {
	background-image: url(../Images/lnav_CompaniesAlphabetically.gif);
}

.lftContent_nav_Box {
	width: 272px;
	height: 13px;
	padding: 0px;
	background-color: #002C63;
}

/* End L3, L4 Nav */

.contentArea {
	height: 100%;
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	/*padding-bottom: -23px;*/
	position: relative;
	bottom: 0px;
}

.contentBox {
	float: left;
	padding: 20px 20px 40px 26px;
	font-size: 11px;
}

.contentBox ul {
	margin: 0 0 16px 6px;
}

.contentBox ul.ArrowLinkList {
	margin-left: 0px;
}

.contentBox li {
	padding-left: 13px;
	margin-bottom: 15px;
	letter-spacing: .5px;
	background: url(../Images/content_listItem_blackBullet.gif) no-repeat 0px 5px;
}

.contentBox ul.BulletList01 li {
	margin-bottom: 3px;
}

.contentBox_Promo {
	width: 228px;
	padding-left: 26px;
	padding-top: 20px;
	padding-bottom: 40px;
	float: left;
	clear: both;
}

.contentSeperator_dottedLine {
	width: 100%;
	height: 21px;
	background-image: url(../Images/content_line_seperator.gif);
	background-repeat: repeat-x;
	background-position: 0 4px;
}

.contentColumns_Left {
	width: 190px;
	float: left;
	margin-right: 15px;
}

.contentColumns_Right {
	width: 220px;
	float: left;
}

.contentChart_rightArea {
	width: 191px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	border: 4px solid #EEF3F6;
}

.contentChart_leftArea {
	width: 191px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}

.innerContent_moreLink_Box {
	background-image: url(../Images/navArrow_content_moreLink.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 9px;
	padding-bottom: 16px;
	color: #224B89;
}

.innerContent_moreLink_specialBox {
	background-image: url(../Images/navArrow_content_moreLink.gif);
	background-repeat: no-repeat;
	background-position: 0 11px;
	padding-left: 9px;
	padding-top: 7px;
	padding-bottom: 0px;
	color: #224B89;
}

.contentPromo_Area {
	background-image: url(../Images/bkgnd_ffffff.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
	width: 212px;
	height: 100%;
	margin-top: 0px;
	background-color: #EEF3F6;
	position: static;
	float: right;
}

.contentPromo_endCap {
	width: 212px;
	height: 44px;
	margin-top: 5px;
	margin-bottom: 11px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: -1px;
	background-color: #FFFFFF;
	position: absolute;
	bottom: -11px;
}

.ContentHolder_FullWidth {
	width: 410px;
	padding-left: 14px;
	padding-right: 10px;
}

 /*Bio Diplay Styles start here */
.bioDisplay_mainImage_Area {
	width: 410px;
	padding-left: 14px;
	padding-right: 10px;
}

.bioDisplay_mainImage_Area a{
	/*color:#FFF;*/
}

.bioDisplay_mainImage_Box {
	width: 93px;
	height: 96px;
	padding-right: 3px;
	float: left;
}

.bioDisplay_smallImage_Box {
	width: 53px;
	height: 56px;
	padding-right: 3px;
	float: left;
}

.bioDisplay_bioInfo {
	float: left;
	width: 200px;
}

.bioDisplay_largeImage_Box {
	float: left;
	width: 152px;
	margin-left: 25px;
	padding: 9px 9px 18px 9px;
	background: #f3f6f9;
}

.bioDisplay_contactInfo_Area {
	clear: both;
	width: auto;
	padding: 0px 0px 13px 0px;
}

.bioDisplay_contactInfo_Area p {
	line-height: 16px;
}
/* Bio Diplay Styles end here */

/* Portfolio Display Styles Begin Here */
div.portfolio_CompanyHolder {
	float: left;
	width: 426px;
}

div.portfolio_InfoHolder {
	float: left;
	width: 231px;
	margin-right: 25px;
}

div.portfolio_LogoHolder {
	width: 152px;
	min-height: 118px;
	height: auto !important;
	height: 118px;
	/*margin-left: 25px;*/
	padding: 9px;
	background: #F3F6F9;
	float: left;
	display: inline;
}

/*
div.portfolio_LogoHolder div {
	float: left;
	width: 150px;
	min-height: 116px;
	height: auto !important;
	height: 116px;
	border: 1px solid #ccd5e0;
	background: #fff;
}

div.portfolio_LogoHolder div table td {
	width: 150px;
	height: 116px;
	text-align: center;
	vertical-align: middle;
}

div.portfolio_LogoHolder a {
}
*/

div.portfolio_LogoHolder img {
	width: 152px;
}


.portfolioSeparator {
	float: left;
	width: 426px;
	height: 25px;
	background-image: url(../Images/content_line_seperator.gif);
	background-repeat: repeat-x;
	background-position: 0 8px;
}

/*
div.companyDisplay {
	width: 415px;
	float: left;
}

.portfolioDisplay_largeImage_Box {
	width: 152px;
	margin-left: 25px;
	padding-left: 9px;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	background: #F3F6F9;
	float: left;
	display: inline;
}

.portfolioDisplay_portfolioInfo_Box {
	margin-bottom: 13px;
	margin-top: 3px;
	float: left;
	width: 220px;
}

.portfolioDisplay_companyLocation {
	font-size: 10px;
	line-height: 12px;
}

.portfolioDisplay_PortfolioInfo {
	margin-top: 15px;
	width: 200px;
	line-height: 13px;
	letter-spacing: .5px;
}

.portfolioDisplay_contactInfo_Area {
	width: 200px;
	padding: 0px;
}

.portfolioDisplay_contactInfo_Area p {
	margin-bottom: 0px;
}

.portfolioDisplay_displayLink_Area {
	float: left;
	width: 200px;
}

.portfolioDisplay_displayLink_Box {
	height: 15px;
	background-image: url(../Images/navArrow_content_moreLink.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 14px;
	padding-bottom: 3px;
	color: #224B89;
}

.portfolioDisplay_moreLink_Box {
	background-image: url(../Images/navArrow_content_moreLink.gif);
	background-repeat: no-repeat;
	background-position: 0 14px;
	padding-left: 9px;
	padding-bottom: 3px;
	padding-top: 10px;
	color: #224B89;
}
*/

a.portfolio_moreLink {
	height: 17px;
	line-height: 13px;
	text-decoration: none;
	color: #224B89;
}

a.portfolio_moreLink:hover {
	height: 17px;
	line-height: 13px;
	text-decoration: underline;
	color: #224B89;
}
/* Portfolio Display Styles End Here */

/* Special Portfolio Chart Styles Begin Here */
.portfolio_activeChart_Box {
	width: 422px;
	background-color: #FFFFFF;
	padding: 1px;
}

.portfolio_activeChart_Area {
	width: 420px;
	padding: 1px;
	background: #FFFFFF;
}

.flashBox {
	float: left;
	display: inline;
	margin-left: 9px;
	margin-top: 26px;
}

.portfolio_activeChart_flashBox {
	width: 416px;
	padding-left: 2px;
	padding-right: 2px;
	background: #F3F6F9;
}

.portfolio_activeChart_dataBox {
	width: 418px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 2px;
	padding-bottom: 20px;
	background: #FFFFFF;
}

.portfolio_activeChart_dataArea {
	width: 378px;
	margin-left: 40px;
	background: #FFFFFF;
}

.portfolioBainCapitalCompanies_activeChart_Box {
	width: 422px;
	margin-top: 10px;
	background-color: #002C63;
	padding: 1px;
}

.portfolioBainCapitalCompanies_activeChart_Area {
	width: 420px;
	padding: 1px;
	background: #FFFFFF;
}

.portfolioBainCapitalCompanies_activeChart_dataBox {
	width: 418px;
	padding-top: 17px;
	padding-right: 0px;
	padding-left: 2px;
	padding-bottom: 20px;
	background: #F3F6F9;
}

.portfolioBainCapitalCompanies_activeChart_dataArea {
	width: 378px;
	margin-left: 40px;
	background: #F3F6F9;
}

.portfolio_activeChart_dataColumn {
	width: 173px;
	padding-right: 10px;
	padding-left: 0px;
	margin: 0px;
	float: left;
}

.portfolio_activeChart_dataRows {
	width: 173px;
	padding-top: 10px;
}

.portfolio_activeChart_dataBox_Even {
	width: 173px;
	padding: 3px;
	margin-bottom: 3px;
	background-color: #E4EDF6;
}

.portfolio_activeChart_dataBox_Odd {
	width: 173px;
	padding: 3px;
	margin-bottom: 3px;
}

.portfolio_activeChart_dataBox_companyCount {
	width: 10px;
	margin-left: 5px;
	padding-right: 3px;
	float: right;
}


a.portfolioData_Link {
	line-height: 13px;
	letter-spacing: .5px;
	color: #122647;
	text-decoration: none;
}

a.portfolioData_Link:hover {
	line-height: 13px;
	letter-spacing: .5px;
	color: #122647;
	text-decoration: underline;
}
/* Special Portfolio Chart Styles End Here */



/* Contact List Display Styles Start Here */
.innerContent_contactLink_specialBox {
	background-image: url(../Images/navArrow_content_moreLink.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #224B89;
}

a.contact_Link {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #6085B2;
}

a.contact_Link:hover {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #6085B2;
}
/* Contact List Display Styles End Here */

/* SiteMap styles start here */
ul.SiteMapList {
	margin: 0px;
}

ul.SiteMapList li {
	margin: 0 0 15px 0;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: bold;
	color: #6085B2;
	font-size: 12px;
	line-height: 12px;
	background: none;
}

ul.SiteMapList li a {
	color: #6085B2;
}

ul.SiteMapList li ul {
	margin: 10px 0 0 2px;
}

ul.SiteMapList li ul li {
	margin: 0 0 8px 0;
	padding-left: 15px;
	font-family: Arial, Verdana, Sans-Serif;
	background: url(../Images/navArrow_promo.gif) no-repeat 0 4px;	
}

ul.SiteMapList li ul li a {
	color: #224B89;
}

ul.SiteMapList li ul li ul {
	margin-top: 5px;
}

ul.SiteMapList li ul li ul li {
	margin: 0 0 5px 0;
	padding-left: 9px;
}

ul.SiteMapList li ul li ul li a {
	font-size: 11px;
	font-weight: normal;
}

.contentText_siteMap_primaryLevel {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
}

.contentText_siteMap_secondaryLevel {
	background-image: url(../Images/navArrow_promo.gif);
	background-repeat: no-repeat;
	background-position: 0 4;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 2px;
	padding-left: 15px;
}

.contentText_siteMap_tertiaryLevel {
	background-image: url(../Images/navArrow_promo.gif);
	background-repeat: no-repeat;
	background-position: 0 3;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-left: 9px;
}

a.contentText_siteMap_primaryLink {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: .5px;
	color: #6085B2;
	text-decoration: none;
}

a.contentText_siteMap_primaryLink:hover {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: .5px;
	color: #6085B2;
	text-decoration: underline;
}

a.contentText_siteMap_secondaryLink {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: .5px;
	color: #224B89;
	text-decoration: none;
}

a.contentText_siteMap_secondaryLink:hover {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: .5px;
	color: #224B89;
	text-decoration: underline;
}

a.contentText_siteMap_tertiaryLink {
	font-family: arial;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: .5px;
	color: #224B89;
	text-decoration: none;
}

a.contentText_siteMap_tertiaryLink:hover {
	font-family: arial;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: .5px;
	color: #224B89;
	text-decoration: underline;
}
/* SiteMap styles end here */

.PrintOnly {
	display: none;
}

