* {
	margin: 0;
	padding: 0;
}
body {
	background: url("../images/body-bkgrd.png") repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
        text-align: center;
}
/*--- WRAPPER --- */
#wrapper {
	margin: auto;
	width: 940px;
}
.clear {
	clear: both;
}
/*--- HEADER ---*/
#header {
	height: 66px;
}
#logo {
	padding-top: 5px;
	float: left;
}
#logo img {
	border: none;
}
#top-nav {
	color: #fff;
	float: right;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 0;

}
.top-nav a:link {
	color: #fff;
	text-decoration: none;
}
.top-nav a:visited {
	color: #fff;
	text-decoration: none;
}
.top-nav a:hover {
	color: #FFB51C;
}
/*--- NAV ---*/
#navbar {
	background: url("../images/nav-bar-bkg.png") no-repeat;
	height: 30px;
	width: 940px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	
}
.navbar-td {
	border-right: 1px solid #10578B;
}
.navbar-td a {
	text-decoration: none;
	color: #10578B;
}
.navbar-td-left {
	border-right: 1px solid #10578B;
}
.navbar-td-left a {
	text-decoration: none;
	color: #10578B;
}
.navbar-td-right a {
	text-decoration: none;
	color: #10578B;
}
.nav-highlight {
	background: url("../images/nav-bar-bkg-hover.png") repeat-x;
}
.nav-highlight-left {
	background: url("../images/nav-bar-bkg-hover-left.png") no-repeat;
}
.nav-highlight-right {
	background: url("../images/nav-bar-bkg-hover-right.png") no-repeat right;
}
/*--- MAIN --- */
#main {
	margin-top: 14px;
	background: #fff;
	border: 1px solid #10578B;
        text-align: left;
}
.main-info {
	padding: 10px;
}
.main-info h2 {
	color: #10578B;
	border-bottom: 1px dotted #10578b;
}
.main-info h4 {
	padding: 8px 0;
}
.toggle-image {
	vertical-align: middle;
}
.main-info p {
	font-size: 11px;
	color: #666;
	line-height: 16px;
	padding: 2px 0;
}

.main-info2 p {
    font-size: 12px;
    color: #666;
    line-height: 16px;
    padding: 2px 0;
}

.main-info ul {
	margin-left: 20px;
	font-size: 11px;
	color: #666;
}

/*.main-info a:link {
	color:#10578B;
	text-decoration: none;
	border-bottom: 1px dotted #10578b;
}*/
.main-info li {
	line-height: 18px;
}
/*.main-info a:visited {
	color:#10578B;
	text-decoration: none;
	border-bottom: 1px dotted #10578b;
}*/
.faq-titles {
	font-weight: bold;
	color: #000;
}
.main-info2 {
	padding: 10px;
}
.main-info2 h2 {
	color: #10578B;
	border-bottom: 1px dotted #10578b;
}
.main-info2 p {
	font-size: 12px;
	color: #666;
	line-height: 24px;
	padding: 2px 0;
}
.main-info2-top {
	padding: 0 10px;
}
.main-info2 ul {
	margin-left: 140px;
	font-size: 12px;
	color: #666;

}

/*.main-info a:link {
	color:#10578B;
	text-decoration: none;
	border-bottom: 1px dotted #10578b;
}*/
.main-info2 li {
    margin-left: 60px;
    line-height: 18px;
}
#main-info-top {
	text-align: center;
	padding: 5px;
	color: #10578b;
	font-size: 0.75em;
	background: #ddd;
}
#main-info-top a {
    color: #10578B;
}
.state-sel {
	padding: 5px; 
	border: 1px solid #c1c1c1;
}
#lo-info {
	margin-bottom: 10px;
		
}
#lo-table {
	border-collapse: collapse;
	border-bottom: 1px solid #c1c1c1; 
	width: 400px;
}
.lo-table-top-left {
	border: 1px solid #c1c1c1;
	padding: 5px;
	background: #ddd; 
	min-width: 50%;
}
.lo-table-top-right {
	padding: 5px;
	border-bottom: 1px solid #c1c1c1;
}
.lo-table-row {
	padding: 0 5px 5px; 
	border: 1px solid #c1c1c1;
	border-bottom:none;
	border-top: none;
}
.lo-name {
	font-weight: bold;
}
.lo-title {
	font-size: 12px;
	font-style: italic;
	color: #666;
}
.lo-info {
	font-size: 12px;
	color: #666;
}
.lo-info a:link {
	color:#10578B;
}
.lo-info a:visited {
	color: #10578B;
}
.lo-info-title {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.smallFormbox {
    background: #e1e1e1;
    padding: 10px;
    margin: 10px;
}
.field-notice {
    font-size: 11px;
    font-weight: bold;
    color: #880000;
}
#map-box {
	 /*border: 1px solid #c1c1c1;*/
         padding-left: 10px;
	 float: right;
	 width:300px; 
	 
}
#map-canvas {
    border: 1px solid #c1c1c1;
}
#branch-listing {
	padding: 0 10px 0 10px;
}
.branch-info {
   padding-right: 10px;
}
.branch-info p {
    font-size: 11px;
    color: #666;
    line-height: 16px;
    padding: 2px 0;
}
.branch-info ul {
    margin-left: 0px;
}
.branch-info ul li {
    font-size: 11px;
    color: #666;
}
.branch-info li {
    margin-left: 50px;
}
.listing {
	float: left;
}
.google-links a:link {
	color: #10578B;
}
.google-links a:visited {
	color: #10578B;
}
.tablesorter thead {
	font-size: 0.75em;
}
.tablesorter th {
	color: #10578B;
	padding: 5px;
	background: url("../images/tbl-headers.png") repeat-x bottom;
	border: 1px solid #999;
}
.tablesorter tbody {
	font-size: 0.70em;
}
.tablesorter td {
	padding: 5px;
	border: 1px solid #999;
}
.tablesorter img {
	border: none;
}
.even {
	background: #DAE5ED;
}

