﻿body {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	background: #fff;
/*	height:100%; */
}

a:link, a:visited {
	color: #000;
}
a:hover {
	color: #c00;
	text-decoration: underline;
}
	
a:link.nav-right, a:visited.nav-right {
	color: #c60;
}
a:hover.nav-right {
	color: #c00;
	text-decoration: underline;
}


/* ------------------------------------------------------------
	Dotted borders
------------------------------------------------------------ */

td.Border
{
	background-image: url('images/dots_bg.gif');
	background-repeat: repeat-x;
	text-align: left;
}

td.LeftNav
{
	width: 190px; 
	vertical-align: top; 
	text-align: left;
}

table.Content
{
	background-image: url('images/main_bg.gif');
	background-position: 190px;
	background-repeat: repeat-y;
}


/* ------------------------------------------------------------
	header
------------------------------------------------------------ */

#header { position:relative;
	font-size:9px; font-weight:normal; color:#000; 
/*	height:1px;  this line was hiding the top dotted line in firefox */
	background-image: url("/images/dots_bg.gif"); 
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	background-position:1px 10px;
	position: relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left}
				
#header .sub {position: relative;}

#home {position: absolute; top: 0; left: 0; text-align: left;}



/* ------------------------------------------------------------
	search
------------------------------------------------------------ */
td.Search
{
	background-image: url('images/search_bg.gif');
	background-repeat: no-repeat;
}

#dashboard {
	float: right;
	width: 255px;
	margin: 0px;
	padding: 59px 0px 0px 10px;
	background-image: url("images/nav_header_company-info.gif");
	background-repeat: no-repeat;
}

#skyline {
    width: 255px; height: 20px;
    background: url("images/nav_header_company-info_2.gif");
    margin: 0px; padding: 0px;
    position: relative;
}
#skyline li { margin: 0px; padding: 0px; list-style: none; position: absolute; top: 0px; }
#skyline li a { height: 0px; display: block; padding-top: 38px; overflow: hidden; }
#panel1b { left: 0; width: 108px; }
#panel2b { left: 108px; width: 88px; }
#panel3b { left: 196px; width: 59px; }

#panel1b a:hover { background: transparent url("images/nav_header_company-info_2.gif") 0px -40px no-repeat; }
#panel2b a:hover { background: transparent url("images/nav_header_company-info_2.gif") -108px -40px no-repeat; }
#panel3b a:hover { background: transparent url("images/nav_header_company-info_2.gif") -196px -40px no-repeat; }

#search {
	position: absolute; right: 0;
	width: 255px;
	height: 22px;
	margin: 79px 0px 0px 0px;
	padding: 0px;
	background-image: url("images/search_bg.gif");
	background-repeat: no-repeat;
}
#search .text { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #666666; 
	width: 170px;
	height: 10px;
	vertical-align: top;
	margin: 2px 0px 0px 0px;
	}


/* ------------------------------------------------------------
	page structure
------------------------------------------------------------ */

#wrap { background-color: #fff; margin: 0px auto; width: 740px; height:100%; }

.mainContent {
	height:100%;
	padding-top: 1px;
	background-repeat:no-repeat;
	float: right;
	padding-left:15px;
	padding-right:0px;
} 


#sidebar1 {
	float: left; 
	width: 164px; /* since this element is floated, a width must be given */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}



/* ------------------------------------------------------------
	navigation
------------------------------------------------------------ */

#sidebar {
	background-color: #FFDE30;
	float: left;
	margin-right: -3px; /* 3px jog bug IE(win); see #main */
	width: 165px;
}
html>body #sidebar {
	margin-right: 0;
}

#nav_apps {
/*	width: 154px;  this line was causing the left column alignment to be off several pix to the right */
	padding-top: 15px;
	background-image: url("images/nav_header_apps.gif");
}
#loanapps {
    width: 165px; height: 86px;
    background: url("images/nav_loanapplications_stafford.gif");
    margin: 0; padding: 0;
    position: relative;
}
.padd { padding-top: 38px; overflow: hidden; }
#loanapps li { margin: 0; padding: 0; list-style: none; position: absolute; left: 0; overflow: hidden; }
#loanapps a { display: block; border: solid 1px #fff; }

#loanapps1 { top: 5px; width: 165px; height: 15px; }
#loanapps2 { top: 24px; width: 165px; height: 15px; }
#loanapps3 {
    width: 165px; height: 86px;
    position: relative;
}


#loanapps1 a:hover { background: transparent url("images/nav_loanapplications.gif") -1px -96px no-repeat; }
#loanapps2 a:hover { background: transparent url("images/nav_loanapplications.gif") -1px -115px no-repeat; }

#nav_login {
	width: 154px;
	padding-top: 15px;
	background-image: url("images/nav_header_login.gif");
}
#login {
    width: 165px; height: 86px;
    background: url("images/nav_accountlogin.gif");
    margin: 0; padding: 0;
    position: relative;
}
#login li { margin: 0; padding: 0; list-style: none; position: absolute; left: 0; overflow: hidden; }
#login a { display: block; border: solid 1px #fff; }

