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;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 2px;
	color: #C42625;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	line-height: 20px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #68ADE3;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 97%;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	min-height: 500px;
	margin-top: 20px;
}
#header {
	background-image: url(images/header.png);
	height: 155px;
	background-repeat: no-repeat;
}

#headernumber {
	background-image: url(images/header-number.png);
	height: 75px;
	padding-top: 30px;
	padding-right: 30px;
	font-size: 32px;
	font-weight: bold;
	color: #C42625;
	text-align: right;
	width: 574px;
	float: right;
}
#menu {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	height: 50px;
	padding-left: 5px;
	clear: right;
	float: right;
	width: 599px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
	
#menu ul li {
	list-style:none;
}
#menu ul li a {
	display:block;
	color: #FFF;
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 16px;
	height: 35px;
}
#menu ul li a:hover {
	background-image: url(images/menu-highlight.png);
}
#cookie {
	height: 40px;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	padding-top: 11px;
	color: #C42625;
	background-image: url(images/cookie.png);
	background-repeat: no-repeat;
	padding-left: 98px;
}
#cookie a {
	color: #666;
	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;
}

#cookie a:hover {
	color: #C42625;
	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: #C52726;
	text-decoration: none;
}
#body a:hover, #sidebar a:hover {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#content {
	float: right;
	width: 676px;
	min-height: 680px;
	line-height: 18px;
	padding-left: 36px;
	padding-right: 25px;
	background-image: url(images/content-dropshadow.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebar  {
	min-height: 200px;
	float: left;
	width: 230px;
	color: #333;
	margin-left: 21px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
	
#sidebar ul li {
	list-style:none;
}
#sidebar ul li a {
	display:block;
	line-height: 25px;
	color: #666;
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
	background-image: url(images/list.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-top: 3;
	padding-bottom: 3;
	padding-left: 20px;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C2C1C1;
}
#sidebar ul li a:hover {
	background-color: #FFF;
}
#sidebar H5 {
	color: #FFF;
	background-color: #C52726;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 13px;
	padding-top: 3px;
	margin-bottom: 2px;
}



#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	height: 32px;
	padding-top: 35px;
}



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

#cities a:hover {
	font-weight: bold;
	color: #FFF;
	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: #999;
}


.center{text-align:center;}
.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: #999;
	font-style: italic;
}
