/* *********************START Meyer 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;
		background: transparent;
		font-size: 98%;
		line-height: 1;
	}
	
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: 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;
	}

/*END Meyer Reset ***************** */




body {
	background: #556ba0 url(../images/bg_pageGrad.png) repeat-x;
}

#structuralContainer {
	width: 984px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	text-align: left;
	position: relative;
	background: url(../images/bg_pageCtrGlow.jpg) center top no-repeat;
}

#header {  
	padding: 0;
	margin: 0 auto;
	width: 984px;
	height: 115px;
	clear: both;
	position: relative;
}

img {
	vertical-align: bottom;
}

img#shadowTop {
	position: absolute;
	top: 102px;
	left: 0;
	margin: 0;
	padding: 0;
}

img#shadowBottom {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#header #logo {
	position: absolute;
	top: 30px;
	left: 52px;
	z-index: 100;
}

#searchBox {
	position: absolute;
	top: 54px;
	left: 700px;
}

label.searchLabel {
	display: block;
	font: normal 12px "Arial";
	margin: 0 0 3px 0;
	padding: 0;
	color: #fff;
}

#searchText {
	border: 1px solid #ccc;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; 
}

#header img.logo {
	position: absolute;
	left: 66px;
	top: -38px;
}

#header ul {
	float: right;
	display: inline;
	width: 520px;
	margin: 0;
	padding: 0;
}

#mainBody {
	background: transparent url(../images/bg_vertShadow.png) repeat-y;
	width: 984px;
	margin: 0;
	padding: 0;
}

#navArea {  
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 42px;
	font: normal 11px Arial, Helvetica, sans-serif;
	background: #e3e9f1;
	position: relative;
	border-bottom: 1px solid #e3e9f1;
}

#contentArea {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	overflow: visible;
	clear: both;
}

#footer { 
	padding: 0;
	margin: 0;
	clear: both;
}

#footerNav {
	background: #fff url(../images/bg_footerGray.gif) bottom left repeat-x;
	width: 960px;
	height: 158px;
	margin: 0 auto;
	position: relative;
}

#footerNav_questions {
	position: absolute;
	top: 58px;
	left: 188px;
}

#footerNav_questions p {
	margin: 10px 0 0 5px;
	font: normal 12px "Arial", "Helvetica", sans-serif;
	color: #7d7d7d;
	line-height: 1;
}

img#imgFDICLogo {
	position: absolute;
	bottom: 74px;
	right: 64px;
	z-index: 1;
}

img#imgCustSvc {
	position: absolute;
	bottom: 0px;
	left: 64px;
}


#footerAddress {
	padding: 0;
	margin: 0;
	clear: both;
} 

#footerAddress p {
	margin: 0px 74px 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: right;
}

.noTopMargin {
	margin-top: 0px !important;
}

