/* CSS RESET */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}
table td{vertical-align:top;}
html { min-height: 100%; margin-bottom: 1px; }

/*html { overflow: -moz-scrollbars-vertical !important; }*/
/* END CSS RESET *************************/


body {
	background: white;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #606060;
}

a:hover{
	text-decoration:underline;
}

.mainBody {
	position: relative;
	width: 1212px;
	margin: 0px auto;
	text-align: left;
}

.nav, .subNav {
	background: url(/imgs/nav.jpg) repeat-x;
	clear:both;
    height:29px;

}

.subNav {
	background: url(/imgs/selectedNav.jpg) repeat-x;
	border-bottom: 1px solid #aa443f;
}

#menu, #subMenu{
	float:left;
}

#navigation, #subNavigation {
  list-style-type: none;

}


#navigation li, #subNavigation li {
  display: inline;
  float: left;
  height: 30px;
  position: relative;
  list-style: none;
  margin: 0 0px;
}

#navigation a{
	color:white;
}

#navigation a:hover{

	text-decoration:underline;
}

#subNavigation a{
	color: #aa443f;
}

#navigation li a, #subNavigation li a {
  display: block;
  padding: 9px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
}
#rightMenu a {
  margin: 0 8px;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;

}

#rightMenu #rightMenuLink,
#rightMenu .rightMenuLink {
	color:white;
}

#rightMenu a:hover{
	text-decoration:underline;
}


#navigation ul, #subNavigatino ul {
  display: block;
  position: absolute;
  left: -10px;
  top: 25px;
  width: 140px;
  padding: 1px 8px 8px 8px;
}




#navigation ul li, #subNavigation ul li {
  float: left; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
  margin: 0;
  padding: 0;
  line-height: normal;
  width: 140px;
  background: #303030;
  height: 35px;
}

#navigation ul li a, #subNavigation ul li a {
  display: block;
  margin: 0;
  font-weight: normal;
  text-align: left;
  line-height: normal;
  font-size: 8pt;
  padding-bottom: 5px;
  background: #303030;
  
}

#selectedNav{
	background: url(/imgs/selectedNav.jpg) repeat-x;
}
#subSelectedNav{
	background: #ffffff;
}
#selectedNav a{
	color: #aa443f;
}

#navigation ul li a:hover {
  color: #f0f0f0;
}

#rightMenu{
	float:right;
	padding-top: 4px;
	margin-right:5px;
}
.header {
	height: 150px;
	background: white url(/imgs/headerBack.jpg) repeat-x;
}

.content{
	clear:both;
	padding:15px;
} 

.contentInterior{
	clear:both;
	padding:15px;
	background: url(/imgs/headlineIndicator.png) no-repeat 0px 25px;
} 

.logo{
	margin:22px 0 0 20px;
	float:left;

}

.headerContact{
	float:right;
	margin:38px 24px 0 0;
	text-align:right;
	line-height:20px;
}

.applyButton{
	display:block;
	float:right;
	width:120px;
	height:21px;
	background: url(/imgs/buttons.png) 0px 67px;
	text-align:center;
	color:white;
	text-decoration:none;
	text-transform:uppercase;
	padding-top:1px;
}

.loginButton{
	width:120px;

	line-height:21px;
	padding:3px 10px;
	margin-right:8px;
	background: url(/imgs/buttons.png) 0px 43px;
	text-align:center;
	color:#aa443f;
	text-decoration:none;
	border:1px solid black;
}

h2{
	font-size: 16px;
	font-weight:bolder;
	color:#3e3e3e;
	margin:4px 0 8px;
}

.content ul, .entry ul{
	list-style:disc;
	color: #aa443f;
	margin-left: 15px;
}

.entry ul li{
	margin: 10px 0;
}

#downloadforms{
	background: #f1f1f1;
	margin:20px 0 0 0;
	padding:15px;
	width:590px;
}

.content a, .contentInterior a{
	color:#aa443f;
	text-decoration:none;
}

.content a:hover, .contentInterior a:hover{
	text-decoration:underline;
}

.entry{
	padding:12px 0 30px 20px;
	font-size:12px;
	
}

.indent{
	margin-left:15px;
}

