@charset "utf-8";
body {
	background-image: url(../images/bg-extend.gif);
	background-repeat: repeat-x;
}

a:link, a:active {color: #226CB3;}
a:visited {
	color: #484784;
}

#outer {
	min-height: 795px;
	background-image: url(../images/bg-main.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	width: 970px;
	margin: 0px auto;
}

#header {
	padding-top: 40px;
}
	#header img {
		display: block;
		margin: 0px auto;
	}

	#content img {
		display: block;
		margin: 0px auto;
		padding-top: 25px;
		
	}
		#content ul {
			margin-left: 28px;
		}
		#content ul li {
			list-style: none;
			float: left;
		}
			#content ul li a {
				display: block;
				width: 273px;
				height: 1px;
				overflow:hidden;
				padding-top: 107px;
				background-repeat: no-repeat;
				margin-right: 43px;
			}
			#content ul li a:hover {
				background-position: 0 -110px;
			}
				#content ul li #cta-growth {background-image: url(../images/cta-growth.gif);margin-right: 0px;}
				#content ul li #cta-mavrix {background-image: url(../images/cta-mavrix.gif);}
				#content ul li #cta-seamark {background-image: url(../images/cta-seamark.gif); }
#footer {
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	background-color: #3780c5;
	float: left;
	margin-bottom: 50px;
	width: 100%;
}

#footer ul {
width: 970px;
margin: auto;

}

#footer li {
	list-style: none;
	float: left;
	
}
	#mail {
		background-image:url(../images/icon-mail.gif);
		background-position:21px 43px;
		background-repeat:no-repeat;
		height:85px;
		padding:30px 0 0 76px;
		width:258px;
	
	}
	
	#info {
		background-image:url(../images/icon-info.gif);
		background-position:-1px 21px;
		background-repeat:no-repeat;
		height:85px;
		padding:41px 0 0 95px;
		width:202px;
	}
	
	#phone {
		background-image:url(../images/icon-phone.gif);
		background-position:-1px 21px;
		background-repeat:no-repeat;
		height:85px;
		padding:40px 0 0 118px;
		width:218px;
	
	}

#text {
clear:both;
font-family:Verdana,Arial,sans-serif;
font-size:12px;
line-height:16px;
padding:28px 0 50px 50px;
width:876px;
}

#text p {
padding: 7px 0px 7px 0px;
}

#text ul {
padding: 10px 0px 10px 0px;
}

#text ul li{
list-style-type: disc;
list-style-position: outside;
padding: 5px 0px 5px 0px;
}

#text a:visited, #text a:active, #text a:hover{
color: #B08C46;
}

#footer a:link, #footer a:visited{
text-decoration: none;
color: #fff;
}

#footer a:hover, #text a:active{
text-decoration: underline;
color: #fff;
}