/*************  START Navigation items */

	a:link {
		color: #085b97;
		text-decoration: none;
	}
	
	a:visited {
		color: #085b97;
		text-decoration: none;
	}
	
	a:hover {
		color: #36f;
		text-decoration: underline;
	}
	
	#mainNav_links {
		list-style-type: none;
		margin: 0;
		padding: 0;
		overlow: hidden;
		position: absolute;
		left: 15px;
		bottom: 0px;
		font: normal 12px "Arial", "Helvetica", sans-serif;
		color: #7d7d7d;
	}
	
	#mainNav_links li {
		float: left;
		line-height: 1;
		padding: 0;
		margin: 0;
		display: block;
		text-align: center;
	}
	
	#mainNav_links li a {
		background: url(../images/img_navTab.png) 0 0px no-repeat;
		color: #085b97;
		font: normal 12px "Arial", "Helvetica", sans-serif;
		width: 117px;
		height: 27px;
		text-decoration: none;
		display: block;
		line-height: 27px;
	}
	
	#mainNav_links li a:visited {
		background: url(../images/img_navTab.png) 0 0 no-repeat;
		text-decoration: none;
	}
	
	
	#navArea li#active a {
		color: #fbb03f;
		font-weight: bold;
	}
	
	#mainNav_links li a:hover {
	 	background: url(../images/img_navTab.png) 0 -31px no-repeat;
		text-decoration: none;
		color: #fff !important;
	}
	
	#minorNav_links {
		list-style-type: none;
		margin: 0;
		padding: 0;
		overlow: hidden;
		position: absolute;
		left: 400px;
		bottom: 5px;
		font: normal 12px "Arial", "Helvetica", sans-serif;
		color: #556ba0;
	}
	
	#minorNav_links li {
		border-left: 1px solid #556ba0;
		float: left;
		line-height: 1.5;
		padding: 0 20px;
	}
	
	#minorNav_links li.firstChild {
		border-left: none;
		padding-left: 0;
	}
	
	#footerNav_links {
		list-style-type: none;
		margin: 0;
		padding: 0;
		overlow: hidden;
		position: absolute;
		right: 64px;
		top: 113px;
		font: normal 12px "Arial", "Helvetica", sans-serif;
		color: #7d7d7d;
		z-index: 100;
	}
	
	#footerNav_links li {
		border-left: 1px solid #7d7d7d;
		float: left;
		line-height: 1;
		padding: 0 5px;
	}
	
	#footerNav_links li.firstChild {
		border-left: none;
	}
	
	/* needed for the font-size pop up menu */
	#footerNav_links li ul { /* targets the font-size lists */
		padding: 0;
		width: 58px;
		margin: 0;
		list-style: none;
		line-height: 1;
		border: 1px solid #ff902f;
		font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	}
	
	#footerNav_links li ul li a {
		display: block;
		width: 44px;
		padding: 3px;
		color: #fff;
		text-decoration: none;
	}
	
	#footerNav_links li ul li a:hover {
		color: #ff902f !important;
		background: #425e97;
		text-decoration: none;
	}
	
	#footerNav_links ul li { /* font-size list items */
		width: 50px; /* width needed or else Opera goes nuts */
		border-bottom: 1px solid #333;
		line-height: 1;
		padding: 0px;
		display: inline;
		clear: both;
	}
	
	#footerNav_links li ul { /* second-level list positioning hidden */
		position: absolute;
		background: #666;
		width: auto;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}
	
	#footerNav_links li:hover ul, #footerNav_links li.sfhover ul { /* lists nested under hovered font-size list items */
		left: auto;
		right: 37px;
		bottom: 0px;
		z-index: 100 !important;
	}

/*END Navigation items ************  */


#pageTitle {
	width: 930px;
	height: 65px;
	margin: 0 auto;
	position: relative;
}

#pageTitle img {
	vertical-align: bottom;
	position: absolute;
	top: 35px;
	left: 30px;
}

#mainContent {
	border-top: 2px solid #e3e8f1;
	border-bottom: 1px solid #e3e8f1;
	width: 900px;
	margin: 0 auto;
	padding: 25px 15px 15px 15px;
	background: transparent;
}


.clear {
	clear: both;
	height: 0px;
	line-height: 0;
	font-size: 0;
}

.textInput {
	margin: 0;
	padding: 1px 3px;
}

.btnImage {
	margin: 0 0 0 5px;
	vertical-align: bottom;
}

#contentArea h1 {
	text-align: center;
	vertical-align: middle;
	font: 18px bold "Courier New", Courier, monospace;
	color: #999;
	padding-top: 100px;
}

#contentArea h3 {
	font: bold 108% Arial, Helvetica, sans-serif;
	color: #085b97;
	margin: 0 0 10px 0;
}

div.workflowData {
	margin: 10px 0 20px 0;
}

div.workflowData h3 {
	margin: 5px 0 0 0 !important;
}

span.dynamicData {
	color: #f93 !important;
}

#contentArea h4 {
	font: bold 100%/123.1% Arial, Helvetica, sans-serif;
	color: #085b97;
	margin: 0 0 10px 0;
}

#contentArea p, #contentArea p.normal {
	font: normal 100%/123.1% Arial, Helvetica, sans-serif;
	color: #243f66;
	margin: 0 0 15px 0;
}

#mainContent ol {
	list-style: decimal;
	margin: 20px 0 10px 30px;
	color: #243f66;
	width: 100%;
}

#mainContent ol li {
	font: normal 100%/108% Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding-left: 5px;
	zoom: 1;
}

#contentArea ul.linkList {
	list-style: none;
	margin: 10px 0 20px 0px;
	color: #243f66;
	width: 100%;
}

#contentArea ul.linkList li {
	font: normal 100%/108% Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding-left: 15px;
	padding-bottom: 3px;
	background: transparent url(../images/img_bulletBlueSq.gif) 2px 4px no-repeat;
	zoom: 1; /*this triggers the hasLayout property for ie6; not having it can make your first bullet disappear */
}

