/*
Update Log
8/31/09  Changed the pagebody h2 from blue to default black
9/21/09  Added img.right to float images to the right
9/21/09  Added div.section h2.headline to keep blue bar from exceeding width
9/28/09  Created Hover styles for main navigation
10/21/09 Added subnav h2 to family of red subheads
5/6/10 div#content-inner changed line-height to 135%

*/


body{
	margin: 0; 
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	background: white;
	background-image: url('../images/header-bkg.jpg');/*108 px*/
	background-repeat: repeat-x;
	
}

#container{
	width: 960px;
	margin: auto;
}

	#page-header{
		height: 108px;
		width: 960px;
		}
		
		#page-header h2{
			font-size: 16px; 
			color: #fff;
			padding: 0; 
			margin: 0;
			line-height: 24px;
			padding-top: 10px;
		}
		#page-header h3{
			color: #fff;
			padding: 0; 
			margin: 0;
			font-size: 24px;
			line-height: 24px;
			padding-top: 10px;
		}
		
		div#logo {
			width: 246px; /*was  160*/
			float: left; 
			/*padding-left: 35px; was  51
			margin-right: 35px;*/
			height: 108px;
			text-align:center;
		}
		

/*--------------------  Top Section ----------------------------------------------*/

		div#top {
			margin-top:0px;
			padding-top:0px;
			width: 714px; /*was 665 */
			float: left; 
			text-align: center; 
			height: 108px; 
			position:relative;
			
		}

		div#top-text {
			width:665px;
			height:85px;
			over-flow:hidden;
		}

		div#top-nav {
			position:absolute;
			bottom:0px;
			left:51px; /*was 10 */
			z-index:2;
		}
		
		
		.top-nav{
			float: left;
			margin: 0; 
			padding:0;
			text-align: center;
			padding-left: 15px;
			padding-right: 15px;
			background-image: url();
			background-repeat: repeat-x;
			cursor: pointer;
			
		}
		
		
		.top-nav a{
			color: #fff;
			font-size: 14px;
			line-height: 39px;
			vertical-align: bottom;
			
		}
		
		#top-nav2{
			position: relative;
			width: 500px;
			/*float: left;*/
			margin-left: auto;
			margin-right: auto;
			/*margin-left:75px; was  51 */
			text-align: center;
			padding-top: 10px;
			height: 16px;
			
		}
		#top-nav2 a{
			padding-left: 10px;
			padding-right: 10px;
			color: #ca0010;
			font-size: 14px;
			line-height: 16px;
			font-weight: bold;
		}
		
	#page-body{
		clear: both;
		width: 960px;
		margin: auto;
		background: #fff;
		/*text-align: center;*/
	}
	
/*	#page-body p {
		text-align: left;
	}*/

div#store_image {
	text-align:center;
	padding:10px 0px 10px 0px;
	margin-bottom:10px;
	width:675px;

}

div#content-outer {
		margin-left:250px;
		/*text-align:left;*/
}

div#h1-bar {
		margin-top: 15px;
		padding-top: 10px;
		height: 25px; 
		width: 675px; 
		background-image:url('../images/h1-bkg.png');
}

span#location {
	font-size:65%;
}

	
	#left-nav{
		float: left;
		width: 236px;
		vertical-align: top;
		min-height: 500px;
		background-image: url('../images/lnav-bkg.jpg');
		background-repeat: no-repeat;
		background-position: 185px 0;
		margin-left: 10px;
	}
	#page-body #left-nav h2 {
		color: #cb000f;
		font-size: 18px;
		font-weight: 600;
		padding: 0;
		margin: 0;
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: left;
		font-style:italic;
	}
	#page-body #left-nav hr{
		margin-bottom: 15px;
	}
	#left-nav ul{
		list-style-type: none;
		padding: 0; 
		margin: 0;
		text-align: left;
	}
	#left-nav li{
		height: 30px;
		line-height: 30px;
		width: 200px;
		border-bottom: solid 1px #eaeaeb;
		cursor: pointer;
	}
	#left-nav a{
		font-size: 14px;
		color: #292929;
		text-decoration: none;
		margin-left: 12px;
	}

div#description, div#adv {
		margin-top:10px;
		padding-top:10px;
		margin-bottom:10px;


}

div#description {
	/*border-top:2px solid black;*/
	margin-right:10px;

}

div#advertisement {
	margin-bottom:20px;
	margin-top:10px;
	width:543px;
	margin-left:auto;
	margin-right:auto;

}

	
#page-body h1{
		/*position: relative;
		margin: 0;
		padding: 0;
		font-size: 18px;
		padding-top: 50px;
		padding-bottom: 25px;
		letter-spacing: -1px;
		color: #fff;
*/
		text-align: center;
		
	}
	
#page-body h2, h2.subhead1{
		/*position: relative;*/
		margin: 0;
		padding: 0;
		font-size: 18px;
		/*color: #153a70;*/
		text-align: center;
	}

h2.subhead1, h2#subhead1 {
	margin-top:10px;


}

