html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	margin: 0px auto;			/*Centers layout */
	padding: 0;
	width: 100%;
	height: 100%;
	background:url(images/bg1.jpg) repeat-y top center;
	font-family: "Century Gothic", sans-serif;
	font-size: 1em;
	}
	
a {
	color: #069;
	text-decoration: none;
}

a:hover {
	color: #c00;
	text-decoration: underline;
	}
	
#welcome-container {
	margin: 50px auto;
	background: #000;
	border: 1px solid #000;
	width: 800px;
	height: 400px;
}
	
#ppk-header {
	width: 100%;
	background: url(images/ppk-header-bg.jpg) repeat-x top center;
	height: 30px;
	max-height: 30px;
}

#ppk-header-content {
	margin: 0 auto;
	text-align: right;
	width: 900px;
	padding: 4px;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
}

#ppk-header-content p {
	float: right;
}

#ppk-header-content a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#ppk-header-content a:hover {
	color: red;}


#container {
	clear: both;
	margin: 0 auto;	/* Centers Layout */
	width: 950px;
	min-height: 600px;
	background: url(images/content-bg.png) repeat-y top center;
}

#header {
	margin: 0 auto;
	width: 850px;
	height: 150px;
	padding: 5px 25px;
	background: url(images/ppk-header-logo.jpg) no-repeat top left #fff;
}

/* Nav */

#nav-container {
	clear: right;
	float: right;
	width: 550px;
	margin: 10px 25px;
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 32px;
	max-height: 32px;
	display: inline;
	overflow: hidden;
	width: 550px;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 32px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:32px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -32px;
	}

#nav-home a  {
	width: 66px;
	background: url(images/nav-home.jpg) top left no-repeat;
	}

#nav-about a  {
	width: 89px;
	background: url(images/nav-about.jpg) top left no-repeat;
	}
	
#nav-news a  {
	width: 62px;
	background: url(images/nav-news.jpg) top left no-repeat;
	}

#nav-sched a  {
	width: 90px;
	background: url(images/nav-sched.jpg) top left no-repeat;
	}
	
#nav-results a  {
	width: 76px;
	background: url(images/nav-results.jpg) top left no-repeat;
	}
	
#nav-sponsors a  {
	width: 96px;
	background: url(images/nav-sponsors.jpg) top left no-repeat;
	}

#nav-media a  {
	width: 70px;
	background: url(images/nav-media.jpg) top left no-repeat;
	}
	
/* Sponsor-ad */

#ad-space {
	clear: right;
	float: right;
	margin: 5px 50px 0 0;
	width: 500px;
	max-width: 500px;
	height: 75px;
	max-height: 75px;
	border: 1px solid #000;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 5px #666;
}

#ad-space-ie {
	display: none;
	clear: right;
	float: right;
	margin: 5px 50px 0 0;
	width: 500px;
	max-width: 500px;
	height: 75px;
	max-height: 75px;
	border: 1px solid #000;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 5px #666;
}

/* /////////////////////  Headliner \\\\\\\\\\\\\\\\\\\\\\ */

#headliner-tracks {
	clear: both;
	margin: 0 auto;
	width: 930px;
	max-width: 930px;
	height: 72px;
	max-height: 72px;
	overflow: hidden;
	background: url(images/tracks-bg.jpg) repeat-x top left; 
	}
	
#headliner-tracks ul {
	list-style: none;
	}
	
#headliner-tracks li {
	height: 72px;
	width: 300px;
	display: inline;
	max-height: 72px;
	font-size: 70%;
	color: #fff;
	background: url(images/tracks-sprint.jpg) no-repeat top left blue;
	padding-right: 50px;
	}

#headliner {
	clear: both;
	margin: 0 auto;
	width: 930px;
	max-width: 930px;
	height: 368px;
	max-height: 368px;
	overflow: hidden;
	background: url(images/headline-bg.png) no-repeat top center;
}

#headliner-left {
	float: left;
	width: 625px;
	max-width: 625px;
	height: 359px;
	max-height: 359px;
	overflow: hidden;
}

#headliner-left-content {
	margin: 260px 0 0 0;
	height: 100px;
	padding: 5px;
	background: #000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#headliner-left-content h1 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 105%;
	padding-bottom: 5px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	}

#headliner-left-content p {
	color: #fff;
	text-align: justify;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	font-size: 75%;
	}
	
