@charset "utf-8";
/* CSS Document */

@media print {
	#NavigationColumn, #Sidebar, #TopBranchLocatorForm, #InteriorSubheader, #Navigation { display: none; }
	#Header { display: none; }
	#NoLinkHeader {display: block; }
	#NoLinkHeader #aigLogo2 { margin-right: 150px; }
	#ContentColumns, #Content, #Content p { width: 600px !important; }
	.print {display: none; }
}

#InteriorSubheader{
	height:106px;
	border-bottom:4px solid #687c9c;
}

.pageTitle{
	width:222px;
	height:104px;
	float:left;
	position:relative;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#8599b7 url('../img/backgrounds/page-title-background.jpg') left top no-repeat; 
}

.pageTitle h3{
	position:absolute;
	bottom:8px;
	left:12px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	/* image replacement */
	width:178px;
	height:0 !important;
	padding-top:14px;
	background:transparent url('../img/titles/consumer-lending.gif') left top no-repeat;
	overflow:hidden;
	/* /image replacement */
}
		 
.pageTitle h3.consumerLending{
	background-image:url('../img/titles/consumer-lending.gif');
}

.pageTitle h3.merchantSolutions{
	background-image:url('../img/titles/merchant-solutions.gif');
} 

.pageTitle h3.corporateSolutions{
	background-image:url('../img/titles/corporate-solutions.gif');
}

.pageTitle h3.aboutUs{
	background-image:url('../img/titles/about-us.gif');
}

.pageTitle h3.policiesTerms{
	background-image:url('../img/titles/policies-and-terms.gif');
}

.pageTitle h3 span{
	font-weight:normal;
}

.pageBranding{
	width:737px;
	float:left;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
	 
#Body{
	background:#fff url('../img/backgrounds/navigation-column-background.gif') left top repeat-x;
	/* clearfix */
	display: inline-block;
}

#Body:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}	

#NavigationColumn{
	width:222px;
	float:left;
	border-top:1px solid #fff;
	text-align:left;
}

#NavigationColumn h3{
	padding:7px 13px;
	background:#ebeef3 url('../img/navigation/left-nav-header.gif') left top no-repeat;
	color:#ba292c;
	font-size:13px;
	font-weight:bold;
}

#NavigationColumn div.title{
	padding:7px 13px;
	background:#ebeef3 url('../img/navigation/left-nav-header.gif') left top no-repeat;
	color:#ba292c;
	font-size:13px;
	font-weight:bold;
}

#NavigationColumn ul{
} 
		
#NavigationColumn li{
	background:#e1e5ed url('../img/navigation/left-nav.gif') left top no-repeat; 
	border-bottom:1px solid #f1f3f6;
}

#NavigationColumn li.selected{
	background:#8a9fc1 url('../img/navigation/left-nav-selected.gif') left top no-repeat;
} 

#NavigationColumn li.lastChild{
	border-bottom-width:0;
}  

#NavigationColumn li a:link, 
#NavigationColumn li a:hover, 
#NavigationColumn li a:visited, 
#NavigationColumn li a:active{
	height:17px;
	display:block; 
	padding:7px 0 0 24px;
	color:#434343;
	font-size:11px;
}

#NavigationColumn li.selected a:link, 
#NavigationColumn li.selected a:hover, 
#NavigationColumn li.selected a:visited, 
#NavigationColumn li.selected a:active{ 
	color:#fff;
	font-weight:bold;
}

/* Sub */

#NavigationColumn .subLinks li a:link, 
#NavigationColumn .subLinks li a:hover, 
#NavigationColumn .subLinks li a:visited, 
#NavigationColumn .subLinks li a:active{
  font-weight:normal;
	padding-left:46px;
	color:#395b93 !important;
}
 
/* /sub */
	 
#ContentColumns{
	width:737px;
	float:left;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	background:#fff url('../img/backgrounds/content-column-background.gif') left top repeat-x;
	text-align:left;
}

#Content{
	width:521px;
	min-height:500px;
	float:left;
	padding:32px 9px 32px 17px;
	overflow:hidden;
	font-size:12px;
	line-height:14px;
}

.page_CompanyHistory #Content{
	width:481px;
}

#Content h1{
	margin-bottom:12px;
	color:#c02b2e;
	font-size:22px;
	font-weight:normal;	 
}

#Content h2{
	margin-bottom:12px;
	color:#c02b2e;
	font-size:22px;
	font-weight:normal;	 
}

