/** BASIC */

body {
	/**         behavior: url("csshover3.htc");      */
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.gif) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}
fieldset {
	padding: 0px 10px 5px 13px;
	border: 1px solid #dadada;
	color: #336699;
	margin: 0px 0px 10px;
	width: 560px;
}
legend {
	font: 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #1982C6;
	padding: 0px 5px;
}
#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: 8px;
	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: #05729f;
	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;
	margin-top: 25px;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfcfcf;
	font-weight: normal;
}
h4 {
	color: #1A1A1A;
	font-size: 13px;
	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: #05729f;
	font-size: 11px;
	font-weight: bold;
	padding: 12px 0px 5px;
	margin: 0px;
}
h6 {
	color: #05729f;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 0px 5px;
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	color: #5E5E5E;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}
.smalltext {
	font-size: 10px;
	font-style: italic;
}
.smalltextblue {
	font-size: 10px;
	color: #05729f;
	line-height: 12px;
}

.bluetext {
	color: #05729f;
}
.blacktext {
	color: #4B4B4B;
	font-weight: bold;
}
.redtext {
	color: #990000;
}
.redtextnotice {
	color: #990000;
	padding: 5px;
	width: 510px;
	border: 1px solid #990000;
	margin-top: 15px;
}
.Q {
	color: #05729f;
	font-weight: bold;
	padding-right: 3px;
}
.A {
	color: #05729f;
	font-weight: bold;
	padding-right: 3px;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 13px;
}
.list1 li {
	padding: 3px 0px;
}
.list1 li.first {
	background: none;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
.list1 li.last {
	padding: 10px 0px 3px 0px;
}
.list1red a {
	color:#900;
	text-decoration:underline;
}
.list1red a:hover {
	text-decoration:none;
}
.list2 {
	width: 185px;
	margin-left: 10px;
}
.list2 ul {
	margin: 0px 0px 8px;
	padding: 0px;
	list-style: none;
}
.list2 ul li {
	padding-bottom: 1px;
}
.list2 ul li a {
	text-decoration: none;
	display: block;
	padding: 6px 0px 5px 3px;
	border-bottom: 1px dotted #D2D2D2;
	color: #8C8C8C;
}
.list2 ul li a:hover {
	color: #05729f;
	background: #f3f3f3;
}
.list2 .active {
	color: #05729f;
	background: #f3f3f3;
}
.list2 .submenu li {
	padding-left: 15px;
}
.list2 .submenu a {

}

ol {
	color: #737373;
	font-weight: bold;
}
ol li {
	padding-bottom: 5px;
}

ol span {
	color: #5e5e5e;
	font-weight: normal;
}

.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: #05729f;
	font-weight: bold;
	list-style: url(images/bullet_none.gif);
	font-size: 10px;
	margin: 20px 0px 5px -25px;
	padding: 0px;
	width: 150px;
	text-transform: uppercase;
}

.definitionlist {
}
.definitionlist dd {
	padding-bottom: 8px;
}
.definitionlist dt {
	color: #05729f;
	padding-top: 5px;
}
.definitionlist dd.first {
	padding-top: 5px;
}
.definitionlist dd dl dd {
	padding-top: 2px;
	padding-bottom: 2px;
}

/** LINKS */

a {
	color: #05729f;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#toplinks a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	padding: 0px 0px 0px 4px;
	margin: 0px;
}
#toplinks a:hover {
	text-decoration: underline;
}
.icon_button {
	margin: 0px;
	padding: 0px 0px 0px 12px;
}
.icon_button_first {
	margin: 0px;
	padding: 0px;
}

#breadcrumb {
	margin: -5px 0px 0px;
	padding: 0px;
	color: #8C8C8C;
}
#breadcrumb a {
	color: #8C8C8C;
	text-decoration: underline;
	font-weight: normal;
}
#breadcrumb a:hover {
	text-decoration: none;
}