#headliner-right {
	clear: right;
	float: right;
	width: 305px;
	font-size: 80%;
}

#next-event {
	text-align: center;
	padding: 10px;
	width: 280px;
	height: 100px;
}

#headliner-right-links {
	list-style: none;
	margin: 0;
	padding: 2px 36px;
	width: 236px;
	overflow: hidden;
	}
	
#headliner-right-links li {
	margin: 0; 
	padding: 0;
	width: 233px;
	height: 76px;
	list-style-type: none;
	background: url(images/headliner-sched.png) no-repeat top center;
	}

#print-sched {
	display: block;
	width: 233px;
	height: 76px;
	background: url(images/headliner-sched.png) no-repeat top center;
}

#print-sched:hover {
	background: url(images/headliner-sched2.png) no-repeat top center
}

#downloads {
	display: block;
	width: 233px;
	height: 76px;
	background: url(images/headliner-racers.png) no-repeat top center;
}

#downloads:hover {
	background: url(images/headliner-racers2.png) no-repeat top center
}

#register {
	display: block;
	width: 233px;
	height: 76px;
	background: url(images/headliner-register.png) no-repeat top center;
}

#register:hover {
	background: url(images/headliner-register2.png) no-repeat top center
}

#classes {
	display: block;
	width: 233px;
	height: 75px;
	background: url(images/headliner-faq.png) no-repeat top center;
}

#classes:hover {
	background: url(images/headliner-faq2.png) no-repeat top center
}

/* #mail-list {
	display: block;
	width: 233px;
	height: 76px;
	background: url(images/headliner-mail-list.png) no-repeat top center;
}

#mail-list:hover {
	background: url(images/headliner-mail-list2.png) no-repeat top center
} */


#print-sched span, #register span, #mail-list span, #classes span, #downloads span {
	display: none;
}

/* /////////////////////  Content \\\\\\\\\\\\\\\\\\\\\\ */

#news-container {
	float: left;
	margin: 5px 0px 50px 42px;
	width: 620px;
	background: url(images/news-gradient-bg.jpg) repeat-x top center #e5e5e5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #333;
	padding: 1px 0 5px 0;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 5px #666;
}

#news-container h3 {
	padding: 6px 0 5px 5px;
}

#news-content {
	font-size: 80%;
	padding: 5px;
	text-align: justify;
}

#news-content p {
	padding-bottom: 8px;
}

#blank-container {
	float: left;
	margin: 5px 0px 50px 42px;
	width: 620px;
	padding: 1px 8px 5px 0;
	border-right: 1px dotted #000;
}

#blank-container h3 {
	padding: 2px 0 5px 0px;
}

#blank-content {
	font-size: 80%;
	padding: 5px;
	text-align: justify;
}

#blank-content p {
	padding-bottom: 8px;
}

#photo-gal img {
	border: 1px solid #000;
	margin-right: 1px;
	}

#board-members-left {
	clear: left;
	float: left;
	width: 300px;
}

#board-members-right {
	clear: right;
	float: right;
	width: 300px;
}


#content-breadcrumbs {
	clear: left;
	float: left;
	width: 850px;
	margin: 10px 0 10px 40px;
	font-size: 75%;
}

#downloads-container {
	float: right;
	margin: 5px 42px 5px 0px;
	width: 220px;
	height: 200px;
	background: url(images/news-gradient-bg.jpg) repeat-x top center #e5e5e5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 5px;
	border: 2px solid #333;
	padding: 1px 0 5px 0;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 5px #666;
}

#downloads-container h3 {
	padding: 6px 0 5px 5px;
}

.right-photo-container {
	clear: right;
	float: right;
	margin: 0px 40px 5px 0px;
	width: 215px;
	min-height: 200px;
	padding: 10px 5px 20px 15px;
	font-size: 90%;
	text-align: justify;
}

#class-structure td , #class-structure th {
	padding: 1px;
	text-align: center;
}

/* ///////////////////// Sponsors \\\\\\\\\\\\\\\\\\\\\\ */

#sponsors-container {
	clear: both;
	margin: 50px 40px 10px 25px;
	width: 895px;
	height: 82px;
}

#sponsors {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 82px;
	max-height: 82px;
	display: inline;
	overflow: hidden;
	width: 898px;
	}
	
#sponsors li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#sponsors a {
	float: left;
	padding: 82px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:82px; /* for IE5/Win */

	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	}
	
