@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #16283e;
	background-image: url(../_images/content-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0% 0%;
}
p {
	line-height: 1.4em;
}
a {
	color: #03F;
}
a img { border: none; }
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
}
.container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
#footer, #push {
	height: 200px; /* .push must be the same height as .footer */
}
#push {
	clear: both;	
}
#footer {
	background-image: url(../_images/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	color: #394a59;
}
#topnav {
	color: #51626f;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: right;
	padding-bottom: 15px;
}
#topnav a {
	border-right: 1px solid #51626f;
	padding-left: 12px;
	text-decoration: none;
	color: #6e99d4;
	padding-right: 12px;
}
#topnav a:hover { color: #1297ff; }
#topnav a.last {
	border-right: none;
	padding-right: 0;
}
#footer .container {
	padding-top: 87px;
}
#header {
	padding: 10px 0 30px;
	border-bottom: 3px solid #6e99d4;
	background: url(../_images/header-bg.jpg) 0% 100%;
}
#header img.logo {
	padding-bottom: 3px;
	margin-right: 10px;
}
#navigation {
	padding-top: 22px;
	margin-bottom: 40px;
	background-image: url(../_images/navigation-line.gif);
	background-repeat: repeat-x;
	background-position: 0px 95%;
	font-size: 1em;
}
#navigation .container {
	width: 970px;
}
#navigation .container ul {
	background-image: url(../_images/navigation-line2.gif);
	background-repeat: repeat-x;
	background-position: 0px 95%;	
	margin-left: 0;
	padding-left: 5px;
	padding-right: 5px;
	display: inline;
}
#navigation .container ul li {
	margin-left: 0;
	padding: 0 7px 0 4px;
	border-right: 1px solid #8996a0;
	list-style: none;
	display: inline;
}
#navigation .container ul li.last {
	margin-right: 0;
	border-right: none;
	list-style: none;
	display: inline;
}
#navigation a {	
	text-decoration: none;
	color: #003592;
}
#navigation a:hover {	
	color: #000;
}
#leftNarrow {
	float: left;
	width: 280px;
}
.column {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 20px;
	font-size: .95em;
	line-height: 1.3em;
	color: #51626f;
}
.third { /* Set width for three-column layout */
	float: left;
	margin-right: 2.9%; /* IE6 has trouble with calculating percentages */
	width: 30%; /* 33% - x% right margin */
}
.thirdDouble {
	float: left;
	margin-right: 2.9%; /* IE6 has trouble with calculating percentages */
	width: 60%; /* 33% - x% right margin */	
}
.column img {
	margin-bottom: 4px;	
}
.column strong a {
	color: #001d77;
	text-decoration: none;
	text-transform: uppercase;
}
.column strong a:hover {
	color: #03F;
}
.column strong a em {
	color: #901c3b;
}
.clearDiv {
	clear: left;	
}
.largeMedium {
	font-size: 1.15em;
	color: #51626f;
}
p.largeMedium {
	line-height: 1.6em;
}
.largeMedium strong {
	color: #1a2732;
}
h1 {
	color: #0d6cb6;
	font: 1.8em "Book Antiqua", Palatino, "Palatino Linotype", Georgia, serif;
}
#rightWide {
	margin-left: 320px;
}
h2 {
	color: #000;
	font-size: 1.3em;
}
ol li {
	color: #4C9CE0;
	font-size: 1.3em;
	line-height: normal;
}
ol li p {
	font-size: 0.75em;
	color: #16283e;
}.highlightBox {
	padding: 2px 15px;
	margin-right: 5px;
	background: #F0F4FA;
	border-top: 1px solid #96C9FD;
	margin-bottom: 15px;
}
h3 {
	font-size: 1.1em;
	color: #2A3854;
}
h4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #333;
	font-size: 1em;
}
.kern {
	margin-right: .1em;
	margin-left: 0.1em;
}
.floatRight {
	float: right;
	margin-bottom: 15px;
	margin-left: 20px;
}
.centerImg {
	text-align: center;	
}
img.floatRight, p.centerImg img {
	border: 1px solid #CCC;
}
table.specs
{
	border-collapse: collapse;
	text-align: center;
	border-style: none;
}
table.specs th
{
	font-weight: bold;
	padding: 10px 8px;
	border-bottom: 2px solid #b8c9cf;
	vertical-align: bottom;
}
table.specs td
{
	border-bottom: 1px solid #e5eaeb;
	padding: 6px 8px;
}
table.specs tbody tr:hover td
{
	color: #000;
	background-color: #e5eaeb;
}
table.specs td.left, table.specs th.left {
	text-align: left;
}
ul.spaced li{
	margin-bottom: 2em;
}

