@import url(http://fonts.googleapis.com/css?family=Titillium+Web:600);
body {
	margin: 0px;
	padding: 0px;
	background-color: #00374c;
}
.clearall {
	clear: both;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	width: 1060px;
	margin: 0 auto;
	background-color: #ffffff;
	box-shadow: 0 0 15px #000000;
	margin-bottom: 50px;
}
#topbar {
	width: 1060px;
	height: 30px;
}
#logo {
	position: relative;
	width: 200px;
	height: 200px;
	background-color: #ffffff;
	z-index: 999;
	margin-bottom: -194px;
	margin-left: 25px;
	box-shadow: 0 0 15px #000000;
}
#logo img {
	width: 150px;
	margin-left: 25px;
	margin-top: 25px;
}
#banner {
	position: relative;
	z-index: 1;
	height: 400px;
}
#nav {
	width: 1060px;
	height: 30px;
	background: #0087b9;
	border-top: 2px solid #ffffff;
}
#nav ul {
	list-style: none;
	font: 16px "Titillium Web";
	margin-top: 2px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}
#nav li {
	display: inline;
	margin-left: 130px;
}
#nav a {
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#content {
	width: 1060px;
	margin-bottom: 30px;
}
h1 {
	font: 40px "Titillium Web";
	font-weight: bold;
	color: #0087b9;
	margin-top: 20px;
	margin-bottom: 0px;
}
h2 {
	font: 30px "Titillium Web";
	font-weight: bold;
	color: #0087b9;
	margin-bottom: 0px;
}
p {
	font: 14px/28px Helvetica;
	margin-top: 0px;
}
.testimonial {
	font: italic 14px/22px Helvetica;
	margin-top: 0px;
	color: #00688f;
}
.col1 {
	width: 490px;
	margin-left: 30px;
	margin-right: 20px;
	float: left;
}
.col2 {
	width: 490px;
	float: left;
	margin-top: 30px;
	margin-bottom: 25px;
}
#topbar p {
	position: relative;
	font: 16px "Titillium Web";
	font-weight: bold;
	letter-spacing: 1px;
	color: #0087b9;
	text-align: right;
	padding-right: 30px;
}
#footer {
	width: 1060px;
	background-color: #0087b9;
	margin-bottom: 0px;
	margin-top: 50px;
}
#footer p {
	text-align: center;
	color: #ffffff;
}
.cutline {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	line-height: 20px;
	padding-top: 5px;
}
.center {
	text-align: center;
}
.nopad {
	margin: 0px;
	padding: 0px;
	margin-bottom: -15px;
}
.darkblue {
	color: #00688f;
}
.quform-outer {
	z-index: 999999;
	width: 250px;
}
.quform-inner {
	position: relative;
	width: 230px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: rgba(255, 255, 255, 0.8);
	margin-top: -395px;
	margin-left: 800px;
	z-index: 999999;
}
.quform-inner h2 {
	font: 25px "Titillium Web";
	text-align: center;
	margin-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	color: #0087b9;
}
#content ul {
	margin-top: -10px;
	margin-bottom: 10px;
}
#content li {
	font: 14px "Titillium Web";
	color: #00688f;
	list-style-type: square;
}