@charset "UTF-8";
body {
	margin: 0em;
}

#header-bkgd {
	background-image: url(../images/header-bkgd.png);
	background-repeat: repeat-x;
	height: 5.188em;
	width: 100%;
}

#logo {
	background-image: url(../images/logos.png);
	background-repeat: no-repeat;
	height: 5.188em;
	width: 11em;
	background-position: left center;
}

#nav-bkgd {
	background-image: url(../images/navigation-Background.png);
	background-repeat: repeat-x;
	height: 2.875em;
	width: 10.563em;
	background-position: left top;
}

#service-center-img {
	background-image: url(../images/building.png);
	background-repeat: no-repeat;
	height: 25.438em;
	width: 43.688em;
	background-position: left 0.213em;
}

.business-hours {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #333;
}

#footer-bkgd {
	background-image: url(../images/footer-kgd.png);
	background-repeat: repeat-x;
	height: 5.938em;
	width: 100%;
	background-position: left 0.213em;
}

#schedule-ad {
	background-image: url(../images/schedule-ad.png);
	background-repeat: no-repeat;
	width: 16.188em;
	background-position: left 4px;
}

#specials-ad {
	background-image: url(../images/specials-ad.png);
	background-repeat: no-repeat;
	background-position: left top;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	color: #333;
	line-height: 1.5em;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #214F7D;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0.25em;
	padding-left: 0em;
	margin: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #2E669E;
	font-weight: normal;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	margin: 0px;
	line-height: 1.3em;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #999;
	font-weight: normal;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	margin: 0px;
}

#white {
	color: #FFF;
}


/*BUTTONS*/

.schedule {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}.schedule:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.schedule:active {
	position:relative;
	top:1px;
}



/*LINKS*/

a.page:link {
	color: #900;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #900;
}
a.page:visited {
	text-decoration: none;
	color: #900;
}
a.page:hover {
	text-decoration: none;
	color: #2D669B;
}
a.page:active {
	text-decoration: none;
	color: #2D669B;
}

/*FRAMED IMAGES*/

.wpframe {
	background: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 8px;
	-webkit-box-shadow: 1px 2px 1px #d1d1d1;
	-moz-box-shadow: 1px 2px 1px #d1d1d1;
	box-shadow: 1px 2px 1px #d1d1d1;
}

#header {
	height: 25px;
	color: #fff;
	background: #2F2E35;
	font: 300 12px/25px Helvetica, Verdana, sans-serif;
	text-align: center;
}

#header a {
	color: #fff;
}

.white {
	color: #FFF;	
}

.red {
	color: #F00;	
}