#Content p{
	width:490px;
	margin-bottom:10px;
	color:#434343;
}

.page_CompanyHistory #Content p{
	width:470px;
}

#Content h3{
	margin-top:32px;
	margin-bottom:10px;
	color:#c02b2e;
	font-size:12px;
	font-weight:bold;	 
} 

#Content h3.section{
	margin-top:16px;
	margin-bottom:10px;
	color:#434343;
	font-size:14px;
	font-weight:bold;	 
} 

#Content ol{
	margin-bottom:9px;
	color:#434343;
}	 

#Content li{
	height:50px;
	margin-bottom:4px;
	color:#434343;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size:14px;
	padding-top: 21px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 58px;
}
		 
#Content li.one{
	background-image:url('../img/list/one.gif');
}

#Content li.two{
	background-image:url('../img/list/two.gif');
}

#Content li.three{
	background-image:url('../img/list/three.gif');
}

#Content li strong{
	display:block;
	color:#c02b2e;
	font-weight:bold;
}		 	 		 
#Content a:link,
#Content a:hover,
#Content a:visited,
#Content a:active{
	color:#294c86;
}

#Content p.goButton a:link, 
#Content p.goButton a:hover,
#Content p.goButton a:visited, 
#Content p.goButton a:active{ 
	color:#333;
}	

em.required{
	color:#cc3333;
}		

#Sidebar{
	float:left;
	width:182px;
	padding-top:70px;
	padding-right:8px;
}

.page_CompanyHistory #Sidebar{
	width:222px;
}

.highlightedActionCallout,
/**/
.highlightedActionCallout2
{
	clear:both;
	width:175px;	
	margin-bottom:8px;
	border:2px solid #5271a5;
	display: inline-block;
}

.highlightedActionCallout:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.highlightedActionCallout div{
	border:1px solid #a9b8d2;
	background-color:#5271a5;	
}

.highlightedActionCallout div:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.highlightedActionCallout h3{
	margin:12px 0 6px 14px;
	padding:0;
	color:#fff;
	line-height:14px;
	font-size:13px; /*16*/
	font-weight:bold;
}	


/*-------------- alternate right callouts ---------------*/


.highlightedActionCallout2{
	clear:both;
	width:175px;	
	margin-bottom:8px;
	border:2px solid #5271a5;
	display: inline-block;
}

.highlightedActionCallout2:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.highlightedActionCallout2 div{
	width:173px;	
	border:1px solid #a9b8d2;
	background-color:#5271a5;	
	display: inline-block;
}

.highlightedActionCallout2 div:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.highlightedActionCallout2 h3{
	height:19px;
	margin:12px 0 0 14px;
	padding:0;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}	

.highlightedActionCallout2 p{
	margin:0 0 0 14px;
	padding:0;
	clear:left;
	line-height:14px;
	color:#fff;
	font-size:11px;
	font-weight:normal;
}
				
.highlightedActionCallout2 p.sub{
	margin:18px 0 12px 35px;
	clear:left;
	line-height:14px;
	font-size:11px;
	font-weight:normal;
}	

.highlightedActionCallout2 p.sub strong{
	font-size:14px;
	font-weight:bold;
}


/*-------------- /alternate right callouts ---------------*/


#BranchLocator h3{
	font-size:12px;
}				

.highlightedActionCallout p{
	margin:0 0 0 14px;
	padding:0;
	clear:left;
	line-height:14px;
	color:#fff;
	font-size:11px;
	font-weight:normal; /*bold*/
}
				
.highlightedActionCallout p.sub{
	clear:left;
	line-height:14px;
	font-size:11px;
	font-weight:normal;
	text-align: center;
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0px;
}	


#AlreadyCustomer p.sub{
	margin-top:-6px;
}

.highlightedActionCallout p.sub strong{
	font-size:15px;
	font-weight:15px;
}				

#BranchLocator p{
	font-weight:normal;
}				

p.button,
.highlightedActionCallout p.button,
/**/
.highlightedActionCallout2 p.button

{
	margin:7px 0 6px 14px;
	text-align:center;
	/* sliding doors button */
	height:24px;
	float:left;
	padding:0;
	background:transparent url('../img/buttons/yellow-lrg-left.gif') left top no-repeat;
	/* /sliding doors button */
}	

