

body{
	background: url(bgrp.png) repeat-x #000;
	margin: 0;
	padding: 0;	
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	overflow-x:hidden;
	overflow-y: auto;
}

#bigwrap{
	background:url(bodybg.png) repeat-x #376187;	
	margin: 0 auto 0 auto;
	width: 1030px;
	min-height: 1000px;
	position: relative;
}

a img{
	border: none;	
}


/*----------------- Navigation Styles --------------------------*/
#nav{
	width: 1030px;
	height: 47px;	
	margin: 0 auto 0 auto;
}

#nav p{
	float: right;
	padding-right: 40px;
}

#nav .logo{
	float: left;	
	margin: 0 0px 0 40px;
	padding: 0;
}

#nav p a{
	display: block;
	float: left;
	padding: 0px 10px 7px 10px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: .77em;
}
#nav p a:hover{
	color: #CCC;
}

#midhead{
	width: 1030px;
	margin: 10px auto 10px auto;
	clear: both;
}

#midhead .logo2{
	margin-left: 110px;	
}

/*------------------- HEADER STYLES ---------------------------*/
#head{
	background:url(pacerhead.png);		
	width: 980px;
	height: 406px;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 2;
}

#video_main{
	position: absolute;
	width: 570px;
	height: 350px;
	left: 381px;
	top: 14px;
}

#video_main img{
	margin: 0;
	padding: 0;	
	float: left;
}
#videonav{
	float: right;
	margin: 6px 0 0 0 ;
	padding: 0;	
	color: #FFF;
	font-size: .8em;
}

#video1, #video2, #video3{
	text-decoration: none;
	color: #6CF;
	padding: 0 4px 0 4px;	
}

#video1:hover, #video2:hover, #video3:hover{
	color: #8DF;
}
/*.............. SCORE BOARD ............*/
#stattable{
	width: 150px;
	height: 146px;
	background: url(stattable.png) no-repeat;
	position: absolute;
	left: 220px;
	top: 40px;
}

#ppg{
	width: 50px;
	height: 20px;
	margin: 43px 0 7px 94px;
}

#rpg{
	width: 50px;
	height: 20px;
	margin: 0px 0 7px 94px;
}

#apg{
	width: 50px;
	height: 20px;
	margin: 0px 0 7px 94px;
}

#bpg{
	width: 50px;
	height: 20px;
	margin: 0px 0 8px 94px;
}

.sbper{
	background: url(scoreboard.png) -3px -240px no-repeat;
	width: 10px;
	height: 20px;
	display: block;
	float: left;
}

.sbnil{
	width: 10px;
	height: 20px;
	display: block;
	float: left;
}

.sb0{
	background: url(scoreboard.png) 0px 0px no-repeat;
	width: 13px;
	height: 20px;
	display: block;
	float: left;
}

.sb1{
	background: url(scoreboard.png) no-repeat 0px -24px;
	width: 13px;
	height: 20px;
	display: block;
	float: left;
}

.sb2{
	background: url(scoreboard.png) no-repeat 0px -48px;
	width: 13px;
	height: 20px;
	display: block;
	float: left;
}

.sb3{
	background: url(scoreboard.png) no-repeat 0px -72px;
	width: 13px;
	height: 20px;
	display: block;
	float: left;
}

.sb4{
	background: url(scoreboard.png) no-repeat 0px -96px;
	width: 13px;
	height: 20px;
	display: block;
	float: left;
}

.sb5{
	background: url(scoreboard.png) no-repeat 0px -120px;
	width: 13px;
	height: 20px;
	display: block;
	float: left;
}

.sb6{
	background: url(scoreboard.png) no-repeat 0px -144px;
	width: 13px;
	height: 20px;
	display: block;
	float: left;
}

.sb7{
	background: url(scoreboard.png) no-repeat 0px -168px;
	width: 13px;
	height: 20px;
	display: block;
	float: left;
}

