@charset "utf-8";
@import url("../webfonts/Dear_Joe/stylesheet.css");
@import url("../webfonts/Texgyreheros_Regular/stylesheet.css");
@import url("../webfonts/Roboto_Thin/stylesheet.css");
@import url("../webfonts/Roboto_Regular/stylesheet.css");




body {
	margin: 0px auto;
	padding: 0px;
	background-color: #001D40;
	font-family: "Roboto Regular";
	font-size: 15px;
	color: #333333;
}
h1 {
	font-size: 72px;
	color: #3097cc;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Dear Joe";
}
body,td,th {
	padding: 0px;
	margin: 0px;
	vertical-align: text-top;
}
a:link {
	text-decoration: none;
	color: #3097cc;
}
#footer-box a {
	color: #FFFFFF;
}


ul li {
	text-indent: 10px;
}
.light-blue {
	color: #3097cc;
}
.testimonials {
	font-size: 14px;
	font-family: "Roboto Thin";
}

a.anchor {display:block;
			position:relative;
			top:-301px;
			visibility:hidden;
}

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.subtext {
	font-size: 12px;
}




#container {
	margin: 0px auto;
	max-width: 1024px;
	padding: 0px;
	background-color: #ffffff;
}

#footer-box  h3 {
	font-family: Helvetica;
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}




#page-header-blank-line {
	height: 268px;
	background-color: #FFFFFF;
}

#fixed-header {
	width: 100%;
	position: fixed;
}

#main-content {
	background: rgb(255,255,255);
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 10px;
}

#footer-box {
	color: #ffffff;
	font-family: "Roboto Thin";
	background: #3097cc;
	padding-left: 7%;
	padding-right: 7%;
	font-family: "Roboto Thin";
	font-size: 14px;
}