p.button a:link, 
p.button a:hover,
p.button a:visited, 
p.button a:active,
.highlightedActionCallout p.button a:link, 
.highlightedActionCallout p.button a:hover,
.highlightedActionCallout p.button a:visited, 
.highlightedActionCallout p.button a:active,
		/**/
.highlightedActionCallout2 p.button a:link, 
.highlightedActionCallout2 p.button a:hover,
.highlightedActionCallout2 p.button a:visited, 
.highlightedActionCallout2 p.button a:active

{ 
	/* sliding doors button */
	height:24px;
	display:block;
	margin:0 -1px 0 0;
	padding:5px 33px 0;
	background:transparent url('../img/buttons/yellow-lrg-right.gif') right top no-repeat;
	color:#333;
	white-space:nowrap;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	/* /sliding doors button */
}			

.highlightedActionCallout form{
	display: inline-block;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 13px;
	padding-left: 20px; /*70*/
}


/*for 'butons only' alignment*/
.highlightedActionCallout form.buttonOnlyCallout{
	padding-left: 55px; 
}

.highlightedActionCallout form:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}	

.highlightedActionCallout label,
.highlightedActionCallout input{
	float:left;
}	

.highlightedActionCallout label{
	margin:5px 6px 0 0;
	color:#fff;
}	

.highlightedActionCallout .inputText{
	width:88px;
	margin-right:4px;
}							

.highlightedActionCallout .inputButton{
	margin-top:-1px;
}			


#HistoryCallout{
	width:222px;
	border:1px solid #9a9a9a;
}

.VeriSignLogo{
	clear:both;
	float:left;
	margin:13px 200px 13px 13px;
}
		 
		 
#Content ul{
	margin-left: 24px;
	margin-right: 0px;
	margin-bottom: 24px;
	/*border: 1px dotted #0000FF; pink*/
}

#Content li{
	line-height: 1.25em;
	list-style-type: none;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	font-size: 11px;
	height: 20%;
	background-image: url('../img/list/bullet.gif');
	background-position:left 5px;
	background-repeat: no-repeat;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	/*border: 1px dotted #000000; black*/
}

/* just the color + bold text */
.redBold{
	font-weight: bold;
	color: #c02b2e;
}

.blackBold{
	font-weight: bold;
	color: #000;
}

#Content ol li{
	list-style-type: none;
	padding-bottom: 52px;
	list-style-image: none;
	background-image: none;
	/*border: 1px dotted #000000; black*/
}

/*the number on the FAQ questions*/
.number{
	float: left;
	position: relative;
	left: -12px;
	font-weight: bold;
	color: #000000;
}

/*redefine h3 for "subhead" in mechant solutions*/
#Content h3{
	clear:left;
	color:#c02b2e;
	font-size:12px;
	font-weight:bold;
	margin: 13px 0 0 0;
	padding:0;
	background-repeat: repeat;
	background-color: transparent; !important
}		

/*feedback form*/
#feedback{
	height: 340px;
	/*border: 1px dotted #00FF00; lime green*/
}

/*feedback form for rt employee (narrower)box*/
#feedback2{
	height: 550px;
	width: 460px;
	/*border: 1px dotted #00FF00; lime green*/
}

#feedback2 dl{
	width: 450px;
	height: 40px;
	/*border: 1px dotted #FF00FF; pink*/
}

#feedback2 dt{
	width: 150px;
	float: left;
	padding-top: 10px;
	/*border: 1px dotted #00FFFF; sea blue*/
}

#feedback2 dd{
	width: 280px;
	padding-bottom: 5px;
	padding-top: 5px;
	float: right;
	/*border: 1px dotted #99CC33; lime green*/
}

/*button styling*/
#Content p.button{
	width:100px;
	margin-left: 250px;
}

form p.button{
	margin:14px auto 21px auto;
	text-align:center;
	clear:both;
	/* sliding doors button */
	height:34px;
	padding:0;
	background:transparent url('../img/buttons/yellow-xlrg-left.gif') left top no-repeat;
	/* /sliding doors button */
}	

form p.button a:link, 
form p.button a:hover,
form p.button a:visited, 
form p.button a:active{
	/* sliding doors button */
	height:34px;
	display:block;
	background:transparent url('../img/buttons/yellow-xlrg-right.gif') right top no-repeat;
	color:#333;
	font-size:12px;
	font-weight:bold;
	margin-top: 0;
	margin-right: -1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	/* /sliding doors button */
}	

/*form fields*/
.phone_area{
	width: 36px;
}

