/***********************************************/
/* 3col_rightNav.css                              */
/* Use with template 3col_rightNav.html           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	color: #FFFFCC;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	font-size: 12px;
	font-weight: bold;
}

a{
	color: #FF0000;
	text-decoration: none;
}

a:link{
	color: #FF0000;
	text-decoration: none;
}

a:visited{
	color: #FF0000;
	text-decoration: none;
}

a:hover{
	color: #FF0000;
	text-decoration: none;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}




/***********************************************/
/* Layout Divs                                 */
/***********************************************/



#navBar01{
	position: absolute;
	top: 10px;
	left: 600px;
	width: 200px;
	margin: 0px;
	padding: 0px;

}

#navBar02{
	position: absolute;
	top: 10px;
	left: 750px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	z-index: 30;

}

#headlines{
  float:left;
	width: 20%;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}
#layout01{

	position:absolute; 
	top: 220px;
	left: 505px;
	width:325px; 
	height:500px; 
	z-index: 10;
	padding: 10px;

}

#layout02{
	position:absolute;
	top: 200px; 
	left: 300px; 
	width:570px; 
	height:700px; 
	z-index:10; 
	
	
}


#layout03{
	position:absolute; 
	top: 250px;
	left: 10px;
	width:840px; 
	height:950px; 
	z-index: 10;
	background-color: #000;
	padding: 10px;
}

#subnav{
	position: absolute;
	Top:80px;
	left:215px;
	height:50px;
	width: 426px;
	background-color: #000000;
	text-align: left center;

	
}

#carwash{
	position:absolute;
	top: 0px;
	left: 850px;
	width:374px;
	height:650px;
	background-image:  url("images-shocker/carwash.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 0;
}

/***********************************************/
/* Divs that live in divs                      */
/***********************************************/
#siteInfo{
	position:relative;
	width: 100%;
	left: 0px;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	bottom: 10px;
}

#slogan{
	position:absolute;
	left: 45px;
	z-index:23;
	top: 575px;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: blink;
	text-align: left;
	width: 170px;
}	



#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}
/*********** #navLinks styles ***********/

#navLinks{
	position: relative;
	top: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#navLinks a {
	display: block;
	border-top: 3px solid #666666;
	padding: 2px 0px 2px 10px;
}

#navLinks a:hover{
	background-image: url(images-shocker/s-logo.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
/*********** #subnav styles ***********/

a.subnavlinks:link { color: FFFFFF; text-decoration: none; font-size:12px }
a.subnavlinks:active { color: FFFFFF; text-decoration: none; font-size:12px }
a.subnavlinks:visited { color: FFFFFF; text-decoration: none; font-size:12px }
a.subnavlinks:hover { color: FF0000; text-decoration: none; font-size:12px }

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	color: #000000;
	text-decoration: blink;
	background-color: #FF0000;
	border: 100%;
}
