@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background:url(images/bg.png) repeat #003366;
	font-family:Arial, Helvetica, sans-serif;
}

a:link, a:active, a:visited {
	color:#124171;
	text-decoration:none;
}

a:hover {
	color:#124171;
	text-decoration:underline;
}

#container {
	width:759px;
	margin:auto;
	top:50px;
	position:relative;
	background: #eee;
	border:1px solid #fff;
}

.container_top{
	background:url(images/header_strip.png) repeat-x;
	height:130px;
	position:relative;
}

.logo {
	background:url(images/logo.png) no-repeat;
	width:189px;
	height:88px;
	top:20px;
	margin:auto;
	position:relative;
}

#slide {
	width:759px;
	margin:auto;
	position:relative;
}

.container_content {
	width:759px;
	margin:auto;
	position:relative;
	background:url(images/container_bg.png) repeat-x #EBEBEB;
	min-height:300px;
}

.container_content .left {
	width:740px;
	padding-top:20px;
	left:17px;
	position:relative;
	line-height:1.4;
	padding-bottom:20px;
}

.container_content .left h2{
	font-weight:300;
	font-size:18px;
	color:#053769;
}

.container_content .left p{
	font-weight:300;
	font-size:14px;
	color:#555;
}

.container_content .left .right_img {
	float:right;
	position:relative;
	top:60px;
	right:10px;
	padding-left:20px;
}

.container_content .lefttext {
	width:445px;
}

.map_right {
	float:right;
	position:relative;
	right:10px;
	border:2px solid #666;
	padding:3px;
	background: #eee;
}

#footer {
	clear:both;
	height:35px;
	width:100%;
	bottom:0;
	top:45px;
	position:relative;
}

#footerwrapper {
	width:759px;
	margin:auto;
	color:#eee;
	font-size:11px;
	bottom:0;
	text-align:right;
	padding-bottom:0;
}