#contentArea ul#landingPage {
	list-style: none;
	margin: 30px 0 10px 0px;
	color: #243f66;
	width: 100%;
}

#contentArea ul#landingPage li {
	font: normal 95%/100% Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding-left: 25px;
	background: transparent url(../images/icon_folderPage.png) 1px 2px no-repeat;
	zoom: 1; /*this triggers the hasLayout property for ie6; not having it can make your first bullet disappear */
}

#contentArea ul#adobeReader {
	list-style: none;
	margin: 30px 0 10px 0px;
	color: #243f66;
	width: 100%;
}

#contentArea ul#adobeReader li {
	font: normal 100%/100% Arial, Helvetica, sans-serif;
	margin: 0 0 10px 25px;
	padding: 3px 0 3px 25px;
	background: transparent url(../images/icon_pageWhiteAcrobat.png) 0px 0px no-repeat;
	zoom: 1; /*this triggers the hasLayout property for ie6; not having it can make your first bullet disappear */
}


#contentArea ul#spanishEnglish {
	list-style: none;
	margin: 10px 0 20px 0px;
	color: #243f66;
	width: 100%;
}

#contentArea ul#spanishEnglish li {
	font: normal 100%/108% Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding-left: 15px;
	background: transparent url(../images/img_bulletGoldSq.gif) 2px 4px no-repeat;
	zoom: 1; /*this triggers the hasLayout property for ie6; not having it can make your first bullet disappear */
}

#contentArea ul#spanishEnglish li a {
	color: #fbb03f;
}

#contentArea ul#toMyDealer {
	list-style: none;
	margin: 30px 0 10px 0px;
	color: #243f66;
	width: 100%;
}

#contentArea ul#toMyDealer li {
	font: normal 100%/108% Arial, Helvetica, sans-serif;
	margin: 0 0 0px 0;
	padding: 2px 0 2px 25px;
	background: transparent url(../images/icon_page.png) 2px 0px no-repeat;
	zoom: 1; /*this triggers the hasLayout property for ie6; not having it can make your first bullet disappear */
}

#contentArea ul.bulletList {
	list-style: none;
	margin: 0 0 20px 20px;
	color: #243f66;
	width: auto;
}

#contentArea ul.bulletList li {
	font: normal 100%/108% Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding-left: 15px;
	background: transparent url(../images/img_bulletBlueSq.gif) 2px 4px no-repeat;
	zoom: 1; /*this triggers the hasLayout property for ie6; not having it can make your first bullet disappear */
}

#contentArea ul.bulletList_homepage {
	list-style: none;
	margin: 30px 0 10px 20px;
	color: #243f66;
	width: 215px;
	overflow: visible;
}


#contentArea ul.bulletList_homepage li {
	font: normal 100%/108% Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
	padding-left: 15px;
	background: transparent url(../images/img_bulletBlueSq.gif) 2px 4px no-repeat;
	zoom: 1; /*this triggers the hasLayout property for ie6; not having it can make your first bullet disappear */
}

#contentArea ul.bulletList_homepage li.autoFinanceBullet {
	height: 29px;
	width: 115%;
	font: normal 100%/108% Arial, Helvetica, sans-serif;
	margin: -5px 0 15px 0px;
	padding-left: 0px;

	background: none;
	overflow: visible;
	position: relative;
/*	left: -14px; */
	left: -20px;
	zoom: 1; /*this triggers the hasLayout property for ie6; not having it can make your first bullet disappear */

}

#contentArea ul.bulletList_homepage li.autoFinanceBullet img {
	vertical-align: middle;
	margin-right: 7px;
	float: left;
}


#contentArea ul.bulletList_faq {
	list-style: none;
	margin: 0 0 40px 0px;
	padding: 0 0 20px 0px;
	color: #243f66;
	width: 100%;
	border-bottom: 1px solid #e3e8f1;
}

#contentArea ul.bulletList_faq li {
	font: bold 100%/108% Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
	padding-left: 15px;
	background: transparent url(../images/img_bulletBlueSq.gif) 2px 4px no-repeat;
	zoom: 1; /*this triggers the hasLayout property for ie6; not having it can make your first bullet disappear */
}



ul.btn_orangeEmbossed {
		width: 100%;
		list-style-type: none;
		margin: 0 auto 20px auto;
		padding: 0;
		font: normal 11px "Arial", "Helvetica", sans-serif;
	}
	
