/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}
fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}
legend  {
	display: none;
}
#inputtext1 {
	height: 15px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: 1px solid #333333;
}
#inputsubmit1 {
	width: 30px;
	height: 30px;
	border: none;
	font-weight: bold;
	color: #FFFFFF;
	background: url(images/go.gif) no-repeat center center;
}
#search label {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 2px;
}
.search_button {
	margin: 0px;
	padding: 0px;
	top: 5px;
	position: relative;
}

/* form2 elements */

.form2 {
	padding: 10px 15px;
	border: 1px solid #dcdcdc;
	width: 400px;
	background: #f3f3f3;
}
.form2 label {
	display: block;
	font-weight: bold;
	margin: 5px 0px 2px;
}
.form2 input {
	padding: 2px;
	border: 1px solid #e0e0e0;
	font: normal 1em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #5e5e5e;
	width: 375px;
}
.form2 textarea {
	width: 400px;
	padding: 2px;
	font: normal 1em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #e0e0e0;
	height: 100px;
	display: block;
	color: #5e5e5e;
}
.form2 input.button {
	font: bold 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	height: 24px;
	padding: 2px;
	color: #ffffff;
	background: url(images/button-bg.jpg) repeat-x 0 0;
	border: none;
	width: 100px;
}

/* form3 elements */

.form3 {
	padding: 10px 15px;
	border: 1px solid #dcdcdc;
	width: 450px;
	background: #f3f3f3;
}
.form3 table, tr, td {
	border: none;
}
.form3 label {
	display: block;
	font-weight: bold;
	margin: 5px 0px 2px;
}
.form3 input {
	width: 250px;
	padding: 2px;
	border: 1px solid #e0e0e0;
	font: normal 1em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #5e5e5e;
}
.form3 select {
	width: 250px;
	padding: 2px;
	border: 1px solid #e0e0e0;
	font: normal 1em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #5e5e5e;
}
.form3 textarea {
	width: 400px;
	padding: 2px;
	font: normal 1em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #e0e0e0;
	height: 100px;
	display: block;
	color: #5e5e5e;
}
.form3 input.button {
	font: bold 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #ffffff;
	background: url(images/button-bg.jpg) repeat-x 0 0;
	border: none;
	height: 24px;
	width: 245px;
}
.form3 input.btn {
	font: bold 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #ffffff;
	background: url(images/button-bg.jpg) repeat-x 0 0;
	border: none;
	height: 24px;
	width: 100px;
}

/** HEADINGS */

