html, body {
	margin: 0;
	padding: 0;
	background: #F8FBFC;
	color: #000000;
	font: 100.01% Verdana, Arial, sans-serif;
	text-align: center;
}
p {
	margin: 0 0 10px 0;
	font-size: 70%;
	line-height: 14px;
}
h3 {
	margin: 0 0 10px 0;
	font: bold 70% "Trebuchet MS", Verdana, Arial, sans-serif;
}
h2 {
	margin: 0 0 10px 0;
	font: bold 80% "Trebuchet MS", Verdana, Arial, sans-serif;
}
h1 {
	margin: 0 0 12px 0;
	font: bold 100% "Trebuchet MS", Verdana, Arial, sans-serif;
 color: #00467F;
}
ul {
  margin: 0 0 0 15px;
  padding: 0;
  list-style-position: outside;
  line-height: 14px;
}

li {
  padding-bottom: 5px;
  font-size: 70%;
}
li a {
  font-weight: bold;
  text-decoration: none;
}
li a:hover {
  color: #2E628F;
}
table {
	border-collapse: collapse;
}
td {
	border-bottom: 1px solid #00467F;
	padding: 3px 11px 4px 5px;
	font-size: 70%;
	vertical-align: top;
}
td.top {
	font: bold 11px "Trebuchet MS", Verdana, Arial, sans-serif;
}
td.narrow {
	padding-top: 0;
	font-size: 55%;
}
td.nobot {
	border-bottom: none;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
hr {
  color: #00477F;
  height: 1px;
  margin-bottom: 5px;
}
img.f-left {
	margin-right: 10px;
}
img {
  border-width: thin;
  border-style: none;
}

#wrapper {
  width: 985px;
  margin: 0 auto;
  text-align: left;
}
#head {
  margin: 0 0 0 0;
  background: url(../images/logo.jpg) #00467F no-repeat;
  height: 76px;
  border: 1px solid #00467F;
}
#head a.home {
  width: 550px;
  position: absolute;
  height: 70px;
  outline: none;
  visibility: visible;
}
#head a.home img {
  width: 475px;
  height: 70px;
  border: none;
}
#head a.online {
  position: absolute;
  left: 700px;
  top: 10px;
  outline: none;
  width: 165px;
  height: 50px;
  visibility: visible;
}
#head a.online img {
  width: 150px;
  height: 50px;
  border: none;
}
#main {
  background: #F3B82E;
  float: left;
  width: 983px;
  border-left: 1px solid #00467F;
  border-right: 1px solid #00467F;
}
#content {
  background: #FDF6E1;
  margin: 0 0 0 133px;
  padding: 12px 20px 15px 20px;
  float: left;
  display: inline;
  text-align: left;
  border-left: 1px solid #00467F;
  width: 809px;
  min-height: 480px;
}
#nav {
  float: left;
  margin-left: -984px;
  padding-right: 2px;
  text-align: center;
}
#nav ul {
  margin: 3px 0 0 0;
  list-style-type: none;
  width: 135px;
}
#nav li {
  padding: 5px 0 2px 0;
  font-weight: bold;
  text-align: center;
  font-size: 90%;
  height: 18px;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
#nav li a {
  color: #00467F;
  text-decoration: none;
}
#nav li a:hover {
  color: #0076C0;
}
#nav img {
  padding-right: 2px;
  text-align: center;
  padding-top: 5px;
}
#login {
  float: left;
  border: 1px solid #00467F;
  margin: 7px 0 5px 11px;
  padding: 3px;
  width: 103px;
  background-color: #FAE8AF;
}
#login a {
  color: #00467F;
}

#login p {
  line-height: 12px;
}
#foot {
  background: url(../images/bugs.gif) #00467F no-repeat 775px;
  color: #FFFFFF;
  text-align: left;
  clear: both;
  height: 26px;
}
#foot ul {
  font: 100% "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 5px 0 0 15px;;
  } 
#foot li {
  padding-left: 10px;
  display: inline;
}
#foot a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#foot a:hover {
	color: #E4C254;
}
.f-left {
  float: left;
  margin-top: 3px;
  padding-right: 8px;
}
.f-right {
  float: right;
  padding-left: 10px;
  border: none;
}
.f-clear {
	clear: both;
}
.a-center {
	text-align: center;
}
.a-right {
	padding-right: 0;
	text-align: right;
}
.t-small {
  font: 80% Verdana, Arial, sans-serif;
}
.t-emph1 {
	font-weight: bold;
}
.t-emph2 {
	font: bold 13px "Trebuchet MS", Verdana, Arial, sans-serif;
}
.t-emph3 {
  font: bold 16px "Trebuchet MS", Verdana, Arial, sans-serif;
  color: #00467F;
}
.brokerhome {
  width: 505px;
  margin-left: 35px;
}
.daisy {
  background: url(../images/daisy-bg.gif) no-repeat 220px 50px;
}
.img-left {
  float: left;
  text-align: right;
  margin: 15px;
  font-size: 10px;
  padding-bottom: 10px;
}
.img-right {
  float: right;
  text-align: right;
  margin: 15px;
  font-size: 10px;
  padding-bottom: 10px;
}
.img-center  {
  width: 400px;
  margin: 10px auto;
  font-size: 10px;
  border: none;
}
.img-center   a img {
  border: none;
  outline: none;

}

