﻿body
{
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
}
a:link, a:visited
{
	color: #333;
	text-decoration: none;
}
a:hover, a:active
{
	color: #fff;
	text-decoration: underline;
}
#backContainer
{
	background-color: #FAF1E3;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding: 0;
}
#banner
{
	height: 138px;
	padding: 0;
	margin: 0;
	position: relative;
	background-image: url(../Images/logo-top-2.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#banner h1
{
	margin: 0;
	padding: 0;
	color: #FFE7C3;
	font-weight: normal;
	position: absolute;
	top: 45px;
	width: 500px;
	left: 415px;
	font-size: 34px;
}
#banner h1 #subTxt
{
	color: #9A7149;
}
#priNavBar
{
	padding: 0;
	margin: 0;
	height: 29px;
	width: 751px;
	background-color: #E5CDB3;
	background-image: url(../Images/logo-top-mid.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#priNavBar ul
{
	margin: 0 0 0 200px;
	padding-top: 5px;
	list-style: none;
}
#priNavBar li
{
	width: 23%;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}
#container
{
	background-image: url(../Images/nav_col_base.gif);
	background-repeat: repeat-y;
}
#container2
{
	padding: 0;
	margin: 0;
	background-image: url(../Images/more_col_base.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#navigation
{
	padding: 40px 0 0 0;
	margin: 0;
	float: left;
	background-color: #E5CDB3;
	background-image: url(../Images/logo-top-base.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 149px;
}
#navigation ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#navigation ul li
{
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}
#navigation ul li a
{
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#more
{
	margin: 0;
	padding: 40px 0 0 0;
	float: right;
	width: 149px;
}
#more ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#more ul li
{
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}

#more ul li a
{
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#willdo
{
	background-color: #EFD7B3;
	font-size: 12px;
	color: black;
	width: 210px;
	float: left;
	padding: 5px;
	border: dotted 1px black;
}
#willdo li
{
	margin-left: -25px;
}
#formcontainer
{
	float: right;
	width: 335px;
}
#formcontent
{
	font-size: 12px;
}
#subpagetitle
{
  margin: 0 auto;
}
#subpagetitle h1
{
	font-size:18px;
 font-weight:bold;	
 
}
#content
{
	margin: 0; /* Width must be auto otherwise page breaks.*/
	width: auto;
	height: auto;
	margin-right: 149px;
	margin-left: 149px;
	padding: 10px;
}
#content em
{
	font-style: normal;
	font-weight: bold;
}
#content #formTbl td
{
	text-align: left;
}
#content h2
{
	font-size: 2em;
	color: #000;
	margin: 0;
	padding-top: 1em;
	font-weight: normal;
}
#cleardiv
{
	clear: both;
	height: 1em;
}
#footer
{
	background-color: #997249;
	clear: both;
	padding: 4px;
	margin: 0;
	color: #333;
	font-size: 0.7em;
	text-align: center;
}
#footer a:hover
{
	color: #444;	
}

.newsticker
{
	margin: 0 5px 5px 5px;
	padding: 5px;
	background-color: White;
	font-size: 12px;
	text-align: left;
}

.nit a
{
	color: #9A7149;
	font-weight: bold;
}

.nit a:hover
{
	color: #9A7149 !important;
	text-decoration: underline !important;
}
.newsticker a:hover
{
	color: Black;
	text-decoration: underline !important;
}


/* Style control for the application form */

#app_form input, #app_form select, #app_form textbox
{
	margin:  2px;
}
#rowPropAddress input, #rowPropAddress select
{
	margin: 0;
}


#tblForm .caption{
    padding-right:5px;
}
.title{
    font-size:20px;
    font-weight:bold; 
    text-align:center;
}
#loanapp a
{
	color:#8C3800;
	font-weight:bold;	
}
#loanapp a:hover
{
	text-decoration:underline;
}