#education a {
	color: #1982C6;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}
#education a:hover {
	text-decoration: none;
}

#education p {
	background-color: #E6F0FB;
}

/* start secondnavigation */

#secondnavigation {
	width: 193px;
	padding-top: 5px;
	padding-bottom: 12px;
	margin-top: 20px;
	background: #F4F4F4;
	border: 1px solid #dcdcdc;
}
.secondnavigationtitle {
	margin-bottom: -21px;
	margin-top: 25px;
	color: #1a1a1a;
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: url(none);
	text-transform: lowercase;
}
.secondnavigationtitle span {
	color: #05729f;
	font-weight: bold;
}
#secondnavigation a {
	color: #8c8c8c;
	text-decoration: none;
}
#secondnavigation a:hover {
	color: #05729f;
}
#secondnavigation a.active {
	color: #05729f;
}
#secondnavigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#secondnavigation ul li {
	margin: 0px;
	padding: 5px 0px 5px 13px;
}

/* end secondnavigation */

/** HEADER */

#header {
}

/** MENU */

#menu a {
	background-color:#FFF;
	border-right: 2px solid #000;
	border-bottom: 1.5px solid #000;
	border-top:3.5px solid #000;
	display: block;
	width: 111px;
	height: 21px;
	line-height:21px;
	padding: 6px 7px;
	text-decoration: none;
	font-size: 11px;
	color: #05729f;
	text-align: center;
}

#menu .links {
	background-color:#FFF;
	border-right:none;
	border-bottom: 1.5px solid #000;
	border-top:3.5px solid #000;
	display: block;
	width: 115px;
	height: 21px;
	line-height:21px;
	padding: 6px 9px 6px 14px;
	text-decoration: none;
	font-size: 11px;
	color: #05729f;
	text-align: center;
}

#menu li .narrow {
	width:97px;
}

#menu li .wide {
	width:128px;
}

#menu li #wideend {
	width:123px;
}

#menu a:hover {
	color: #909b3d;
	text-decoration: none;
}

#menu .active {
	font-size: 11px;
	color: #909b3d;
	font-weight: bold;
}

.cBoth {
	clear:both;
}


/**
#menu8 {
	margin-left:-5px;
	width:131px !important;
	background-image: url(images/dropdown-box.jpg);
		 }
*/


/** TABLES */

.datatable {
	margin-bottom: 1.5em;
}
.datatable th {
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
	background-color: #f3f3f3;
	color: #5e5e5e;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.datatable td {
	padding: 0.5em;
}
.datatable tr.rowA {
	background-color: #E6F0FB;
	vertical-align: top;
}
.datatable tr.rowB {
	background-color: #E3F2E1;
	vertical-align: top;
}

/* start mortgagetable */

#mortgagetable {
	border-collapse: collapse;
}
th {
	height: 25px;
	padding-left: 8px;
	padding-right: 10px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background: #ffffff url('images/a1.gif') top left repeat-x;
}

/* end - mortgagetable */

.ratestable {
	margin-bottom: 1.5em;
}
.ratestable th {
	text-align: left;
	padding: 0.1em 0.5em 0.7em 0em;
	background-color: #f3f3f3;
	color: #05729f;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
}
.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: 0.5em 0.5em 0.8em 0.5em;
	color: #333333;
}
#regions table tr.rowA {
	background-color: #E7F1CF;
	vertical-align: top;
}
#regions table tr.rowB {
	background-color: #FFF0CA;
	vertical-align: top;
}
#regions table tr.rowC {
	background-color: #E7F7FE;
	vertical-align: top;
}
#regions table tr.rowAA {
	background-color: #B4D670;
	vertical-align: top;
}
#regions table tr.rowBB {
	background-color: #FFDB78;
	vertical-align: top;
}
#regions table tr.rowCC {
	background-color: #7BD3F7;
	vertical-align: top;
}

/** PAGE */

