/* GENERAL */

body {
	margin: 0;
	padding: 0;
	background: #181919;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #383838;
}

table {
	margin: 0;
	padding: 0;
	border-spacing: none;
	border-collapse: none;
}

tr, td, th {
	margin: 0;
	padding: 0;
}

table#container-table {
	width: 100%;
}

img {
	border: none;
} 

a {
	color: #2c5773;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 14px;
}

p.heading {
	font-size: 15px;
	line-height: 17px; 
	color: #04395b;
	margin-bottom: 20px;
}

p.extra {
	margin-bottom: 25px;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.blue {
	color: #2c5773;
}

.bold {
	font-weight: bold;
}

div.clear {
	clear: both;
}


/* SPECIFIC */

td#middle {
	width: 1190px;
	background: url(images/general/header_bg.jpg) top center no-repeat #d9d9d9;
}

td#left {
	background: url(images/general/left_header_bg.jpg) repeat-x #d9d9d9;
}

td#right {
	background: url(images/general/right_header_bg.jpg) repeat-x #d9d9d9;
}

div#page-container {
	width: 975px;
	margin: auto;
}

div#header {
	height: 103px;
	
}

div#header img {
	margin-top: 29px;
	margin-left: 18px;
}

div#main-nav {
	height: 42px;
}

div#main-nav img {
	float: left;
	margin-right: 2px;
}

#main-nav img.last 
{
	margin-right: 0;
}

div.content {
	width: 805px;
	margin: auto;
	padding-top: 25px;
	padding-bottom: 5px;
}

div#footer {
	height: 120px;
	width: 805px;
	margin: auto;
	font-size: 11px;
	line-height: 16px;
	color: #454545;
}

div#seo-links {
	margin: auto;
	margin-top: 15px;
	width: 580px;
}

div#seo-links div {
	float: left;
	padding-left: 10px;
	margin-right: 36px;
	background: url(images/general/gray_bullet.jpg) no-repeat 0px 5px;
	/*width: 138px;*/
}

div#seo-links div.clear {
	float: none;
	clear: both;
	width: auto;
	background: none;
	height: 0;
	margin: 0;
	padding: 0;
}

div#seo-links div#contact {
	margin-right: 0px;
	/*width: 110px;*/
}

/*div#seo-links span.heading {
	color: #808080;
	font-weight: bold;
}*/

div#seo-links a {
	color: #6a6a6a;
}

div#footer a:hover {
	color: #3b7499;
}

div#copyright {
	margin-top: 15px;
}

div#copyright a {
	color: #686868;
}

#medialinks{text-align:center;}
#medialinks img{ display:inline;}

.poe-list{list-style:none;}
.poe-list li{float:left;width:245px;padding:0 20px 20px 0;}


/* Co-Founders Bridge */
.cofounders {width: 600px; float: left; margin-bottom: 20px;}
	.cofounders a { font-weight: bold; }
	.cofounders h1 { margin-bottom: 4px; font-size: 24px; line-height: 24px; }
	.cofounders h2 {
		color:#2C5773;
		font-style:italic;
		font-size: 12px;
		margin-bottom: 1.5em;
	}
	.cofounders h3 {
		margin-top: 2em;
		margin-bottom: 5px;
		border-bottom: 1px solid #666;
		font-size: 14px;
	}
	.cofounders ul { margin: 0 1em 1em 2em; }
	.cofounders ul li {
		list-style-type: disc;
	}
	.cofounders ol li {
		list-style-type: decimal;
	}
.cofounders-contact { float:right; }

.clearfix{zoom:1;}
.clearfix:before,.clearfix:after{display:block;height:0;content:".";overflow:hidden;visibility:hidden;}
.clearfix:after{clear:both;}

.boxshadow {
	margin: 10px;
	padding: 0 10px;
	width: 165px;
	background-color: #B5B5B5;
	-moz-box-shadow: 0 0 3px #b1b1b1;
	-webkit-box-shadow: 0 0 3px #b1b1b1;
	box-shadow: 0 0 3px #b1b1b1;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.boxshadow a {text-decoration: underline; }
.boxshadow h3 {
	margin: 14px 0 10px 0;
	font-size: 14px;
	text-transform: uppercase;
}

.leaderspage .boxshadow {
	margin:30px 0 0 20px;
}

.boxshadow-highlights {
margin: 26px 0 0 10px;
padding: 5px 10px;
}
