/* CSS Document */

<!-- 
* { margin: 0; padding: 0; }


body {
	font: 11px/2   Arial, Helvetica, sans-serif;
	background:url(/template_assets/images/splashBG.jpg) top center no-repeat #ffffff;
	margin: 0 auto;

}



/* =TEXT FORMATTING 
_____________________________________________________ */

h1 {
	font-size:16px;
	margin: 0;
	line-height:19px;
	font-weight: normal;
	color:#999;
}



h2 {
	font-size:14px;
	margin: 0;
	font-weight: normal;
	line-height:17px;
	color:#999;
}



h3 {
	font-size:16px;
	margin: 0;
	font-weight: normal;
	line-height:17px;
	color:#fff;
}


p {
	font-size: 12px;
	line-height:16px;
	font-weight: normal;
	margin: 10px 0 10px 0;
	
	
	color:#fff;

}

b { 
	color:#fff;
	font-weight:bold;
}

ul {
	margin:0 8px 20px 30px;
	}


li {
	padding:0 10px 0px 17px;
	color:#646464;
	font-size:11px;
	font-weight:normal;
	background:url(/template_assets/images/arrow.gif) 0 4px no-repeat;
	list-style-type: none;
	padding-bottom: 12px;
}





#links {
	margin-left: 300px;
	font-size: 100%;
	position: absolute;
}

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

a:visited {
	color: #fff; text-decoration: none;
	}
a:hover {
	color: #fff; text-decoration: underline;
 	}
a:active {
	color: #fff; text-decoration: none;
	}
	
	
	



/* =LAYOUT 
_____________________________________________________ */



/* container*/

#container {
	margin: 0 auto;
	padding: 0;
	width: 998px;
	height: 550px;
	text-align: left;
	border: 0px solid #888;
	
	
}

#hours {
	padding: 0;
	margin-top: 0px;
	margin-left:335px;
	width: 658px;
	height: auto;
	position: absolute;
	border: 0px solid #fff;

}
.hours {
	float: left;
	margin: 0 10px 0 3px;
	*margin: 0 4px 0 3px;
	font-size: 11px;
	line-height: 16px;
	color: #999;
	width: 150px;

}

.hours td {
	align: top;
	border-top: 1px dotted #666;
	padding: 0px;

}

#phone {
	padding: 0;
	margin: 0;	
	color: #fff;
	font-size: 24px;
	border: 0px solid #fff;
}


#content {
	padding: 0;
	margin-top: 110px;
	margin-left:25px;
	width: 300px;
	height: auto;
	position: absolute;
	border: 0px solid #fff;

}

.img-rt { 
	float: right;
	margin: 3px;
}

img { border: none;}


#flash {
	padding: 0;
	margin-top: 105px;
	margin-left:0;
	width: 996px;
	height: 418px;
	position: absolute;
	border: 0px solid #000;
}


#footer {
	padding: 0;
	margin-top: 465px;
	margin-left:335px;
	width: 615px;
	height: auto;
	position: absolute;
	border: 0px solid #fff;
}

#footer p {
	font-size: 12px;
	line-height:16px;
	font-weight: normal;
	margin: 10px 0 10px 0;
	color:#000;

}
#footer b {
	font-size: 12px;
	line-height:16px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	color:#000;

}


.phone {
	font-size:140%;
	font-weight: bold;
	line-height:1.4;
	color:#fff;
}

#credits {
	margin: 20px 0 0 0;	
	padding: 0;
	position: relative;
	font-size:10px;
	line-height:1.3;
	color:#333;
}

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

#credits a:visited {
	color: #000; text-decoration: none;
	}
#credits a:hover {
	color: #FFF; background: #333; text-decoration: none;
 	}
#credits a:active {
	color: #000; text-decoration: none;
	}
	





/* =MISC STYLES 
_____________________________________________________ */	

.clearfix {
	clear:both;
	
}
.style2 {color: #ed174f}
.style3 {color: #79bce7}

-->