@charset "utf-8";
body {
	background-image: url(images/tile.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 5px;
	background-color: #013E7D;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 10px;
	width: 97%;
}
h2 {
	font-size: 16px;
	color: #013E7D;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	width: 97%;
}

h3 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin: 0px;
}
#content h2 a{
	color: #98602D;
}

#wrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	min-height: 500px;
	border: 1px solid #02407D;
}


#header {
	height: 175px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#headernumber {
	float: right;
	width: 253px;
	height: 64px;
	font-size: 32px;
	font-weight: bold;
	color: #013E7D;
	text-align: right;
	background-image: url(images/header-number.png);
	padding-right: 30px;
	padding-top: 10px;
	background-repeat: no-repeat;
}
#headerbutton {
	clear: right;
	float: right;
	height: 101px;
	width: 283px;
}


.fontnumber {
	font-size: 16px;
	color: #EDC542;
}
#menu {
	height: 40px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #013E7D;
}

#cookie {
	background-image: url(images/cookie.png);
	background-repeat: no-repeat;
	height: 18px;
	padding-top: 3px;
	font-size: 12px;
	color: #5C1A17;
	padding-left: 97px;
}
#cookie a {
	color: #999;
	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;
	font-weight: bold;
}
#cookie a:hover {
	color: #013E7D;
	text-decoration: none;
}
#body {
	padding-right: 5px;
	padding-left: 5px;
	min-height: 500px;
	background-color: #FFF;
}
#body a, #sidebar a {
	color: #013E7D;
	text-decoration: none;
	font-weight: bold;
}
#body a:hover, #sidebar a:hover {
	color: #999;
	text-decoration: none;
}


#sidebar {
	width: 250px;
	float: left;
	min-height: 200px;
	margin-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#sidebar h5 {
	color: #FFF;
	height: 30px;
	font-size: 18px;
	padding-left: 30px;
	padding-top: 7px;
	width: 220px;
	margin-bottom: 0px;
	background-color: #487196;
}
#serviceform {
	background-image: url(images/form.png);
	height: 393px;
	width: 225px;
	padding-top: 10px;
	background-repeat: no-repeat;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;

}
.formbox {
	font-weight: bold;
	color: #013E7D;
	border: 1px solid #E5D7AE;
	height: 22px;
	width: 200px;
}
#headerwrap {
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	background-position: 200px;
}

#content {
	float: right;
	width: 725px;
	min-height: 500px;
	margin-top: 10px;
	line-height: 18px;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 70px;
	padding-top: 25px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	padding-left: 20px;
}
.coloryellow {
	color: #F8CC00;
}

#cities {
	width: 980px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(images/cities.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	min-height: 200px;
	text-align: center;
	color: #999;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#cities a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
#cities a:hover {
	color: #013E7D;
	text-decoration: none;
}
.comment {
	background-image: url(images/comment.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 40px;
	background-image: url(images/comment.png);
	min-height: 35px;
}
.news {
	background-image: url(images/news.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 40px;
	font-size: 12px;
	min-height: 35px;
}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}


