@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #F4F4F4;

}
#bodywrap {
}


h1 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
h2 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

#headerwraptrans {
	background-color: #DEDEDC;
	background-image: url(images/header-back-trans.png);
	background-repeat: repeat-x;
}
#headerwrap {
	background-color: #DEDEDC;
	background-image: url(images/header-back.png);
	background-repeat: repeat-x;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
#header {
	background-image: url(images/header.png);
	height: 127px;
	background-repeat: no-repeat;
}

#headernumber {
	background-image: url(images/header-number.png);
	height: 107px;
	width: 337px;
	padding-top: 20px;
	padding-right: 20px;
	background-repeat: no-repeat;
	float: right;
	font-size: 32px;
	text-align: right;
	font-weight: bold;
	color: #364A84;
}


.fontnumber {
	font-size: 16px;
	color: #999;
}


#menu {
	height: 34px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding-top: 7px;
}


#cookie {
	height: 17px;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	padding-top: 3px;
	color: #354A85;
	background-image: url(images/cookie.png);
	background-repeat: no-repeat;
	padding-left: 95px;
}
#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;
}
#cookie a:hover {
	color: #C22E36;
	text-decoration: none;
}
#bodywrap {
	background-color: #EEE;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999;
	border-bottom-color: #999;
}

#body {
	background-color: #FFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
#body a, #sidebar a {
	color: #2E437E;
	text-decoration: none;
	font-weight: bold;
}
#body a:hover, #sidebar a:hover {
	color: #C43635;
	text-decoration: none;
}

#content {
	float: left;
	width: 620px;
	min-height: 300px;
	margin-right: 5px;
	margin-top: 10px;
	line-height: 20px;
	padding-left: 10px;
}

#sidebar {
	width: 235px;
	float: right;
	min-height: 200px;
	padding-top: 10px;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 10px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
	
#sidebar ul li {
	list-style:none;
}
#sidebar ul li a {
	display:block;
	line-height: 25px;
	padding: 0 15px 0 20px;
	margin: 0 5px;
	color: #333;
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
	background-image: url(images/list.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar ul li a:hover {
	color: #8E1A1B;
}
#sidebar h5 {
	color: #333;
	font-size: 16px;
	background-color: #EEE;
	padding: 5px;
	margin-bottom: 5px;
}

#form {
	background-image: url(images/form.png);
	background-repeat: no-repeat;
	height: 405px;
	width: 210px;
	padding-top: 60px;
	padding-left: 20px;
}
.formborders {
	border: 1px solid #999;
	color: #364A84;
	height: 25px;
	font-weight: bold;
	width: 175px;
}
#footerwrap {
	background-color: #EEE;
	padding-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}


#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 55px;
	text-align: center;
	color: #333;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-position: center center;
}
#footer a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #C22E36;
	text-decoration: none;
}
#cities {
	width: 900px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	min-height: 200px;
	text-align: center;
	color: #666;
	padding-top: 10px;
}
#cities a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#cities a:hover {
	color: #C22E36;
	text-decoration: none;
}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}