ul.btn_orangeEmbossed li {
		float: left;
		display: block;
		height: 19px;
		width: 125px;
		line-height: 19px;
		padding: 0;
		margin: 0px 10px 0 0;
		position: relative;
		text-align: center;
		vertical-align: middle;
	}
	
ul.btn_orangeEmbossed li a {
		background: url(../images/btn_orangeEmbossed.gif) 0 -21px no-repeat;
		color: #fff;
		font: bold 11px "Arial", "Helvetica", sans-serif;
		width: 125px;
		height: 19px;
		text-decoration: none;
		display: block;
		line-height: 19px;
	}
	
ul.btn_orangeEmbossed li a:visited {
		background: url(../images/btn_orangeEmbossed.gif) 0 -21px no-repeat;
		text-decoration: none;
		color: #fff;
	}
		
ul.btn_orangeEmbossed li a:hover {
	 	background: url(../images/btn_orangeEmbossed.gif) 0 0px no-repeat;
		text-decoration: none;
		color: #085b97;
	}
	

ul.btn_orangeEmbossed li#active a {
		color: #fbb03f;
	}

div#rateSheetBox {
	width: 218px;
	float: right;
	margin: 0 0 30px 0px;
	display: inline;
}

img#rateSheet {
	clear: both;
}

div#pdfIcon {
	float: left;
	width: 40px;
	margin: 0px 10px 10px 20px;
	display: inline;
}

div#pdfTextLinks {
	float: left;
	width: 218px;
	display: inline;
	margin: 0;
	padding: 0;
}

p#rateSheetLink {
	width: 218px;
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

p#lastUpdated {
	margin: 10px 0 0 0;
	padding: 0;
	width: 218px;
	line-height: 1;
	color: #666;
	text-align: center;
}

table.documentDownloads {
	margin: 0;
	padding: 0;
	border: 1px solid #1f4b7b;
	width: 590px;
	clear: both;
}

table.depositorRates {
	margin: 0;
	padding: 0;
	border: none;
	width: 500px;
}

table.documentDownloads td, table.documentDownloads th {
	padding: 10px 5px 5px 20px;
}

table.depositorRates td, table.depositorRates th {
	padding: 0px 5px 0px 20px;
	line-height: 1;
	height: 28px;
	vertical-align: middle;
}

table.documentDownloads tr.tableTitle th {
	height: 28px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 1;
	background: #879db5 url(../images/bg_gradHorizBlue.jpg) top left repeat-y;
}

table.depositorRates tr.tableTitle th {
	height: 28px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 1;
	background: #1f4b7b;
}

td.docList {
	vertical-align: top;
	font: normal 12px Arial, Helvetica, sans-serif;
	width: 440px;
	padding-right: 50px;
	background: #cadbea url(../images/bg_gradWhiteToBlue.jpg) 0 0 repeat-x;
}

td.downloadLink {
	vertical-align: top;
	font: normal 11px Arial, Helvetica, sans-serif;
	background: #cadbea url(../images/bg_gradWhiteToBlue.jpg) 0 0 repeat-x;
}

p.docName {
	font-weight: bold !important;
	margin: 0 0 10px 0 !important;
	padding: 0;
}

p.docDescription {
	margin: 0 0 5px 20px !important;
	padding: 0;
}

.depositorRates tr td {
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 440px;
	padding-right: 50px;
	background: #cadbea;
	color: #003b6f;
}

.depositorRates tr.altRow td {
	background: #eee;
}

p.tableNote {
	font: bold 10px Arial, Helvetica, sans-serif;
	text-align: right;
	width: 500px;
	padding: 20px 0 20px 0;
}


div.indent50 {
	margin: 0 0 0 50px;
}





/* from FSB_content.css */
#contentPage #wrapper {
	float: left;
	width: 100%;
	background: transparent url(../images/bg_grayLine.gif) 736px 0 repeat-y;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}

#contentPage #centralColumn {
	background: transparent;
	width: 594px;
	float: left;
	margin: 0 294px 0 15px;
	display: inline;
}

#contentPage #rightColumn {
	float: left;
	width: 140px;
	background: transparent;
	margin-left: -145px;
}

#contentPage img.sectTitle {
	vertical-align: top;
	margin: 0 0 10px 0;
}

#contentPage p.faq_question {
	font: bold 108%/123.1% Arial, Helvetica, sans-serif;
	margin: 30px 0 5px 0;
}

