@charset "utf-8";

/* 
FEATURE BOX
Template : Loans 
Author : Danny Knight
Last Updated By: Danny - 12/12/2008
*/

#contentWrap #lCol #mainBox { cursor:pointer; width:670px; height:310px; background:url(../images/generic/mainBox.png) no-repeat top left; position:relative; z-index:1; }
	#loanMan { width:260px; height:262px; position:absolute; z-index:9999; right:-8px; top:-15px; float:right;  }
		.loanMan { background:url(../images/generic/loanMan.gif) no-repeat;  }
		.loanManTurn { background:url(../images/generic/loanManTurn.gif) no-repeat;  }
		.loanWoman { background:url(../images/generic/loanWoman.gif) no-repeat;  }
	

#mainBoxWrap { width:490px; height:205px; margin:30px 10px 10px 20px; float:left; } 
#mainBoxWrapFooter { width:100%; height:50px; float:left; }	

#slideWrap { width:auto; height:auto; float:right; margin:20px 25px 0 0; }
#lendersWrap { width:500px; height:55px; float:left; margin:0 0 0 20px; /* background: url(../images/generic/mainBoxLenders.gif) no-repeat;*/ }

a.btn_sliderApply { text-decoration:none; width:330px; height:55px; float:left; background:url(../images/generic/btn_sliderApply.png) no-repeat 0 0; }
	a.btn_sliderApply:hover { background-position:0 -56px;  }
	
	a.btn_compare { text-decoration:none; width:157px; height:55px; float:left; background:url(../images/generic/btn_goCompare.png) no-repeat 0 0; }
	a.btn_compare:hover { background-position:0 -56px;  }

.btn_apr { color:#FFFFFF; font-size:19px; font-weight:bold; text-decoration:none; float:right; margin:16px 20px 0 0; cursor:pointer; }

/* Rotator
--------------------------------------------------------------------------------------- */

.rotator { height:100%;  }
.divRotator { width:420px; height:300px;  }

.divRotator h1.featureHeader { text-transform:uppercase; width:100%; height:auto; float:left; font:30px Arial, Helvetica, sans-serif; line-height:30px; letter-spacing:-1px; font-weight:bold; margin-bottom:5px; } 
.divRotator p { color:#000000; width:100%; height:auto; float:left; font:15px Arial, Helvetica, sans-serif; color:#333333; line-height:20px; margin-bottom:7px;  }
.divRotator ul { width:100%; height:auto; font:14px Arial, Helvetica, sans-serif; float:left; list-style:disc; margin:10px;  }
.divRotator ul li { margin-bottom:5px; margin-left:20px; }

.rotator_nav { overflow: hidden; }
.rotator_nav li { float: left; display: inline; }
.rotator_nav li a { display: block; width: 15px; height: 15px; margin-right:4px; text-indent: -9999px; cursor: pointer; }

.rotator_nav li.btn_slider a { background:url(../images/generic/slideControls.gif) 0 0 no-repeat;  }
.rotator_nav li.btn_slider a:hover { background-position: 0 -15px; }
.rotator_nav li.btn_slider a.activeSlide { background: transparent url(../images/generic/slideControls.gif) 0 -15px no-repeat;  }
.rotator_nav li.btn_slider a.activeSlide:hover { background-position: 0 -15px; }


