@charset "utf-8";

/* CSS Document For Arlington Raceway

Arlington Colors: 
#EF2937 - Red
#0146b9 - Blue
#ffffff - White
#EBcd57 - Yellow

Redwood:
#EF2937 - Red
#0146b9 - Blue
#ffffff - White
#ec6e00 - Orange

List of Universal Web Fonts:
- Arial
- sans-serif
- Verdana
- Times New Roman
- Courier
- Courier New
- Comic Sans MS
- Impact

*/
@import url("reset.css");

body {
	background: transparent url(images/stripes.gif) repeat scroll;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
a:link, a:visited, a:active {
	font-size: 12px;
	color: #EBcd57;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	border: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ebcd57;
	border-bottom: solid 1px #ebcd57;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffcc66;
	font-weight: bold;
	margin: 5px;
	
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
/* - - - HEADER - - - */
#wrapp {
	border: solid 1px #999999;
	width: 960px;
	margin: 0 auto;
	background-color: #000000;
	overflow: hidden;
}
#topbar {
	background: transparent url(images/topbar.gif) no-repeat left top;
	height: 31px;
	position: relative;
}
#header {
	background: transparent url(images/header.jpg) no-repeat left top;
	height: 210px;
	position: relative;
}
#navbar {
	background: transparent url(images/nav.gif) no-repeat left top;
	height: 30px;
}
#navbar ul li {
	display: block;
	float: left;
}
#navbar ul li a {
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: auto 15px;
	position: relative;
}
.red a:hover {
	border-bottom: solid 3px #EF2937;
}
.blue a:hover {
	border-bottom: solid 3px #0146b9;
}
.white a:hover {
	border-bottom: solid 3px #ffffff;
}
.yellow a:hover {
	border-bottom: solid 3px #EBcd57;
}
/* Top Bar image floats */
img.float {
	float: left;
	margin: 0 auto;
	padding: 6px 0px 0px 15px;
}
img.floatright {
	float: right;
	margin: 0 auto;
	padding: 6px 15px 0px 0px;
}
.imgright {
	float:right;
	margin:0 0 0 5px;
}
img.noborder a:hover{
	border: none;
}
/* - - - END HEADER - - - */
/* - - - CONTENT - - - */
#content {
	margin: 5px;
}
/* Class used to give text white */
.content { 
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}
/* Left box for main content */
#main {
	border: solid 1px #999999;
	float: left;
	position: relative;
	width: 610px;
	padding: 10px 20px;
}
/* right box for schedules, weather, and associates */
#main_rightnav {
	border: solid 1px #999999;
	float: right;
	position: relative;
	width: 250px;
	padding: 10px 20px;
}
/* - - - END CONTENT - - - */
/* - - - FOOTER - - - */
#footer {
	height:100px;
	clear: both;
	padding: 20px 0px;
	
}
#footer ul {
	margin:0 auto;
}
#footer ul li {
	float: left;
	padding: 5px;
	display: block;
	margin: auto 0;
}
#footer_address {
	text-align: center;
	clear: both;
	margin: 10px;
}
/* - - - END FOOTER - - - */