#sponsors a:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	}
	
.spons {
	clear: left;
	width: 600px;
	margin-bottom: 10px;
	min-height: 130px;
}
	
.spons-left {
	margin: 0 auto;
	clear: left;
	float: left;
	width: 185px;
}

.spons-left img {
	margin: 0 auto;
}

.spons-right {
	width: 415px;
	clear: right;
	float: right;
	text-align: justify;
	font-size: 90%;
	margin-bottom: 15px;
}

#s-quinlan a  {
	width: 106px;
	background: url(images/spons3-quinlan.jpg) top center no-repeat;
	}

#s-tj a  {
	width: 124px;
	background: url(images/spons5-tj.jpg) top center no-repeat;
	}
	
#s-joses a  {
	width: 79px;
	background: url(images/spons2-joses.jpg) top center no-repeat;
	}

#s-cf a  {
	width: 116px;
	background: url(images/spons4-cf.jpg) top center no-repeat;
	}
	
#s-ekn a  {
	width: 83px;
	background: url(images/foot-9-ekn.jpg) top center no-repeat;
	}
	
#s-freddys a {
	width: 65px;
	background: url(images/spons8-freddys.jpg) top center no-repeat;
}

#s-rbc a {
	width: 100px;
	background: url(images/spons9-rbc.jpg) top center no-repeat;
}

#s-shelby a {
	width: 89px;
	background: url(images/spons6-shelby.jpg) top center no-repeat;
}

#s-mucci a {
	width: 108px;
	background: url(images/spons1-mucci.jpg) top center no-repeat;
}

#s-sorichetti a {
	width: 108px;
	background: url(images/spons7-sorichetti.jpg) top center no-repeat;
}


#sched-table {
	width: 600px;
}

#sched-table td {
	padding: 2px 4px;
}

.sched-dark {
	background: #ccc;
}

/* ///////////////////// Points \\\\\\\\\\\\\\\\\\\\\\\ */

.style0
	{
	vertical-align:bottom;
	white-space:nowrap;
	color:windowtext;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial;
	border:none;
	}
	
td
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	color:windowtext;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial;
	text-align:general;
	vertical-align:bottom;
	border:none;
	white-space:nowrap;
	}
	
.xl24
	{
	text-align:center;
	width: 48px;
	}
	
.xl25
	{
	font-weight:700;
	font-family:Arial, sans-serif;
	width: 90px;
	}
	
.xl26
	{
	text-align:center;
	background:#1FB714;
	}
	
.xl27
	{
	background:#1FB714;
	}
	
.xl28
	{
	text-align:center;
	background:#FFFF99;
	}
	
.xl29
	{
	text-align:center;
	background:#00ABEA;
	}
	
.xl30
	{
	text-align:center;
	background:#DD0806;
	}
	
.xl31
	{
	background:#FFFF99;
	}
	
ruby
	{ruby-align:left;
	}
	
rt
	{
	color:windowtext;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial;
	display:none;
	}
	
.xl-dark {
	background: #e5e5e5;
	}

/* /////////////////////  Footer \\\\\\\\\\\\\\\\\\\\\\ */

#footer-container {
	clear: both;
	margin: 0 auto;
	padding: 0px 25px;
	width: 850px;
	height: 150px;
	background: url(images/ppk-footer-bg.jpg) no-repeat bottom center #000;
}

#footer-nav {
	float: left;
	width: 125px;
	margin: 20px 0 0 250px;
	font-size: 75%;
	text-transform: uppercase;
	font-weight: bold;
}

#footer-nav a {
	color: #fff;
	text-decoration: none;
}

#footer-nav a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer-copyright {
	float: right;
	margin: 20px 0px 0 0;
	color: #fff;
	font-size: 75%;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
}

#update-footer {
	width: 100%;
	background: url(images/update-browser-bg.jpg) repeat-x top center;
	height: 30px;
	max-height: 30px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

#update-footer-content {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 80%;
}

#update-footer-content a {
	color: red;
	text-decoration: none;
	font-weight: bold;
}

#update-footer-content a:hover {
	color: #0ff;
	text-decoration: underline;
	font-weight: bold;
}

/* /////////////////////  Extras  \\\\\\\\\\\\\\\\\\\\\\ */

.showcase-hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;

}

.showcase-hover:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
