@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #333;
	background-repeat: repeat-y;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #C32626;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 3px;
	margin-bottom: 0px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #4188B8;
	margin-top: 5px;
	text-align: center;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #C32626;
	margin-top: 5px;
}
#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	min-height: 500px;
}
#header {
	background-image: url(images/header.png);
	height: 88px;
	background-repeat: no-repeat;
}
#headernumber {
	background-image: url(images/header-number.png);
	float: right;
	height: 68px;
	width: 329px;
	padding-top: 20px;
	padding-right: 20px;
	font-size: 36px;
	font-weight: bold;
	text-align: right;
	color: #B6023B;
}

.fontnumber {
	font-size: 20px;
	color: #666;
}
#menu {
	background-image: url(images/menu.png);
	height: 65px;
	padding-left: 210px;
	padding-right: 60px;
	font-weight: bold;
	color: #FFF;
	clear: both;
}
#menu a {
	color: #FFF;
	text-decoration: none;
	display: block;
	margin-top: 22px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}
#menu a:hover {
	color: #CEA301;
}

#menu img {
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 5px;
}

#socialmenu {
	background-image: url(images/header-under.png);
	height: 75px;
	background-repeat: no-repeat;
}
#tv {
	position: relative;
	height: 65px;
	width: 95px;
	left: 195px;
	top: 5px;
	float: left;
}
#newsletter {
	position: relative;
	left: 630px;
	top: 5px;
	float: left;
}
#newsletter img{
	border: 0px;
}
#newsletter h4{
	margin:12px 0px 0px 0px;
	font-size:14px;
}
#newsletter-form {
	background: #E7E9DF;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #999;
	padding-top: 20px;
}

#award {
	position: relative;
	height: 60px;
	width: 425px;
	float: right;
	top: 7px;
	right: 280px;
}
#logo {
	position: absolute;
	height: 197px;
	width: 154px;
}


#cookie {
	background-image: url(images/cookie.png);
	background-repeat: no-repeat;
	height: 19px;
	padding-left: 117px;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	padding-top: 3px;
}



#cookie a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}

#cookie a:hover {
	color: #B6013B;
	text-decoration: none;
}
#content {
	float: right;
	width: 685px;
	margin-right: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 10px;
}
#content a {
	color: #2E619E;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #B6023B;
}
#bottomcontent {
	height: 100px;
	text-align: center;
	border-top-width: 90%;
	border-top-style: solid;
	border-top-color: #E8E8E8;
}
#bottomcontent img {
	margin-right: 15px;
	vertical-align: middle;
}
#footer {
	background-image: url(images/footer.png);
	height: 89px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	background-color: #D8D8D8;
}

#body {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	min-height: 400px;
}
#sidebar {
	float: left;
	width: 277px;
	margin-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: #005088;
	font-weight:bold;
	font-size: 13px;
	text-decoration:none;
	background-image: url(images/list.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}
#sidebar ul li a:hover {
	color: #B6023B;
	background-color: #FAFAFA;
}
#sidebar h5 {
	background-image: url(images/menu-header.png);
	text-align: left;
	font-size: 16px;
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 10px;
	padding-bottom: 3px;
	margin: 0px auto;
	background-position: center;
	padding-left: 25px;
}

#cities {
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	min-height: 200px;
	text-align: center;
	font-size: 12px;
	color: #999;
	background-color: #D3D3D3;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#cities a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#cities a:hover {
	color: #1A6799;
}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
.small{font-size:small;}
.smaller{font-size:smaller;}

