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

/* Reseters and Browser Hacks */
div, span, h1, h2, h3, h4, li, ul, a, img{
	margin: 0;
	padding: 0;
	}
a, img{
	border: none;
	text-decoration:none;
	}
ul, li{
	list-style: none;
	}
.clearAll{
	clear: both;
	line-height: 0px;
	height:0px;
	font-size: 0px;
	width: 0px;
	}

/* General Style and Type */
body{
	background-color: #000;
	width: 926px;
	color: #808080;
	font: normal 100%/1.3em  Georgia, "Times New Roman", Times, serif;
	margin: 0 auto;
	padding: 0;
	}
a{
	color: #ffcc00;
	}
a:hover{
	color: #cc9900;
	}
a:active{
	color: #996600;
	}


/* Layout */

/* Main Navigation */
.mainNav{
	background: url(images/header_bg.gif) no-repeat top center;
	padding-bottom: 35px;
	text-align: center;
	}
.mainNav ul{
	text-align: center;
	}
.mainNav ul li{
	display:inline;
	font-size:14px;
	.font-size: 14px;
	letter-spacing:0.05em;
	text-align: center;
	color: #999966;
	margin: 45px 15px 0;
	float:left;
	display: inline;
	
	/* width: 160px;
	margin: 45px 15px 0; */
	}
.mainNav ul a{
	text-transform: uppercase;
	color: #999966;
	}
.mainNav ul a:hover{
	color: #cc9900;
	}
.mainNav ul a:active{
	color: #996600;
	}
li#linkHome{
	display: inline;
	margin: 0 20px;
	}
.mainNav ul li#linkHome a img{
	width: 200px;
	height: 130px;
	}
.mainNav ul li.bullsEye{
	width:21px;
	height:21px;
	background:url(images/bullseye.gif) no-repeat;
	/* margin: 0; */
	}

/* Main Content: General */
.mainContent{
	position:relative;
	}
.headerBorder{
	width:142px;
	line-height: 0;
	font-size: 0;
	height:1px;
	background-color:#808080;
	margin: 0 auto;
}

/* Footer */
.footer{
	background: url(images/footer_bg.gif) no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: .75em;
	margin-top: 30px;
	line-height: 1.4em;
}
.footer h3{
	text-transform:uppercase;
	letter-spacing: .05em;
	font-size: 13px;
}

/* Page Styles */

.PageInfoSection{
	width: 290px;
	text-align: center;
	margin-top: 25px;
}
.PageInfoSection h2{
	color:#FFFFFF;
	font-size:1.56em;
	font-weight:normal;
	line-height:1.7em;
}
.PageInfoSection p{
	color:#E5E5E5;
	font-size:0.88em;
}

.ImageSection h1{
	font-size: 1.75em;
	color: #000;
	font-weight: normal;
}
.ImageSection p{
	padding: 0px 0 0 20px;
	width: 350px;
	color: #585858;
}

.ImageSection li h2{
	font-size:1.19em;
	font-weight:normal;
	line-height:1.15em;
}