body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(images/tile.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 2px;
	color: #B0262D;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #AD252C;
	background-color: #EFEFEF;
	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: 10px;
}

#menu {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 300px;
}
#header {
	height: 106px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
#headernumber {
	font-size: 30px;
	font-weight: bold;
	text-align: right;
	height: 90px;
	color: #A52A22;
	padding-top: 16px;
	width: 500px;
	font-family: Tahoma, Geneva, sans-serif;
	float: right;
	padding-right: 10px;
}
#headerbutton {
	float: right;
	height: 106px;
	width: 144px;
}

#cookie {
	height: 17px;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	padding-top: 4px;
	color: #470194;
	background-image: url(images/cookie.png);
	background-repeat: no-repeat;
	padding-left: 107px;
}
#cookie a {
	color: #AAA9A9;
	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: #B0262D;
	text-decoration: none;
}

#body {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	background-position: bottom;
}
#body li {
	list-style-image: url(images/bullet.png);
}

#body a, #sidebar a {
	font-weight: bold;
	color: #226AAA;
	text-decoration: none;
}
#body a:hover, #sidebar a:hover {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#content {
	float: right;
	width: 720px;
	font-size: 14px;
	min-height: 300px;
	line-height: 18px;
	padding-right: 15px;
}

#sidebar  {
	min-height: 200px;
	float: left;
	width: 230px;
	padding-left: 15px;
	color: #333;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
	
#sidebar ul li {
	list-style:none;
}
#sidebar ul li a {
	font-size: 14px;
	text-decoration:none;
	background-image: url(images/list.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 20px;
	display:block;
	line-height: 25px;
	font-weight:bold;
	color: #226AAA;
}
#sidebar ul li a:hover {
	background-color: #FFF;
}
#sidebar  H5 {
	color:#236AA9;
	background-color: #FFF;
	padding: 3px;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#sidebar .numnerlist  {
	list-style-image: url(images/arrow-list.png);
	display: block;
	margin-top: 3px;
	background-image: url(images/arrow-list.png);
	background-position: left top;
	padding-left: 25px;
	background-repeat: no-repeat;
	font-size: 18px;
}
#sidebar .fontsmall {
	font-size: 12px;
	font-style: italic;
}


#serviceform {
	background-image: url(images/form.png);
	height: 250px;
	width: 205px;
	padding-top: 50px;
	background-repeat: no-repeat;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-left: 20px;
}
.formbox {
	font-weight: bold;
	color: #470194;
	border: 1px solid #CCC;
	height: 25px;
	width: 175px;
}


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


#cities {
	width: 900px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 12px;
	text-align: center;
	color: #999;
	padding-top: 5px;
}
#cities a {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
#cities a:hover {
	font-weight: bold;
	color: #226AAA;
	text-decoration: none;
}
.h1subtitle {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #AAA9A9;
}
.bulletitem {
	background-image: url(scripts/images/arrow-list.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
}
.coloryellow {
	color: #F0A937;
}
.colorwhite {
	color: #FFF;
}
.font12 {
	font-size: 14px;
	color: #666;
}
.fontcalltoday {
	font-size: 18px;
	color: #CCC;
}


.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;
}
#body .tabs {
margin:0px;
padding:0px;
list-style:none;

}
#body .tabs li{
	float:left;
	background-image:none;
	padding:0px;
	margin-right:10px;
	list-style-image:none;
}
#body .tabs li a {
	background:#e2e2e2;
	display:block;
	padding:4px;
}