.sb8{
	background: url(scoreboard.png) no-repeat 0px -192px;
	width: 13px;
	height: 20px;
	display: block;
	float: left;
}

.sb9{
	background: url(scoreboard.png) no-repeat 0px -216px;
	width: 13px;
	height: 20px;
	display: block;
	float: left;
}

#midbar{
	background: url(midbar.png) no-repeat;
	width: 981px;
	min-height: 60px;
	position: absolute;
	bottom: -60px;
	left: -1px;
	padding: 0;
}

#midbar img{
	float: right;
	margin: -22px 0 0 0;
}


/*............ Josh Layer Position Elements ..................*/
.joshleft{
	position: absolute;
	top: -112px;
	left:-60px;
	z-index: 3;	
}
.joshright{
	position: absolute;
	top: -201px;
	right:-270px;	
	z-index: 1;
}

/*------------------- CONTENT STYLES ---------------------------*/
#content{
	background: #0f3652;	
	width: 980px;
	min-height: 700px;
	margin: 50px auto 0 auto;
}

#contentarea{
	width: 560px;
	padding: 10px 30px 10px 30px;
	float: left;
}

#contentarea .date{
	font-size: .6em;
	color: #AAA;	
}

#contentarea h1{
	font-weight: 300;	
	color: #FFF;
	font-stretch: condensed;
	font-size: 26px;
	line-height: 1.1em;
}

#contentarea p, #contentarea li{
	color: #FFF;
	font-size: .82em;
}

#contentarea h4, #contentarea strong{
	color: 	#8cd3fc;
}

#contentarea a{
	color: #8cd3fc;	
	text-decoration: none;
}

#contentarea a:hover{
	color: #AEF;	
}

#contentarea img{
	border: 2px solid #8cd3fc;
	display: block;
	padding: 2px;
	margin: 0px 20px 10px 20px;
	float: right;
}

#contentarea img.brandlogo{
	border: none;
	display: block;
	padding: 2px;
	margin: 5px 10px 5px 0;
	float:left;
}

.storybox{
	margin: 30px 0 30px 0;	
	width: 580px;
	min-height: 180px;
	clear: left;
	
}

#contentarea .storybox img{
	border: 2px solid #8cd3fc;
	display: block;
	float: left;
	padding: 2px;
	margin: 0 20px 10px 0px;
}

.storybox h3{
	color: 	#8cd3fc;
	margin: 0;
	font-weight: bold;
	font-size: .9em;
}

#contentarea .storybox h3 a{
	color: 	#8cd3fc;
}

#contentarea .storybox p{
	color: #FFF;
	margin: 0;
	padding: 0;
	font-size: .8em;
	width: 300px;
	float: left;
}

#contentarea .storybox a{
	color: #AAAAAF;
	text-decoration: none;
}

#contentarea .storybox a:hover{
	text-decoration: underline;	
}

/*................... Sidebar Styles ...........................*/
#sidebar{
	width: 340px;
	min-height: 600px;
	float: left;
	padding: 60px 0 0 0;
}


/*------------------ FOOTER STYLES -----------------------------*/
#footer{
	background: #072943;
	width: 980px;
	height: 80px;
	margin: 0 auto 0 auto;
}

#footer h4{
	font-size: .9em;
	color: #FFF;
	padding: 20px 0 0 5px;
	margin: 0;
}

#footer p{
	margin: 0;
	padding: 0;
}

#footer p a{
	color: #8cd3fc;
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: left;
	padding: 0 5px 0 5px;
	font-size: .6em;
}

#footer p a:hover{
	color: #AEF;
}

#footer .fttxt{
	color: #FFF;
	font-size: .55em;
	width: 470px;
	padding-left: 17px;
	float: left;
	font-weight: bold;
		text-align: right;
}

#footer .fttxt a{
	color: #FFF;
	float: none;
	font-size: 1em;
	display: inline;
	padding: 0;
}

.paclogo{
	float: left;
	margin: 10px 10px 0 30px;
}