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

@charset "UTF-8";
/* CSS Document */
BODY {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-repeat: no-repeat;
	position: relative;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(images/background_bimini3.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
		
#container {
	margin: auto;
	width: 958px;
	position: relative;
	height: 800px;
}
		
#header {
	float: left;
	width: 958px;
	height: 94px;
	position: relative;
}

#image {
	float: left;
	width: 958px;
	height: 380px;
	position: relative;
}
#menu {
	float: left;
	width: 958px;
	background-repeat: no-repeat;
	position: relative;
	padding-right: 0px;
	height: 40px;
	background-color: #FFF;
}
		
#menu ul {
	float: left;
	list-style-image: none;
	list-style-type: none;
	width: 900px;
	padding-left: 0px;
}
		
#menu ul li {
	float: left;
	position: relative;
	padding-top: 0px;
	padding-right: 25px;
}
		
#menu ul li a {
	color: 263154;
	font-family: 'Nobile', sans-serif;
	font-size: 18px;
}
		
#menu ul li a:hover {
	color: #666;
}

#content {
	float: left;
	width: 958px;
	height: 400px;
	background-color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	position: relative;
}

.left {
	float: left;
	width: 958px;
	height: 400px;
	position: relative;
	background-color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	}
	
	.left_text2 {
	position: relative;
	height: 300px;
	width: 500px;
	background-position: left;
	padding-left: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #666;
	padding-right: 0px;
	padding-right: 0px;
	padding-top: 0px;
	}

.image_box {
	position: relative;
	height: 110px;
	width: 958px;
	background-position: left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}	
.text_link {
	position: relative;
	height: 150px;
	width: 300px;
	padding-left: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #6d9dce;
	}

#footer {
	clear: both;
	float: left;
	width: 958px;
	height: 56px;
	background-color: #FFF;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #039;
	width: 650px;
	height: 20px;
	float: right;
	border-top-style: 10;
	border-right-style: 10;
	border-bottom-style: 10;
	border-left-style: 250;
	margin-top: 20px;
	margin-right: 150px;
	margin-bottom: 0px;
	margin-left: 150px;
}

a {
	font-size: 14px;
	color: #333;
	font-family: 'Roboto', sans-serif;
}
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #6d9dce;
}
a:active {
	text-decoration: none;
	color: #6d9dce;
	border-top-style: 0;
}
a:img {
	border:0;
}
