@charset "utf-8";
*{
	padding:0;
	margin:0;
}
body {
	font: 14px "trebuchet ms", Arial, Helvetica, sans-serif;
	background-color:#E5E4E4;
	background-image: url(../images/bg2.png);
	background-repeat: repeat-x;
	text-align: justify;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 30px;
}
#navigation {
	height: 41px;
	width: 785px;
	position: relative;
	background-image: url(../images/navigation_bg.png);
	background-repeat: no-repeat;
	padding-left:15px;
}
#banner {
	height: 192px;
	width: 800px;
	position: relative;
	background-repeat: no-repeat;
	margin-top: 5px;
	background-image: url(../images/banner.gif);

}
#content {
	background-color: #FFF;
	padding-left:8px;
	padding-right:8px;

}
#content ul {
	margin-left: 0px;
	padding-left: 1.5em;
}
#bottom {
	background-image: url(../images/content_bottom_round.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 800px;
}
#footer {
	position: relative;
	height: 90px;
	width: 800px;
	margin-top: 5px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;

}
#footernav {
	padding: 5px;
}
#footer #navlist li {
	display: inline;
	list-style-type: none;
}
#footer #navlist li a {
	color: #F7F7F7;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}
#footer #navlist li a:hover {
	text-decoration:underline;
	
}
#footer #date {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-top: 15px;
}
.clear {
	clear: both;
}
hr
{
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 0 0 20px;
  height: 0;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #004A71;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #004A71;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #004A71;
}
.last {
	border-style: none;	
}
#contact_us {
	width: 230px;
	float: left;
	padding: 5px;
	margin: 5px;
}
#google_map {
	width: 528px;
	float: right;
	padding: 1px;
	margin: 1px;
}
#banner .logo {
	background-repeat: no-repeat;
	position: absolute;
	width: 179px;
	height: 125px;
	left: 590px;
	top: 28px;
}#content .maincontent {
	float: left;
	width: 519px;
}