h1, h2, h3, h6  {
	margin: 0px;
	color: #1a1a1a;
	font-weight: normal;
}
h1 span, h2 span, h3 span, h6 span {
	color: #336699;
	font-weight: bold;
}
h1 {
	margin-bottom: 10px;
	font-size: 16px;
	text-transform: lowercase;
}
h2 {
	margin-bottom: 10px;
	font-size: 14px;
	text-transform: lowercase;
}
h3 {
	font-size: 13px;
	color: #003366;
	margin-top: 25px;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfcfcf;
	font-weight: normal;
}
h4 {
	font-size: 13px;
	color: #003366;
	margin-top: 25px;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfcfcf;
	font-weight: normal;
	width: 320px;
}
h5 {
	color: #336699;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 0px 5px;
	margin: 0px;
}
h6 {
	color: #336699;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0px 5px;
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	color: #333333;
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}
ol {
	color: #333333;
	font-weight: bold;
}
ol li {
	padding-bottom: 5px;
}
ol span {
	color: #333333;
	font-weight: normal;
}
.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 13px;
}
.list1 li {
	padding: 15px 0px 5px;
	background: url(images/homepage15.gif) repeat-x left top;
}
.list1 li.first {
	background: none;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
.list1 li.last {
	padding: 20px 0px 5px;
	background: url(images/homepage15.gif) repeat-x left top;
}
.bulletlist {
}
.bulletlist li {
	padding-bottom: 5px;
	list-style: disc outside;
}
.bulletlist li.first {
	padding-top: 5px;
}
.bulletlist li ul li {
	list-style-image: url(images/bullet2.gif);
	padding-bottom: 2px;
}
.bulletlist li.subheader {
	color: #336699;
	font-weight: bold;
	list-style: url(images/bullet_none.gif);
	font-size: 11px;
	margin: 20px 0px 5px -25px;
	padding: 0px;
	width: 150px;
	text-decoration: underline;
	text-transform: uppercase;
}
.definitionlist {
}
.definitionlist dd {
	padding-bottom: 8px;
}
.definitionlist dt {
	color: #336699;
	padding-top: 5px;
}
.definitionlist dd.first {
	padding-top: 5px;
}
.definitionlist dd dl dd {
	padding-top: 2px;
	padding-bottom: 2px;
}
.smalltext {
	font-size: 10px;
	font-style: italic;
}
.smalltextblue {
	font-size: 10px;
	color: #336699;
	line-height: 12px;
}
.bluetext {
	color: #336699;
	font-size: 12px;
}
.blacktext {
	color: #4B4B4B;
	font-size: 12px;
	font-weight: bold;
}
.redtext {
	color: #990000;
}
.Q {
	color: #336699;
	font-size: 12px;
	font-weight: bold;
	padding-right: 3px;
}
.A {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	padding-right: 3px;
}

/** LINKS */

a {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/** HEADER */

#header {
}

/** TABLES */

.datatable {
	margin-bottom: 1.5em;
}
.datatable th {
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
	background-color: #f3f3f3;
	color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.datatable td {
	padding: 0.5em;
}
.datatable tr.rowA {
	vertical-align: top;
}
.datatable tr.rowB {
	vertical-align: top;
}
.ratestable {
	margin-bottom: 1.5em;
}
.ratestable th {
	text-align: left;
	font-weight: normal;
	padding: 0.1em 0.5em 0.7em 0em;
	background-color: #f3f3f3;
	color: #2B6CB5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	font-size: 13px;
}
.ratestable td {
	padding: 0.5em;
}
.ratestable .percent {
	padding: 0.5em;
	font-size: 12px;
	font-weight: bold;
}
.table {
	margin-bottom: 15px;
}
.table td {
	margin: 0px;
	padding: 0px;
}
#incometable {
	margin-top: 10px;
}
#incometable tr {
	height: 15px;
}
#incometable td {
	padding-top: 2px;
	padding-bottom: 2px;
}
#lendertable {
	margin-top: 10px;
}
#lendertable td {
	padding-top: 5px;
	padding-bottom: 5px;
}
#regions table {
	margin-bottom: 1.5em;
	line-height: 16px;
	margin-top: 25px;
}
#regions table td {
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.8em;
	padding-left: 0.5em;
	color: #333333;
}
#regions table tr.rowA {
	vertical-align: top;
}
#regions table tr.rowB {
	vertical-align: top;
}
#regions table tr.rowC {
	vertical-align: top;
}
#regions table tr.rowAA {
	vertical-align: top;
}
#regions table tr.rowBB {
	vertical-align: top;
}
#regions table tr.rowCC {
	vertical-align: top;
}

/** PAGE */

#page {
}
.wide-subpage #page {
	background: none;
}

/** CONTENT */

#content {
}

#content p, #content ol, #content ul {
	line-height: 130%;
}

/** SIDEBAR */

#sidebar {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 0px 20px 0px 0px;
}
img.imgright {
	float: right;
	margin: 0px 0px 0px 15px;
}
img.bordered {
	padding: 2px;
	background: #FFFFFF;
	border: 1px solid #CFCFCF;
}
.line {
	background-image: url(images/homepage15.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
.subtitle {
	color: #1982C6;
	font-size: 12px;
	font-weight: bold;
}
.subtitle2 {
	color: #336699;
	font-size: 12px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 8px;
}
.subtitle2img {
	float: left;
	padding-right: 5px;
	margin-top: -1px;
}
.county {
	font-size: 14px;
	color: #1982C6;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.rates {
	color: #336699;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 10px;
}
.newsdate {
	padding-right: 3px;
	color: #1a1a1a;
}

/* start bodyRightColumn */

#bodyRightColumn
{
	display: none;
}

.siteupdates {
	border-top: 1px solid #d6d6d6;
	padding-top: 1px;
	padding-bottom: 5px;
	margin-top: 15px;
}
.siteupdates span {
	float: left;
	height: 20px;
	width: 65px;
	padding-left: 15px;
}
.siteupdates .indents {
	padding-left: 80px;
	margin-top: -12px;
}
.registernow {
	background: url(images/registernow.gif) repeat-x left top;
	height: 35px;
	width: 185px;
	margin-top: 30px;
}
.registernow a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 45px;
	line-height: 32px;
}
.registernow a:hover {
	text-decoration: none;
}
#secondnavigation {
	display: none;
}
.subtitle span  {
	color: #006699;
	font: bold 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#breadcrumb {
 display: none;
}

/* start homeRightColumn */

