﻿* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

body {
	font-family: Arial, Times New Roman, Georgia, Serif;
	font-size: 12px;
	color: #2c2c2c;
}

/* ELEMENTS */

a {
	color: #044484;
	text-decoration: underline;
}

a:hover {
	color: #6085B2;
	text-decoration: underline;
}

a.ArrowLink01 {
	padding-left: 5px;
}

h1 {
	margin-bottom: 50px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #001854;
	font-family: georgia;
	margin-bottom: 1em;
	
}

h2 span {
	font-weight: normal;
	font-size: 11px;
	font-family: Arial;
}

div.MainImageHolder h2 {
	font-size: 20px;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #001854;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	color: #001854;
	margin-bottom: 1em;
}

h4 {
	font-weight: bold;
	color: #001873;
	font-size: 14px;
	margin-bottom: 0.5em;
}

h5 {
	font-weight: bold;
	font-size: 12px;
}

div.bioTitleHolder h3 {
	margin-bottom: 0px;
}

div.bioTitleHolder span {
	display: block;
	margin-bottom: 14px;
}

h6 {
}

p {
	clear: both;
	line-height: 16px;
	margin-bottom: 15px;
}

img {
	border: none;
}

ul {
	margin: 0 0 20px 25px;
	list-style-image: url(../Images/bullet.gif);
}

div.HomeFlashContent {
	display: none;
}

div.ElevatorCopyPrint {
	margin-top: 25px;
	font-size: 16px;
}

div.ElevatorCopyPrint p {
	line-height: 24px;
}

div.MainContentColumn {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

/* Team Pages */
div.BioContentHolder {
	float: left;
	width: 258px;
	padding-right: 30px;
}

div.BioImageHolder {
	float: left;
	width: 143px;
}

table.TeamAlphaDataListTable td {
	width: 190px;
	padding: 0 10px 5px 0;
}

table.TeamAlphaDataListTable td a {
	padding-left: 5px;
}

/* Portfolio Pages */
.portfolio_CompanyHolder {
	float: left;
	width: 454px;
}

.portfolio_LogoHolder {
	float: left;
	width: 150px;
	border: 9px solid #f3f6F9;
}

.portfolio_InfoHolder {
	float: left;
	width: 256px;
	padding-right: 30px;
}

table.PortfolioDataListTable td {
	width: 200px;
	vertical-align: top;
	text-align: left;
	padding: 0 10px 5px 0;
}

table.PortfolioDataListTable td span {
	padding-left: 5px;
}

div.BottomWrapper {
	clear: both;
	padding-top: 10px;
	border-top: 1px solid #001854;
}

.ScreenOnly {
	display: none;
}

.listCol {
	float: left;
	width: 45%;
	padding-right: 5%;
}

