body {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
}

a, a:hover {
	color: #E30D0B;
}

#header {
	background-image:url(images/header_bar.gif);
	background-repeat:repeat-x;
	width: 100%;
	margin: 0 auto;
	min-width: 770px;
	position: relative;
}

#slogans {
	position:absolute;
	color: white;
	font-weight: bold;
	top: 0;
	right: 0;
}

#content {
	margin: 0 auto;
	clear: both;
	width: 770px;
	/*margin-top: 40px;*/
	margin-bottom: 40px;
	font-size: 12px;
	line-height: 15px;
	color: black;
}

#service {
	font-size: 12px;
	line-height: 15px;
	color: black;
	width: 770px;
	position: relative;
	float: left;
}

#emergency {
	float: left;
	height: 100%;
	margin-right: 50px;
}

h2 {
	padding-bottom: 8px;
}

.leftcol {
	width: 500px;
}

.rightcol {
	width: 270px;
}
.center {
   text-align: center;
}

#footer {
	width: 100%;
	height: 35px;
	padding: 0px;
	margin: 0px;
	background-image:url(images/header_bar.gif);
	background-repeat:repeat-x;
	min-width: 770px;
}

.footertext {
	padding-top: 10px;
	margin-right: 8px;
	color: black;
	font-size: 11px;
}

.lowerfooter {
	font-size: 11px;
	padding-top: 10px;
	min-width: 770px;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

hr {
	height: 1px;
	margin-bottom: -5px;
}

/* NAVIGATION */

#nav
{
	width: 275px;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	top: -10px;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	padding-bottom: 1px;
	border-bottom: 1px solid black;
	max-width: 770px;
	
}

#nav li
{
	display: inline;
	padding: 0;
	margin: 0;
	height: 30px;
}

#nav li a
{
	background-color: white;
	color: black;
	text-decoration: none;
	padding: 1px 7px;
	border: 1px solid black;
}

#nav a:hover
{
	border: 1px solid #E30D0B;
	border-top: 2px solid #E30D0B;
	border-bottom: 2px solid #E30D0B;
}

#nav a.active
{
	background-color: #101698;
	color: white;
}

 #navcontainer
{
	/*margin-top: 93px;*/
	font-size: 12px;
}

#navcontainer ul
{
	list-style-type: none;
	margin: 0;
	margin-left: 0;
	text-align: center;
	padding: 2px;
}

#navcontainer li
{
	display: inline;
	text-align: center;
	margin: 0 1px;
}

#navcontainer li a
{
padding: 1px 7px;
color: black;
background-color: #fff;
border: 1px solid black;
text-decoration: none;
}

#navcontainer li a:hover
{
color: black;
border: 1px solid #E30D0B;
border-top: 2px solid #E30D0B;
border-bottom: 2px solid #E30D0B;
}

#navcontainer li a#current
{
color: black;
border: 1px solid black;
border-top: 2px solid black;
border-bottom: 2px solid black;
}

.storehours {
	border: 1px solid black; 
	background-color: #101698;
}

.storehours td {
	font-size: 10px;
	font-weight: bold;
	background-color: white;
}

.storehours th {
	background-color: #101698;
	color: white;
	font-weight: bold;
	font-size: 10px;
}

.tablecolumnspacer {
	width: 15px;
}

.subnavcontainer {
	border-bottom: 1px solid black;
	margin-bottom: 30px;
	padding-top: 10px;
	height: 10px;
}

.subnavlist {
	margin-left: 0px;
	margin: 0px;
	list-style: none;
}

.subnavlist li {
	float: left;
	display: block;
	padding: 0px;
	margin: 0px 7px 0px 0px;
	list-style-type: none;
}

.subnavlist a {
	display: block;
	padding: 0px 7px;
	border: 1px solid black;	
	color: #E30D0B;
	background-color: white;
	text-decoration: none;
}

.subnavlist a:hover {
	border: 1px solid black;
	background-color: #101698;
	color: white;
}

label {
	display: block;
	font-size: 12px;
	font-weight: bold;
}

.loginelement {
	width: 200px;
	float: left;
	margin-right: 15px;
}

.clear10 {
	clear: both;
	font-size: 10px;
}

.rightcol {
	width: 155px;
}