#page {
	background: #FFFFFF url(images/homepage13.gif) repeat-y 251px 0px;
}
.wide-subpage #page {
	background: #FFFFFF;
	overflow:auto;
}

/** CONTENT */

#content {
}

#content p, #content ol, #content ul {
	line-height: 130%;
}

/** SIDEBAR */

#sidebar {
}

/** FOOTER */

#footer {
	width: 900px;
	height: 75px;
	margin: 0px auto;
	padding: 0px;
	background: url(images/webFooter.jpg) no-repeat left top;
}
#footer p {
	margin: 0px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: left;
	padding: 10px 0px 0px 34px;
	line-height: 16px;
}
#footer .p2 {
	margin: 0px;
	padding: 8px 0px 0px 34px;
}
#footer .p3 {
	font-weight:normal;
	margin: 0px;
	margin-top: -1.5em;
	padding: 0px 0px 0px 755px;
}

#footer a {
	margin: 0px;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#footer img {
	margin: 13px 7px 0px 0px;
	padding-right:5px;
	float:right;
	clear:left;
}

#footer2 {
	width: 900px;
	height: 75px;
	margin: 0px auto;
	font-weight:normal;
	padding: 0px;
	background: url(images/webFooter2.jpg) no-repeat left top;
	color: #FFFFFF;
}
#footer2 a {
	margin: 0px;
	color: #FFFFFF;
	font-size: 11px;
	padding: 0px 0px;
	text-decoration: none;
}
#footer2 a:hover {
	text-decoration: underline;
}
#footer2 p {
	margin: 0px;
	padding-top: 15px;
	padding-left: 30px;
	line-height: 20px;
	font-size: 10px;
}
#footer2 img {
	margin: 13px 7px 0px 0px;
	padding-right:5px;
	float:right;
	clear:left;
}

/** PULLOUT COLUMNS */

/* start homeRightColumn */

#homeRightColumn {
	width: 220px;
	float: right;
	border: 1px solid #dadada;
	background: #f3f3f3;
	color: #1a1a1a;
	padding: 0px 0px 5px;
	margin: 0px 0px 10px 0px;
}
#homeRightColumn .title {
	color: #05729F;
	padding-top: 13px;
	line-height: 11px;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 11px;
}

#homeRightColumn .title a {
	color: #05729F;
	text-decoration: none;
}

#homeRightColumn .title a:hover {
	color: #05729F;
	text-decoration: underline;
}

#homeRightColumn .titlefirst a {
	color: #05729F;	
	text-decoration: none;
}

#homeRightColumn .titlefirst a:hover {
	color: #05729F;
	text-decoration: underline;
}

#homeRightColumn .titlefirst {
	color: #05729F;
	padding-top: 8px;
	line-height: 11px;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 11px;
}
#homeRightColumn img {
	float:right;
	margin-right:5px;
	margin-top: 4px;
}
#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: 10px 10px 5px;
	padding: 5px 0px 0px 5px;
}

#homeRightColumn h2 a {
	color: #1a1a1a;
	text-decoration: none;
}

#homeRightColumn h2 a:hover {
	color: #1a1a1a;
	text-decoration: underline;
}

#homeRightColumn h2 span {
	background: #FFFFFF;
	color: #05729f;
}

#homeRightColumn h2 span a {
	text-decoration: none;
	color: #05729f;
}

#homeRightColumn h2 span a:hover {
	text-decoration: underline;
	color: #05729f;
}

#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 */

/* start homeRightColumn2 */

#homeRightColumn2 {
	width: 220px;
	float: right;
	border: 1px solid #dadada;
	background: #f3f3f3;
	color: #1a1a1a;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 15px 0px;
}
#homeRightColumn2 .title {
	color: #05729F;
	padding-top: 13px;
	line-height: 11px;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 11px;
}

#homeRightColumn2 .title a {
	color: #05729F;
	text-decoration: none;
}