#login1 { top: 5px; width: 165px; height: 15px; }
#login2 { top: 24px; width: 165px; height: 15px; }
#login3 { top: 40px; width: 165px; height: 15px; }

#login1 a:hover { background: transparent url("images/nav_accountlogin.gif") -1px -96px no-repeat; }
#login2 a:hover { background: transparent url("images/nav_accountlogin.gif") -1px -115px no-repeat; }
#login3 a:hover { background: transparent url("images/nav_accountlogin.gif") -1px -131px no-repeat; }

#nav_subcats {
	width: 154px;
	padding-top: 15px;
	background-image: url("images/nav_header_col1.gif");
}
#nav_subcats p { font-size:10px; font-weight:normal; color:#000; padding-left:5px; }
#subcat_col2 {
    width: 165px; height: 17px;
    background: url("images/nav_subcat_col2.gif");
    margin: 0; padding: 0;
    position: relative;
}
#subcat_col2 li { margin: 0; padding: 0; list-style: none; position: absolute; left: 0; overflow: hidden; }
#subcat_col2 a { display: block; border: solid 1px #fff; }

#subcat_col2_1 { top: -5px; width: 165px; height: 15px; }

#subcat_col2_1 a:hover { background: transparent url("images/nav_subcat_col2.gif") -1px -86px no-repeat; }

#subcat_col3 {
    width: 165px; height: 17px;
    background: url("images/nav_subcat_col3.gif");
    margin: 0; padding: 0;
    position: relative;
}
#subcat_col3 li { margin: 0; padding: 0; list-style: none; position: absolute; left: 0; overflow: hidden; }
#subcat_col3 a { display: block; border: solid 1px #fff; }

#subcat_col3_1 { top: -5px; width: 165px; height: 15px; }

#subcat_col3_1 a:hover { background: transparent url("images/nav_subcat_col3.gif") -1px -86px no-repeat; }


#nav_top_reminder {
	background-color: #f5f0e4;
	margin: 0;
	padding: 10px 10px 30px 10px;
}
#nav_top_reminder h4 { font-size:10px; font-weight:bold; color:#000; }
#nav_top_reminder p { font-size:10px; font-weight:normal; color:#000; }
#nav_top_reminder img { display: block; float: right; }

#nav_pad_ad {
	padding-bottom: 20px;
}

#nav_top_ad {
	background-color: #ccc;
	margin: 0;
	padding: 10px 10px 30px 10px;
	background-image: url("images/nav_ad-bg.gif");
}
#nav_top_ad h4 { font-size:12px; font-weight:bold; color:#000; }
#nav_top_ad p { font-size:10px; font-weight:normal; color:#c4753e; }
#nav_top_ad img { display: block; float: right; }
#nav_top_ad a { font-size:12px; color:blue }
	

/*-------------------------------------------	
	Home
-------------------------------------------*/

#welcome { font-size: 11px; width: 310px; height: 168px; margin: 13px 0px 13px 13px; padding: 12px 25px 0px 221px; background: url("images/welcome2.jpg") no-repeat; }
#welcomeTitle { font-size: 16px; font-weight:normal;  
	background-image:url('images/titleGradient.jpg'); background-repeat:no-repeat; }
#message { background-color: transparent; padding: 13px 0px 0px 13px; }
/*#welcomemessage {
	background-image:url('images/welcome_bg.gif');
	background-repeat:repeat-x;
}*/
#subcatagories .column {
  position: relative;
  float: left;
}

#left {
  width: 178px;
  background-image: url("images/home_col2_bg.gif");
  background-position:-6px;
  padding: 0px 0px 0px 0px;
}
#center {
  width: 178px;
  background-image: url("images/home_col2_bg.gif");
  padding: 0px 0px 0px 6px;
}
#right {
  width: 178px;
  background-image: url("images/home_col2_bg.gif");
  padding: 0px 0px 0px 6px;
}
#left p { font-size:10px; font-weight:normal; color:#000; padding-left:15px; }
#center p { font-size:10px; font-weight:normal; color:#000; padding-left:15px; }
#right p { font-size:10px; font-weight:normal; color:#000; padding-left:15px; }

.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;
}

/*-------------------------------------------	
	Footer
-------------------------------------------*/

#footer {
	font-size:9px; font-weight:normal; color:#000; 
	padding:15px;
	background-color: #FFFFFF;
	background: url("images/footer_bg.gif") repeat-x ;
	height: 100px;
	position: relative;
	text-align:left
}

#footer_phone {position: absolute; top: 32px; right: 0; text-align: right;}


#s_ontrack {
background-color:#FFFFFF;
background-image:url("images/subbox_blue.jpg");
background-position:right top;
margin:0pt;
padding:5px 10px 30px;
width:145px;
}

