@charset "UTF-8";
body  {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	background-image: url(../images/background_tile.gif); background-color: #cdd6cd; background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	color: #000000;
}
input {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	font-size: 11px;
}
textarea {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	font-size: 11px; 
}
a img {
	border: none;
}
img {
	margin: 0;
	padding: 0;
}
a {
	color: #005591;
	text-decoration: none;
}
a:hover {
	color: #005591;
	text-decoration: underline;
}
#container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(../images/background_tile.gif); background-color: #cdd6cd;background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
} 
/* -------------------- header styles */

#header { 
	background: #DDDDDD; 
	height: 133px;
	position: relative;
} 

/* -------------------- navigation styles */
#headernav {
	background-image: url(../images/header_nav.jpg); background-color: #005591; background-repeat: no-repeat; background-position: 0 0;
	height: 34px;
	color: #FFF;
}
#headernav ul {
	margin: 0 0 0 176px;
	padding: 0;
	line-height: 30px;
	list-style-type: none;

}
#headernav li { 
	color: #FFFFFF; 
	display: inline;
	font-size: 13px; 
	font-weight: bold;
	border-right: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	padding: 0 10px;
}
#headernav li.last { 
	border-right: 0; 
	color: #FFFFFF;
}
#headernav a { 
	color: #FFFFFF;
	text-decoration: none; 
} 
#headernav a:hover { 
	color: #FFFFFF;
	text-decoration: underline; 
}
#headernav li.last a { 
	border-right: 0; 
	color: #FFFFFF;
	text-decoration: none;
} 
#headernav li.last a:hover { 
	border-right: 0; 
	color: #FFFFFF;
	text-decoration: underline;
} 
/* -------------------- navigation styles */

#sidenavigation {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image: url(../images/navTop.gif); background-color: #cdd6cd; background-repeat: no-repeat; background-position: 0 0;
}

/* -------------------- main content styles */

#sidebarrt {
	background-color:#F1F0E7;
	float: right;
	width: 205px;
	padding-right: 20px;
	margin-top: 20px;
}
#content {
	background-color: #F1F0E7;
	margin: 20px 240px 15px 215px;
}
#content ul {
	 list-style: square; 
	 font-size: 12px; 
	 color: #005591; 
	 font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	 line-height: 16px; 
	 margin-top: 5px;
	 margin-right: 15px;
}
#content ol {
	 list-style: decimal; 
	 font-size: 12px; 
	 color: #666; 
	 font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	 line-height: 16px; 
	 margin-top: 5px;
	 margin-right: 15px;
}
#content li {
	padding-bottom: 5px;
}

#content li a {
	color: #005591;
	text-decoration: none;
}
#content li a:hover {
	color: #005591;
	text-decoration: underline;
}
#content li.last {
	padding-bottom: 0;
}
.graytxt {
	color: #666;
}
.indnt15 {
	margin-left: 15px;
}
#content h1 {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #005591;
	font-size: 16px;
	border-bottom: 1px solid #CDD6CD;
	margin: 0 15px 10px 15px;
	padding: 5px 0 6px 0;
}
#content h6 {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #999;
	margin: 0 300px 0 15px;
}
#content p.main {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 16px;
	margin: 0 15px 10px 15px;
}
#content p.main a {
	color: #005591;
	text-decoration: none;
}
#content p.main a:hover {
	color: #005591;
	text-decoration: underline;
}
#content p.survey {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 16px;
	margin: 0 15px 0 0;
}
#content p.map {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 16px;
	margin: 0 15px 10px 15px;
}
#content p.map a {
	color: #666;
	text-decoration: underline;
}
#content p.map a:hover {
	color: #666;
	text-decoration: none;
}

#content p.subhead, #content p.surveysubhead {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #005591;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 15px;
}
#content p.surveysubhead {
	margin: 0 0 2px 0;
}
#content p.subhead a{
	color: #005591;
	font-weight: bold;
	text-decoration: underline;
}
#content p.subhead a:hover{
	color: #005591;
	font-weight: bold;
	text-decoration: none;
}
#content p.subheadmap {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #005591;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 15px 10px 15px;
}
#content p.subheadmap a{
	color: #005591;
	font-weight: bold;
	text-decoration: underline;
}
#content p.subheadmap a:hover{
	color: #005591;
	font-weight: bold;
	text-decoration: none;
}
#content p.home {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #666;
	font-size: 13px;
	line-height: 26px;
	margin: 78px 204px 0 18px;
}

#content p.home a {
	color: #005591;
	text-decoration: none;	
}