#homeRightColumn2 .title a:hover {
	color: #05729F;
	text-decoration: underline;
}

#homeRightColumn2 .titlefirst a {
	color: #05729F;	
	text-decoration: none;
}

#homeRightColumn2 .titlefirst a:hover {
	color: #05729F;
	text-decoration: underline;
}

#homeRightColumn2 .titlefirst {
	color: #05729F;
	padding-top: 8px;
	line-height: 11px;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 11px;
}
#homeRightColumn2 img {
	float: left;
	margin-right: 3px;
}
#homeRightColumn2 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: 10px 5px 5px 10px;
	padding: 5px 0px 0px 5px;
}

#homeRightColumn2 h2 a {
	color: #1a1a1a;
	text-decoration: none;
}

#homeRightColumn2 h2 a:hover {
	color: #1a1a1a;
	text-decoration: underline;
}

#homeRightColumn2 h2 span {
	background: #FFFFFF;
	color: #05729f;
}

#homeRightColumn2 h2 span a {
	text-decoration: none;
	color: #05729f;
}

#homeRightColumn2 h2 span a:hover {
	text-decoration: underline;
	color: #05729f;
}

#homeRightColumn2 p {
	margin: 0px;
	padding: 0px 0px 2px 14px;
	color: #1a1a1a;
	font-size: 10px;
}
#homeRightColumn2 .rates {
	margin: 0px;
	padding: 0px 2px 0px 0px;
	color: #1a1a1a;
	font: bold 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* end homeRightColumn2 */

/* start bodyRightColumn */

#bodyRightColumn {
	width: 220px;
	float: right;
	border: 1px solid #dadada;
	background: #f3f3f3;
	color: #1a1a1a;
	margin-left: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#bodyRightColumn img {
	float: left;
	margin-right: 3px;
	margin-top: 2px;
}
#bodyRightColumn 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;
}

#bodyRightColumn h2	a {
	text-decoration: none;
}

#bodyRightColumn h2	a:hover {
	text-decoration: underline;
}

#bodyRightColumn h2 span {
	background: #FFFFFF;
	color: #05729f;
}
#bodyRightColumn ul {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#bodyRightColumn ul li {
	list-style-position: outside;
	list-style-image: url(images/bullet22.gif);
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 30px;
	padding-right: 10px;
}
#bodyRightColumn ul li a {
	color: #05729f;
	text-decoration: underline;
}
#bodyRightColumn ul li a:hover {
	text-decoration:none;
}
#bodyRightColumn p {
	padding: 0px 10px 10px 15px;
}
#bodyRightColumn .title {
	color: #05729F;
	padding-top: 13px;
	line-height: 11px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding-left: 15px;
}
#bodyRightColumn .titlefirst {
	color: #05729F;
	padding-top: 5px;
	line-height: 11px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding-left: 15px;
}

#bodyRightColumn .title a {
	color: #05729F;
	text-decoration: none;
}

#bodyRightColumn .title a:hover {
	color: #05729F;
	text-decoration: underline;
}

#bodyRightColumn .titlefirst a {
	color: #05729F;	
	text-decoration: none;
}

#bodyRightColumn .titlefirst a:hover {
	color: #05729F;
	text-decoration: underline;
}

#bodyRightColumn .rates {
	margin: 0px;
	padding: 0px 2px 0px 0px;
	color: #1a1a1a;
	font: bold 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#bodyRightColumn p.ratetext {
	margin: 0px;
	padding: 0px 0px 2px 15px;
	color: #1a1a1a;
	font-size: 10px;
}
#bodyRightColumn p.ratetextlast {
	margin: 0px;
	padding: 0px 0px 10px 14px;
	color: #1a1a1a;
	font-size: 10px;
}

/* end bodyRightColumn */

