/* CSS Document */

* {margin:0; padding:0;}

.clearfloats {clear:both;}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}

#container {
	width:800px;
	position:relative;
	margin:0 auto;
	padding:0;
}
#header {
	width:800px;
	height: 80px;
	background-color: #000000;
}
#logo_box {
	width:216px;
	height: 80px;
	background-color: #000000;
	float: left;
}
#menu_box {
	width:570px;
	height: 30px;
	float: left;
	margin-top: 35px;
	margin-left: 10px;
}
#image_main {
	width:800px;
	height: 250px;
}
#content_middle {
	width:440px;
	background-color: #FFFFFF;
	position: absolute;
	margin-left: 60px;
	margin-top: 80px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #000000;
}
#content_copy {
	width:220px;
	float: left;
	margin-bottom: 20px;
}
#content_spotlight {
	width:200px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
#content_other {
	width:440px;
	margin-bottom: 10px;
}

#content_bottom {
	width:800px;
	background-color: #17225B;
}
#bottom_image {
	width:60px;
	height: 250px;
	float: left;
}
#bottom_spacer {
	width:540px;
	float: left;
	background-color: #FFFFFF;
	height: 330px;
}
#bottom_content {
	width:150px;
	float: left;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}

#footer {
	width:780px;
	padding:10px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 10px;
}
.intro_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
.intro_copy_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	font-weight: bold;
}

.subhead1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #EE3B33;
	line-height: 18px;
	margin-bottom: 4px;
	font-weight: bold;
}
.subhead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
	margin-bottom: 4px;
	font-weight: bold;
}

a:link, a:visited, a:hover, a:active {
	color: #17225B;
}


a.white:link, a.white:visited, a.white:hover, a.white:active {
	color: #FFFFFF;
}


a.copy_footer:link, a.copy_footer:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a.copy_footer:hover, a.copy_footer:active {
	text-decoration: none;
	color: #D2232A;
}
