/* ARA */

/* Background Image Setup */

body {
	background-image: url(backgrounds/bg_a.gif);
	margin: 0;
	padding: 0;
	}

#pagewrap {
	position: relative;
	width: 955px;
	margin: 0 auto;
	background: #ffffff no-repeat;
}
	
#top {
	background: #dddddd url(backgrounds/main_banner.jpg) no-repeat;
	height: 188px;
}

#navigation {
 	position: absolute;
 	top: 188px;
 	width: 229px;
 	height: 560px;
 	left: 0;
 	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	z-index: 10;
	
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	margin: 0;
	padding: 0;	
}

#navigation li a:link, #navigation li a:visited {
	font-family: Arial, sans-serif;
	line-height: 40px;
	display: block;
	color: #aaaaaa;
	text-decoration: none;
	text-indent: 65px;
	font-size: 20px;
	padding: 0;
	margin: 0px;
	background: url(backgrounds/Navigation.jpg) no-repeat;
	border: none;
	}
#navigation li a:hover, #navigation li a:active {
	color: #888888;
}
	
#undernavigation {
	position: absolute;
	top: 788px;
	left: 0;
	width: 229px;
	height: 238px;
	background: url(backgrounds/sidebar_bottom2.jpg) no-repeat;
}

#quicklink {
	position: absolute;
	top: 1000px;
	left: 0px;
	width: 229px;
	padding-left: 10px;
	background-color: transparent;
	text-align: center;
	color: white;
}

#quicklink img {
	padding: 10px 20px 10px 20px;
}

#quicklink a img {
	border-width: 0px;
	max-width: 175px;
}

#quicklink ol {
	color: blue;
}

#quicklink li {
	color: white;
	text-align: justify;
	padding: 2px 10px;
}

#previoustop5 {
	position: absolute;
	top: 200px;
	left: 955px;
	background-color: black;
	min-width: 100px;
	min-height: 100px;
	}
	
#previoustop5 h4{
	color: white;
	}

#previoustop5 li {
	color: white;
	text-align: justify;
	padding: 2px;
	}
/* ---------------------------------Main Content---- */

#content {
	float: left;
	width: 955px;
	min-height: 2000px;
	background: url(backgrounds/content_bk6.png);
}

#main {
	text-align: center;
	float: left;
	margin: 0px 0px 0px 229px;
	width: 709px;
}

#main h1, h2, h3, h4, h5, h6 {
	text-align: center;
}

#main h1{
	font-family: Arial, sans-serif;
	font-size: 40px;
	font-style: italic;
}

#main img.logo {
	border: solid;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-box-shadow: 4px 4px 8px #666;
	border-color: white;
	border-width: 5px;
	
}

#main img.bottom {
	border: none;
	margin: 5px 15px;
	width: 679px;
}

#top p.login, form.login {
	position: absolute;
	top: 10px;
	right: 20px;
}

/* ---------------------------------------- ARTICLE 1 ----- */

#article1 {
	border: solid;
	border-color: #000000;
	border-width: 1px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-box-shadow: 3px 3px 6px #666;
	margin: 10px 15px;
	background: url(backgrounds/bg_b.png);
}
#article1 h1 {
	color: red
}

#article1 h2 {
	font-size: 30px;
	text-align: center;
}

#article1 p {
	padding: 5px 15px;
	font-style: arial, sans-serif;
	font-size: 20px;
	text-align: left;
	}
	
#article1 ol, ul{
	margin-left: 10px;
	padding: 5px 15px;
	font-style: arial, sans-serif;
	font-size: 20px;
	text-align: left;
	}

#article1 h2.announce{
	text-align: center;
	color: red;
	font-size: 30px;
	font-family: helvetica, sans-serif;
}
	
#article1 p.announce{
	text-align: center;
	font-family: helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: blue;
}

#article1 p.author{
	text-align: left;
	font-size: 15px;
}
	
/* -------------------------------------------- ARTICLE 2 -----*/

#article2 {
	border: solid;
	border-color: #000000;
	border-width: 1px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-box-shadow: 3px 3px 6px #666;
	margin: 10px 15px;
	padding: 10px 15px;
	background: url(backgrounds/bg_b.png);
}

#article2 h2 {
	font-size: 30px;
	text-align: center;
}

#article2 p {
	padding: 5px 15px;
	font-style: arial, sans-serif;
	font-size: 20px;
	}
	
#article2 h2.announce{
	text-align: center;
	color: black;
	font-size: 30px;
	font-family: helvetica, sans-serif;
}
	
#article2 p.announce{
	text-align: center;
	font-family: helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: blue;
}

#article2 a {
	text-decoration: none;
}

#article2 p.dash {
	text-align: center;
	font-size: 15px;
	}

#article2 p.information {
	text-align: justify;
	font-family: arial; sans-serif;
	font-size: 20px;
	color: black;
}