.phone_exch{
	width: 36px;
}

.phone_num{
	width: 50px;
}

.normal_field{
	width: 230px;
}


form dt label{
	float:right;
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-align:right;
}

form dd label,
form dd span{
	float:left;
	display:block;
	margin-top:4px;
}		

input.validation-failed{
  padding-top:2px;
	padding-bottom:2px;
} 

textarea.validation-falied, 
select.validation-failed{
  padding-top:1px;
	padding-bottom:1px;
}
		 


.highlightedActionCallout p.goButton{
	margin-top:-1px;
	/* sliding doors button */
	background: url('../img/buttons/yellow-blue-left.gif');
	/* /sliding doors button */
}	

.highlightedActionCallout p.goButton a:link, 
.highlightedActionCallout p.goButton a:hover,
.highlightedActionCallout p.goButton a:visited, 
.highlightedActionCallout p.goButton a:active{ 
	/* sliding doors button */
	background-image: url('../img/buttons/yellow-blue-right.gif');
	/* /sliding doors button */
}				


.highlightedActionCallout form{
	| zoom: 1;     /* triggers hasLayout */
	| display: block;
}	

.highlightedActionCallout .inputText{
	| width:83px;
}	

.highlightedActionCallout p{
	| margin-top:0px;			
}

.highlightedActionCallout p.sub{
	| margin-top:8px;
	_margin-top:5px;
}		


#Content ul{
	margin-left: 24px;
	margin-right: 0px;
	margin-bottom: 24px;
	width:458px;
}
#Content ul ul{
	margin-bottom: 0;
}

#Content li{
	list-style-type: none;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	font-size:12px;
	line-height:14px;
	height: 20%;
	background-image: url('../img/list/bullet.gif');
	background-position:left 5px;
	background-repeat: no-repeat;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	/*border: 1px dotted #000000; black*/
	width:458px;
}
#Content .faq{
	margin-left:0px;
}
#Content .faq li{
	list-style-type:none;
	background-image:none;
	padding-left:0;
}


/* just the color + bold text */
.redBold{
	font-weight: bold;
	color: #c02b2e;
}

.blackBold{
	font-weight: bold;
	color: #000;
}

#Content ol li{
	list-style-type: none;
	padding: 22px 0 21px 61px;
	font-size:12px;
	list-style-image: none;
	background-image: none;
	/*border: 1px dotted #000000; black*/
}

/*the number on the FAQ questions*/
.number{
	float: left;
	position: relative;
	left: -12px;
	font-weight: bold;
	color: #000000;
}

/*redefine h3 for "subhead" in mechant solutions*/
#Content h3{
	clear:left;
	color:#c02b2e;
	font-size:12px;
	font-weight:bold;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: repeat;
	background-color: transparent; !important
}		

#Content li h3 {
	padding-top:0;
}

/*feedback form*/
#feedback{
	height: 340px;
	/*border: 1px dotted #00FF00; lime green*/
}

/*button styling*/
#Content p.button{
	width:100px;
	margin-left: auto;
}

form p.button{
	margin:14px auto 21px auto;
	text-align:center;
	clear:both;
	/* sliding doors button */
	height:34px;
	padding:0;
	background:transparent url('../img/buttons/yellow-xlrg-left.gif') left top no-repeat;
	/* /sliding doors button */
}	

form p.button a:link, 
form p.button a:hover,
form p.button a:visited, 
form p.button a:active{
	/* sliding doors button */
	height:34px;
	display:block;
	background:transparent url('../img/buttons/yellow-xlrg-right.gif') right top no-repeat;
	color:#333;
	font-size:12px;
	font-weight:bold;
	margin-top: 0;
	margin-right: -1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	/* /sliding doors button */
}	

#Content form p.button a:link, 
#Content form p.button a:hover,
#Content form p.button a:visited, 
#Content form p.button a:active{
	color:#333;
}

/*form fields*/
.phone_area{
	width: 36px;
}

.phone_exch{
	width: 36px;
}

.phone_num{
	width: 50px;
}

.normal_field{
	width: 230px;
}

 #Content h3.fillings{
	 color:#000;
	 font-weight:bold;
 }	

 #Content .historyList li strong{
	 display:inline;
	 color:#c02b2e;
	 font-weight:bold;
 }	


		 
/*------------------------- IE HACKS ---------------------------*/	

#Body{
	| zoom: 1;     /* triggers hasLayout */
	| display: block;
}	