#job-table {
	border-collapse: collapse;
}
#job-info-table {
	border-collapse: collapse;	
}
.job-more-info a:link {
    color: #10578B;
}
.job-more-info a:visited {
    color: #10578B;
}
.job-desc-div p {
    padding: 0 0 10px 0;
}
.job-desc-div ul li {
    margin-left: 30px;
    
}
.job-desc-div ul {
    padding-bottom: 10px;
}
.photo-right {
	text-align: center;
	 float: right;
	 
	 /*border: 1px solid #c1c1c1;
	background: #ddd;*/
	 margin-left: 10px;
}
.information-right {
    width: 400px;
    text-align: left;
    float: right;
    margin-left: 10px;
    background: #D5DCE4;
    padding: 10px;
}
.photo-left {
	text-align: center;
	 float: left;
	 
	 /*border: 1px solid #c1c1c1;
	background: #ddd;*/
	 margin-right: 10px;
}
.photo-text {
	background: url("../images/quote-bkgrd.jpg") no-repeat top left;
	min-height: 64px;
	text-align: center;
	font-size: 0.75em;
	color: #333;
	padding: 10px 5px 0;
	font-family: Georgia, Palatino Linotype, serif;
	font-style: italic;
}
.photo2-text {
	background: url("../images/quote-bkgrd.jpg") no-repeat top left;
	min-height: 64px;
	text-align: center;
	font-size: 0.75em;
	color: #333;
	padding: 10px 5px 0;
	font-family: Georgia, Palatino Linotype, serif;
	font-style: italic;
        clear: left;
}
.big-word {
	font-size: 1.40em;
	color: #10578B;
	font-weight: bold;
}
#contact-table {
	border-collapse: collapse;
}
#contact-table td {
	padding: 3px;
}
#contact-info-table {
	font-size: 11px;
	color: #666;
	line-height: 16px;
	padding: 2px 0;
}
.contact {
	width: 300px;
	height: 200px;
}
.form-tables td {
    font-size: 11px;
    color: #666;
    line-height: 16px;
    padding: 2px 0;
}
#login-table {
	background: url("../images/login-bkgrd.png") no-repeat;
	width: 398px;
	height: 228px;
}
.license-table {
    border-collapse: collapse;
}
.license-table td {
    padding: 3px;
}
.license-state {
    font-weight: bold;
    font-size: 12px;
    border-bottom: 1px solid #000;
    width: 300px;
}
.license-title {
    font-weight: bold;
    font-size: 11px;
}
.license-info {
    font-size: 11px;
}
.license-odd {
    background: #c1c1c1;
    padding: 3px;
    margin: 5px 0;
    width: 300px;
    border: 1px solid #c1c1c1;
}
.license-even {
    background: #fff;
    width: 300px;
    padding: 3px;
    margin: 5px 0;
    border: 1px solid #c1c1c1;
}
.ui-datepicker {
    font-size: 62.5%;
}
.formOdd {
    padding: 10px;
    background: #e1e1e1;
}
.formEven {
    padding: 10px;
    background: #D5DCE4;
}
.login-titles {
	font-size: 0.75em;
	font-weight: bold;
	color: #10578b;
}
.login-input {
	padding: 5px;
	border: 1px solid #10578b;
	font-size: 1em;
}
.login-submit {
	padding: 5px;
}
#log-message {
	padding: 20px;
	color: #880000;
}
.login-troubles {
	
	font-size: 0.65em;
	color: #10578b;
	font-weight: bold;
}
.login-troubles a:link {
	text-decoration: none;
	color: #FFDA8C;
	border-bottom: 1px dotted #FFDA8C;
}
.login-troubles a:visited {
	text-decoration: none;
	color: #FFDA8C;
	border-bottom: 1px dotted #FFDA8C;
}
.login-troubles a:hover {
	text-decoration: none;
	color: #666;
	border-bottom: 1px dotted #666;
}
#img_src {
	text-align: center;
	background: #DAE5ED;
	padding: 10px;
	
}
#img_src p {
	color: #10578b;
	padding: 0 0 10px; 
}
#ext_image {
	text-align: center;
	background: #DAE5ED;
	padding: 10px;
	
}
#ext_image p {
	color: #10578b;
	padding: 0 0 10px; 
}
#lo_bio {
	text-align: center;
	background: #ccc;
	padding: 10px;
	
}
#lo_bio p {
	color: #10578b;
	padding: 0 0 10px; 
}
#ext_info {
	text-align: center;
	background: #ccc;
	padding: 10px;
	
}
#ext_info p {
	color: #10578b;
	padding: 0 0 10px; 
}
#lo_form {
	
	background: #ccc;
	padding: 10px;
	
}
#lo_form p {
	text-align: center;
	color: #10578b;
	padding: 0 0 10px; 
}