/*------------------------------------------------ Schedule Table -----*/

#scheduletable {
	text-align: center;
}

#scheduletable table {
	text-align: center;
	border-collapse: collapse;
	margin: 15px 38px;
	width: 639px;
}

#scheduletable table, th, tr, td{
	border: 1px solid black;
}

#scheduletable th {
	text-align: center;
	color: white;
	background: blue;
	padding: 2px 5px;
}

#scheduletable td {
	padding: 2px 2px;
	height: 60px;
}

#scheduletable tr.a{
	background: white;
	border: 1px solid black;
}

#scheduletable tr.b{
	background: #aaaaaa;
	border: 1px solid black;
}

#scheduletable tr.cancelled td{
	background: black;
	color: white;
}

#scheduletable tr.division td{
	height: 15px;
	font-size: 10px;
}

#scheduletable td.division {
	height: 15px;
	font-size: 10px;
}

.division {
	border: none;
	background: white;
}

/*--------------------------------------------------Points Table ----------*/
#points {
	text-align: center;
}

#pointtable {
	background: url(backgrounds/bg_b.png);
	border-collapse: collapse;
	margin: 15px 38px;
	width: 639px;
	border: none;
}

#pointtable th {
	background: blue;
	color: white;
}

#pointtable th, tr, td {
	border: none;
	font-style: bold;
	font-size: 18px;
}

#pointtable td {
	height: 30px;
}

#pointtableresult {
	background: url(backgrounds/bg_b.png);
	border-collapse: collapse;
	margin: 15px 38px;
	width: 639px;
	border: none;
}

#pointtableresult th {
	background: blue;
	color: white;
}

#pointtableresult th, tr, td {
	border: none;
	font-style: bold;
	font-size: 12px;
}

#pointtableresult td {
	height: 30px;
}

/*--------------------------------------------------Series Pages ---------*/
#protrucks h2 {
	font-size: 40px;
}

#protrucks img {
	border: none;
	margin: 20px 0 0 0;
}

#protrucks p {
	padding: 5px 15px;
	font-style: arial, sans-serif;
	font-size: 17px;
}
#seriessponsor {
	padding-left: 30px;
}

#seriessponsor img {
	float: left;
	border: none;
	display: inline;
	margin: 10px 10px 10px 10px;
	max-width: 200px;
	min-height: 100px;
}

/* ------------------------------------------Photo Form ---------*/

#photoform form {
	float: left;
	}

/* ------------------------------------------ DRIVERS ----------*/

#drivers {
	margin-left: 20px;
	border: solid;
	border-color: #000000;
	border-width: 1px;
	float: left;
	background: url(backgrounds/bg_b.png);
	}
	
#drivers h1 {
	text-align: center;
	}
	
#prodrivers {
	float: left;
	width: 225px;
	}

#prodrivers ul {
	font-weight: bold;
	font-size: 20px;
	}

#prodrivers li {
	font-weight: normal;
	margin-left: 20px;
	margin-top: 5px;
	font-size: 18px;
	text-align: justify;
	list-style-type: none;
	}
	
/*-------------------------------------------- CONTACT -----------*/
#contact {
	text-align: center;
}

#contact h2 {
	color: blue;
	font-size: 30px;
}



/* ----------------------------------------------- MISC ------*/
.clear {
	clear: both;
}

#twitter {
	padding-left: 18px;
	}

#main img.sponsor {
	border: none;
	width:200px;
	height: 100px;
}

/*---------------------------------------------- events List ------------*/

#events {
	text-align: none;
}

#events a {
	text-decoration: none;
}

#events ul {
	display: inline;
}

#events li {
	list-style: none;
}
	

/* --------------------------------------------Bottom Banner---- */
#bottombanner {
	clear: both;
	margin: 0 auto;
	width: 955px;
	height: 35px;
	background: url(backgrounds/banner_bottom2.jpg) no-repeat;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #555555;
	text-align: center;
}

#bottombanner p {
	line-height: 95%
	font-size 15px;
}

#bottombanner img.bottomcorner {
	position: absolute;
	left: 50px;
	bottom: 50px;
}

/*-------------------------------------  CMS ---------*/

ul.editornav {
	list-style-decoration
	padding: 0;
	margin: 0;
	text-align: center;
	width: 500px;
	}

ul.editornav li {
	text-decoration: none;
	background: gray;
	}

ul.editornav a {
	display: inline-block;
	line-height: 20px;
	
	}

#login {
	position: relative;
	left: 225px;
	width: 250px;
	-moz-border-radius: 1em;
	}

legend {
	font-weight: bold;
	}

label.fixedwidth {
	display: block;
	cursor: pointer;
	width: 90px;
	float: left;
	}

input {
	-moz-border-radius: 5px;
	}

