body {
	background: #f1f1f1 url('../css/images/background.gif') repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: -moz-scrollbars-vertical;
}
#header {
	width: 100%;
	height: 367px;
	background: url('../css/images/header.jpg') no-repeat top center;
	margin: auto;
}
#header_cont {
	width: 850px;
	margin: auto;
}
#logo {
	float: left;
	width: 412px;
	height: 71px;
	margin-top: 19px;
	//margin-top: 17px;
}
#container {
	width: 848px;
	margin: auto;
}
#content {
	float: left;
	width: 738px;
	padding: 0px 55px 20px 55px;
	background: url('../css/images/content_back.gif') repeat-y;
	//background: url('../css/images/content_back.gif') repeat-y 2px;
}
#content img {
	border: 1px solid #1b5b76;
	margin: 5px 40px 100px 0;
}
#content ul {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #333333;
	margin-left: 270px;
	padding: 0px;
	line-height: 18px;
}
#footer {
	float: left;
	width: 808px;
	height: 50px;
	background: url('../css/images/footer.gif') no-repeat top;
	//background: url('../css/images/footer.gif') no-repeat top 2px;
	margin: auto;
	padding: 0 20px 0 20px;
}
#footer p {
	font-size: 11px;
	color: #999999;
}
#footer a, #footer a:visited {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#menu {
	float: left;
	width: 140px;
	clear: both;
	margin: 90px 0 0 55px;
	display: inline;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-left: 15px;
}
#menu ul li {
	margin: 0px;
	padding: 0px;
}
#menu ul li a {
	display: block;
	height: 21px;
	color: #f7f7f7;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid #4f8095;
	padding: 8px 0 0 5px;
	font-weight: bold;
}
#menu ul li a:hover, #menu ul li a.active{
	background: url('../css/images/bullet.gif') no-repeat center left;
	padding-left: 12px;
	color: #ffffff;
}
#menu ul li a.active {
	color: #9ab9d8;
}
#first, #second, #third {
	float: left;
	width: 230px;
	margin-left: 24px;
}
#first {
	margin-left: 0px;
}
p {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
	margin: 10px 0 10px 0;
}
.spacer {
	float: left;
	width: 100%;
	height: 30px;
}
h1 {
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	color: #1b5b76;
	font-weight: normal;
	margin: 0px 0 5px 0;
}
h1 a:hover {
	text-decoration: underline;
}
.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.address {
	float: left; 
	width: 150px;
}
.clear_float {
	clear: both;
}
.message_error{ color:#ee2f15; }
.message_ok{ color:#218c00; }

form{ margin:10px 0 0 0; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
form .fl_left{ width:400px; }
form label { float:left; width:150px; }
form input{ padding:2px 5px; width:220px; border:1px solid #999; padding: 3px; }
form input:focus{ border:1px solid #006AB1; }
form .small{ width:100px; }
form textarea{ padding:5px; width:455px; height:80px; overflow:auto; border:1px solid #999; font-family: Arial, Helvetica, sans-serif; }
form textarea:focus{ border:1px solid #006AB1; }
form .submit{ width:auto; height:auto; padding:3px; display:block; background-color:#E9E9E9; margin-left: 150px; }
form .submit:hover{ background-color:#CCC; }

#map{ margin:0 0 0px 0; width:740px; height:500px; }

a, a:visited {
	color: #1b5b76;
	text-decoration: none;
}
#logos {
	float: left;
	display: inline;
	margin-left: 240px;
	width: 539px;
	height: 22px;
}
#logos img {
	border: 0px;
}