@charset "UTF-8";
/* CSS Document */

/* Common elements __________________________ */

	body,
	html {
	margin:0;
	padding:0;
	background:#666;
	color:#444;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	body {
	min-width:970px;
	}
	#wrap {
	background-image:url(images/bckgrnd_home.jpg);
	margin:0 auto;
	width:970px;
	background-repeat: repeat-y;
	}
	#wrap2ndlvl {
	background-image:url(images/bckgrnd_home.jpg);
	margin:0 auto;
	width:970px;
	background-repeat: repeat-y;
	background-position:left top;
	background-color:#FFFFFF;
	}
	#wrap2ndlvlNoLeftCol {
	background-image:url(images/bckgrnd_home.jpg);
	background-repeat:repeat-y;
	margin:0 auto;
	width:970px;
	}
	#wrap2ndlvlNoCol {
	background-image: url(images/bckgrnd_2ndlvl_noCol.gif);
	background-repeat:repeat-y;
	margin:0 auto;
	width:970px;
	}
	a:link, a:visited {
	color: #990000;
	text-decoration: none;
	}
	a:hover, a:active {
	color: #CC6666;
	text-decoration: none;
	}
	
	#header {
	height:99px;
	}
	#header h1 {
	padding:5px;
	margin:0;
	}
	
	.clearFloat {
	clear: both;
	height:0px;
	margin:0px;
	padding:0px;
	}
	
	.BasicPicture, .MediumPicture {
		float: right;
		height: 200px;
		margin-left: 20px;
		margin-bottom: 20px;
		padding: 0px;
		border: 1px solid #8e001c;
	}
	
	.MediumPicture	{
		height: 300px;
	}
	
	.NoModPicture {
		float: right;
		margin: 20px;
		margin-right: 0px;
		padding: 0px;
		border: 1px solid #d3ceaa;	
	}
	
/* Main Navigation __________________________ */

	#nav {
	background:#333;
	padding:5px;
	text-align:center;
	border-top: #d3ceaa solid 1px;
	border-bottom: #d3ceaa solid 1px;
	font-size:11px;
	font-weight:bold;
	}
	#nav ul{
	margin:0;
	padding:0;
	list-style:none;
	}
	#nav li{
	display:inline;
	margin:0;
	padding:0px 5px 0px 5px;
	}
	#nav a:link, #nav a:visited {
	color: #d3ceaa;
	text-decoration: none;
	}
	#nav a:hover, #nav a:active {
	color: #999;
	text-decoration: none;
	}


/* Get Involved Jump nav __________________________ */

	.jumpNav {
	width:720px;
	padding:15px;
	height:15px;
	background-color:#8e001c;
	}

	.dropdowns {
	float:left;
	width:525px;

	}

	select {
	color: #FFFFFF;
	float:left;
	background-color:#424242;
	font-size:12px;
	margin-right:10px;
	}


/* Homepage Main elements __________________________ */

	#main {
	float:left;
	width:750px;
	}
	.welcome {
	width:315px;
	float:left;
	padding:30px;
	font-size:12px;
	line-height:16px;
	background-image:url(images/trackshoes10.jpg);
	background-repeat:no-repeat;
	background-position:50px 30px;
	}
	.footnotes {
	width:325px;
	float:left;
	padding:20px;
	font-size:11px;
	}
	.footnotesCover {
	float:left;
	margin-right:10px;
	}
	.footnotesDesc {
	float:left;
	margin:0px;
	width:180px;
	}
	.footnotes h1 {
	font-size:18px;
	margin-top:0px;
	}
	.footnotes ul {
	margin:0px;
	padding:0px;	
	}
	.footnotes li {
	margin:0px;
	padding:0px;
	list-style-position: inside;
	}
	.footnotes img {
	width: 127px;
	}

/* Homepage Right Column elements __________________________ */

	#upcomingEvents {
	float:right;
	width:180px;
	padding:15px;
	font-size:11px;
	font-weight:bold;
	}
	
	#upcomingEvents p {
	margin-bottom:10px;
	margin-top:0px;
	
	}
	#upcomingEvents ul {
	margin-bottom:0;
	}
	#upcomingEvents h3, #upcomingEvents p {
	padding:0 10px 0 0;
	}
	#upcomingEvents a:link, #upcomingEvents a:visited {
	color: #000;
	text-decoration: underline;
	}
	#upcomingEvents a:hover, #upcomingEvents a:active {
	color: #333;
	text-decoration: underline;
	}


