@charset "utf-8";

/*STYLES*/

body {
	background-attachment: scroll;
	background-image: url(../images/BG.jpg);
	background-repeat: repeat-x;
	background-color: #dbdbdb;
}
#header {
	background-image: url(../images/topbar_01.jpg);
	background-repeat: repeat-x;
}
#mainleft {
	background-image: url(../images/LeftBar_02.jpg);
	background-repeat: repeat-x;
}
#mainright {
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
}
#locations {
	background-image:url(../images/storlocationBG_04.jpg);
	background-repeat:repeat-x;
}
#locations a {
	text-decoration: none;
}
#tdms {
	background-image:url(../images/tdmBG_05.jpg);
	background-repeat:repeat-x;
	}
#footer {
	background-image: url(../images/footerBG_06.jpg);
	background-repeat: repeat-x;
}
#educationMenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #000066;
}
#educationMenu a:hover {
	color: #929bba;
}

/* FONTS */
body, p {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #000;
}
a {
	color: #929bba;
	text-decoration: underline;
}
a:hover {
	color: #333;
}

.nav {
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	text-decoration:none;
	color:#000;
}
.subnav {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration:none;
	color:#000;
}
.phone {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	text-decoration:none;
	color:#000;
}
.phonewhite {
	font-size: 20px;
	text-decoration:none;
	color:#fff;
}
a.phonewhite:hover {
	color: #929bba;
}
.hours{
	font-size: 25px;
	font-weight: bold;
	text-decoration:none;
	color:#000;
}
.hourssmal {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#000;
}
.serviceswhite {
	font-size: 16px;
	text-decoration:none;
	color:#fff;
}
.footer {
	font-family:"Times New Roman", Times, serif;
	font-size: 9px;
	text-decoration:none;
	color:#000;
}
.footer2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 8px;
	text-decoration:none;
	color:#6f6f6f;
}
.whitefooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color:#fff;
}
.title {
	font-size: 30px;
	color:#000;
}

.sectionHead {
	font-weight: bold;
	color: #000066;
	font-size: 12pt;
	text-transform: none;
}
h1 {
	color: #003366;
}
.bold {
	font-weight: bold;
}