.job-title {
	font-size: 0.69em;
	font-weight: normal;
	color: #8DBDD8;
}
.canned_info {
	width: 60%;
}
.canned_info p {
	font-size: 0.75em;
}
.lo-info {
	font-size: 0.69em;
}
.small-form-text {
	font-size: 0.69em;
}
.tooltip { 
	width: 180px;
	font-size: 11px;
	padding: 10px;
	background: #FFDA8C;
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 3; 
	display: none;
        border: 1px solid #FFB51C;
}
.required-fields {
	font-size: 0.62em;
	color: #880000;
	font-weight: bold;
}
.edittext input {
	border: 1px solid #999;
	padding: 5px;
	
}
.edittext textarea {
	border: 1px solid #999;
	padding: 5px;
}
#not_active {
    background: #FF0000;
    color:#fff;
    font-size: 12px;
    padding:5px;
    text-align: center;
}
#is_active {
    background: #006600;
    color:#fff;
    font-size: 12px;
    padding:5px;
    text-align: center;
}
#slide {
    margin: 10px;
}
.ui-slider-scale ol li {
    display: inline;
}
.make-pointer {
    cursor: pointer;
}
/*--- Forms ---*/
.float-names {
    float: left;
    padding-bottom: 3px;
}
.float-req {
    float: right;
}
/*--- Help ---*/
.help-lists li {
    background: url("/site_core/images/icons/question.png") no-repeat center left;
    padding-left: 20px;
}
.help-divs {
    padding: 5px 0;
}
.main-links a:link {
    text-decoration: none;
    color: #10578B;
    font-weight: bold;
    border-bottom: 1px dotted #10578B;
}
.main-links a:visited {
    text-decoration: none;
    color: #10578B;
    font-weight: bold;
    border-bottom: 1px dotted #10578B;
}
/*--- Customer Tools Panels ---*/
.tools-panel {
    width: 400px;
    background: #D5DCE4;
    padding: 10px;
}
.panels-list {
    list-style-type: none;
    padding-top: 5px;
}
.pdf-lists li {
    background: url("/site_core/images/icons/document-pdf-text.png") no-repeat center left;
    padding-left: 20px;
}
.panels-list a:link {
    text-decoration: none;
    border-bottom: 1px dotted #10578B;
    color: #10578B;
}
.panels-list a:visited {
    text-decoration: none;
    border-bottom: 1px dotted #10578B;
    color: #10578B;
}
/*--- Product Panels ---*/
.loan-panels {
    background: #D5DCE4;
    padding: 10px;
}
.loan-accordian h4 {
    padding: 5px;
    margin-bottom: 5px;
    
}
.laEven {
    background: #e1e1e1 url("/site_core/images/icons/toggle-small-expand.png") no-repeat center right;;
}
.laOdd {
    background: #D5DCE4 url("/site_core/images/icons/toggle-small-expand.png") no-repeat center right;;
}
.loan-accordian h4.active {
    padding: 5px;
    background: #FFB51C url("/site_core/images/icons/toggle-small.png") no-repeat center right;
}
.loan-accordian ul {
    padding: 5px;
}
.loan-accordian ul li {
    padding: 3px 0;
    margin-left: 30px;
    font-size: 12px;
    color: #666;
}
.lcordian {
    padding: 5px;
    display: none;
}
.lcordian a:link {
    text-decoration: none;
    border-bottom: 1px dotted #10578B;
    color: #10578B;
    font-weight: bold;
    font-size: 11px;
}
.lcordian a:visited {
    text-decoration: none;
    border-bottom: 1px dotted #10578B;
    color: #10578B;
    font-weight: bold;
    font-size: 11px;
}
.loan-table {
    border-collapse: collapse;
}
.loan-table th {
    border: 1px solid #ccc;
    padding: 5px;
}
.loan-table td {
    border: 1px solid #ccc;
    padding: 5px;
}
/*--- FOOTER ---*/
#footer {
	font-weight: bold;
	color: #10578B;
	text-align: center;
	padding-top:14px;
	background: url("../images/little-house.png") no-repeat right;
}
.foot-nav {
	font-size: 11px;
        margin-bottom: 3px;
}
.foot-nav a:link, .foot-copy a:link {
    color: #10578b;
    text-decoration: none;
    border-bottom: 1px dotted #10578b;
}
.foot-nav a:visited, .foot-copy a:visited {
    color: #10578b;
    text-decoration: none;
    border-bottom: 1px dotted #10578b;
}
.foot-nav a:hover .foot-copy a:hover {
    color: #FFB51C;
    border-bottom: 1px dotted #FFB51C;
}
.foot-copy {
	font-size: 10px;
}
