@charset "utf-8";
/* collected CSS definitions */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #333333;
	padding: 0;
	margin: 0;
	background-color: 004171;
	background-image: url(img/bodyBack.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
body.introPage {
	background-image: none;
	background-color: #eceded;
}
#resizeContainer {
	width: 900px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
body.introPage #resizeContainer {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
img, table, td, form, object, embed {
	border: 0;
	padding: 0;
	margin: 0;
}
/* Navigation Cell */

#navigation {
	padding: 0 0 0 0;
}
#navigation table {
	width: 883px;
}
#navigation td.navPoint {
	width: 193px;
	vertical-align: bottom;
}
#navigation td.followUpLogo {
	width: 304px;
	text-align: right;
}
#menuLayer0, #menuLayer1, #menuLayer2 {
	background-image: url(../images/subnav_bkgrd.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 201px !important;
}
span.navPoint {
	text-transform: uppercase;
	text-align: center;
	width: 140px;
	display: block;
	padding: 10 0 0 0;
}
/* Content Cell */

#content {
	vertical-align: top;
	padding: 30px 10px 10px 17px;
	color: #FFF;
	background-image: url("img/bkgrd.jpg");
	background-repeat: no-repeat;
	background-position: top;
}
body.introPage #content {
	padding: 0;
}
a:link, a:visited {
	color: #f6a800;
	text-decoration: underline;
}
a:hover, a:active {
	color: #ffffff;
	text-decoration: underline;
}
#content h1 {
	color: f6a800;
	font-size: 18px;
}
#content h2 {
	font-size: 12px;
	margin: 5px 0 5px 0;/*	padding: 0 0 0 25px;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;*/
}
#content p {
	margin: 0 0 15px 0;
}
#content p, #content li {
	font-size: 11px;
	line-height: 1.7em;
	font-weight: bold;
	color: #F90;
}
#content ul {
	padding-left: 0;
	margin-left: 0;
	list-style-image: url(img/bullet.gif);
	color: #FFF;
}
#content ul li {
	margin-left: 16px;
}
#content ol, #content ol li {
	padding-left: 0;
	margin-left: 0;
}
#content ol li {
	margin-left: 22px;
}
body.introPage #content {
	vertical-align: middle;
}
#content div.introLink {
	height: 133px;
	text-align: center;
	background-image: url(img/homeLogoBack.jpg);
}
body.introPage #content a {
	font-family: Futura CondensedMedium, Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #ef8028;
}
#content table.teamTable td {
	vertical-align: top;
}
#content table.teamTable td img {
	margin-right: 15px;
}
#content table.referenceTable td {
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	width: 25%;
}
#content table.newsTable td {
	vertical-align: top;
}
#content table.newsTable td img {
	margin-right: 15px;
}
#content table.newsTable td a, 
#content table.newsTable td a {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

/* Footer Cell */

#footer {
	font-family: Futura CondensedMedium, Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	color: #9c9d9f;
	font-size: 12px;
	height: 26px;
}
#footer a {
	text-decoration: none;
	color: #9c9d9f;
}
#resizeContainer TR #content P {
	color: #FFFFFF;
	font-size: 11px;
}