/*  Interior Pages with Left Column Nav and Right Column __________________________ */
	
	.redbar {
	background-color:#8e001c;
	height:20px;
	}
	#sidebar1 {
	float: left;
	width: 160px;
	height: 100%;
	margin: 15px 20px 20px 20px;
	padding: 1px 10px 10px 10px;
	background:#FFF;
	border: 1px dotted #d3ceaa;

	}
	
	
	#sidebar1 > p {
	font-size: 12px;
	}
	#sidebar1 h1 {
	font-size:18px;
	color:#8e001c;
	margin-bottom:20px;
	margin-top: 8px;
	border-bottom: 1px solid #d3ceaa;
	}

	#sidebar1 h2 {
	font-size:14px;
	color:#8e001c;
	margin-top: 8px;
	border-bottom: 1px solid #d3ceaa;
	padding-bottom: 5px;
	}

	#sidebar1 > .tagline {
	font-size: 11px;
	}
	
	#sidebar1 ul{
	margin:0;
	padding:0;
	}
	#sidebar1 li{
	padding:0px;
	list-style-type: none;
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
	}
	#sidebar1 a:link, #sidebar1 a:visited {
	color: #333;
	text-decoration: none;
	}
	#sidebar1 a:hover, #sidebar1 a:active {
	color: #666;
	text-decoration: none;
	}
	#sidebar2 {
	float:right;
	width:180px;
	padding:15px;
	font-size:10px;
	font-weight:bold;
	visibility: hidden /* visible */
	}
	#mainContent { 
	margin: 0 220px;
	padding: 0px 10px 20px 0px;
	}
	#mainContent h1 { 
	font-size:22px;
	color:#8E001C;
	}
	#mainContent h2 { 
	font-size:18px;
	color:#8E001C;
	}
	#mainContent h3 { 
	font-size:12px;
	color:#8E001C;
	}
	#mainContent p { 
	font-size:11px;
	line-height:1.5em;
	}
	#mainContent li{
	font-size:11px;
	}

/*  Interior Pages Right Column ONLY __________________________ */

	#mainContentNoLeftCol { 
	margin: 0px;
	padding: 0px 10px 20px 20px;
	}
	#mainContentNoLeftCol h1 { 
	font-size:18px;
	color:#8E001C;
	}
	#mainContentNoLeftCol h2 { 
	font-size:14px;
	color:#8E001C;
	}
	#mainContentNoLeftCol h3 { 
	font-size:12px;
	color:#8E001C;
	}
	#mainContentNoLeftCol p { 
	font-size:11px;
	line-height:1.5em;
	}
	#mainContentNoLeftCol li{
	font-size:11px;
	}

/*  Get Involved Main page __________________________ */

	.connect {
	width: 200px;
	float:left;
	margin: 0px 20px 20px 0px;
	padding:10px;
	background:#FFF;
	border: 2px dotted #d3ceaa;
	}
	
	.compete {
	width: 200px;
	float:left;
	margin: 0px 20px 20px 0px;
	padding:10px;
	background:#FFF;
	border: 2px dotted #d3ceaa;
	
	}

	.contribute {
	width: 200px;
	float:left;
	margin: 0px 0px 20px 0px;
	padding:10px;
	background:#FFF;
	border: 2px dotted #d3ceaa;
	
	}

	.connect ul, .compete ul, .contribute ul {
	margin: 0px;
	padding: 0px 10px 10px 10px;
	}
	
	.connect li, .compete li, .contribute li {
	margin-top: 5px;
	}
	
