﻿/* CSS layout */
body {
	background-image:url('../cr_images/main-bkg-2.gif');
	text-align:center;
	padding-top:30px;
}

a img {
	border:0;
}

#wrapper {
	padding:0 20px;
	background-color:#FFFFFF;
	width:1000px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

#masthead {
	border:2px #AB0A0A solid;
	border-width:2px 2px 0 2px;
	text-align:center;
	background-color:transparent;
	position:relative;
}

img.masthead {
	vertical-align:middle;
	margin:20px auto;
	position:relative;
}

#header {
	text-align:center;
	height:75px;
	padding:10px 0px;
	background-color:transparent;
}

#logo {
	position:absolute;
	top:0;
	right:0;
}

#top_nav {
	height:20px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;	
	font-size:14px;
	font-style:normal;
	border:2px #AB0A0A solid;
	background-color:#D62B31;
	margin-bottom:10px;
	text-align:center;
	position:relative;
}

#top_nav a {
	color:#FFFFFF;
	height:18px;
	border:1px solid;
	border-color:#E68B8B #AB0A0A #AB0A0A #E68B8B;
	padding:1px 5px 1px 5px;
	font-size:13px;
	text-decoration:none;
	position:relative;
	top:1px;
}

#top_nav a:hover {
	color:#FFFFFF;
	border-color:#AB0A0A #E68B8B #E68B8B #AB0A0A;
	background-color:#F73337
}

#container {
	min-height:350px;
	width:100%;
	display:block;
	margin-left:0px;
	margin-right:0px;
	background-color:transparent;
	overflow:visible;/*fix clearing problem*/
	position:relative;
}

#left_col {
	width:150px;
	max-width:150px;
/*	height:280px;*/
	background-color:#D62B31;
	border:2px #AB0A0A solid;
	padding-top:5px;
	position:absolute;
	left:0px;
	top:0px;
}

#page_content {
	margin-right:0px;
	margin-left:155px;
}

#right_col {
	width:200px;
	position:absolute;
	right:4px;
	top:0px;
}

.top_bar {
	height:18px;
	width:200px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	border:2px #AB0B0B solid;
	background-color:#D62B31;
	text-align:center;
	position:relative;
	top:auto;
	left:auto;
}


.newsbox {
	width:192px;
	max-width:192px;
	border:2px #AB0B0B solid;
	border-top:0;
	padding:4px;
	margin-bottom:10px;
	position:relative;
	top:auto;
	left:auto;
}

.newsbox form {
	width:150px;
}

#footer {
	width:100%;
	text-align:center;
	clear:both;
}


.bottom-left {
	height:10px;
	width:10px;
	background:url('../cr_images/bottom-left.gif') no-repeat bottom left;
	background-repeat:no-repeat;	
	position:absolute;
	bottom:-2px;
	left:-2px;

}

.bottom-right {
	height:10px;
	width:10px;
	background:url('../cr_images/bottom-right.gif') no-repeat bottom right;
	background-repeat:no-repeat;	
	position:absolute;
	bottom:-2px;
	right:-2px;
}

.top-left {
	height:10px;
	width:10px;
	background:url('../cr_images/top-left.gif') no-repeat top left;
	background-repeat:no-repeat;	
	position:absolute;
	top:-2px;
	left:-2px;

}

.top-right {
	height:10px;
	width:10px;
	background:url('../cr_images/top-right.gif') no-repeat top left;
	background-repeat:no-repeat;	
	position:absolute;
	top:-2px;
	right:-2px;
}

.top-left-wrapper,
.top-right-wrapper,
.bottom-left-wrapper,
.bottom-right-wrapper {
	width:600px;
	height:20px;
	background-color:transparent;
	background-repeat:no-repeat;
	position:absolute;
}

.top-left-wrapper {
	background-image:url('../cr_images/top-left-wrapper.gif');
	background-position:left center;
	top:-20px;
	left:0;
}

.top-right-wrapper {
	background-image:url('../cr_images/top-right-wrapper.gif');
	background-position:right center;
	top:-20px;
	right:0;
}

.bottom-left-wrapper {
	background-image:url('../cr_images/bottom-left-wrapper.gif');
	background-position:left center;
	bottom:-20px;
	left:0;
}

.bottom-right-wrapper {
	background-image:url('../cr_images/bottom-right-wrapper.gif');
	background-position:right center;
	bottom:-20px;
	right:0;
}

.clear2 {
	clear:both;
}


.center {
	text-align:center;
}

.left {
	text-align:left;
} 


/* Home Page Unique Styles */

#wrapper.home {
	width:975px;
}
#masthead.home {
	height:285px;
	background:url('../cr_images/masthead/randompic.php');
	background-repeat:no-repeat;
	background-position:center;
}
	
#header.home {
	text-align:right;
	padding:30px;
}

#page_content.home {
	margin-right:205px;
}

ul.home {
	font-family:"Comic Sans MS";
	font-size:14px;
	font-weight:bold;
	list-style-image:url('../cr_images/Burgee_bullet.gif');
}

li.home {
	height:22px;
	margin:0 0 5px 15px;
}
.weather {
	text-align:center;
	margin:10px;
}

/* Main Menu Styles */

ul.menu, ul.menu ul {
  list-style-type:none;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  margin:0;
  padding:0;
  width:150px;
}

ul.menu a {
  display:block;
  text-decoration:none;	
}

ul.menu li {
  margin-top:1px;
}

ul.menu li a {
  background:#D62B31;
  color:#fff;	
  padding:2px 2px 2px 2px;
  border-top:1px #FF5555 solid;
  border-bottom:1px #AB0A0A solid;
  padding-left:5px;
}

ul.menu li a:hover {
  background:#F73337;
  border-top:1px #AB0A0A solid;
  border-bottom:1px #CD0A0A solid;
  padding:3px 1px 1px 6px;
}

ul.menu li ul li a {
  background:#E68B8B ;
  color:#000;
  padding-left:20px;
}

ul.menu li ul li a:hover {
  background:#FF7777;
  border-left:5px #AB0A0A solid;
  padding-left:15px;
}

/* Racing Page Styles */

#racing {
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
}

.center10 {
	text-align:center;
	font-size:10pt;
}

.left10 {
	text-align:left;
	font-size:10pt;
	width:50%;
	padding-left:5px;
}

.left10tab {
	text-align:left;
	padding-left:25px;
	font-size:10pt;
}

.left10b {
	text-align:left;
	font-size:10pt;
	font-weight:bold;
	width:50%;
	padding-left:5px;
}

.center11b {
	text-align:center;
	font-size:11pt;
	font-weight:bold;
}

.center11b {
	text-align:center;
	font-size:11pt;
	font-weight:bold;
}

/* Newsletter Styles */

ul.newsletter {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	text-align:left;
}


