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

html, body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
body{
	background-color:#FFFFFF;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
}
div{
	position:relative;
	z-index:1;
}
img{
	border:0px;
	display:block;
}
a{
}
a:hover{
}
p{
	line-height:18px;
}
h1{
	color:#e20a17;
	font-size:16px;
}
h2{
	color:#e20a17;
	font-size:14px;
}
div.clear{
	clear:both;
}
div#wrapper{
	width:871px;
	height:100%;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
}
html>body div#wrapper{
	height:auto;
}
div.block-nav{
	width:871px;
	height:444px;
	background-image:url(../images/flash-bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
div.block-nav-small{
	width:871px;
	height:338px;
}
div.block-nav-smaller{
	width:871px;
	height:318px;
	background-image:url(../images/mini-hero.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
div#navigation{
	position:absolute;
	z-index:2;
	top:0px;
	right:0px;
	width:585px;
	height:35px;
}
div#navigation div{
	background-position:bottom;
	height:35px;
	overflow:hidden;
	float:left;
}
div#navigation div a{
	display:block;
	background-position:top;
	height:35px;
	overflow:hidden;
}
div#navigation div a:hover, div#navigation div a.over{
	background-image:none;
}
div.nav1, div.nav1 a{
	width:115px;
	background-image:url(../images/nav1.gif);
}
div.nav2, div.nav2 a{
	width:119px;
	background-image:url(../images/nav2.gif);
}
div.nav3, div.nav3 a{
	width:119px;
	background-image:url(../images/nav3.gif);
}
div.nav4, div.nav4 a{
	width:119px;
	background-image:url(../images/nav4.gif);
}
div.nav5, div.nav5 a{
	width:113px;
	background-image:url(../images/nav5.gif);
}
div#footer{
	position:relative;
	width:100%;
	height:150px;
	margin-top:-150px;
	background-color:#e0e0e0;
	color:#ffffff;
}
div.footer-bot{
	background-color:#e0e0e0;
	width:871px;
	height:130px;
	margin-left:auto;
	margin-right:auto;
}
div.footer-top{
	width:100%;
	height:20px;
	background-color:#e20a17;
}
div.footer-mid{
	width:871px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	cursor:default;
}
div.footer-links{
	width:400px;
	height:20px;
	float:left;
}
div.footer-links a{
	color:#ffffff;
	text-decoration:none;
	display:inline-block;
	height:20px;
	line-height:20px;
	margin-right:30px;
}
div.footer-links a:hover, div.footerlinks a.over{
	color:#fe8990;
}
div.footer-copyright{
	width:471px;
	float:left;
	height:20px;
	line-height:20px;
	text-align:right;
}
div#footer-spacing{
	width:871px;
	height:200px;
}