﻿@import url('layout.css');
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #FFFFFF;
	font-size: 100%;
}
#container {
	width: 1000px;
	margin: 10px auto;
	font-size: 0.875em;
}
p {
	margin:0;
	padding:0;
}
#leftside {
	width: 171px;
	float: left;
}
div#navboxwrap {
	float: left;
	width: 160px;
	padding: 15px 6px 20px 0px;
	margin: 5px 0px 0px 0px;
	clear: both;
}
div.navsect a {
	font-size: 1.5em;
	text-decoration: none;
	padding-left: 20px;
	color: #FE1B87;
	line-height: 4em;
}
div.navsect ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 4em;
}
div.navsect li {
	padding: 1px 0px 0px 0px;
	margin: 0px;
	line-height: 4em;
}
#navboxwrap li:hover {
	background-image: url("images/bigdot.gif");
	background-repeat: no-repeat;
	background-position: left;
	color:purple;
}
#navboxwrap h4 {
	text-align: center;
	font-weight: normal;
}
div.navsect a:hover {
	color:purple;
}
#masthead {
	text-align: center;
	width: 900px;
	margin-top: 10px;
	float: left;
}
#content {
	float: left;
	width: 744px;
	margin-top: 8px;
}

#footer {
	border-top: 1px #236213 solid;
	text-align: center;
	clear: both;
	width: 1000px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: small;
	color: #994EEA;
}
/* Masthead Styles */
#masthead h1 {
	font-size: 48px;
	font-weight: bolder;
	text-align: center;
	padding: 10px 10px 10px 20px;
	margin: 0px;
	color: #FFFFFF;
	padding-top: .4em;
	padding-bottom: .4em;
	background-image: url('images/splash4.gif');
}
#masthead h2 {
	padding: .4em;
	border-bottom: 1px #48BD2B solid;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	color: #156FD4;
	margin-top: 130px;
}
/* #masthead h2 {
	font-size: 2.5em;
	font-weight: bolder;
	text-align: center;
	padding: 5px 10px 5px 20px;
	margin: 30px 0px 0px 0px;
	color: #3EAC22;
}  */
#masthead h3 {
	color: #48CA28;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: large;
}
#masthead .plain_box {
	padding: 12px;
	margin-left: 60px;
	margin-bottom: 0px;
	float: left;
	list-style-type: none;
	margin-top: 16px;
	margin-right: 16px;
	background-color: #FBFFFB;
}
#masthead .plain_box li {
	width: 120px;
	display: inline;
}

/* Content Styles */
#content p {
	background-position: left;
	margin-bottom: 4px;
	background-image: url('images/dot3.gif');
	background-repeat: no-repeat;
	text-indent: 1.4em;
}
#content p.box {
	margin-bottom: 6px;
	margin-left: 40px;
	margin-right: 0px;
	width: 370px;
	text-align: center;
}
#content p.centered_box {
	margin-bottom: 6px;
	margin-left: 40px;
	margin-right: 40px;
	text-align: center;
}
#content p.indented {
	margin-bottom: 6px;
	margin-left: 60px;
	margin-right: 60px;
}
#content .listbox {
	text-align: center;
	float: left;
	margin-left: 100px;
	margin-right: 0px;
	margin-bottom: 20px;
}
#content ul {
	margin-top: 6px;
	line-height: 1.5em;
	height: 30px;
}
#content h2 {
	color: #3EAC22;
	text-align: center;
	font-size: xx-large;
	font-style: italic;
}
#content h3 {
	color: #FFFFFF;
	font-size: large;
	margin-bottom: 22px;
	text-align: center;
	background-color: #1088EB;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
#content h4 {
	color: #BA4C0B;
	margin-top: 20px;
	font-size: medium;
	font-style: italic;
	margin-left: 12px;
}
#emailform {
	width: 630px;
}
#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;
}
a.hugginslink {
	font-size: x-small;
	margin-left: 40px;
}
/* This implements the pop-up of the fee info when the user hovers mouse over the text */
.popup span {display: none}
a.popup:hover {
	text-decoration:none;
	color:black;
}
.popup:hover span {
	padding: 8px;
	display: block;
	width: 30em;
	background-color: #E0E7ED;
	border: 2px #B4C6D3 double;
	position: fixed; top: 40%; left: 45%; 
/*	position: absolute; left: 40%; top: 21em;*/
	padding: 8px;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #3EAC22;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFCF0;
	background-color: #334E82;
	text-decoration: underline;
}
#list2 {
	float: left;
	width: 140px;
	margin-left: 10px;
	font-size: .8em;
}
a {
	color: #3EAC22;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}
a:hover {
	color: #BA4C0B;
}
img.indented {
	margin-left: 160px;
}
.color1 {
	color: #156FD4;
}
.color2 {
	color: #FF0179;
}
.color3 {
	color: #6600FF;
}
.floatleft {
	float:left;
}
.style_bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.center {
	text-align: center;
}
.italic {
	font-style: italic;
}
.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	width: 0;
	height: 25px;
}
.blankspace {
	height: 40px;
	clear: both;
}
.strong {
	color: #0A0E16;
}
.purple {
	background-color:#F8F0FF;
}
