body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #9c9d9d;
	text-align: center;
}
img {
	border: 0;
}
a:link, a:visited {
	text-decoration: underline;
	color:#666666;
}
a:hover, a:active {
	text-decoration: none;
	color:#FF6600;
}
hr {
	background-color:#f1cfa0;
	margin:5px 30px 10px 30px;
	border:none;
	height:2px;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 782px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background: #ebebeb ;
    height:124px;
	width: 782px;
    position:relative;
	border-bottom: #f1cfa0 solid 2px;
}
#header #logo{
	position: absolute;
	background: url(images/urick_logo.gif) no-repeat;
	top: 16px;
	left: 18px;
	width: 476px;
	height: 94px;
}
#header #social{
	position: absolute;
	top: 5px;
	right: 20px;
	width: 100px;
	height: 31px;
	text-align:right;
}
#header #calltag{
	position: absolute;
	top: 40px;
	right: 20px;
	font-size: 75%;
	text-align: right;
	color: #595959;
	width: 200px;
	height: 36px;
}
#calltag .phone{
	font-size: 16px;
	font-weight: bold;
}
#navigation {
	position:absolute;
	width: 700px;
	bottom: 0;
	left: 25px;
	font-size: 18px;
	margin-bottom: -5px;
}
/*#navigation {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 110%;
}*/

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

#navigation li {
  float: left;
  background-image: url("images/tab_left.gif");
  background-repeat: no-repeat;
  margin: 0 1px 0 0;
  padding: 0 27px 0 10px;
}