#s_ontrack img {
display:block;
float:right;
}

#s_resources {
background-image:url("images/resources_bg.gif");
padding:0px;
width:165px;
}

#s_aboutsite {
padding:0px;
width:145px;
}
#s_aboutsite p {
color:#333333;
font-size:10px;
font-weight:normal;

}

#s_resources p {
color:#000000;
font-size:10px;
font-weight:normal;
padding:0px 10px
}


#s_resources_float { float:right;
padding:0px;
width:165px;
margin:0px 0px 10px 15px;
}

#s_resources_float img {
	display:inline;
	background-image:none;
	background-repeat:no-repeat;
	display:inline;
}
#s_resources_float p {
background-image:url("images/resources_bg.gif");
background-repeat:repeat-y;
color:#000000;
font-size:10px;
font-weight:normal;
padding:0px 10px;
display:block;
}

#s_resources_float p img {
background-image:none;
background-repeat:no-repeat;
position:relative;
left:-10px;

}

#s_aboutsite_float {
padding:0px;
width:145px;
}

#s_aboutsite_float p {
font-style:italic;
color:#333333;
font-size:10px;
font-weight:normal;
}

#s_title
{
padding-left:5px;
}

#s_leftside
{
padding-left:5px;
}

body {
}

.column_2 {
	font-family:  "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #fff;
/*	height:100%; */
	margin: 0 0 0 15px;
}

.calc_textbox 
{
	font-family:  "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #fff;
	height:100%;
	margin: 0 0 0 0;
	border-width: 1;
	text-align:right;
}
.calc_button 
{
	font-family:  "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #fff;
	margin: 0 0 0 6px;
	width:115px;
}
.calc_label 
{
	font-family:  "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #B5A66B;
	height:100%;
	margin: 0 0 0 0;
	border-width: 0;
}
.calc_text
{
	font-family:  "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #B5A66B;
	height:100%;
	margin: 0 0 0 0;
	border-width: 0;
}
.calc_title
{
	font-family:  "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 24px;
	font-weight:bold;
	color:#B5A66B;
	background: #0A214F;
	height:60px;
	margin: 0 0 0 0;
	border-width: 0;
	vertical-align:text-bottom;	
	text-align:center;
}
.calc_message
{
	font-family:  "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 20px;
	background: #fff;
	height:100%;
	margin: 0 0 0 0;
	border-width: 0;
	text-align:center;
}
.calc_error
{
	font-family:  "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	background: #fff;
	height:100%;
	margin: 0 0 0 0;
	border-width: 0
}
a.calc_backnext
{
	text-decoration: underline;
	font-family:   Verdana, sans-serif;
	font-size: 12pt;
	color:#000000;
}
a:link.calc_backnext, a:visited.calc_backnext {
	color: #000;
	text-decoration: underline;
}
a:hover.calc_backnext {
	color: #c00;
	text-decoration: underline;
}

p.welcomeClaim { 
	font-size:20px;
	font-style:normal;
	color:gray;
	text-align:left;
	padding-left:55px;
	padding-right:40px;
	padding-bottom: 7px; 
	}

#PrintContent a 
{
	float:right;
	font-size:9px;
	color:blue;
	}
	
#page_footer {
	font-size:9px; font-weight:normal; color:#000; 
	position: relative;
	text-align:left
}

a.blue { color:blue }


/* ------------------------------------------------------------
	Menu Hyperlinks
------------------------------------------------------------ */

a.MenuRoot { font-size:10px; color:#87CEFA; text-decoration: none; font-weight:bold; }
a.MenuRoot:hover { font-size:10px; color:gray; text-decoration: none; font-weight:bold; }

a.MenuSub { font-size:10px; color:black; text-decoration: none; font-weight:bold; }
a.MenuSub:hover { font-size:10px; color:gray; text-decoration: none; font-weight:bold; }

a.MenuSelect { font-size:10px; color:gray; text-decoration: none; font-weight:bold; }
a.MenuSelect:hover { font-size:10px; color:gray; text-decoration: none; font-weight:bold; }

.Email { font-size:10px; color:#978C47; text-decoration: none; font-weight:bold; }
.Email a { font-size:10px; color:#978C47; font-weight:bold; }
.Email a:hover { font-size:10px; color:Black; font-weight:bold; }
/* ------------------------------------------------------------
	Page Functions
------------------------------------------------------------ */
a.FunctionLink
{
	font-size: xx-small;
	color: Blue;
}

div.PageFunctions
{
	float:right;
	text-align: right;
}

/* ------------------------------------------------------------
	News Styles
------------------------------------------------------------ */
div.NewsHeadline
{
	float: left;
}

div.InvestorTitle
{
	font-family:  "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: medium;
	text-align: center;
}

div.InvestorEmphasisText
{
	font-family:  "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	text-align: justify;
}

div.InvestorPlainText
{
	font-family:  "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	text-align: justify;
}

.FieldLabel
{
	font-weight:bold;
}