#NavigationColumn li a:link, 
#NavigationColumn li a:hover, 
#NavigationColumn li a:visited, 
#NavigationColumn li a:active{
	| height:17px;
}

.page_CompanyHistory #Content{
	| width:470px;
}

.page_CompanyHistory #Content p{
	| width:450px;
}

.highlightedActionCallout {
	| zoom: 1;     /* triggers hasLayout */
	| display: block;
}

.highlightedActionCallout div{
 
	| zoom: 1;     /* triggers hasLayout */
	| display: block;
}

p.button,
.highlightedActionCallout p.button{
	|  margin-bottom:0;
	_margin-left:6px;
}

p.button a:link, 
p.button a:hover,
p.button a:visited, 
p.button a:active,
.highlightedActionCallout p.button a:link, 
.highlightedActionCallout p.button a:hover,
.highlightedActionCallout p.button a:visited, 
.highlightedActionCallout p.button a:active{ 
	/* sliding doors button */
	_width:80px;
	/* /sliding doors button */
}					

#Content ul{
	| margin-left: 24px;
	| margin-right: 0px;
	| margin-bottom: 14px;
	/*| border: 1px dotted #0000FF; pink*/
}

/*feedback form*/
#feedback{
	| height: 220px;
	/*| border: 1px dotted #00FF00; lime green*/
}

/*button styling*/
#Content p.button{
	| width:100px;
	| margin-left: 120px;
}

form p.button{
	| margin:14px auto 21px auto;
	| text-align:center;
	| clear:both;
	/* sliding doors button */
	| height:34px;
	| padding:0;
	/* /sliding doors button */
}	

form p.button a:link, 
form p.button a:hover,
form p.button a:visited, 
form p.button a:active{
	/* sliding doors button */
	| height:34px;
	| display:block;
	| margin-top: 0;
	| margin-right: -1px;
	| margin-bottom: 0;
	| margin-left: 0;
	| padding-top: 10px;
	| padding-right: 25px;
	| padding-bottom: 0;
	| padding-left: 25px;
	/* /sliding doors button */
}	

#Content ul{
	| margin-left: 24px;
	| margin-right: 0px;
	| margin-bottom: 14px;
	/*| border: 1px dotted #0000FF; pink*/
}

/*feedback form*/
#feedback{
	| height: 220px;
	/*| border: 1px dotted #00FF00; lime green*/
}

/*button styling*/
#Content p.button{
	| width:100px;
	| margin-left: 120px;
}

form p.button{
	| margin:14px auto 21px auto;
	| text-align:center;
	| clear:both;
	/* sliding doors button */
	| height:34px;
	| padding:0;
	/* /sliding doors button */
}	

form p.button a:link, 
form p.button a:hover,
form p.button a:visited, 
form p.button a:active{
	/* sliding doors button */
	| height:34px;
	| display:block;
	| margin-top: 0;
	| margin-right: -1px;
	| margin-bottom: 0;
	| margin-left: 0;
	| padding-top: 10px;
	| padding-right: 25px;
	| padding-bottom: 0;
	| padding-left: 25px;
	/* /sliding doors button */
}	

form dd label,
form dd span{
	| padding-top:4px;
}	

.pageTitle h3{
	| font-size:0px;
	| color:transparent;
	| height:14px;
}


/*-----------------------------------------------------------------------*/
#Header p.button{
	width:100px;
	margin:7px 0 0 15px;
	text-align:center;
	/* sliding doors button */
	height:21px;
	float:right;
	padding:0;
	background:transparent url('../img/buttons/yellow-left.gif') left top no-repeat;
	/* /sliding doors button */
}	

#Header p.button a:link, 
#Header p.button a:hover,
#Header p.button a:visited, 
#Header p.button a:active{ 
	/* sliding doors button */
	height:21px;
	display:block;
	margin:0 -1px 0 0;
	padding:3px 12px 0 12px;
	background:transparent url('../img/buttons/yellow-right.gif') right top no-repeat;
	color:#333;
	text-decoration:none;
	font-weight:bold;
	/* /sliding doors button */
}

/* Used to highlight each form’s initial input. */
.highlighted {
  background-color: #FFFF00;
  border: 1px solid #F3D118;
}
input[type=text].highlighted {
  padding: 1px 1px 3px 5px;
}
select.highlighted {
  padding: 1px 1px 1px 5px;
}