@charset "UTF-8";

/******************************
Financial AId pages
******************************/

div#apply_steps{
	margin-left:30px;
}
div.apply_divs {
	display:block;
float:left;
margin-bottom:11px;
margin-top:12px;
position:relative;
	
}
/* apply to all sections */

#repeat_borrower, #noloans_borrower,#first_time_borrower{
	position:relative;
	float:left;
	clear:right;
color:black;
font-size:1.2em;
z-index:4001;
text-align:center;
}

#repeat_borrower_image, #noloans_borrower_image,#first_time_borrower_image {
position:relative;
float:left;	
z-index:4000;
width:150px;
margin:0;
padding:0;
}

/********No Loans div********/
#noloans_borrower{
float:left;
left:27px;
position:relative;
top:52px;
width:124px;
z-index:4010;
}

#noloans_borrower_image{
clear:right;
left:-110px;
position:relative;
top:0;
width:150px;
z-index:4000;
}
#noloans_borrower_text{
clear:right;
float:left;
left:-81px;
margin:0;
padding:0;
position:relative;
top:33px;
width:228px;
z-index:4000;
}
#apply_no_loans_div{
height:150px;	
	
}

/********First Time div********/
#first_time_borrower{
float:left;
left:32px;
position:relative;
top:-7px;
width:124px;
}

#first_time_borrower_image{
clear:right;
float:left;
left:-107px;
position:relative;
top:-40px;
width:150px;
z-index:4000;
}

#apply_first_div{
height:71px;	
	
}
#first_time_borrower_text{
clear:right;
float:left;
margin-right:10px;
position:relative;
text-align:right;
top:-10px;
width:215px;
z-index:4000;
}

/********Repeat div********/

#repeat_borrower{
float:left;
left:27px;
position:relative;
top:41px;
width:124px;
z-index:4010;
}

#repeat_borrower_image {
clear:right;
left:-110px;
position:relative;
top:0;
width:150px;
z-index:4000;
}

#repeat_borrower_text {
clear:right;
float:left;
left:-81px;
margin:0;
padding:0;
position:relative;
top:33px;
width:228px;
z-index:4000;
}

#apply_repeat_div{
height:115px;	
	
}


.counsel_div {
	margin: 0px;
	padding: 0px;
	clear: right;
	float: left;
	width: 260px;
	position: relative;
	top:0px;
	
}
#entrance_counseling img
{margin-top:24px;
margin-left:8px;}

#exit_counseling img
{margin-top:4px;
margin-left:29px;}


#lender_list {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
.fee_table {
	margin-left: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	width:450px;
	margin-bottom:20px;
}
.fee-table tfoot tr{
	border-top:solid 1px #CCC;
}

#main_Content p.apply_link {
	color:#000;
font-size:78%;
font-weight:bold;
letter-spacing:1px;
margin-bottom:13px;
margin-left:25px;
margin-top:11px;
width:auto;
}

#main_Content p.apply_link a {
	background-color:#FC3;
	border:1px solid #000066;
	padding:5px 6px 3px;	
}

#main_Content p.apply_link a, #main_Content p.apply_link a:link, #main_Content p.apply_link a:visited{
	color: #000}
	
	#main_Content p.apply_link a:hover{
	background-color: #4F4CBB;
	color: #FFF;
	}

blockquote.apply_step {margin-bottom:30px;}