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

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	outline:none;
}
.header {
	width:100%;
	height:113px;
	background-image:url(images/nav_bg.jpg);
	background-repeat:repeat-x;
}
.header_center {
	width:950px;
	height:113px;
	margin:0 auto;
}
.logo {
	width:113px;
	height:113px;
	float:left;
	cursor:pointer;
}
.main_nav {
	width:700px;
	float:right;
	clear:none;
	height:40px;
	font-size:12px;
	color:#666;
	margin:40px 0 0 0;
	padding:0;
}
.main_nav ul {
	margin:0;
	padding:0;
	float:right;
}
.main_nav li {
	float:left;
	clear:none;
	display:inline;
	margin: 0 13px 0 0;
	list-style:none;
}
.main_nav a {
	color:#000;
	font-size:16px;
	text-decoration:none;
}
.main_nav a:hover {
	color:#ed1c24;
	text-decoration:none;
}
.active_nav {
	color:#ed1c24;
}
.link {
	padding:10px 0 0 0;
}
.header_image {
	width:100%;
	height:350px;
	text-align:center;
}
.header_image_center {
	width:1200px;
	height:350px;
	margin:0 auto;
}
.body_center {
	width:950px;
	margin: auto;
	background-color:#FFF;
}
.body_float {
	width:950px;
	float:left;
	background-image:url(images/body_bg.gif);
	background-repeat:repeat-y;
	padding:36px 0 36px 0;
}
.body_left {
	width:250px;
	float:left;
	clear:none;
	padding:0 25px 0 25px;
	color:#000;
	font-size:14px;
}
.body_right h1 {
	color:#000;
	font-weight:normal;
	font-size:24px;
	margin:0;
	padding:0;
}
.body_right h2 {
	color:#000;
	font-size:13px;
	margin:0;
	padding:0;
	font-weight:bold;
}
.body_right {
	width:612px;
	float:right;
	color:#666666;
	font-size:13px;
	line-height:22px;
}
.body_right a {
	color:#ed1c24;
	text-decoration:none;
}
.body_right a:hover {
	color:#ed1c24;
	text-decoration:underline;
}
.body_left ul {
	margin:0;
	padding:0;
}
.body_left li {
	list-style-type:none;
	padding:0 0 13px 0;
	width:250px;
	margin:0;
}
.body_left a {
	color:#000;
	font-size:14px;
	text-decoration:none;
}
.body_left a:visited {
	color:#000;
	font-size:14px;
	text-decoration:none;
}
.body_left a:hover {
	color:#ed1c24;
}
.body_left a:active {
	color:#000;
	font-size:14px;
	text-decoration:none;
}
.right_divider {
	line-height:1px;
}
.footer {
	width:100%;
	background-color:#333;
	float:left;
	clear:both;
}
.footer a {
	color:#ed1c24;
	text-decoration:none;
}
.footer a:hover {
	color:#ed1c24;
	text-decoration:none;
}
.footer_center {
	width:950px;
	height:200px;
	margin:0 auto;
	padding:13px 0 0 0;
	font-size:10px;
	color:#FFF;
}
.footer_left {
	width:350px;
	float:left;
}
.footer_right {
	width:500px;
	float:right;
	clear:none;
	text-align:right;
}
.callouts {
	width:612px;
	margin:25px 0 0 0;
	padding:0;
	float:left;
	height:203px;
}
.home_callout {
	width:33%;

	float:left;
	clear:none;
	margin:0;
	padding:0;
}
.subnav li {
	margin:0 0 0 10px;
}
.subnav a {
	color:#666;
	text-decoration:none;
	font-size:12px;
}
.subnav a:visited {
	color:#666;
	text-decoration:none;
	font-size:12px;
}
.subnav a:hover {
	color:#ed1c24;
	text-decoration:none;
}
.subnav a:active {
	color:#666;
	text-decoration:none;
	font-size:12px;
}
#accordion h3 {
	width:612px;
	border-bottom: 1px #ccc solid;
	outline:none;
	padding:5px 0 5px 0;
	cursor:pointer;
	text-decoration:none;
	font-weight:normal;
	font-size:14px;
}
#accordion h3:hover {
	text-decoration:none;
}
.dark {
	color:#000;
	font-weight:bold;
}