.hide {
  display: none;
}
@media print {
  .hide {
    display: block;
  }
}
.wholesale-login {
  float: right;
  margin-left: 15px;
  width: 160px;
  border: 1px solid #00467F;
  margin-right: -15px;
  padding: 3px;
  margin-top: -5px;
  background-color: #CEDCE8;
}
.boxed {
  border: 1px solid #00467F;
  width: 144px;
  margin: 0 0 10px 2px;
  padding: 5px 5px 0 5px;
  ;
  background: #FAE8AF;
}
.boxed-wide {
	border: 1px solid #00467F;
	width: 550px;
	margin: 0 0 10px 80px;
	padding: 5px 5px 0 5px;
	;
	background: #FAE8AF;
}

.darkback {
  color: #FDF6E1;
  background-color: #236092;
  margin-bottom: 2px;
  padding: 2px 0;
  text-align: center;
}
.darkback2 {
  color: #FDF6E1;
  background-color: #00559B;
  margin-bottom: 2px;
  padding: 5px 0;
  text-align: center;
}
.goldhover {
  color: #FDF6E1;
  background-color: #00559B;
  width: 235px;
  text-align: center;
  display: block;
  padding: 2px 0 2px 0;
  margin-bottom: 3px;
}
a.goldhover   {
  text-decoration: none;
}
a:hover.goldhover {
  text-decoration: none;
  color: #F3B82E;
}

.goldhover2 {
  color: #FDF6E1;
  background-color: #00559B;
  width: 259px;
  text-align: center;
  display: block;
  padding: 1px 0 1px 0;
  margin-bottom: 3px;
}
a.goldhover2   {
  text-decoration: none;
}
a:hover.goldhover2 {
  text-decoration: none;
  color: #F3B82E;
}


.sec-home a.online {
  display: none;
}
.sec-home div#head {
  background: url(../images/logo-home.jpg) #00467F no-repeat;
}
.sec-home  div#content {

}
.sec-home li.nav-home {
  background: #FAE8AF;
  border: 1px solid #00467F;
}
.sec-about li.nav-about {
  background: #FAE8AF;
  border: 1px solid #00467F;
}
.sec-lending li.nav-lending {
  background: #FAE8AF;
  border: 1px solid #00467F;
}
.sec-deposits li.nav-deposits {
  background: #FAE8AF;
  border: 1px solid #00467F;
}
.sec-locations li.nav-locations {
  background: #FAE8AF;
  border: 1px solid #00467F;
}
.sec-community li.nav-community {
  background: #FAE8AF;
  border: 1px solid #00467F;
}
.sec-contact li.nav-contact {
  background: #FAE8AF;
  border: 1px solid #00467F;
}
.sec-broker li.nav-broker {
  background: #FAE8AF;
  border: 1px solid #00467F;
}
.sec-rates li.nav-rates {
  background: #FAE8AF;
  border: 1px solid #00467F;
}
.sec-hpl li.nav-hpl {
  background: #FAE8AF;
  border: 1px solid #00467F;
}
.sec-rgc li.nav-rgc {
  background: #FAE8AF;
  border: 1px solid #00467F;
}
.sec-forms li.nav-forms {
  background: #FAE8AF;
  border: 1px solid #00467F;
}
.sec-appraisal li.nav-appraisal {
  background: #FAE8AF;
  border: 1px solid #00467F;
}
.sec-bcontact li.nav-bcontact {
  background: #FAE8AF;
  border: 1px solid #00467F;
}
.sec-broker div#login {
  display: none;
}
.sec-rates div#login {
  display: none;
}
.sec-hpl div#login {
  display: none;
}
.sec-rgc div#login {
  display: none;
}
.sec-forms div#login {
  display: none;
}
.sec-appraisal div#login {
  display: none;
}
.sec-bcontact div#login {
  display: none;
}
.bulletlist {
 	list-style-image: url(../images/icons/bullet2.gif);
}