#homeRightColumn
{
	width: 220px;
	float: right;
	border: 1px solid #dadada;
	background: #f3f3f3;
	color: #1a1a1a;
	padding: 0px 0px 20px;
	margin: 0px;
}
#homeRightColumn .title {
	color: #003366;
	padding-top: 13px;
	line-height: 11px;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 11px;
}
#homeRightColumn .titlefirst {
	color: #003366;
	padding-top: 8px;
	line-height: 11px;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 11px;
}
#homeRightColumn img {
	float: left;
	margin-right: 3px;
	margin-top: 2px;
}
#homeRightColumn h2 {
	width: 193px;
	height: 29px;
	display: block;
	border: 1px solid #cfcfcf;
	background: #ffffff;
	color: #1a1a1a;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 26px;
	margin: 15px 10px 5px;
	padding: 0px 0px 0px 5px;
}
#homeRightColumn h2 span {
	background: #FFFFFF;
	color: #336699;
}
#homeRightColumn p {
	margin: 0px;
	padding: 0px 0px 2px 14px;
	color: #1a1a1a;
	font-size: 10px;
}
#homeRightColumn .rates {
	margin: 0px;
	padding: 0px 2px 0px 0px;
	color: #1a1a1a;
	font: bold 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* end homeRightColumn */

.backtop {
	padding-bottom: 10px;
	padding-top: 5px;
	color: #1982C6;
}
.backtop a {
	font-size: 11px;
	text-decoration: none;
	color: #1982C6;
}
.backtop a:hover {
	text-decoration: underline;
}
.confimg {
	background: url(images/element.jpg) no-repeat right;
}
.espanolimage {
	margin-bottom: 3px;
}
.specialnotice {
	background: #f3f3f3;
	padding: 15px;
	border: 1px solid #dadada;
}
.specialnotice .title {
	text-transform: uppercase;
	color: #336699;
	font-weight: bold;
}
.specialnotice .titleimg {
	margin: -5px 5px 0px 0px;
	float: left;
}
#elist {
	padding: 8px 10px 5px 14px;
	margin: 0px 0px 20px;
	border: 1px solid #336699;
}
#elist .image {
	width: 23px;
	float: right;
	margin-right: 38px;
	margin-top: -22px;
	height: 23px;
}
#elist .title {
	font: bold 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	padding-left: 2px;
}
#elist .title span {
	color: #1a1a1a;
	font: normal 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.whatsnewimg {
	float: left;
	padding-right: 2px;
	margin-top: -5px;
}


/** LAYOUT */

html, body {
	height: 100%;
	background: none;
}

/** HEADER */

#header {
	width: 670px;
	height: 76px;
	background: url(images/ohfagraphic_print.gif) no-repeat left top;
	display: none;
}
#header .boxlt {
	display: none;
}
#header .boxrt {
	display: none;
}

/** MENU */

#menu {
	display: none;
}
.subpage #menu, .wide-subpage #menu {
	display: none;
}

/** BANNER */

#banner {
	display: none;
}

/** PAGE */

#page {
	width: 670px;
	margin: 0px auto;
	padding: 0px;
	background: none;
	background-color: #FFFFFF;
}

/** CONTENT */

#content {
	width: 670px;
	padding: 20px 0px 0px;
}
.wide-subpage #content {
	width: 670px;
	margin: 0px auto;
	padding: 20px 0px 0px;
	background: none;
	background-color: #FFFFFF;
}
.two-columns {
}
.two-columns .column-one {
	display: none;
}
.two-columns .column-two {
	display: none;
}

/** SIDEBAR */

#sidebar {
	display: none;
}

/** BOX1 */

#box1 {
	margin-bottom: 20px;
	padding-bottom: 17px;
}

/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
}

/** BOX4 */

#box4 {
}
#box5 {
	margin-right: 0px;
	margin-left: 0px;
}
#sidebar2 {
	display: none;
}
#page2 {
	width: 670px;
	margin: 0px auto;
	padding: 0px;
}

/** SEARCH */

#search {
	display: none;
}
#toplinks {
 	display: none;
}
#sidebox {
	display: none;
}
#box1a {
	margin: 0px;
	padding: 0px;
}

/** FOOTER */

#footer {
	display: none;
}
#footer2 {
	display: none;
}

.announcement {
	width: 560px;
	background-color: #FFFFFF;
	margin-top: 20px;
	border-top: 2px solid #bcc7cd;
	border-right: 5px solid #bcc7cd;
	border-bottom: 5px solid #bcc7cd;
	border-left: 5px solid #bcc7cd;
}
.announcement .heading {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 14px;
	color: #ffffff;
	background-color: #bcc7cd;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 0px;
	font-weight: bold;
}
.announcement .content {
	padding: 10px 15px 5px;
}
