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

#floatFix {
	clear:both;
}

#navBG {
	position:fixed;
	display:block;
	bottom: 0px;
	left: 0;
	z-index: 999;
	margin: auto;
	padding:0;
	width: 100%;
	height: 200px;
	background: url(../images/navBg.png);
	
	text-align:center;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
}

#navContainer {
	z-index:9999;
	position:relative;
	margin: auto;
	padding: 0;
	width: 900px;
	height: 200px;
}

#navCol1 {
	z-index:9999;
	position:relative;
	float:left;
	width: 400px;
	height: 200px;
	margin: 0;
	
	text-align: left;
}

#FeaturePic {
	z-index:9999;
	position:relative;
	float:left;
	width: 140px;
	height: 165px;
	margin-top: 8px;
	
	border: solid 2px #FFF;
	background:#000000;
	
	text-align: left;
}

#FeatureText {
	z-index:9999;
	position:relative;
	float:right;
	width: 215px;
	height: 120px;
	margin: 65px 0 20px 20px;
	padding-right: 20px;
	border-right: solid 1px #FFF;

	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#FeatureText h1{
	font-size:14px;
	line-height: 14px;
	font-weight:bold;
	color:#FFFFCC;
	text-decoration: none;
}

#FeatureText p{
	font-size:9px;
	color:#fff;
	text-decoration: none;
}

#FeatureText small{
	font-size:8px;
	color:#FFFF99;
	text-decoration: none;
}

#FeatureText a{
	font-size:px;
	color:#cfcfcf;
	text-decoration: underline;
}



#navCol2 {
	z-index:9999;
	position:relative;
	float:right;
	width: 475px;
	height: 200px;
	margin: 0;
	
	text-align: right;
}

#navMenu {
	overflow: hidden;
	width: 475px;
	margin: 65px auto 0 auto;
	padding: 0;
}

#nav {
	overflow: hidden;
	height: 50px;
	margin: 0;
	padding: 0;
	color:#CCCCCC;
}

#nav li {
	float: right;
}

#nav a{

	padding: 0 9px 0 9px;

	font-size:11px;
	font-weight:bold;
	letter-spacing: -0.01em;
	text-decoration:none;
	color:#555;
}

#navEnd a{
	padding: 0 0 0 10px;
}

#nav a:hover{
	color: #FFF;
}

#nav a.select{
	color: #FFF;
}

#navFooter {
	position:relative;
	overflow: hidden;
	width: 475px;
	margin: 25px auto 0 auto;
	padding: 0;

}

#navFooter p{
	font-size:9px;
	text-decoration:none;
	color:#FFF;

}

#navFooter_col1{
	float: left;
	width: 200px;
	padding: 0 0 0 10px;
	
	text-align: left;

}

#navFooter_col2{
	float: right;
	width: 200px;
	padding: 0;
	
	text-align: right;
	
}
	
#navFooter_col2 a:hover{
	color: #CC0000;

}