/*  Events Main page __________________________ */
	
	.eventTable {
	font-size:11px;
	width:728px;
	background-color: #FFFFFF;
  	}
	
	.eventTable  td{
	margin: 5px;
	}
	
	#WhatColumn {
	width: 79px;
	}
	
	#WhenColumn {
	width: 77px;
	}
	
	#DescColumn {
	width: 322px;
	}
	
	#WhereColumn {
	width: 90px;
	}
	
	#WhoColumn {
	}	
	
	.race {
	background-color:#8E001C;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	}
	.race:hover
	{
	
	}
	.ktcrace{
	background-color:#8E001C;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	background-image: url(images/medal_gold_3.png);
	background-repeat:no-repeat;
	background-position:5px 10px;
	}
	.walkevent{
	background-image: url(images/ww-tiny.jpg);
	background-repeat:no-repeat;
	background-position:263px 8px;
	}
	.social {
	background-color: #336633;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	}
	.training {
	background-color: #006699;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	}
	.community {
	background-color: #CC6600;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	}
	
	
/*  Photos Main page __________________________ */	
	
	#mainContentPhotos { 
	margin: 0px;
	padding: 0px 20px 20px 20px;
	}
	#mainContentPhotos h1 { 
	font-size:18px;
	color:#8E001C;
	}
	#mainContentPhotos h2 {
	font-size:18px;	
	color: #8e001c;
	}
	#mainContentPhotos h3 { 
	font-size:12px;
	color:#8E001C;
	}
	#mainContentPhotos p { 
	font-size:11px;

	}
	#mainContentPhotos li{
	font-size:11px;
	}
	
	#mainContentPhotos table{ 
	}
	
	.photocell {
	text-align:left;
	vertical-align:top;
	font-size:11px;
	}
	
	.photocell  > p{
	text-align: left;
	margin-top: 3px;
	margin-bottom: 6px;
	width: 158px;
	overflow: hidden;
	}
	
	.photobanner {
	font-size:18px;
	background: #8e001c;
	border: 1px solid #8e001c;
	margin-right: 20px;
	padding-left: 5px;
	}
	
	.photoyear {
	color:#f1efe3;
	}
	
	.photocell > a > img {
	border: 0px;
	}

	.videocell  {
	}
	
	#FootnotesTable{
	border-top: 2px solid #8e001c;
	padding-top: 20px;
	margin-top: 20px;
	}

/*  Grandprix  __________________________ */	

	#GpStandingsHeader
	{
		margin-top: 54px;
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		text-align: center;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #d3ceaa;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #d3ceaa;
		font-weight: bold;
	}
	.GPListings 
	{
		background: white;
		border: 1px dotted #d3ceaa;
	}
	.GPListings > caption {
	caption-side: bottom;
	font-size: 10px;
	padding-top: 10px;
	}
	.GPListings ul{
	margin:0;
	padding:0;
	list-style:none;
	}
	.GPListings li{
	display: block;
	margin:0;
	padding:0px 0px 10px 0px;
	}
	.GPSchedule 
	{
		background: white;
	}
	.GPSchedule P {
	margin:0px;
	}
	#GpPointsTable {
	font-size: 11px;
	}
	
	#GpPointsTable td{
	padding-left: 20px;
	padding-right: 20px;	}
	
/*  Misc _______________________________ */

	.topline > td {
	border-top: 1px dotted gray;
	}	
	
	#directorstable {
	font-size: 11px;
	width: 100%;
	}
	
	#infopp {
	background: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #d3ceaa;
	}
	
	.tightlist {
	margin-top: -10px;
	margin-bottom: 30px;
	}
	
	.regonline {
	padding-left: 12px;
	}
	
	.regonline  img {
	padding-right: 8px;	
	}	
	
	.regonline span {
	vertical-align: top;
	}
	
	.EventLegend {
	background: white;
	float: right;
	border: 1px solid #d3ceaa;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	margin-left: 20px;
	}
	
	.EventLegend strong {
	vertical-align: top;
	font-size: 11px;
	}
	
	.EventCenter {
	text-align: center;
	}
	
	#RRCA {
	border: none;
	}
	#RRCA img {
	border: 1px solid black;
	}
	
/*  Racepage  __________________________ */	
	
	#mainContentRacePage { 
	margin: 0px 225px 0px 0px;
	padding: 0px 10px 30px 30px;
	}
	#mainContentRacePage h1 { 
	font-size:18px;
	color:#8E001C;
	}
	#mainContentRacePage h2 { 
	font-size:14px;
	color:#8E001C;
	}
	#mainContentRacePage h3 { 
	font-size:12px;
	color:#8E001C;
	}
	#mainContentRacePage p { 
	font-size:11px;
	line-height:1.5em;
	}
	#mainContentRacePage li{
	font-size:11px;
	}
	.raceMap  {
	float:right;
	text-align:right;
	padding:20px 0px;
	margin:0px;
	}
	.raceMap img {
	margin:0px 0px 0px 20px;
	border-width: 1px;
	border-color: #aaa;
	}
	.CourseCert{
	font-weight: bold;
	}
	.RaceDirector{
	font-weight: bold;
	}
		
/*  Footer __________________________ */

	#footer {
	background:#000;
	color:#666;
	font-size:10px;
	}
	#footer p {
	padding:10px;
	margin:0;
	}
	#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: none;
	}
	#footer a:hover, #footer a:active {
	color: #666;
	text-decoration: none;
	}
	
/* Ads ______________________________ */

	.ad {
	visibility: hidden;
	}
