@charset "UTF-8";

/*******************************************/
/**** Header                            ****/
/**** Primary navigation is in menu.css ****/
/*******************************************/

#logo
{
	width: 256px;
	display: block;
}
#toolsNav
{
	font-size: 11px;
	line-height: 13px;
	text-align: right;
	text-transform: uppercase;
	color: #001C46;
}
#toolsNav a
{
	color: #001C46;
	text-decoration: none;
}
#toolsNav a:hover
{
	color: #285D90;
}
#artbar
{
	display: block;
	padding-bottom: 4px;
}

/*********************/
/**** Left column ****/
/*********************/

/**** Secondary nav ****/

ul#snav
{
	width: 140px;
	margin-left: 8px;
}
ul#snav li
{
	width: 140px;
	border-bottom: 1px dotted #285D90;
}
ul#snav li a
{
	display: block;
	width: 130px;
	padding: 7px 0 8px 10px;
	background: url(../images/snav-arrow-off.png) no-repeat 0 10px;
	font-size: 11px;
	line-height: 13px;
	color: #285D90;
	text-decoration: none;
	text-transform: uppercase;
}
ul#snav li a:hover, ul#snav li a.highlight
{
	background: url(../images/snav-arrow-on.png) no-repeat 0 10px;
}
ul#snav li a.highlight
{
	font-weight: bold;
}

/**** Special cases - Partners section ****/

.nonNavContent h1
{
	margin-left: 8px;
	padding: 7px 0 8px 10px;
	background: url(../images/snav-arrow-on.png) no-repeat 0 10px;
	font-size: 11px;
	line-height: 13px;
	color: #285D90;
	text-decoration: none;
	text-transform: uppercase;
}
.nonNavContent a
{
	margin-left: 8px;
	display: block;
	width: 130px;
	padding: 7px 0 12px 0;
	font-size: 11px;
	line-height: 13px;
	color: #285D90;
	text-decoration: underline;
}
	

/*********************************/
/**** Right column no sidebar ****/
/*********************************/

#rightColumn .content-no-sidebar h1
{
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #005F30;
	margin: 0  85px 20px 5px;
}
#rightColumn .content-no-sidebar h1.shorter
{
	margin-bottom: 15px;
}
#rightColumn .content-no-sidebar h2
{
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #10693D;
	margin: 0 85px 4px 5px;
	padding-top: 5px;
}
#rightColumn .content-no-sidebar h2.sectionDivider
{
	margin: 0 0 6px 0;
	padding: 5px 0 0 5px;
	border-top: 1px solid #285D90;
}
#rightColumn .content-no-sidebar h2 a
{
	text-decoration: none;
}
#rightColumn .content-no-sidebar h3
{
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	margin: 0 85px 0 5px;
}
#rightColumn .content-no-sidebar p
{
	font-size: 12px;
	line-height: 18px;
	color: #000;
	margin: 0 85px 6px 5px;
}
#rightColumn .content-no-sidebar ul, #rightColumn .content-no-sidebar ol
{
	font-size: 12px;
	line-height: 18px;
	color: #000;
	margin-right: 85px;
	margin-bottom: 10px;
}
#rightColumn .content-no-sidebar ul li
{
	margin: auto;
	padding: auto;
	list-style-type: disc;
}
#rightColumn .content-no-sidebar ol li
{
	margin: auto;
	padding: auto;
	list-style-type:decimal;
}
#rightColumn .content-no-sidebar a
{
	color: #005F30;
	text-decoration: underline;
}

/***********************************/
/**** Right column with sidebar ****/
/***********************************/

#rightColumn .content-with-sidebar
{
	width: 460px;
	float: left;
}
#rightColumn .content-with-sidebar h1
{
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #005F30;
	margin: 0  0 25px 5px;
}
#rightColumn .content-with-sidebar h1.shorter
{
	margin-bottom: 15px;
}
#rightColumn .content-with-sidebar h2
{
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #10693D;
	margin: 0 0 4px 5px;
	padding-top: 5px;
}
#rightColumn .content-with-sidebar h2.sectionDivider
{
	margin: 0 0 6px 0;
	padding: 5px 0 0 5px;
	border-top: 1px solid #285D90;
}
#rightColumn .content-with-sidebar h2 a
{
	text-decoration: none;
}
#rightColumn .content-with-sidebar h3
{
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	margin: 0 85px 0 5px;
}
#rightColumn .content-with-sidebar p
{
	font-size: 12px;
	line-height: 18px;
	color: #000;
	margin: 0 0 6px 5px;
}
#rightColumn .content-with-sidebar ul, #rightColumn .content-with-sidebar ol
{
	font-size: 12px;
	line-height: 18px;
	color: #000;
	margin-bottom: 10px
}
#rightColumn .content-with-sidebar ul li
{
	font-size: 12px;
	line-height: 16px;
	color: #000;
	margin-bottom: 2px;
	padding-left: 25px;
	background: transparent url(../images/list-bullet.gif) no-repeat 18px 6px;
}

