﻿@import url('layout.css');
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #FFFCF0;
	font-size:100%;
}
#container {
	width: 1000px;
	margin: 10px auto;
	font-size:0.875em; /* Browsers default to 16px.  This reduces that to more normal size of 14px.  16x.875=14 */	
}
p {
	margin:0;
	padding:0;
}
#leftside {
	width: 302px;
	float: left;
}
#leftside p {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-weight: bold;
}
#logobox {
	width: 302px;
	float: left;
}
#logostyle {
	border: 10px #A6E796 solid;
}
div#navboxwrap {
	float: left;
	width: 190px;
	padding: 15px 15px 20px 10px;
	margin: 5px 0px 0px 0px;
	border-right: solid 1px #cccccc;
	clear: both;
	background-color: #3EAC22;
	margin-left: 86px;
}
div#navbox {
	padding:0px;
	margin:10px 0px 10px 10px;
	font-size:11px;
	font-weight:normal;
	line-height:17px;
	border-top:solid 1px #c0d3e2;
}
div.navsect h5 {
	font-size:13px;
	font-weight:bold;
	padding:2px 5px 1px 5px;
	margin:0px;
	border:none;
}
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;
}
div.navsect li {
	padding: 1px 0px 0px 0px;
	margin: 0px;
}

#navboxwrap li:hover {
	background-image: url("images/dot2.gif");
	background-repeat: no-repeat;
	background-position: left;
}

div.navsect a:hover {
	background-image: url("images/dot2.gif");
	background-repeat: no-repeat;
	background-position: left;
}

#masthead {
	text-align: center;
	width: 696px;
	margin-top: 30px;
	float: left;
}
#content {
	padding: 8px 16px 8px 16px;
	float: left;
	width: 644px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #FFF2BF;
}

#footer {
	border-top: 1px #236213 solid;
	text-align: center;
	clear: both;
	width: 1000px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: small;
	color: #BA4C0B;
}
/* Masthead Styles */
#masthead h1 {
	border-bottom: 1px #74DA5A solid;
	font-size: 48px;
	font-weight: bolder;
	text-align: center;
	padding: 10px 10px 10px 20px;
	margin: 0px;
	color: #FFFFFF;
	border-top: 10px #3EAC22 solid;
	background-color: #3EAC22;
}
#masthead h2 {
	border-bottom: 1px #48BD2B solid;
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	color: #000000;
	border-top: 2px #2C7D17 solid;
	background-color: #A6E796;
}
/* #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: #338E1C;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: large;
}
#masthead h4 {
	color: #111B2D;
	margin-top: 0px;
	margin-left: 290px;
	margin-bottom: 6px;
	font-weight: bolder;
	font-style: italic;
}
#masthead p {
	text-align: center;
}
/* Navigation Styles */
#navsect ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	margin-top: 40px;
}
/* Content Styles */
#content p {
	margin-bottom: 6px;
	margin-left: 40px;
	margin-right: 45px;
}
#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 {
	margin-left: 70px;
	margin-top: 20px;
}
#content .list {
	float: left;
	width: 225px;
}
#content ul.short {
	margin-left: 80px;
}
#content ul.plain {
	list-style-type: none;
	line-height: 1.8em;
}
#content ul.plain li {
	line-height: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
}
#content img.photo {
	float: right;
	margin-right: 8px;
	padding: 5px;
	border: 1px solid #808080;
	margin-bottom: 30px;
	margin-left: 22px;
}
#content img.large {
	float: right;
	margin-right: 36px;
	padding: 5px;
	border: 1px solid #808080;
	margin-bottom: 30px;
}
#content img.centered {
	padding: 5px;
	border: 1px solid #808080;
	margin-bottom: 30px;
	margin-top: 50px;
	margin-left: 246px;
}
#content h2 {
	color: #3EAC22;
	text-align: center;
	margin-top: 30px;
	font-size: xx-large;
	font-style: italic;
}
#content h3 {
	color: #3EAC22;
	margin-top: 30px;
	font-size: large;
	font-style: italic;
}
#content h4 {
	color: #BA4C0B;
	margin-top: 20px;
	font-size: medium;
	font-style: italic;
	margin-left: 12px;
}
#policy {
	margin-left: 20px;
	font-style: italic;
	line-height: 1.2em;
	padding: 8px 12px 12px 12px;
	border: 2px #9EC0DA groove;
	width: 500px;
}
#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;
}
.addr_box {
	border: 2px #B4C6D3 double;
	padding: 8px;
	text-align: center;
	margin-left: 20px;
	margin-top: 16px;
	width: 220px;
	float: left;
	margin-bottom: 30px;
	margin-right: 15px;
	background-color: #E0E7ED;
}
#logo_style {
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	float: left;
	margin-bottom: 10px;
}
#bar_style {
	width: 617px;
	height: 12px;
	margin-left: 276px;
}
/* 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;
}
a {
	color: #3EAC22;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bold;
}
a:hover {
	color: #BA4C0B;
}
.style_bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.center {
	text-align: center;
}
.title {
	color: #000080;
	font-weight: bold;
}
.qual {
	font-size: small;
	font-weight: normal;
}
.style_italic {
	font-style: italic;
}
.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	width: 0;
	height: 25px;
}
/* Positioning and style for photo */
.waitrm {
	border: 1px #CCCCCC solid;
	padding: 5px;
	margin-left: 125px;
}
/* Positioning and style for photo */
.beans {
	border: 1px #CCCCCC solid;
	padding: 5px;
	margin-left: 108px;
}
/* Styles for displaying CNHP logo */
.cnhp_style {
	border: 1px #CCCCCC solid;
	float: right;
}
.cnhp_style2 {
	border: 1px #CCCCCC solid;
	float: right;
	margin-right: 270px;
}
.strong {
	color: #0A0E16;
}
.blankspace {
	height: 30px;
	clear: both;
}
.checkmark_symb {
	font-family: "Book Antiqua";
}
.signup_box {
	width: 186px;
	float: right;
	margin-top: 4px;
	margin-bottom: 16px;
}
.whitetext {
	color: #FFFFFF;
	font-weight: bold;
}
.formstyle {
	margin-bottom: 0px;
}
label {
	font-size: 14px;
}
.divider {
	border-bottom: 2px #C1DDC7 dotted;
	width: 500px;
	margin-left: 70px;
	margin-bottom: 20px;
}