/* CSS Document */

/*XXXXXXXXXXXXXX the following formats the home page unique divs     XXXXXXXXXXXXXX*/

#home_pg {
	position: absolute;
	top: 0px; 
	left: 212px;
	width: 570px;	/*588px*/
	margin: 0px 0px 20px 0px;
	padding: 0px 20px;
	background-color: transparent;/*to show positioning use #ffffff*/
	z-index: 1;
}

.hp_title {
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	color: #000000;
	margin: 0px;
	padding: 10px 0px;
}

.hp_text {
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	font-size: 14px;
	word-spacing: 0.5px;
	line-height: 18px;
	margin: 0px 10px 0px 0px;
	padding: 10px 0px;
}

#slideshow {	/*formats the home page slideshow position*/
	position: relative;
	width: 262px;
	height: 208px;
	top: -60px;
	left: 220px;
	margin: 0px 0px 20px 20px;
	padding: 15px 23px 25px 15px;
	z-index: 30;
	background: transparent url(../images/box_wshadow.jpg) no-repeat 0px 0px
}

#hours_logos_cards {
	width: 540px;
	margin: 0px;	/*centers above footer text l-r in containing main div*/
	padding: 0px;
	display: inline; 
}

.hp_size {
	font-size: 9px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

.hidden_home {		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4px;
	font-weight: normal;
	text-align: left;
	color: #f8e5b3;
	margin: 0px;
	padding: 0px;
}