.litext,
#homeCMBox ul li{
	color:#606060 !important;
}

.content li{
	margin-top:8px;
}

.entry div,
.entry p {
	margin-bottom: 1.5em;
}

.greenApplyButton{
	display:block;
	height:17px;
	background: url(/imgs/buttons.png) 0px 0px;
	text-align:center;
	color:white;
	text-decoration:none;
	text-transform:uppercase;
	padding:2px 8px 2px 8px;
	line-height:15px;
	font-size:11px;
}

.applyHomeText{
padding: 65px 0 0 375px;

}

.applyHomeText a{
	color:white;
	width:150px;
	}

h4{
	color:#aa443f;
	font-size: 14px;
	margin-bottom:10px;
}

.footer{

}

.footerLeft, .footerFacebook{

	background: #e6e7e9;
	height:30px;

}

.footerLeft p{
	padding-top:10px;
	padding-left:8px;
}

.footerFacebook{

}

.footerFacebook{
	color: #3a5b9e;
}

.footer p{
	float:left;

}

.footerLinks{
	float:right;
	line-height:20px;
	padding-top:5px;
	padding-right:8px;
}

.footerLinks a{
	color:#aa443f;
	text-decoration:none;
}

.jobTitle, .jobPay{
	background:#e6e7e9;
	font-size:14px;
	padding:0 10px;
}



.jobDetails{
	background:#f1f1f1;
	padding: 15px;
}

.jobDetails a{
	color:white;
}

.entry h3{
	font-size:13px;
}

.entry{
	line-height:16px;

}

.newsContent{
	margin:10px 20px;
}

.newsSideBar h4{
	font-size:12px;
	padding:4px 0;
	margin:0px;
}

.excerpt{
	padding:12px 0 8px 0;
}

.ourTeamTable td{
	background:#f1f1f1;
	padding:5px;
	margin:15px;
}

.ourTeamTable {
	border-collapse:separate; 
	border-spacing: 15px;
	font-size:12px;
	line-height:16px;
}

.ourTeamTable h3{
	color: #aa443f;
	font-size:14px;
}

.loanApplication{
	border-collapse:separate; 
	background:#f1f1f1;

}

.loanApplication td{
	vertical-align:middle;
}

.formTitle{
	background:#e6e7e9;
	vertical-align:middle;
	font-size:15px;
	font-weight:bold;
}

.formText{
	text-align:right;
	width:180px;
	font-size:13px;
}
.formInput3Span, .formInput{
	padding:5px;
}

.inputWidth{
	width:200px;
}

.title{
	font-size:15px;
	font-weight:bold;
	border-bottom:solid 2px #e6e7e9;
	margin:5px 15px;
	padding: 5px 0;

}

.formTextMultiLine{
	text-align:right;
	vertical-align:text-top;
		font-size:13px;
}

.applicationNav a{
	color:#CCCCCCC; 
	border-bottom:solid 3px #CCCCCC; 
	font-size:16px; 
}

#applicationNavSelected{
	color:#666666; 
	border-bottom:solid 3px #666666; 
	font-weight:bold;
}

.contentInterior .applicationNav a{
	color:#CCCCCC;
}

.title2{
	padding-top:10px;
}

.contentTable ul{
	list-style:disc;
	padding-left:15px;
}

.alignright{
	float:right;
}
.alignleft{
	float:left;
}

/* Quick Application Styles */
	.quickApp
	{
		text-align: left;
	}
	
	tr.declarationItem
	{
		height: 32px;
	}
	
	.declarationQuestion
	{
		width: 440px;
		font-size: 11px;
		padding: 10px 0px 0px 10px;
		text-align: right;
		vertical-align: top;
	}
	
	.declarationHead
	{
		width: 70px;
		text-align: center;
		vertical-align: top;
	}
	
	.declarationInput
	{
		width: 70px;
		text-align: center;
		vertical-align: top;
		padding: 10px 0px 0px 0px;
	}
	
	span.explanationContainer, div.explanationContainer
	{
		display: none;
	}
	
	td.declarationExplanation
	{
		padding: 10px 0px 0px 0px;		
	}
	
	input.explanationInput[type=text]
	{
		width: 231px;
	}
	
	.coDeclaration
	{
		display: none;
	}
