/* CSS Document */
#mortgageimagetop
{
	height:80px;
}
#mortgagebottom
{
	height:120px;
}
#businessloantop
{
	height:40px;
}
#businessloanbottom
{
	height:100px;
}
#homeloantop
{
	height:120px;
}

#homeloanbottom
{
	height:130px;
}

#personalloantop
{
	height:100px;
}

#personalloanbottom
{
	height:190px;
}

#loanagainsttop
{
	height:100px;
}
#loanagainstbottom
{
	height:90px;
}

#ir
{
	padding-top:90px;
}


#ca, #pe, #las
{
	padding-top:60px;
}
@media (max-width:480px)
{
	#mortgageimagetop
	{
		display:none;
	}
	#mortgagebottom 
	{
		display:none;
	}
	#businessloantop, #businessloanbottom, #homeloantop, #homeloanbottom, #personalloantop, #personalloanbottom, #loanagainsttop, #loanagainstbottom
	{
		display:none;
	}
	#services
	{
		font-size:20px;
	}
	h3
	{
		font-size:15px;
	}
	#ir, #ca, #pe, #las
	{
		padding-top:0px;
	}
}