/*#rightColumn .content-with-sidebar ul li
{
	margin: auto;
	padding: auto;
	list-style-type: disc;
}*/
#rightColumn .content-with-sidebar ol li
{
	font-size: 12px;
	line-height: 16px;
	color: #000;
	margin-bottom: 2px;
	margin: auto;
	padding: auto;
	list-style-type:decimal;
}
#rightColumn .content-with-sidebar a
{
	color: #005F30;
	text-decoration: underline;
}
.sidebar
{
	width: 200px;
	float: right;
}
.sidebar p
{
	font-size: 12px;
	line-height: 16px;
	color: #005F30;
	margin-bottom: 8px;
}
.sidebar img.withBorder
{
	display: block;
	margin-bottom: 8px;
	padding: 5px;
	border: 1px solid #285D90;
}
.sidebar img.withBorderNoPadding
{
	display: block;
	margin-bottom: 8px;
	border: 1px solid #285D90;
}
.sidebar a
{
	color: #000;
	text-decoration: underline;
}

/**** News section ****/

#rightColumn .news a
{
	color: #000;
	text-decoration: underline;
}

#eventsContainer
{
	border: 1px solid #285D90;
	padding-bottom: 20px;
}
#eventsContainer h1
{
	background: #285D90 none;
	margin-bottom: 20px;
	padding: 12px 0 8px 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
	text-transform: uppercase;
}
#eventsContainer h2
{
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #10693D;
	margin: 0 0 4px 10px;
}
#eventsContainer p
{
	font-size: 11px;
	line-height: 14px;
	color: #000;
	margin: 0 0 4px 10px;
}


/**********************************************/
/**** Link-down table for names and titles ****/
/**********************************************/

.linkDownTable
{
	border-collapse: separate;
	border-top: 1px solid #285D90;
	border-bottom: 1px solid #285D90;
	margin-bottom: 22px;
}
.linkDownTable th, .linkDownTable td
{
	padding: 6px 0 6px 5px;
	background: #EAE9EA none;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	color: #000;
}
.linkDownTable th
{
	text-align: left;
	width: 175px;
}
.linkDownTable td
{
	width: 415px;
}
#rightColumn .linkDownTable th a
{
	color: #000;
	text-decoration: none;
}
#rightColumn .linkDownTable th a:hover
{
	color: #005F30;
	text-decoration: none;
}

/******************************************/
/**** Link-down table for job postings ****/
/******************************************/

.jobListingsTable
{
	border-collapse: separate;
	border-top: 1px solid #285D90;
	border-bottom: 1px solid #285D90;
	margin-bottom: 22px;
}
.jobListingsTable td
{
	padding: 6px 0 6px 5px;
	background: #EAE9EA none;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	color: #000;
}
.jobListingsTable td
{
	width: 300px;
}
#rightColumn .jobListingsTable td a
{
	color: #000;
	text-decoration: none;
}
#rightColumn .jobListingsTable td a:hover
{
	color: #005F30;
	text-decoration: none;
}


.teamBioTable, .investorsTable
{
	margin-bottom: 20px;
	border-top: 1px solid #285D90;
}
.teamBioTable td.bioCell, .investorsTable td.infoCell
{
	width: 475px;
	padding: 5px 0 0 5px;
	vertical-align: top;
}
#rightColumn .teamBioTable td.bioCell p, #rightColumn .investorsTable td.infoCell p
{
	margin-right: 0;
}
.teamBioTable td.photoCell
{
	width: 192px;
	padding-top: 4px;
	text-align: right;
	vertical-align: top;
}
.teamBioTable td.photoCell img
{
	border: 1px solid #43648A;
}
.investorsTable td.logoCell
{
	width: 192px;
	padding: 5px 0 0 5px;
	text-align: center;
	vertical-align: middle;
}

/******************/
/**** Site map ****/
/******************/

#sitemap h2
{
	text-transform: uppercase;
}
#rightColumn .content-no-sidebar #sitemap ul
{
	width: 190px;
	margin-left: 10px;
	list-style-type: none;
}
#rightColumn .content-no-sidebar #sitemap ul li
{
	width: 190px;
	list-style-type: none;
}
#rightColumn .content-no-sidebar #sitemap ul li a
{
	width: 180px;
	display: block;
	width: auto;
	padding: 4px 0 5px 10px;
	background: url(../images/snav-arrow-off.png) no-repeat 0 7px;
	font-size: 12px;
	line-height: 14px;
	color: #000;
	text-decoration: none;
}
#rightColumn .content-no-sidebar #sitemap ul li a:hover, #rightColumn .content-no-sidebar #sitemap ul li a.highlight
{
	color: #000;
	background: url(../images/snav-arrow-on.png) no-repeat 0 7px;
}

/****************/
/**** Footer ****/
/****************/

#footerContainer p
{
	margin-left: 45px;
	font-size: 11px;
	line-height: 13px;
	color: #FFF;
}
#footerContainer a
{
	color: #FFF;
	text-decoration: none;
}
#footerContainer a:hover
{
	text-decoration: underline;
}

/***************************************/
/**** Widely-scoped utility classes ****/
/***************************************/

.clearAll
{
	clear: both;
}
.uppercase
{
	text-transform: uppercase;
}