/** 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: 25px 0px 5px;
	padding: 0px;
}
.linedotted {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	border-top: 1px dotted #5E5E5E;
	width: 530px;
}


.subtitle {
	color: #1982C6;
	font-size: 11px;
	font-weight: bold;
}

.subtitle2 {
	color: #05729f;
	font-size: 11px;
	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: 10px 0px 0px 0px;
	margin: 0px;
}

.rates {
	color: #05729f;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 10px;
}

.newsdate {
	padding-right: 3px;
	color: #1a1a1a;
}

.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: 15px;
	text-align: center;
}
.registernow a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 32px;
	text-decoration: none;
}
.registernow a:hover {
	text-decoration: underline;
}

.nomination {
	background: url(images/registernow.gif) repeat-x left top;
	height: 35px;
	width: 185px;
	margin-top: 30px;
	text-align: center;
}
.nomination a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 32px;
	text-decoration: none;
}
.nomination a:hover {
	text-decoration: underline;
}

.backtop {
	padding-bottom: 10px;
	padding-top: 5px;
}
.backtop a {
	font-size: 11px;
	text-decoration: none;
	color: #05729F;
}
.backtop a:hover {
	text-decoration: underline;
}

.espanolimage {
	margin-bottom: -5px;
}

.specialnotice {
	color: #05729f;
	width: 525px;
	border-bottom: thin solid #05729f;
	border-top: thin solid #05729f;
	padding: 15px 20px 5px 20px;
}
.specialnotice .titleimg {
	margin: -5px 5px 0px 0px;
	float: left;
}
.specialnoticetitle {
	text-transform: lowercase;
	color: #1088C9;
	font-size: 15px;
	margin-bottom: 0px;
	margin-top: 10px;
}

.dapspecialnotice {
	background: #f3f3f3;
	padding: 15px;
	border: 1px solid #dadada;
	color: #05729f;
	margin-top: 15px;
	width: 550px;
	margin-bottom: 30px;
}
.dapspecialnotice .title {
	text-transform: uppercase;
	color: #05729f;
	font-weight: bold;
	margin-bottom: 5px;
}
.dapspecialnotice .titleimg {
	margin: -5px 5px 0px 0px;
	float: left;
}

#elist {
	padding: 10px 10px;
	border: 1px solid #DADADA;
	background-color:#f3f3f3;
}
#elist h2 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CFCFCF;
    color: #1A1A1A;
    display: block;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 29px;
    line-height: 26px;
    margin-top:5px;
    padding: 0 0 0 5px;
}
#elist .image {
	height:25px;
	line-height:25px;
	vertical-align:middle;
	margin:3px 0px 5px 4px;
}
#elist .icon {
    float: left;
    margin-right: 3px;
    margin-top: 4px;
}
#elist .title {
	font: bold 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #05729f;
	padding-left: 2px;
}
#elist .title span {
	color: #1a1a1a;
	font: normal 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#socialicons {
	margin-top:10px;
	padding:0px;
	font-size:12px;
	color:#1a1a1a;
}

#socialicons p {
	padding-left:10px;
	margin-bottom:0px;	
}

#socialicons a {
	display:block;
	color:#05729f;
	font-size:13px;
	text-decoration:none;
}

#socialicons a:hover {
	text-decoration:underline;
}

#socialicons img {
	margin:0px 10px 0px 0px;
	padding-bottom:5px;
}

.socialline {
	background-image: url(images/homepage15.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 5px 0px;
	padding: 0px;
}

.whatsnewimg {
	float: left;
	padding-right: 2px;
	margin-top: -5px;
}
.siteupdatesindent {
	margin-left: 80px;
	margin-top: -10px;
}
.updateimage {
	margin-bottom: -5px;
}


#elist_realtor {
	padding: 8px 10px 5px 14px;
	margin: 20px 0px 0px;
	border: 1px solid #05729f;
	width: 175px;
}
#elist_realtor .image {
	width: 25px;
	float: right;
	margin-right: 36px;
	margin-top: -24px;
	height: 25px;
}
#elist_realtor .title {
	font: bold 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #05729f;
	padding-left: 2px;
}
#elist_realtor .title span {
	color: #1a1a1a;
	font: normal 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}


#rss {
	padding: 5px 5px 10px;
	margin: 0px 0px 20px;
	border: 1px solid #009933;
}
#rss .image {
	width: 20px;
	float: left;
	height: 20px;
	padding-right: 5px;
}
#rss .title {
	font: bold 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #05729f;
	padding-left: 2px;
}
#rss .title span {
	color: #1a1a1a;
	font: normal 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#rss2 {
	padding: 5px;
	margin: 0px 10px 20px 20px;
	border: 1px solid #009933;
	width: 190px;
	float: right;
}
#rss2 .image {
	width: 20px;
	float: left;
	height: 20px;
	padding-right: 5px;
}
#rss2 .title {
	font: bold 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #05729f;
	padding-left: 2px;
}
#rss2 .title span {
	color: #1a1a1a;
	font: normal 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.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;
}

#boxes {
	width: 590px;
	clear: right;
	height: 165px;
	margin: 20px 0px 0px;
	padding: 15px 0px 5px;
	border-top: 1px solid #dcdcdc;
}
#boxes  img {
	float: left;
	padding-right: 5px;
}

#boxes p {
	font-weight: bold;
	margin-left: 15px;
	text-transform: uppercase;
	color: #878787;
}
#boxes ul   {
	list-style: outside;
	margin: 0px;
	padding-left: 15px;
}
#boxes ul li {
	margin: 0px;
	padding: 0px 0px 5px;
	list-style: url(images/bullet2.gif);
}
#ltbox {
	width: 200px;
	float: left;
	border-right: 1px solid #dcdcdc;
	height: 150px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
#ctrbox {
	padding: 0px 10px 0px 10px;
	width: 150px;
	float: left;
	margin-left: 10px;
	border-right: 1px solid #dcdcdc;
	height: 150px;
}
#rtbox {
	padding: 0px 0px 0px 10px;
	width: 150px;
	float: left;
	height: 150px;
	margin: 0px 0px 0px 10px;
}

#awardsbox1 {
	width: 375px;
}
#awardsbox2 {
	width: 485px;
}
#awardsbox2 ul li {
	list-style: url(images/bullet_blue.gif) outside;
	padding-bottom: 5px;
}
#HOawards table {
	width: 465px;
	margin-top: 25px;
}
#HOawards td {
	vertical-align: top;
	line-height: 16px;
	color: #737373;
}
#HOawards .dottedline {
	border-top: 1px dotted #029DDD;
	padding: 0px;
	margin-top: 20px;
}

#eventtable {
	width: 590px;
}
#eventtable .line {
	background: url(images/homepage13.gif) repeat-y center top;
	border-bottom: 1px solid #ffffff;
}
#eventtable td {
	border-bottom: 1px solid #dadada;
	padding: 35px 0px 35px 10px;
	vertical-align: top;
}
#eventtable td.last  {
	border-bottom: 1px solid #ffffff;
}
#eventtable .date {
	float: left;
	width: 47px;
	background: #1982C6;
	border: 1px solid #1982C6;
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin: 0px;
	padding: 0px;
}
#eventtable .date b {
	display: block;
	padding: 5px 0;
	background: #fff;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}
.updategraphic {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	vertical-align: bottom;
}
#extras {
	padding: 10px;
	float: left;
	width: 175px;
	border: 1px dashed #690;
	margin-left: 27px;
}
#extras h1 {
	font-size: 14px;
	color: #015294;
	text-transform: none;
}

.expand {
    margin: 1em;
    padding: 1em;
    border: 1px solid black;
    background: #eee; 
} 

.collapse {
    padding: 0;
    margin: 0;
    display: inline;
} 
