body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(images/tile.png);
	background-repeat: repeat-x;
	font-size: 14px;
	background-color: #FFF;
	margin: 0px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 2px;
	color: #960023;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D1D1D4;
	line-height: 20px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #9C0123;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
img {
	border:0px;
}

#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#header {
	background-image: url(images/header.png);
	height: 156px;
	background-repeat: no-repeat;
}
#headerbutton {
	clear: right;
	float: right;
	height: 46px;
	width: 328px;
}


#headernumber {
	background-image: url(images/header-number.png);
	height: 80px;
	padding-top: 30px;
	padding-right: 40px;
	font-size: 32px;
	font-weight: bold;
	color: #B23135;
	text-align: right;
	width: 288px;
	float: right;
	line-height: 25px;
}
#menu {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	height: 41px;
	padding-left: 325px;
	padding-right: 15px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
	
#menu ul li {
	list-style:none;
	display: inline;
	float: left;
	position: relative;
}
#menu ul li a {
	display:block;
	color: #FFF;
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 12px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
	height: 21px;
}
#menu ul li a:hover {
	background-image: url(images/menu-highlight.png);
}

#breadcrumb {
	height: 28px;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	padding-top: 10px;
	color: #C33337;
	background-image: url(images/breadcrumb.png);
	background-repeat: no-repeat;
	padding-left: 405px;
	clear: both;
}
#breadcrumb a {
	color: #848688;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 10px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: left;
}
#breadcrumb a:hover {
	color: #B23135;
	text-decoration: none;
}
#body {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	background-position: bottom;
}

#body a, #sidebar a {
	font-weight: bold;
	color: #9E0024;
	text-decoration: none;
}
#body a:hover, #sidebar a:hover {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#content {
	float: right;
	width: 625px;
	min-height: 300px;
	line-height: 18px;
	padding-right: 30px;
}

#sidebar  {
	min-height: 200px;
	float: left;
	width: 275px;
	color: #333;
	margin-left: 45px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
	
#sidebar ul li {
	list-style:none;
}
#sidebar ul li a {
	display:block;
	color: #333;
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
	background-image: url(images/menu-list.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 31px;
	line-height: 34px;
}
#sidebar ul li a:hover {
	background-image: url(images/menu-list.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#sidebar h5 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	width: 250px;
	background-image: url(images/h2-back.png);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	height: 31px;
	margin-bottom: 5px;
}


#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	height: 52px;
	padding-top: 18px;
}
#footer p {
	margin: 0px;
	padding: 0px;
}




#cities {
	font-size: 12px;
	text-align: center;
	color: #999;
	padding-top: 5px;
	padding-right: 15%;
	padding-left: 15%;
	margin-top: 10px;
	padding-bottom: 10px;
	background-color: #F2F2F3;
}
#cities a {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

#cities a:hover {
	font-weight: bold;
	color: #BD3236;
	text-decoration: none;
}
.licenses {
	font-size: 10px;
	background-image: url(images/licenses.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 210px;
	padding-top: 25px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	font-weight: bold;
	color: #666;
}

.checklist {
	background-image: url(images/check.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 25px;
	min-height: 25px;
}
.font24 {
	font-size: 24px;
}
.font18 {
	font-size: 18px;
}
.fontcalltoday {
	font-size: 18px;
	color: #848688;
}
.phonenumber {
	font-size: 24px;
	color: #848688;
}

.center{text-align:center;}
.divider    {
	background-image: url(images/divider.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.left{text-align:left;}
.right{text-align:right;}
.news {
	background-image: url(images/news.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 35px;
	font-size: 14px;
}
.comment {
	background-image: url(images/comment.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 40px;
	min-height: 35px;
	font-size: 12px;
}
.h1subtitle {
	font-size: 16px;
	color: #848688;
	font-style: italic;
}

