@charset "UTF-8";
/* CSS Document */
html, body, form, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
html, body {
	height: 100%;
}
body {
  background: #041F2F url(../images/bg.jpg) repeat-x 0 0;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 22px;
}

.outerWrapper {
  margin: 0px auto; 
  text-align: left;
  width: 944px;
  position: relative;
  background-color: #fff;
}

.top {
	height: 89px;
	padding-top: 20px;
	padding-left: 47px;
}

.top h1 a {
	width: 186px;
	height: 71px;
	background: url(../images/logo.gif) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
	float: left;
}

.top ul {
	margin: 0 0 0 286px;
	/*margin: 0 0 0 385px;*/
	padding: 35px 0 0 0;
	line-height: 16px;
	font-size: 13px;
}

.top li {
	list-style: none;
	border-left: 1px solid #284A65;
	float: left;
	height: 54px;
	margin: 0;
	padding: 0 35px 0 9px;
}

.top li a {
	text-decoration: none;
	color: #787878;
	margin: 0;
	padding: 0;
}

.top li a:hover {
	color: #284A65;
}

.collage {
	background: url(../images/collage.jpg) no-repeat 0 0;
	height: 153px;
}

.content {
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat-x;
	padding: 30px 184px 40px 194px;
	/*padding: 30px 34px 40px 194px;*/
	min-height: 301px;
}

*html .content {
	height: 301px;
}

h2 {
	font-size: 28px;
	font-weight: normal;
	color: #1B3F5B;
	padding-top: 15px;
	margin-bottom: 25px;	
}

p {
	padding-bottom: 10px;
}

p.float { 
	float: left;
	margin-right: 50px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #999;
	line-height: normal;
	margin-top: 16px;
}

a.teamLink {
	font-size: 14px;
	font-weight: bold;
	color: #10496F;
	line-height: 17px;
}

.title {
	font-size: 11px;
	font-style:italic;
	line-height: normal;
}

.tableBorder {
	border-right: 1px solid #b1c3d0;
}

.tableBorderBottom {
	border-bottom: 1px solid #b1c3d0;
}

.tableBorder2 {
	border-top: 1px solid #b1c3d0;
	border-bottom: 1px solid #b1c3d0;
	margin-top: 10px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #10496F;
	line-height: normal;
	margin-top: 16px;
}

.content a, .contentWider a {
	font-weight: bold;
	text-decoration: none;
	color: #284A65;
}

.content a:hover {
	text-decoration: underline;
}

.content .bioThumb {
	border: 1px solid #B1C3D1;
	float: left;
	margin: 1.5em 1em .5em 0;
	padding: 2px;
}

.content ul {
	margin-top:0;
	padding-top: 0;
}

.professionals {
	margin-top: 4px;
}

.printButton {
	/*float: right;*/
}
.footer {
	background-color: #eee;
	color: #134A71;
	font-size: 11px;
	margin: 0px auto; 
  	text-align: center;
	vertical-align:middle;
  	width: 944px;
	height: 30px;
  	position: relative;
	padding-top: 3px;
}

.footer a {
	color: #134A71;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.clearLeft {
	clear: left;
}