#navigation a {
  float: left;
  display: block;
  background-image: url("images/tab_right.gif");
  background-repeat: no-repeat;
  background-position: right top;
  padding: 8px 10px 15px 0;
  text-decoration: none;
  color: #7a7a7a;
}
#navigation a:hover {
	color: #FF9933;
}
#about #navigation li.about,
#events #navigation li.events,
#concessions #navigation li.concessions,
#staff #navigation li.staff,
#contact #navigation li.contact {
    background-image: url("images/tab_active_left.gif");
}
#about #navigation li.about a,
#events #navigation li.events a,
#concessions #navigation li.concessions a,
#staff #navigation li.staff a,
#contact #navigation li.contact a {
  background-image: url("images/tab_active_right.gif");
  background-color: transparent;
  color:#7a7a7a;
}
/* Home page content */
#content {
	position: relative;
	margin: 0 0 0 0;
	padding: 8px 0 0 0;
	background-color: #FFFFFF;
	color:#000000;	
}
#home #content {
	background: #FFFFFF url(images/bg_content.gif) no-repeat;
}
#content #content_right p {
	margin: 0;
	padding: 0 30px 20px 30px;
	font-size: 80%;
	line-height: 1.8em;
}
#content_right {
	min-height: 800px;
}
#content h1 {
	margin: 0;
	padding: 0 30px 0 30px;
	font-size: 170%;
	line-height: 1em;
	font-weight: normal;
	color: #333333;
}
#content h2 {
	padding: 0 30px 0 30px;
	font-size: 95%;
	color: #999967;
	margin-bottom: -1em;
}
#content_right h3 {
	padding: 0 30px;
	font-size:90%;
	margin:0px;
}
#content_right h4 {
	margin:0px;
	font-size:85%;
	padding: 0 30px;
}
#content_admin ul {
	margin:0px;
	list-style:none;
	font-size:80%;
	padding:0 30px 0 40px;
}
.scheduled_header {
	color:#770202;
}
.available_header {
	color:#999967;
}
/* Subpage content */
#breadcrumbs {
	position: relative;
	height: 40px;
	margin: 0;
	padding: 0 0 0 30px;
	font-size: 75%;
	color: #999999;	
}
#breadcrumbs a {
	color: #999999;
	text-decoration: none;	
}
#content_left {
	position: absolute;
	top: 22px;
	left: 0;
	width: 245px;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0;
	color:#000000;
	z-index: 200;
}
#content_left h1{
	margin: 0 0 0 0;
	padding: 10px 0 0 10px;
	font-size: 120%;
	font-weight: normal;
	text-align: left;
	color: #666666;
	background: url(images/subhead.gif) no-repeat;
	height: 40px; 
}
#content_left p{
	margin: 0;
	padding: 0 0 4px 10px;
	font-size: 80%;
	font-weight: normal;
	text-align: left;
	color: #333333;
}
#content_left .eventlist{
	list-style-type: none;
    list-style-position: inside;
	padding: 0;
	margin: 0;
	font-size: 70%;
	text-align: left;	
}
#content_left ul{
	margin: 2px 0 0 25px;
	padding: 0;
	font-size: 80%;
	text-align: left;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	vertical-align: text-bottom;
}
#content_left li{
	padding: 0 0 8px 0;	
	margin: 0 ;
}
#content_left li a{
	padding: 0;	
	margin: 0;
	text-decoration: none;
}
#content_right {
	position: relative;
	width: 525px;
	padding: 0;
	text-align: left;
	margin: 18px 0 0 250px;
	border-left: #f1cfa0 solid 1px;
	color:#000000;
}
#content_right h1 {
	margin: 0;
	padding: 0 30px 20px 30px;
	font-size: 170%;
	line-height: 1em;
	font-weight: normal;
	color: #333333;
}
#content_right .colheader{
	width: 450px;
	background-color: #FFCC33;
	padding: 4px 0 4px 4px;
	border-bottom: #CC9900 solid 1px;
	margin: 30px 50px 30px -5px;
	font-size: 0.8em;
	font-weight: bold;
}
#eventsignup {
	float: left;
	width: 247px;
	margin: 0;
	margin-left: 20px;
	background: url(images/right_subhead.gif) no-repeat;
}
#schedule {
	float: right;
	margin: 0 5px 0 -3px;
	text-align: left;
	width: 247px;
	background: url(images/right_subhead.gif) no-repeat;
}
#eventsignup h1, #schedule h1 {
	margin: 0 0 0 0;
	padding: 10px 0 10px 10px;
	font-size: 120%;
	font-weight: normal;
	text-align: left;
	color: #666666;
}
#content_right #eventsignup p, #content_right #schedule p{
	margin: 0 12px 0 10px;
	padding: 0 10px 10px 0;
	font-size: 80%;
	font-weight: normal;
	text-align: left;
	line-height: 1.2em;
	color: #333333;
}
#eventsignup ul{
	margin: 2px 0 0 25px;
	padding: 0;
	font-size: 80%;
	text-align: left;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	vertical-align: text-bottom;
}
#eventsignup li{
	padding: 0 0 8px 0;	
	margin: 0 ;
}
#eventsignup li a{
	padding: 0;	
	margin: 0;
	text-decoration: none;
}
#eventsignup table td{
	height: 75px;
}	
#footer {
	position: relative;
	font-size: 65%;
	padding-top: 4em;
	padding-left: 3em;
    text-align: center;
    color: #666666;
	height: 63px;
	background-image:url(images/footer.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top;
	z-index: 100;
}
input.txt {
  color: #00008B;
  background-color: #E7E8C7;
  border: 1px inset #00008B;
  width: 200px;
}
input.btn {
  color: #00008B;
  background-color: #E7E8C7;
  margin-top: 20px;
  margin-left: 180px;
  border: 1px outset #00008B;
}
checkbox {
	margin: 0 0 0 -4px;
	padding: 0;
}
textarea {
	width: 200px;
	color: #00008B;
	background-color: #E7E8C7;
	border: 1px inset #00008B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
select {
	height: 25px;
}	
form div {
  clear: left;
  margin: 0 0 0 30px;
  padding: 0;
  padding-top: 0.3em;
}
form div label{
	float: left;
	width: 180px;
	font-size: 0.8em;
	font-weight: bold;
}
form div h5{
	float: left;
	width: 440px;
	padding: 0 10px 0 0;
	margin: 0;
	font-size: 0.8em;
	font-weight: bold;
}
/* CLASSES */
.textmiddle {vertical-align:middle; padding: 0 5px 0 0;} 
.color{
	color: #660000;
}
.alert{
	color: #990000;
}
.eventlist{
	color: #333333;
}
.eventlist a{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.eventlist a:hover{
	color: #660000;
	font-weight: bold;
	text-decoration: underline;
}
.eventdate{
	width: 275px;
	font-weight: normal;
}
.bordertop{
	border-top: #CC9900 solid 1px;
	margin-top: 10px;
}
.small{
	font-weight: normal;
	font-size: 60%;
}
.txt{
	font-weight: normal;
	font-size: 90%;
}
.instructions{
	line-height: 1.1em;
	padding-bottom: 10px;
}
.home_body {
	margin: 10px 0 0 0;
	padding: 0 30px 20px 30px;
	font-size: 90%;
	line-height: 1.8em;
}
.indy500 {
  background: url(images/2009_indy500.jpg) no-repeat top left;
  background-position: 600px 50px;
}
.brickyard {
  background: url(images/2009_brickyard.jpg) no-repeat top left;
  background-position: 600px 50px;
}
.speedfest {
  background: url(images/2009_speedfest.jpg) no-repeat top left;
  background-position: 600px 50px;
}
.statefair {
  background: url(images/2009_statefair.jpg) no-repeat top left;
  background-position: 600px 50px;
}
.motorgp {
  background: url(images/2009_motorgp.jpg) no-repeat top left;
  background-position: 600px 50px;
}
.ribfest {
  background: url(images/2009_ribamerica.jpg) no-repeat top left;
  background-position: 600px 50px;
}
.usnationals {
  background: url(images/2009_usnationals.jpg) no-repeat top left;
  background-position: 600px 50px;
}

.todate {
	margin: 0 0 0 10px;
	padding: 0;
}	
.notime {border:0; text-align: center; background-color: #FFFFFF; font-size: 80%; width: 175px; height: 22px; margin: 0 20px 0 -30px; color:#999999;}
#content_admin {
	display:none;
}