#content p.home a:hover {
	color: #005591;
	text-decoration: underline;	
}
.tableindent15 {
	margin: 15px;
}
#ratebox table {
	margin-left: 15px;
}
#ratebox td {
	background: #F1F0E7;
	vertical-align: top;
}
#ratebox td.sub {
	background: #CDD6CD;
	vertical-align: top;
	font-weight: bold;
}
#ratebox th, .table th {
	background: #819D7B;
	text-align: left;
	padding: 6px 8px;
}
#ratebox h2, #ratebox th, .table th {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #FFF;
	font-size: 12px;
	margin:0;
}
#ratebox td, .table td {
	padding: 5px 8px;
	background: #f1f0e7;
}
#ratebox p, #ratebox td, .table td  {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #666;
	font-size: 12px;
	margin: 0;
}
#holiday, #news, #rates, #moreinfo {
	background-color: #819D7B;
	width: 100%;
}
#holiday h2, #news h2, #rates h2, #moreinfo h2 {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #FFF;
	font-size: 13px;
	line-height: 16px;
	margin: 0 15px;
	padding: 7px 0;
}
.boxcontent {
	width: 100%;
	border-left: 1px solid #CDD6CD;
	margin: 0;
	padding: 0;
}
.boxcontent p {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 16px;
	margin: 0 15px 10px 15px;
}
.boxcontent p.news, #content p.news {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 16px;
	margin: 0 15px;
}
.boxcontent p.rates {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 16px;
	margin: 0 15px;
	padding: 6px 0;
}
.boxcontent p.moreinfo {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #666;
	font-size: 12px;
	border-bottom: 1px solid #CDD6CD;
	line-height: 16px;
	margin: 0 0 0 15px;
	padding: 8px 0;
}
.boxcontent p.moreinfo a {
	color: #666;
	text-decoration: none;
}
.boxcontent p.moreinfo a:hover {
	color: #666;
	text-decoration: underline;
}
.boxcontent p.smalltxt, #content p.smalltxt, #ratebox p.smalltxt {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #666;
	font-size: 10px;
	font-style: italic;
	line-height: 12px;
	margin: 0 15px 10px 15px;
	padding: 0;
}
#content p.smsurveytxt {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #666;
	font-size: 10px;
	font-style: italic;
	line-height: 16px;
	margin: 0 15px 0 0;
	padding: 0;
}
#ratebox p.smalltxt{
	margin: 7px 23px 0 15px;
	line-height: 12px;
}
.apr {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #819D7B;
	font-size: 10px;
	font-weight: normal;
}
.ratesnumber {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #819D7B;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	margin-top: 5px;
	float: right;
}
.pdficon {
	float: right;
	padding-right: 10px
}
.boxcontent p.rightlink, #content p.rightlink {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #005591;
	font-size: 12px;
	line-height: 16px;
	margin: 0 15px 10px 15px;
	padding-bottom: 10px;
	text-align: right;
	border-bottom: 1px solid #CDD6CD;
}
.boxcontent p.rightlink a, #content p.rightlink a {
	text-align: right;
	color: #005591;
	text-decoration: none;
}
.boxcontent p.rightlink a:hover, #content p.rightlink a:hover {
	text-align: right;
	color: #005591;
	text-decoration: underline;
}
.boxcontent h1, .boxcontent h1.top {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #005591;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 15px;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #CDD6CD;
}
.boxcontent h2, .boxcontent h2.top {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #005591;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	margin: 0 15px 0 15px;
}
.boxcontent h2.top, .boxcontent h1.top {
	padding-top: 8px;
}
.boxcontent h3, #content h3 {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 12px;
	color: #005591;
	padding: 7px 0;
	margin: 0 0 0 15px;
	text-align: right;
	font-weight: normal;
	border-top: 1px solid #CDD6CD;
}
.boxcontent h3 a, #content h3 a {
	color: #005591;
	text-decoration: none;
}
.boxcontent h3 a:hover, #content h3 a:hover {
	color: #005591;
	text-decoration: underline;
}
img.newsrt {
	padding: 0 0 10px 20px;
}


/* -------------------- footer styles */

#footer { 
	padding: 0 0 0 195px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 1px solid #cdd6cd;
	text-align: center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #458067;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
}
#footerlink li { 
	color: #458067; 
	display: inline;
	list-style: none;
	font-size: 11px; 
	border-right: 1px solid #458067;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	margin: 0; 
	padding: 0 9px; 
}
#footerlink li.last { 
	border-right: 0; 
	color: #458067;
	padding: 0 0 0 9px;
}
#footerlink a { 
	color: #458067;
	text-decoration: none; 
} 
#footerlink a:hover { 
	color: #458067;
	text-decoration: underline; 
}
#footerlink li.last a { 
	border-right: 0; 
	color: #458067;
	text-decoration: none;
} 
#footerlink li.last a:hover { 
	border-right: 0; 
	color: #458067;
	text-decoration: underline;
} 
img.ncua {
	float: left;
	margin: 20px 0 0 20px;
}
img.equalhousing {
	float: right;
	margin: 20px 20px 0 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
