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

body {
	background-color: #E8EDF1;
}

#outer_wrapper { 
	width: 910px;
	margin: 35px auto 0 auto;
	padding: 80px 20px 20px 20px;
	background-image: url(../../images/background/bg_long_logo.jpg);
	background-repeat: no-repeat;
}

#inner_content {
	background-color: #FFFFFF;
	width: 884px;
	padding: 13px 13px 10px 13px;
	margin: 14px 0 0px 0;
}

/**NAV**/

#main_navigation {
	height: 33px;
}

.hover {
	display: none;
}

.nav_item {
	float: left;
	background-color: transparent;
}

/*Copy */

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	padding: 0 0 15px 0;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #003F5F;
	padding: 0 0 10px 0;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

.copy p {
	padding: 0px 0 15px 0;
	font-size: 14px;
	line-height: 18px;
}

.copy ul
{
	font-size: 14px;
	line-height: 18px;
}

/*FOOTER*/
#footer {
	font-family: Arial, Helvetica, sans-serif;
	height: 28px;
	width: 950px;
	margin: 0 auto 20px auto;
	text-align: center;
	padding: 15px 0 0 0;
}

#footer img {
	position: relative;
	top: -3px;
}

#footer ul {
	list-style: none;
}

#footer li {
	font-size: 11px;
	display: inline;
}

.footer_link {
	padding: 0 16px;
	color: #7c0c00;
}

.footer_bar {
	color: #00529c;
}

