@charset "UTF-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	font-style:normal;
	background:#1b1b1b;
	
}
.holder{
	width: 870px;
	display: block;
	background:none;
	margin: 0px auto;

}
.spacer{
	width: 870px;
	height: 30px;
	display:block;
	background:none;
}
.line{
	border-bottom:1px solid #666;
}
.bigtext{
	font-size:22px;
	line-height:24px;
}
.biglineheight{
	line-height:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom:20px;
	font-weight:bold;
	color:#FFF;
}
p.titletext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
	margin-bottom:20px;
	font-weight:bold;
	color:#FFF;
}
p.orange{
	color:#ffcc66;
}
.italic{
	font-style:italic;
}
p.subtext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:24px;
	color:#FFF;
}
.inside{
	width:870px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
}
.inside240{
	margin-top:20px;
	margin-bottom:20px;
	width:240px;
	float:left;
}
.inside630{
	margin-top:20px;
	margin-bottom:20px;
	width:630px;
	float:left;
}
.inside310{
	margin-top:20px;
	margin-bottom:20px;
	width:310px;
	float:left;
	
}
.margin10right{
	margin-right:10px;
}
.bottomnav{
	width:100%;
	height:30px;
	float:left;
	background-color:#000;
}
.bottomnav230{
	width:230px;
	
	padding-left:640px;
}
#logo{
	position:relative;
	background:none;
	z-index:1;
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;

}

#navlist li
{
display: inline;
list-style-type: none;
background-color:#000;
margin-top:10px;
margin-bottom:0px;
margin-left:10px;
margin-right:10px;
}
a{
	outline:none;
}
a img,a:visited img,a:link img,a:hover img,a:active img{
	border:0px;
	outline:none;
}
#navlist a { padding:0px;background-color:#000; }

#navlist a:link, #navlist a:visited
{
font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:24px;
	color:#999999;
	text-transform:uppercase;
	text-decoration:none;
}

#navlist a:hover
{
color: #ffcc66;
text-decoration: none;
}

.navtext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:24px;
	color:#999999;
	text-transform:uppercase;
}