#contentPage p.faq_question a, #contentPage p.faq_question a:hover  {
	font: bold 108%/123.1% Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #085b97;
}

#contentPage p.faq_answer {
	font: normal 100%/123.1% Arial, Helvetica, sans-serif;
	margin: 0 0 10px 20px;
}


#contentPage p.btn_orangeArrows {
	margin: 10px 0 0 0;
}

#contentPage p.btn_orangeArrows a {
	width: 132px;
	height: 19px;
	display: block;
	background: transparent url(../images/btn_orangeArrows.gif) left top no-repeat;
	text-decoration: none;
	text-align: left;
	text-indent: 10px;
	color: #fff;
	font-size: 11px;
	line-height: 19px;
}

#contentPage p.btn_orangeArrows a:visited {
	width: 132px;
	height: 19px;
	display: block;
	text-decoration: none;
	color: #fff;
}


#contentPage p.btn_orangeArrows a:hover {
	width: 132px;
	height: 19px;
	display: block;
	background: transparent url(../images/btn_orangeArrows.gif) left bottom no-repeat;
	text-decoration: none;
	color: #fff;
}



/*from FSB_sectionHome.css */
#sectionHome #wrapper {
	float: left;
	width: 100%;
	background: transparent url(../images/bg_vertGrayLine_sections.gif) 163px 0 repeat-y;
}

#sectionHome #centralColumn {
	background: transparent;
	width: 532px;
	float: left;
	margin: 0 185px;
	display: inline;
	position: relative;
}

#sectionHome #leftColumn {
	float: left;
	width: 140px;
	padding: 0 0 0 0px;
	background: transparent;
	margin-left: -900px;
}

#sectionHome #rightColumn {
	float: left;
	width: 140px;
	background: transparent;
	margin-left: -145px;
}


#sectionHome #centralColumn_intro {
	position: relative;
	float: left;
	width: 100%;
	min-height:150px;
  	height:auto !important;
  	height:150px;
	border-bottom: 1px solid #f1f1f2;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

#sectionHome #centralColumn_intro p {
	padding: 0 260px 0 0;
	
}



/* Charles Addition */

/* This is to widen the content for the bigmap */
#contentPage #centralColumnDealerType {
	background: transparent;
	width: 690px;
/*	width: 680px; */
	float: left;
	margin: 0 190px 0 15px;
/* 	margin: 0 200px 0 30px; */
	
	display: inline;
}

#sectionHome #centralColumn_intro_dealer {
	position: relative;
	float: left;
	width: 100%;
	min-height:100px;
  	height:auto !important;

	border-bottom: 1px solid #f1f1f2;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}

#sectionHome #centralColumn_intro_dealer p {
	padding: 0 195px 0 0;
	
}

.fireside_locations_list {
	width: 100%;
	margin: 40px 0 0 0;
	color: #085B97;
	text-align: center;
}

.fireside_locations_list tr {
	text-align: left;
}

.fireside_locations_list td {
}

.fireside_locations_list li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.82px;

	line-height: 125%;
}



/* MAP OVERLAY */

#mapOverlay {
	display: none;
	width: 400px;
	height: 100%;
	background-color: #fff;
	border: 3px solid #e2eaf2;
	line-height: 1;

}

#mapOverlayHeading {
	background-color: #eef2f7;
	
	padding: 5px;
	font-size: 14px;
}

#mapOverlayHeading p {
	margin: 0;
	display: inline;
}

#mapOverlayHeading p.label {
	font-weight: bold;
}

#mapOverlayHeading p#mapOverlayHeadingsState {
	font-weight: bold;
	color: #ff9933;
}

#mapOverlayHeading p.mapOverlayClose {
	position: relative;
	top: 2px;
	font-size: 11px;
	float: right;
}

#mapOverlayHeading p.mapOverlayClose img {
	position: relative;
	top: -1px;
	margin-left: 2px
}

#mapOverlayContent {
	width: 100%;
	height: 180px;
	background-image: url(../images/states/img_state_Louisiana.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #f8fafc;
	border-top: 1px solid #e8eef5;
	border-bottom: 1px solid #e8eef5;
}

#mapOverlayContentComingSoon {
	display: none;
	width: 250px;
	margin: 0 auto;
	position: relative;
	top: 40px;
	font-size: 12.82px;
	
}

#mapOverlayContentComingSoon img {
	margin-bottom: 21px;
}

#mapOverlayContentComingSoon p {
	line-height: 16px;
}

