﻿body
{
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	color: #4D555D;
	background-color: #404950;
}
a
{
    color: #3392BA;
}
a:hover
{
	color: #8DDE00;
	text-decoration: none;
	font-size: 14px;
}
#outercontainer
{
    background-image: url(images/background.jpg);
    background-repeat: repeat-y;
    width: 820px;
    margin: 0 auto;
}
#innercontainer
{
    width: 800px;
    margin: 0 auto;
}
#header
{
    width: 800px;
    height: 171px;
    background-image: url(images/header/header.png);
    color: #ABD2EA;
    font-size: 11px;
    font-family: Arial;
}
#header a
{
    color: #ABD2EA;
    font-size: 11px;
    font-family: Arial;
    text-decoration: none;
}
#header a:hover
{
    text-decoration: underline;
    color: #8DDE00;
}
#searchtextbox
{
	background-color: #999999;
	border: solid 1px #73797E;
	width: 199px;
	height: 18px;
	font-size: 12px;
}

.textsizediv
{
    width: 17px;
    height: 26px;
    margin-left: 7px;
    float: left;
    padding-top: 8px;
}
.textsizeinnerdiv
{
    width: 17px;
    height: 16px;
    cursor: pointer;
}
#leftcolumn
{
    float: left;
    width: 209px;
    background-color: #E5F1F9;
}
.leftcolumnsection
{
    float: left;
    width: 189px;
    border-bottom: solid 2px #F2F8FC;
    padding: 10px;
    font-size: 11px;
    line-height: 15px;
}
#maincontent
{
	float: left;
	width: 591px;
	padding-top: 20px;
}
#maincontent2 {
	float: left;
	width: 800px;
}
.subtitle
{
	font-family: Georgia;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	display: inline;
}
.leftcolumntitle
{
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
}
#leftcolumnlink
{
    font-size: 10px;
    line-height: 15px;
}
#leftcolumn a:hover
{
    text-decoration: none;
    color: #8DDE00;
}
#testimonialblock
{
    border: solid 2px #CAD4DC;
    background-color: #DEEAF2;
    width: 168px;
    padding: 8px;
    margin-top: 5px;
    margin-bottom: 8px;
}
#maincontentleft
{
	float: left;
	width: 370px;
	padding: 10px;
	padding-top: 20px;
}
#maincontentright
{
	float: left;
	width: 180px;
	background-color: #F5FAFC;
	padding: 10px;
	padding-top: 20px;
	margin-top: 20px;
}
#maincontentfull
{
	float: left;
	width: 570px;
	padding-top: 20px;
	background-color: #fff;
	padding-left: 10px;
	height: 100%;
	padding-right: 10px;
}
#maincontentfull2 {
	float: left;
	width: 740px;
	padding-top: 20px;
	background-color: #fff;
	padding-left: 30px;
	height: 100%;
	padding-bottom: 50px;
	padding-right: 30px;
}
#maincontentrightnocolor {
	float: left;
	width: 180px;
	padding: 10px;
	padding-top: 20px;
	margin-top: 20px;
}
.blogentry
{
	width: 365px;
	float: none;
	display: block;
	margin-bottom: 20px;
}
.blogheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}
.blogentry a:hover
{
    text-decoration: none;
    color: #8DDE00;
}
.blogentrytitle
{
	font-size: 12px;
	display: inline;
	font-weight: bold;
}
.blogentryphoto
{
	padding-left: 40px;
	float: left;
	padding-bottom: 20px;
}
#maincontentrightbold a
{
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
    color: #0077A9;
}
#maincontentright a:hover
{
    text-decoration: none;
    color: #8DDE00;
}
#footer
{
    width: 780px;
    padding: 10px;
    height: 46px;
    line-height: 46px;
    font-size: 13px;
    clear: both;
    border-top: solid 2px #FFF;
    background-color: #F2F8FC;
}
#footer a
{
    color: #6C7379;
}
#footer a:hover
{
    text-decoration: none;
    color: #8DDE00;
}
#footerlower
{
	width: 760px;
	margin: 0 auto;
	height: 40px;
	padding: 20px;
	padding-top: 10px;
	font-size: 11px;
	color: #D3D5D6;
	background-image: url(images/backgroundfooter.gif);
	background-repeat: no-repeat;
	background-color: #404950;
	clear: both;
}
#footerlower a
{
    color: #D3D5D6;
}
#footerlower a:hover
{
    text-decoration: none;
    color: #8DDE00;
}
.leftmenu
{
    height: 27px;
    line-height: 27px;
    width: 199px;
    color: #0077A9;
    padding-left: 10px;
    border-top: solid 1px #DBEBF6;
    border-bottom: solid 1px #DBEBF6;
    font-size: 11px;
    background-color: #CFE4F3;
}
.leftmenu:hover
{
    background-color: #124087;
    color: #fff;
    cursor: pointer;
}
.leftmenuselected {
	height: 27px;
	line-height: 27px;
	width: 199px;
	color: #4D555D;
	padding-left: 10px;
	border-top: solid 1px #DBEBF6;
	border-bottom: solid 1px #DBEBF6;
	font-size: 11px;
	background-color: #D9F0FF;
	font-weight: bold;
}
.breadcrumbs a
{
    color: #4D555D;
}
.breadcrumbs a:hover
{
    color: #8DDE00;
}
.pagetitlediv
{
	float: left;
	width: 580px;
	padding-left: 10px;
	height: 34px;
	background-color: #fff;
}
.pagetitle
{
    font-size: 30px;
    line-height: 34px;
    font-family: Georgia;
    color: #8DDE00;
    display: inline;
    font-weight: normal;
}
.indent
{
	float: left;
	border-top: solid 1px #A6AAAE;
	width: 570px;
	margin-left: 10px;
	height: 1px;
}
.indent2 {
	margin-left: 20px;
}
.linklist a
{
    font-size: 11px;
    line-height: 18px;
}
.font1222
{
	font-size: 12px;
	line-height: 22px;
	width: 150px;
}
.testimonial
{
    margin-bottom: 30px;
}
.testimonial .title
{
    font-size: 13px;
    line-height: 18px;
    color: #3392BA;
}
.testimonial .indented
{
    font-size: 11px;
    line-height: 18px;
}
.testimonial .link
{
    font-size: 11px;
    line-height: 18px;
}
.cb
{
    clear: both;
}
.trusttitle
{
	font-weight: bold;
	font-size:13px;
	padding-right:15px;
}
#navdiv
{
    width: 800px;
    background-image: url(images/nav/bg.gif);
    height: 34px;
    border-top: solid 2px #06EE54;
}
#nav, #nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
}
#nav a
{
    display: block;
}
#nav li
{
    float: left;
}
#nav li ul
{
    position: absolute;
    left: -999em;
}
#nav li.sfhover ul
{
    position: relative;
    left: -85px;
}
#nav li.sfhoverhome ul
{
    left: auto;
}
#nav li.sfhoveraboutus ul
{
    position: relative;
    left: -85px;
}
#nav li.sfhoveragents ul
{
    position: relative;
    left: -189px;
}
#nav li.sfhoverlenders ul
{
    position: relative;
    left: -364px;
}
#nav li.sfhoverconsumers ul
{
    position: relative;
    left: -464px;
}
.topnavli
{
    height: 34px;
}
.topnavdiv
{
    height: 34px;
    cursor: pointer;
}
.subnavcolumn
{
	float: left;
	width: 190px;
	background-color: #FFFFFF;
}
.subnavcolumn a
{
    color: #4D555D;
}
.subnav
{
    float: left;
    width: 180px;
    height: 25px;
    line-height: 25px;
    text-decoration: underline;
    padding-left: 10px;
}
.subnav:hover
{
    background-color: #8DDE00;
    cursor: pointer;
}
#outercontainer #innercontainer #maincontent #maincontentleft strong {
}
#outercontainer #innercontainer #maincontent #maincontentright br {
	padding-top: 20px;
}
.leftcolumnsection2    {
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.LargerBlueLinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#maincontentstaffpage {
}
.biotext {
	clear: both;
	padding-top: 30px;
}
.pnwttable2 {
	border-collapse: collapse;
}
.bioblock {
	height: 146px;
	width: 100%;
	float: left;
}
.largebreadcrumb {
	float: right;
	font-weight: bold;
}
.pageunderline2 {
	float: left;
	width: 100%;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a6aaae;
}
.pagetitledivfull {
	background-color: #FFFFFF;
	float: left;
	height: 34px;
	width: 100%;
	padding-left: 10px;
}
.inlinebox {
	width: 350px;
}
.inlinebox1 {
}
.smallverticalbox {
	float: left;
	width: 250px;
	padding-right: 10px;
	background-color: #E5F1F9;
	margin-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.leftmenu a:active {
	color: #999999;
}
#staffcontent {
	float: left;
	width: 750px;
	padding-top: 20px;
	background-color: #fff;
	padding-left: 10px;
	height: 100%;
}
.largebluelinks {
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#maincontentfullforms {
	float: left;
	width: 700px;
	padding-top: 20px;
	background-color: #fff;
	padding-left: 10px;
	height: 100%;
}
.careertextbox {
	margin-right: 60px;
}
#maincontentfront {
	float: left;
	width: 591px;
}
.Largergrayheads {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#mainconttestim {
	float: left;
	width: 565px;
	padding-top: 20px;
	background-color: #fff;
	padding-left: 10px;
	height: 100%;
	padding-right: 15px;
}
.reports {
	background-color: #E5F1F9;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.pagetitledivJOBS {
	float: left;
	width: 580px;
	padding-left: 10px;
	height: 68px;
	background-color: #fff;
}
.aboutusbutton {
	float: left;
	height: 34px;
}
.aboutus {
	float: left;
	height: 34px;
}
.agents {
	float: left;
	height: 34px;
}
.lenders {
	float: left;
	height: 34px;
}
.consumers {
	float: left;
	height: 34px;
}
.opentitle {
	float: left;
	height: 34px;
}
.customerservice {
	float: left;
	height: 34px;
}
.home {
	float: left;
	height: 34px;
}
.rightsidetext {font-family: Georgia, "Times New Roman", Times, serif}

