@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	line-height: 1.25em;
	background: #718397 url(images/static/bg_blue.jpg);
	background-position: 0px 262px;
	background-repeat: no-repeat;
	min-width: 875px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ba5915;
	font-size: 1.5em;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1.25em;
}
h3 {
	font-family: Arial, Helvetica, sans-sersif;
	color: #000;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1em;
}
p, li{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1em;
}
img {
	align: top;
	vertical-align: top;
}
hr {
	border: 1px solid #000;
}
a {
	color:#ba5915;
	text-decoration: none;
}
a:visited {
	color:#F60;
}
a:hover {
	color:#01295a;
	text-decoration: underline;
}
a:active {
	color:#718397;
}
.small {
	font-size: .75em;
}
.sidebar {
	padding-top: 20px;
	padding-left: 25px;
}
.casestudy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1em;
}
.leftBox {
	padding-right: 12px;
}
.rightBox {
	padding-left: 13px;
}
.fabLinks  {
	color: #ba5915;
}
.fabLinks a {
	color: #01295a;
	text-decoration: none;
}
.fabLinks a:visited {
	color: #01295a;
}
.fabLinks a:hover {
	color:#ba5915;
	text-decoration: underline;
}
.fabLinks a:active {
	color: #ba5915;
}
#header {
	background: #ba5915 url(images/static/header_tile.gif);
	height: 150px;
}
#separator {
	background-color: #fff;
	height: 25px;
}
#logo {
	padding-top: 25px;
	width: 860px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
}
#logoImg {
	width: 275px;
	height: 110px;
	background: white;
}
#navbar {
	background: #01295a;
}
#subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	text-align: right;
}
#subnav p {
	color:#000;
	display: inline;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 7px 0px 7px;
}
#subnav a {
	color:#FFF;
	text-decoration: none;
	margin: 0px 7px 0px 7px;
}
#subnav a:visited {
	color:#FFC;
}
#subnav a:hover {
	color:#01295a;
	text-decoration: underline;
	margin: 0px 7px 0px 7px;
}
#subnav a:active {
	color:#718397;
	margin: 0px 7px 0px 7px;
}
#content {
	background-color: #fff;
	width: 860px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 25px 10px 25px;
}
#content_table {
	width: 100%;
}
#footer {
	width: 860px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	background: #01295a;
}
#footer p {
	color: #FFF;
	padding: 0px;
	text-align: center;
}
#footer a {
	color: #FFF;
}
#footer a:visited {
	color: #FFC;
}
#footer a:hover {
	color: #ba5915;
	text-decoration: underline;
}
#footer a:active {
	color: #718397;
}
