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

body {
	background-color:#666666;
	margin:0;
	padding:0;
}

body, div, p, a, td, li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	line-height:16px;
}
a { color:#f4cb42; text-decoration:none; }
a:hover { text-decoration:underline; }
p.notes { font-size:10px; }

#header {
	width:100%;
	height:37px;
	background:#666666 url('templates/images/bg_header.gif') top center repeat-x;
	z-index:500;
}
#menu_container {
	position:absolute;
	top:0px;
	left:50%;
	margin:0 auto;
}
#menu {
	width:880px;
	height:57px;
	position:absolute;
	top:5px;
	left:-440px;
}
#menu img {
	margin:0;
	padding:0;
	float:left;
}

#flash {
	width:100%;
	height:465px;
	background-color:#212121;
	z-index:1;
}

#bottom {
	position:relative;
	width:100%;
	height:200px;
	background:#666666 url('templates/images/bg_bottom.gif') top center repeat-x;
	z-index:1000;
}
#footer {
	width:880px;
	margin:0 auto;
	font-size:10px;
	color:#ccc;
	text-align:center;
	padding:10px 0;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	font-size:10px;
	color:#ccc;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

hr.footer {
	text-align:center;
	margin:10px auto;
	width:880px;
	height:1px;
	border-top:1px solid #999;
	border-bottom:1px solid #666;
}

.clear {
	clear:both;
}

#content_container {
	position:relative;
	width:880px;
	margin:0 auto;
	z-index:500;
}

#ctnr_sitemap {
	position:absolute;
	left:50%;
	top:0px;
	z-index:1000;
}
#sitemap {
	position:absolute;
	width:818px;
	height:120px;
	top:150px;
	left:-409px;
	z-index:1001;
}

#sitemap ul, #sitemap li {
	color:#444;
	margin:0;
	padding:0;
}
#sitemap li { margin-left:30px; }

#sitemap a {
	color:#900;
	text-decoration:none;
}
#sitemap a:hover {
	text-decoration:underline;
}

#terms_copy {
	width:860px;
	margin:0 auto;
	padding-top:20px;
}

#terms_copy h1 { margin:0 0 5px 0; font-size:18px; }
#terms_copy h2 { margin:0 0 5px 0; font-size:14px; }

#footer_divider { clear:both; width:868px; margin:0 auto; border-bottom:1px solid #999; }
