﻿@import url("layout.css");

#links ul{
	padding:9px;
	background-color:inherit;

	font-weight:bold;
}
#links ul li{
	display:inline;
	color:black;
	padding:2px 8px 2px 2px;
	border-right:2px solid gray;

}
#links ul li a:link{
	text-decoration:none;
	color:black;

}
#links ul li a:visited{
	text-decoration:none;
	color:black;
}

#links ul li a:hover{
	color:silver;
}





#sublinks ul{
	background-color:inherit;
	font-weight:bold;
	padding:2px;
}
#sublinks ul li{
	display:inline;
	color:black;
	border-right:2px solid gray;
	padding:4px 5px 2px 5px;
}
#sublinks ul li a:link{
	text-decoration:none;
	color:black;
}
#sublinks ul li a:visited{
	text-decoration:none;
	color:black;
}

#sublinks ul li a:hover{
	color:#727272;
}


#events{
	width:760px;
	float:left;
	background:black	
}

#events img{
	padding:0 20px 0 0;
}

#rightcoastnews{
	background-color:white;
	float:left;
	width:430px;	
}

#selections{
	width:400px;
	border:1px black solid;
	text-align:center;
	background:gray;
	color:black;
	font-family:sans-serif;
	font-size:medium;
	float:left;
}
	
#morenews{
	float:right;
	width:310px;
	background-color:white;
}

.newsitem{
	background-color:white;
	padding:2px;
	clear:both;
}
.newsitem img{
	float:left;
	padding:2px;
	background-color:inherit;
}

#sponsors{
	background-color:black;
	color:white;
}
	
#automotivefeatures{
	background-color:white;
	color:black;	
}

.feature{
	background-color:white;
	padding:2px;
}
.feature img{
	float:left;
	padding:2px;
	background-color:inherit;
}
	
#image{
	width:100px;
	background-color:black;
	height:151px;
	width:248px;
	float:left;
	border:1px white solid;
	font-family:sans-serif;
	font-weight:bold;
}

#adbanner{
	float:left;
	width:760px;
	background-color:inherit;
}
#adbanner img{
	float:left;
	padding:2px;
	background-color:inherit;
}


#sitemap{
	float:left;
	background-color:black;
	border:1px white solid;
	width:300px;
	color:white;
	font-family:sans-serif;
	font-weight:bold;
}
#ads_right{
	text-align:center;
}
#ads_right img{
	padding:4px;
}

/*============SHOWS ONLY==============*/
#showmenu{
	float:left;
	width:150px;
	background-color:#003366;
	border-right:10px solid #a9a9a9;
}
#content{
	float:left;
	width:600px;
	background-color:white;
}
#content p{
	padding:4px;
}
#content_header{
	width:600px;
	background-image:url('../home_images/page_show_header.jpg');
	background-repeat:no-repeat;	
	margin:-15px 0 0 0;
}
h3{
	color:white;
	font-size:14px;
	font-weight:normal;
	padding:2px 2px 2px 4px;;
}
.content_centered{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	clear:both;
	text-align:center;
	float:none;
}

#showmenu ul{
	list-style-type:disc;
	color:#3399FF
	}
#showmenu ul a{
	color:white;
	text-decoration:none;
}
#showmenu ul a:hover{
	color:#3399FF ;
}
#showmenu ul li{
	padding:2px;
}
#sitemap{
	background-color:gray;
	width:65%;
	padding:10px 4px 10px 4px;
	font-size:11px;
	font-weight:normal;
	margin-top:19px;
	float:left;
	border:0px;
}
#sitemap a{
	color:white;
}
#sitemap a:hover;{
	color:silver;
}
#showmenuleft{
	text-align:center;
}
#showmenuleft img{
	padding:4px;
}

