@charset "utf-8";
/* CSS Document */

body {
	background:#dcdcb4;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
/* -- CONTAINERS -- */

#container {
	width:938px;
	margin:0 auto;
	text-align:left;
	float:none;
}
#shadowContainer {
	width:938px;
	float:left;
	background:#fff url(images/bodyBG.jpg) repeat;
	margin:0;
	padding:0;
}
#wrapper {
	width:898px;
	margin:0 auto;
	padding:0;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
/* -- HEADER -- */

#header {
	width:898px;
	float:left;
	height:315px;
	background:#075e88;
	overflow:hidden;
}
#logoNavWrapper {
	width:898px;
	float:left;
	margin:19px 0 0px 0;
}
#logo {
	width:222px;
	height:52px;
	float:left;
	margin-left:30px;
	margin-right:30px;
	background:url(images/fpi_logo.gif);
	display:inline;
}
#nav {
	margin-right:10px;
	margin-top:20px;
}
#nav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
#nav ul li {
	float:left;
	display: inline;
	padding-left:0;
	margin-left:0;
	font-size:14px;
	font-weight:bold;
}
#nav ul li a {
	border-right: 1px solid #96c1d6;
	text-decoration: none;
	padding: 0 16px 0 16px;
	color:#fff;
	margin:0;
}
#nav ul li a:hover {
	color:#dcdcb4;
	text-decoration: underline;
}
#nav ul li a.lastItem {
	border: none;
	color:#96c1d6;
}
#nav ul li a.lastItem:visited {
	border: none;
	color:#96c1d6;
}
#nav ul li a.firstItem {
	padding:0 16px 0 0;
}
#heroTop {
	width:898px;
	height:195px;
	float:left;
	margin:0;
	padding:0;
}
#heroBot {
	width:898px;
	height:49px;
	float:left;
	_float:none;
	border-bottom:1px solid #fff;
}
/* -- CONTENT -- */

#contentWrapper {
	width:898px;
	float:left;
	background:#fff url(images/contentBG.png) no-repeat;
}
#leftCol {
	width:200px;
	float:left;
	margin:30px 0 15px 30px;
	display:inline;
}
#content {
	width:570px;
	_width:550px;
	margin:15px 20px 0 0;
	_margin-top:30px;
	float:right;
}

#content h1 {
	font-size:18px;
	color:#333;
	}

#content p {
	font-size:12px;
	color:#333;
	line-height:18px;
	}

.tableText {
	font-size:11px;
	color:#333;
	}

.tableTextHead {
	font-size:11px;
	color:#fff;
	}
/* -- PRODUCT NAV -- */

#leftCol ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#leftCol li {
	margin:0;
	text-indent:10px;
	display:block;
	background:url(images/subNavBG.jpg);
	float:left;
	width:200px;
	text-transform:none;
	font-size:12px;
	line-height:30px;
}
#leftCol li a {
	height: 30px;
	width:200px;
	text-decoration: none;
	background:url(images/subNavBG.jpg);
	color:#fff;
	display:block;
	border-bottom:1px solid #fff;
}
#leftCol li a:link, #nav li a:visited {
	color: #fff;
}
#leftCol li a:hover, #nav li a:active {
	color: #fff;
	background:url(images/subNavBG.jpg);
	width:200px;
	height:30px;
	text-decoration:underline;
}
#leftCol li a.navHeader {
	background:url(images/subNavHeader.jpg);
}
/* -- FOOTER -- */

#footer {
	width:938px;
	margin:0 auto;
	clear:both;
	background:url(images/footerBG.jpg) no-repeat;
}
#footerTextWrapper {
	width:898px;
	margin:0 auto 50px auto;
	_margin:0 auto 30px auto;
	padding-top:120px;
}
#footerTextWrapper p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}
#footerTextWrapper p a {
	color:#075e88;
	text-decoration:none;
}
#footerTextWrapper p a:hover {
	text-decoration:underline;
}
.footerTextLeft {
	margin-left:30px;
	width:200px;
	float:left;
}
.footerTextRight {
	margin-right:30px;
	width:300px;
	text-align:right;
	float:right;
}