#mapOverlayFooter {
	width: 400px;
	height: 100%;
	color: #085b97;
}

#mapOverlayFooterContent {
	width: 360px;
	margin: 10px auto;
	text-align: center;
	position: relative;
}

#mapOverlayFooterContentMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.82px;
	font-weight: bold;
	margin-top: -5px;
	padding: 0;
	display: none;
	
}

#mapOverlayFooterContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.82px;
	font-weight: bold;
	line-height: 24px;
}




#mapOverlayFooterContentButtons {
	
	text-align: center;
	margin: 0 auto;
}

#mapOverlayFooterContentButtons table {
	text-align: center;
/*	width: 100%; */
	margin: 0 auto;
}


div.btn_orangeEmbossed {
		background: url(../images/btn_orangeEmbossed.gif) 0 -21px no-repeat;
		color: #fff;
		font: bold 11px "Arial", "Helvetica", sans-serif;
		text-decoration: none;
		line-height: 19px;
		height: 19px;
		width: 125px;
		position: relative;
		margin: 0 6px;
}
	
	

div.btn_orangeEmbossed:hover {
	 	background: url(../images/btn_orangeEmbossed.gif) 0 0px no-repeat;
		text-decoration: none;
		color: #085b97;
	}
	
div.btn_orangeEmbossed a {
	color: #fff;
		font: bold 11px "Arial", "Helvetica", sans-serif;
		width: 125px;
		height: 19px;
		text-decoration: none;
		display: block;
		line-height: 19px;
}





/* End Charles Addition */




#sectionHome img.sectTitle {
	vertical-align: top;
	margin: 0 0 10px 0;
}

#sectionHome #sectImage {
	position: absolute;
	bottom: 0;
	right: 20px;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}

#sectionHome p.btn_orangeArrows {
	margin: 10px 0 0 0;
}

#sectionHome p.btn_orangeArrows a {
	width: 132px;
	height: 19px;
	display: block;
	background: transparent url(../images/btn_orangeArrows.gif) left top no-repeat;
	text-decoration: none;
	text-align: left;
	text-indent: 10px;
	color: #fff;
	font-size: 11px;
	line-height: 19px;
}

#sectionHome p.btn_orangeArrows a:visited {
	width: 132px;
	height: 19px;
	display: block;
	text-decoration: none;
	color: #fff;
}


#sectionHome p.btn_orangeArrows a:hover {
	width: 132px;
	height: 19px;
	display: block;
	background: transparent url(../images/btn_orangeArrows.gif) left bottom no-repeat;
	text-decoration: none;
	color: #fff;
}

#centralColumn .alertBox {
	width: 531px;
	margin: 10px 0 40px 0;
	padding: 0 0 10px 0;
	background: url(../images/img_alertBottom.jpg) left bottom no-repeat;
	min-height: 70px;
	height: auto !important;
	height: 70px;
}

#centralColumn .alertBox .top {
	width: 531px;
	height: 33px;
	background: url(../images/img_alertTop.jpg) 0 0 no-repeat;
}

#centralColumn .alertBox .alertHeadline {
	font: bold 100%/123.1% Arial, Helvetica, sans-serif;
	width: 511px;
	margin: 0 10px;
	padding: 10px 0 0 0;
}

.orangeFlag {
	background: url(../images/icon_flagOrange.gif) bottom left no-repeat !important;
}

.alertHeadline span.alertLabel {
	color: #f60;
	width: 70px;
	margin-left: 20px;
}

.alertHeadline span.alertDate {
	color: #666;
	width: 70px;
	margin-left: 20px;
}

#centralColumn .alertBox .message {
	width: 527px;
	border-left: 2px solid #fdd79f;
	border-right: 2px solid #fdd79f;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	padding: 0;
}

#centralColumn .alertBox .message p {
	font: normal 100%/123.1% Arial, Helvetica, sans-serif;
	margin: 0 10px 0 20px;
	padding: 5px 0 0 0;
}

#centralColumn .alertBox .message p a {
	font-weight: bold;
	text-decoration: underline;
}

#stateChosen {
	border: 1px solid #cad6e5;
	width: 350px;
	margin-bottom: 20px;
}

#stateChosenHeading {
	background-color: #f0f4f8;
	padding: 10px 10px 1px 10px;
	border-bottom: 1px solid #cad6e5;
	
}

