﻿@import url('fhti_layout.css');
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #AAD5FF;
	font-size: 100%;
}
#container {
	width: 1000px;
	margin: auto;
	font-size: 0.875em;
	background-color: #FFFFFF;
}
p {
	margin:0;
	padding:0;
}
#leftside {
	width: 300px;
	float: left;
}
#logostyle {
	border: 1px solid;
	border-color: #0021E6;
	margin: 0;
	padding: 0;
	margin-bottom: 0px;
	height: 223px;
	width: 298px;
	display: block;
}
div#navboxwrap {
	float: left;
	width: 238px;
	padding: 15px 15px 20px 10px;
	margin: 0;
	border-right: solid 1px #cccccc;
	background-color: #0021E6;
	border-top-color: #05BA00;
	border-top-width: 20px;
	border-top-style: solid;
	margin-top: 0px;
	height: auto;
}
div.navsect a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	color: #FFFFFF;
}
div.navsect ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 1.7em;
}
div.navsect li {
	padding: 1px 0px 0px 0px;
	margin: 0px;
}

#navboxwrap li:hover {
	background-image: url("images/dot3.gif");
	background-repeat: no-repeat;
	background-position: left;
}

div.navsect a:hover {
	background-image: url("images/dot3.gif");
	background-repeat: no-repeat;
	background-position: left;
}

#masthead {
	border-bottom: 1px solid;
	border-top: 20px;
	margin: 0;
	padding: 0;
	width: 700px;
	float: left;
	height: 125px;
	background-color: #0021E6;
	border-bottom-color: #0021E6;
	border-top-color: #05BA00;
	border-top-style: solid;
}
#content {
	float: left;
	width: 686px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 13px;
	padding-right: 14px;
}

#footer {
	border-top: 1px #236213 solid;
	text-align: center;
	clear: both;
	width: 1000px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	color: #070CBA;
}
/* Masthead Styles */
#masthead p {
	font-size: 28px;
	font-weight: bolder;
	text-align: left;
	margin: 0px;
	color: #FFFFFF;
	background-color: #0021E6;
	margin-left: 28px;
	margin-top: 30px;
	margin-bottom: 28px;
}
#masthead img {
	float: right;
	margin-right: 30px;
}
/* Navigation Styles */
/* Content Styles */
#content p {
	margin-bottom: 6px;
}
#content p.indented {
	margin-bottom: 6px;
	margin-left: 60px;
	margin-right: 60px;
}
#content div.indented {
	margin-left: 60px;
}
#content .index {
	font-weight: bold;
	margin: 0;
	padding: 0;
	float: left;
}
#content .listbox {
	padding: 0;
	margin-left: 0;
	margin-top: 10px;
	float: left;
	width: 202px;
	margin-right: 0;
}
#content .listboxsm {
	padding: 0;
	margin-left: 0;
	margin-top: 10px;
	float: left;
	margin-right: 0;
	width: 160px;
}
#content ul {
	list-style-type: none;
	line-height: 1.7em;
}
#content ul li {
	margin-bottom: 14px;
	margin-top: 4px;
	font-weight: bold;
}
#content ul li ul {
	list-style-type: square;
}
#content ul li ul li {
	margin-bottom: 4px;
	font-weight: normal;
}
#content .listbox ul {
	margin: 0;
	list-style-type: none;
	line-height: .7em;
}
#content .listboxsm ul {
	margin: 0;
	list-style-type: none;
	line-height: .7em;
}
#content ol {
	
}
#content ul.short {
	margin-left: 80px;
	width: 200px;
	float: left;
	line-height: .8em;
	list-style-type: disc;
}
#content ul.plain {
	font-weight: normal;
	list-style-type: none;
	line-height: 1.8em;
	margin-top: 8px;
}
#content ul.plain li {
	line-height: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: normal;
	margin-bottom: 0px;
}
#content img.photoleft {
	float: left;
	margin-right: 22px;
	padding: 5px;
	border: none;
	margin-bottom: 10px;
}
#content h3 {
	color: #000000;
	margin-top: 30px;
	font-size: large;
	margin-bottom: 6px;
}
#content h4 {
	color: #05BA00;
	margin-top: 20px;
	font-size: medium;
	font-style: italic;
	margin-left: 12px;
}
#content p.divider {
	height: 1px;
	font-size: .1em;
	background-color: #001693;
	margin-right: 4px;
	margin-left: 0px;
}
#emailform {
	width: 678px;
}
#emailform label {
	margin-right: 10px;
	padding-right: 10px;
	width: 150px; 
	display: block; 
	float: left; 
	text-align: right; 
	position: relative;
}
#emailform #button_row {
	margin-left: 176px;
	margin-top: 20px;
}
/* Footer Styles */
#footer a {
	color: #3EAC22;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFCF0;
	background-color: #334E82;
	text-decoration: underline;
}
a {
	color: #3EAC22;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.underline {
	text-decoration: underline;
}
.center {
	text-align: center;
}
.floatleft {
	float: left;
}
.marg_right {
	margin-right: 30px;
	margin-left: 30px;
}
.linklist {
	line-height: 1.5em;
}
#masthead p.tinytext {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 1.2em;
}
.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	width: 0;
	height: 25px;
}
.filler {
	height: 10em;
	clear: both;
}
.filler_small {
	height: 3em;
	clear: both;
}
strong {
	color: #0A0E16;
}
.signup_box {
	width: 170px;
	float: right;
	margin-top: 4px;
	margin-right: 8px;
}
.notification a:hover {
	color: #05BA00;
	text-decoration: underline;
}

.bluetext {
	font-size: 12px;
	color: #0021E6;
	font-weight: bold;
}
.formstyle {
	margin-bottom: 0px;
}
label {
	font-size: 14px;
}