p#cityname {
		margin-top: 15px;
		padding-top: 10px;
		height: 25px; 
		width: 675px; /*685*/
		background-image:url('../images/h1-bkg.png');
		text-align: center;
		color:#ffffff;
		font-size:140%;
}
	
.attn{
		color: #ca0010;
	}

div#content-inner {
		padding:15px;
		font-size: 14px;
		line-height:135%;

}
	
#page-footer{
	clear: both;
	width: 100%;
	height: 108px;
	background-image: url('../images/footer-bkg.jpg');
	background-repeat: repeat-x;
}

#footer-container{
	width: 960px;
	margin: auto;
	text-align: center;
}
#footer-links{
	margin: 0;
	padding: 0;
	height: 108px;
	text-align: center;
}
	#footer-links h3{
		font-size: 14px;
/*		text-decoration: underline; */
		padding: 0;
		margin: 0;
		padding-top: 15px;
		padding-bottom: 15px;
		color: #fff;
	}
	#footer-links a{
		color: #fff;
		font-size: 14px;
		line-height: 16px;
		text-decoration: none;
	}
	#footer-links a:hover{
		text-decoration: underline;
	}
	
	#maps-div{
		width: 960px;
	}
		
	#michigan-div, #metro-div{
		width: 290px;
		text-align: center;
		float: left;
		margin-left: 35px;
	}
	#michigan-div h2{
		margin: 15px;
	}
	
	#overlays-michigan{
		float: left;
		margin-top: 20px;	
	}
	
	#michigan-div h2, #metro-div h2{
		margin: 15px;
	}
	
	#indiana-div{
		width: 585px;
		clear: both;
		text-align: center;
		margin: auto;
	}
	
	#indiana-div h2{
		margin: 15px;
		padding-top: 25px;
	}
	
	#overlays-metro{
		float: left;
		margin-left: -10px;
		margin-top: 20px;	
	}
	
	
/* Text Styles ------------------------------------------------------- */


.subhead {
	background-image: url('../images/heading-bkg.jpg'); 
	color: white; 
	font-size: 16px;
}

.table-border {
	padding-top: 15px; 
	text-align: left; 
	border: dotted #e1e1e1 2px;	
	
}

div#center_image {
	align:center;
	margin-top:10px;
}

div.style2 p strong {
	color:red;

}

/*--------------------------  Advertising section ----------------------------------------------------*/

div#banner_text  {
	text-align:center;
	width:675px;

}


.headline {
	font-weight:bold;
	/*font-size: 150%;*/
		margin-top: 15px;
		padding-top: 10px;
		height: 25px; 
		width: 675px; /*685*/
		background-image:url('../images/h1-bkg.png');
		text-align: center;
		color:#ffffff;
		font-size:140%;
		

}

div.section h2.headline {
	width:635px;
	line-height:130%;


}


/*--------------------------  Div Section ----------------------------------------------------*/

div.section { 
	padding:15px;
	border:1px dotted #999999;
	position:relative;
	margin-bottom: 10px;
}

div.section > p:first-child, div#middle_content div.section img + p  {
	width:85%;
	margin:0px;
	padding:0px;
}

div.section p + ul, div#middle_content div.section p + ul +li, div#middle_content ul, div#middle_content h4 {
	margin-top:0px;
	padding-top:0px;
}

.note {
	font-size: 75%;
	font-style:oblique;
}

div.section img.section-img {
	float:right;	
	
}

/* ----------------------------- Prices -------------------------------------------------*/

div.prices {
	float: right; 
	margin-right:50px;
}


.price {
	font-size: 300%;
	line-height:100%;
	margin: 0px;
	padding:0px;
	text-align:right;
	padding-right:10px;
	font-weight:bold;

}

.price_note {
	font-size:115%;
	line-height:100%;
	margin-top:0px;
	padding-top:0px;
	text-align:right;
	padding-right:10px;
	color:#CC0000; /* dark red */

}

.price_header {
	font-size:80%;
	text-align:right;
	padding-right:20px;
	color:#CC0000; /* dark red */
	margin-bottom:0px;
	padding-bottom:0px;
	font-weight:bold;
}

.break {
	clear:both;

}

div.sectionpad {
	height:25px;

}


div.coupon {
	margin-top:25px;
	border:1px dashed black;
	padding:10px;
}

/* Image Styles ------------------------------------------------------- */

img.odd {
	float:right;
	margin-left:10px;
	margin-top:10px;

}

img.even {
	float:left;
	margin-right:15px;
	margin-top:10px;

}



/* Button Hover Styles for Left Navigation ------------------------------------- 
Pulls a lot from the #left-nav styles above -----------------------------------*/


div.subnav h2 {

}


div.subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
		}
		
div.subnav li {
	margin: 0;
	padding: 0;
	width: 200px;
	height:30px;
	text-indent:12px;
		}

div#left-nav div.subnav a {
	width: 200px;
	height:30px;
	margin-left:0px;
	
}

div.subnav li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	
		}

div.subnav li a:link, div.subnav li a:visit {
	background-color: #ffffff;
}
		
div.subnav li a:hover, div.subnav li a:focus {
	background-image:url('../images/left-roll.jpg');
}