#stateChosenContent {
	width: 90%;
	position: relative;
	height: 60px;
	top: 10px;
	margin: 0 auto 5px auto;
	
}





/*from FSBhomepage */
#homepage #mainContent {
	border-top: 0px solid #e3e8f1;
	border-bottom: 1px solid #e3e8f1;
	width: 900px;
	margin: 0 auto;
	padding: 35px 0px 15px 0px;
	background: transparent;
}

#homepage #wrapper {
	float: left;
	width: 100%;
	background: transparent url(../images/bg_vertGrayLine_homepage.gif) 296px 0 repeat-y;
}


#homepage #wrapper #hideVertLine2{
	width:10px;
	height:316px;
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 275px;
}

#homepage #centralColumn {
	background: transparent;
	width: 268px;
	float: left;
	margin: 0 323px;
	display: inline;
	position: relative;
}

#homepage #centralColumn #FSBAutoBanner {
	width: 560px;
	height: 48px;
	z-index: 100;
	position: absolute;
	top: 255px;
	left: 4px;
}

#homepage #leftColumn {
	float: left;
	width: 268px;
	padding: 0 0 0 0px;
	background: #transparent;
	margin: 0 0 0 -900px;
	position: relative;
}

#homepage #rightColumn {
	float: left;
	width: 268px;
	background: transparent;
	margin: 0 0 0 -282px;
	position: relative;
}

#homepage .belowBanner {
	margin: 98px 0 10px 20px !important;
}

#homepage img.sectTitle {
	vertical-align: text-top;
	display: inline;
	line-height: 35px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 20px;
}

#homepage div.sectionTitle {
	line-height: 35px;
	height: 35px;
	width: 268px;
	display: block;
	padding: 0;
	margin: 0;
	background: transparent;
	position: relative;
	clear: both;
}

#homepage img.img_homepageSectionPhoto {
	margin: -8px 0 0 0;
}

#homepage p.btn_homeCallToAction {
	margin: 0;
	font: bold 12px Arial, Helvetica, sans-serif !important;
	background: transparent url(../images/btn_homeCallToAction.gif) left top no-repeat;
}

#homepage p.btn_homeCallToAction a {
	width: 255px;
	height: 29px;
	display: block;
	text-decoration: none;
	text-align: left;
	text-indent: 20px;
	color: #085b97;
	font-size: 12px;
	line-height: 29px;
}

#homepage p.btn_homeCallToAction a:visited {
	width: 255px;
	height: 29px;
	display: block;
	text-decoration: none;
	color: #085b97;
}

#homepage p.btn_homeCallToAction a:hover {
	width: 255px;
	height: 29px;
	display: block;
	text-decoration: none;
	color: #e38340;
}

#homepage p.btn_homeCallToAction a span.actionLinkText {
	text-decoration: none !important;
	width: auto;
	height: 28px;
	vertical-align: middle;
	line-height: 28px;
	background: transparent url(../images/img_actionArrow.gif) right 3px no-repeat;
	display: inline;
	padding-right: 20px;
}

#homepage p.btn_homeCallToAction a:hover span.actionLinkText {
	text-decoration: none !important;
	width: auto;
	height: 28px;
	vertical-align: middle;
	line-height: 28px;
	background: transparent url(../images/img_actionArrow.gif) right -10px no-repeat;
	color: e38340;
	display: inline;
	padding-right: 20px;
}

/* formStyles */
.required {
	display: inline;
	font: normal 12px Arial, Helvetica, sans-serif;	
	color: #f00;
	clear: both;
}

label.requiredField {
	color: #f00;
}

input.requiredField, textarea.requiredField {
	border-color: #f00 !important;
	background-color: #ffc !important;
	display: block;
}


img#formTitle, img#tableTitle {
	margin: 40px 0 0 0;
}

.col1 .label, .col2 .label, .col3 .label {
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #0a2745;
}

.col1 ul li, .col2 ul li, .col3 ul li {
	display: inline;
	margin: 0 0 0 5px;
}

.col1 ul li label, .col2 ul li label, .col3 ul li label {
	display: inline;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 5px;
}

input.textField {
	border: 1px solid #809DB9;
	height: 23px;
	margin: 0;
	padding: 0px 2px;
	font: normal 14px "Courier New", Courier, monospace;
	color: #425e97;
	letter-spacing: 1px;
}

input.radioButton {
	position: relative;
	top: 3px;
	margin: 0 0 0 20px;
}

