@charset "utf-8";
/* CSS Document */

/* color pallet
dk blue: 003253
md blue: 025A8A
lt blue: d1e8f4
orange: ff7f00
md gray: c4c5c6
lt gray: f5f5f5
*/

/* ---------- PAGEHANDLER ---------- */
body, html {
	background: #025A8A url(/images/bg-header-inside.jpg) repeat-x top left;
	font: 12px helvetica, Arial, Verdana, sans-serif;
	color: #003253;
	margin: 0;
	padding:0;
	height:100%; 
}
body #home, html #home {
	background: #025A8A url(/images/bg-header.jpg) repeat-x top left;
}
img {display:inline; border:0;}
li, dd, blockquote {
	margin-left: 1em;
}
li { list-style: square; padding-top: 3px;}
ul {margin: 5px 0;}
a, a:link, a:visited {
	text-decoration: none;
	color: #015a89;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
h1, h2, h3, h4 {
	font-family: helvetica, Arial, Verdana, sans-serif;
	color: #ff7f00;
}
h1 {
	font-size: 26px;
	line-height: 36px;
}
h2 {
	font-size: 14px;
	line-height: 20px;
}
h3 {
	font-size: 12px;
	line-height: 16px;
}
h5 {
	font-size: 10px;
	line-height: 12px;
}
p {
	margin: 0; 
	padding: 0 0 7px 0; 
	line-height: 14px;
}
.fleft {float: left;}
.fright {float: right;}
.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
}
/* ---------- CONTAINER ---------- */
#pagehandler {
	margin: 0;
	padding: 0;
	height: 100%;
}
.container { 
	margin: 0 auto; 
	padding: 0;
	width: 803px;
}
/* ---------- HEADER ---------- */
#header {}
#head-top p {
	float: right;
	margin: 45px 45px 0 0;
}
#head-top.container {
	background: url(/images/bg-content.jpg) repeat-y top left;
	height: 89px;
}
#head-banner {
	text-align: center;
}
#head-banner.container {
	background: url(/images/bg-dark.jpg) repeat-y top left;
	height: 101px;
}
#home #head-banner.container {
	height: 201px;
}
#head-nav {
	height: 35px;
}
/*#head-nav span {
	float: right;
	margin-right: 45px;
	color: #ffffff;
	font-size: 16px;
	line-height: 35px;
}
#head-nav a {
	color: #ffffff;
}*/
/* ---------- CONTENT ---------- */
#content {
	background: #f5f5f5;
}
#content .container {
	background: url(/images/bg-content.jpg) repeat-y top left;
	min-height: 400px;
}
#home #content .container {
	min-height: inherit;
}
#contentbody {
	padding: 10px 45px 30px;
}
/* ---------------------------- SITE PAGES ------------------------------------- */
/* --- HOME --- */
h1.bluetitle {
	font-size: 19px;
	line-height: 30px;
	color: #003253;
	text-align: center;
}
#homeleft {
	float: left;
	width: 250px;
	margin-top: 15px;
	
}
#homeleft p {
	font-size: 16px;
	line-height: 20px;
}
#homeright {
	float: right;
	width: 430px;
	border-left: 1px solid #d9d9d9;
	margin-top: 15px;
	padding-right: 25px;
	padding-top: 20px;
}
	a.button {
		float: right;
		color: #ffffff;
		font-size: 30px;
		width: 350px;
		height: 60px;
		margin-bottom: 30px;
		text-align: center;
		padding-top: 25px;
	}
	a.button, a.button:link, a.button:visited, a.button:focus, a.button:hover, a.button:active {
		text-decoration: none;
		color: #ffffff;
	}
	a.orange, a.orange:link, a.orange:visited {
		background: #df7001;
	}
	a.orange:focus, a.orange:hover, a.orange:active {
		background: #ff7f00;
	}
	a.blue, a.blue:link, a.blue:visited {
		background: #003253;
	}
	a.blue:focus, a.blue:hover, a.blue:active {
		background: #015a89;
	}

/* ---------- FOOTER ---------- */
#footer {}
#footer.container {
	background: url(/images/bg-dark.jpg) repeat-y top left;
	height: 60px;
	border-bottom: 1px solid #015683;
	color: #c4c5c6;
}
#footer.container p {
	float: right;
	font-size: 10px;
	padding: 20px 45px 0 0;
}
#footer a, #footer a:link, #footer a:visited {
	color: #c4c5c6;
}

#footercopy {margin-top: 0;}



