
* {
	margin: 0;
	padding: 0;
}

body, html {
	font-family:Verdana, Arial, sans-serif;
	font-size:76%;
	background-color:#d2d2d2;
}

img {
	border: 0;
}

h1 {
	font-size: 11px;
	padding-bottom: 15px;
}

#container {
	width:780px;
	margin: 10px auto;
	background-color:#fff;
	border: 1px solid #000;
	overflow: auto;
}

#header {
	width: 780px;
	height: 200px;
	text-align: left;
	color: #FFF;
}

#picture {
	position: relative;
	top: 0;
	width:780px;
	height:198px;
}

#nav {
	position: absolute;
	top: 182px;
	filter:alpha(opacity=80);
	opacity: 0.80;
	-moz-opacity:0.80;
}



#nav ul {
	text-align: left;
	width: 780px;
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

#nav ul li {
	float: left;
	list-style-type: none;
	padding: 3px 16px 3px 5px;
	margin-right: 3px;
	background-color: #fff;
}

#nav ul li a {
	color: #000;
	text-decoration: none;
}

#nav .active{
	background-color: #c31a1b;	
}

#nav .active a{
	color: #fff;

}

#main {
	overflow:hidden;	
}
#status {
	float: left;
	width: 50px;
}

#content {
	float: right;
	width: 665px;
	padding-top: 40px;
	padding-right: 50px;
	font-size: 12px;
	min-height: 260px;	
}

.text {
	display: block;
	margin-bottom: 20px;
}

#logo {
	float:right;
}

.form_route_input{
  background: #fff;
  border: 1px solid #ddd;
  width: 140px;
  font-weight: bold;
  font-size: 11px;
  color: #000;
}

.form_route_button {
  background: #fff;
  width: 140px;
  font-size: 11px;
  color: #000;
}



#seo {
	display: none;
	overflow: hidden;
}