select, .dropDown {
	font: normal 12px Arial, Helvetica, sans-serif;
	height: 23px;
	width: 50px;
	border: 1px solid #809DB9 !important;
}

textarea {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	width: 326px;
	height: 100px;
	border: 1px solid #809DB9;
	padding: 1px;
	color: #425e97;
	display: block;
	letter-spacing: 1px;
	resize: none;
}

.width50 {
	width: 50px;
}

.width100 {
	width: 100px;
}

.width180 {
	width: 180px;
}

.width250 {
	width: 250px;
}




table.form {
	margin: 20px 0 20px 20px;
	padding: 0;
	border: none;
}

.form td {
	vertical-align: top;
}

.form td.col1 {
	padding: 0 0 30px 0;
}

.form td.col2 {
	padding: 0 0 30px 20px;
}

.form td.col3 {
	padding: 0 0 30px 20px;
}

.form td.spacer, .reviewInput td.spacer {
	padding: 0 0 50px 20px;
}


table.reviewInput {
	margin: 20px 0 20px 20px;
	padding: 0;
	border: none;
}

.reviewInput td {
	vertical-align: top;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #0a2745;
}

.reviewInput td.col1 {
	padding: 5px 0 8px 20px;
	width: 40%;
}

.reviewInput td.col2 {
	padding: 5px 0 8px 20px;
	font-weight: bold;
}

.reviewInput tr .col1, .reviewInput tr .col2 {
	background: #eee;
}

.reviewInput tr.altRow .col1, .reviewInput tr.altRow .col2 {
	background: #fff;
}

#btn_modify {
	margin: 0 20px 0 0;
}

/*from Taleo style sheet */

#taleoContent {
	padding: 0px;
	margin: 0 0 0 20px;
	width: 85%;
}

#taleoContent td, #taleoContent th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

#taleoContent table {
	margin: 0px auto;
}

#taleoContent td table>table>table {
	width: 100% !important;
	font: normal 100%/108% Arial, Helvetica, sans-serif;
}

#taleoContent td:first-child table:first-child {
	width: 100%;
	font: normal 100%/108% Arial, Helvetica, sans-serif;
}

#taleoContent td table td {
	font: normal 100%/108% Arial, Helvetica, sans-serif;
	background: #eee;
}

#taleoContent table td div span strong span{
	font-size: 100%;
	line-height: 130%;
	text-align: left;
	color: #000 !important;
}

#taleoContent td table table tr:first-child td {
	background: #fff;
}

#taleoContent td table td b {
	font: normal 100%/108% Arial, Helvetica, sans-serif;
	color: #000;
}


#taleoContent td table table td:first-child {
	padding: 5px 0 5px 10px;
}


#taleoContent td table table td:first-child b {
	font-weight: bold;
}

#taleoContent td table table th {
	background: #e3e9f1;
	padding: 5px 2px;
}

#taleoContent td table table th:first-child {
	padding: 2px 10px;
}

#taleoContent td table table th b {
	font-weight: bold;
}

#taleoContent td table table tr td+td+td {
	text-align: center;
}


#taleoContent td span.head1 {
	font: bold 108%/123.1% Arial, Helvetica, sans-serif;
	color: #085b97;
	width: 100%;
	border-bottom: 2px solid #085b97;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	display: block;
}

#taleoContent textarea {
	font: Arial, Helvetica, sans-serif;
	border: 1px solid #809DB9;
	height: auto;
	width: auto;
}

#taleoContent textfield {
	font: normal 100%/123.1% Arial, Helvetica, sans-serif;
	height: auto;
	width: auto;
}

#taleoContent select {
	font: normal 90%/123.1% Arial, Helvetica, sans-serif;
	border: 1px solid #809DB9;
	height: auto;
	width: auto;
}

#taleoContent input, #taleoContent input.text {
	font: normal 100%/123.1% Arial, Helvetica, sans-serif;
	border: 1px solid #809DB9;
	height: 23px;
	margin: 0;
	padding: 0px 2px;
	font: normal 14px "Courier New", Courier, monospace;
	color: #333;
}

#taleoContent input[type=submit] {
	background: transparent url(../images/btn_orange_large.gif) left top no-repeat;
	border: none;
	width: 150px;
	height: 19px;
	margin: 0 0 0 170px;
	padding: 0;
	font: bold 95% Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
}

#header #logoAutoFinance {
position: absolute;
top: 10px;
left: 52px;
z-index: 100;
}

