/* CSS Document */

/*-------------------------- GENERAL --------------------------*/
body{
	padding:0;
	margin:0;
	background-color:#EAF5F7;
	font:normal 13px/18px "Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
	color:#545454;
}
div, td, th, img, p, a, ul, h1, h2, h3, h4, h5, h6, form, input, label, select, textarea{
	padding:0;
	margin:0;
}
h1, h2
	{
	 padding-bottom: 10px;
	 }
img{ display:block;
	 border:none;
}
a{ text-decoration:none;
	outline:none;
}
ul{ list-style-type:none;}
.spacer{
	font-size:0;
	line-height:0;
	clear:both;
}

/*-------------------------- GENERAL --------------------------*/

div#wrapper{
	width:960px;
	margin:0 auto;
	overflow:hidden;
	height:100%;
	background-color:#fff;
	color:#545454;
}

/*-------------------------- top --------------------------*/
div#topMain{
	background:url(../images/top-bg-1px.gif) 0 0 repeat-x;
	/*height:152px;*/
	padding:11px 23px 8px;
}
div.topPanel{
	padding-bottom:22px;
}
div.logo{
	float:left;
	width:auto;
	padding-left:8px;
}
div.topRight{
	width:485px;
	float:right;
	padding:20px 0 0;
}
div.call{
	overflow:hidden;
	height:100%;
}
div.call p.ph{
	font-size:18px;
	line-height:22px;
	color:#000;
	background-color:inherit;
	float:left;
	width:auto;
	padding:17px 5px 0 0;
	display:block;
}
div.call p.ph span{
	color:#E30814;
	background-color:inherit;
}
div.call p.number{
	background:url(../images/ph-icon.gif) 0 0 no-repeat;
	padding:0 0 0 37px;
	float:left;
	width:auto;
}
div.call p.number span.first,
div.call p.number span.sec{
	background:url(../images/number-bg.gif) 0 0 no-repeat;
	width:127px;
	height:25px;
	text-align:center;
	color:#F2F2F2;
	background-color:inherit;
	font-size:18px;
	line-height:25px;
	font-weight:bold;
	float:left;
	margin:9px 8px 0 0;
}
div.call p.number span.sec{
	margin:9px 0 0 0;
}
div.email{
	font:bold 14px/19px Tahoma, Arial, Helvetica, sans-serif;
	color:#E30814;
	background-color:inherit;
	text-align:right;
	padding-top:5px;
}
div.email a{
	color:#545454;
	background-color:inherit;
}
div.email a:hover{
	text-decoration:underline;
}
div.bottomPanel{
	height:41px;
	width:914px;
}
div.bottomPanel ul.main li{
	float:left;
	width:auto;
	background:url(../images/nav-divider.gif) 100% 19px no-repeat;
	padding:0 2px 0 0;
	position:relative;
}
div.bottomPanel ul.main li a,
div.bottomPanel ul.main li.select a{
	float:left;
	width:auto;
	height:41px;
	font-size:12px;
	line-height:41px;
	color:#fff;
	background-color:inherit;
	margin:0 0 0;
	cursor:pointer;
}
div.bottomPanel ul.main li a:hover,
div.bottomPanel ul.main li a.active{
	background:url(../images/nav-hover-mid.gif) 0 0 repeat-x;
	font-size:12px;
	margin:0;
	line-height:41px;
}
div.bottomPanel ul.main li span.active{
	background:url(../images/nav-hover-mid.gif) 0 0 repeat-x;
	float:left;
	width:auto;
	height:41px;
	font-size:12px;
	line-height:41px;
	color:#fff;
	background-color:inherit;
	margin:0 0 0;
	cursor:pointer;
}
div.bottomPanel ul.main li a span.left{
	float:left;
	width:auto;
}
div.bottomPanel ul.main li a span.left span.right{
	float:left;
	width:auto;
	padding:0 13px;
}
div.bottomPanel ul.main li a:hover span.left,
div.bottomPanel ul.main li a.active span.left{
	background:url(../images/nav-left.gif) 0 0 no-repeat !important;
	height:41px;
}
div.bottomPanel ul.main li span.active span.left{
	background:url(../images/nav-left.gif) 0 0 no-repeat !important;
	height:41px;
}
div.bottomPanel ul.main li span.active span.left span.right{
	background:url(../images/nav-right.gif) 100% 0 no-repeat;
	height:41px;
	font-size:12px;
}
div.bottomPanel ul.main li a:hover span.left span.right,
div.bottomPanel ul.main li a.active span.left span.right{
	background:url(../images/nav-right.gif) 100% 0 no-repeat;
	height:41px;
	font-size:12px;
}
div.bottomPanel ul.main li.last{
	background-image:none;
	padding:0;
}

/*-------------------------drop down---------------------------*/
div.bottomPanel ul.main li ul{
	visibility:hidden;
	padding:0 !important;
	z-index:100;
	height:auto !important;
}
div.bottomPanel ul.main li ul.extra{
	position:absolute;
	left:0;
	top:38px;
	z-index:100;
	width:198px !important;
	color:#fff;
	height:auto !important;
	/*border-top:#737272 solid 1px;*/
	background:url(../images/drop-down-bottom-bg.gif) 0 100% no-repeat !important;
	padding:2px 0 12px 0 !important;
	display:block;

}
div.bottomPanel ul.main li ul.extra li{
	font-size:0;
	line-height:0;
	width:189px !important;
	padding:0 0 0 9px !important;
	display:block !important;
	background-image:none !important;
	background-color:#423F3F;
	height:auto !important;
}
/*div.bottomPanel ul.main li ul.extra li span.dd{
	width:161px !important;
	padding:3px 0 5px 0 !important;
	display:block !important;
	height:auto !important;
	line-height:19px !important;
}*/
div.bottomPanel ul li ul.extra li a,
div.bottomPanel ul li ul.extra li a.noBdr{
	color:#9B9999;
	background-color:inherit;
	font-size:12px !important;
	line-height:19px !important;
	text-transform:none !important;
	height:auto !important;
	display:block;
	background:url(../images/arrow2.gif) 7px 10px no-repeat !important;
	padding:3px 0 5px 17px !important;
	width:161px !important;
	border-top:#484545 solid 1px !important;
}
div.bottomPanel ul.main li ul.extra li a:hover,
div.bottomPanel ul li ul.extra li.noBdr a:hover{
	color:#fff !important;
	background-color:inherit;
	cursor:pointer !important;
	background:url(../images/arrow2-hover.gif) 7px 10px no-repeat !important;
}
div.bottomPanel ul li ul.extra li a.noBdr{
	border:0;
}
/*-------------------------drop down---------------------------*/

/*-------------------------- top --------------------------*/
div#body{
	width:914px;
	margin:0 auto;
}
/*-------------------------- bodyTop --------------------------*/
div.bodyTop{
	margin:33px 0 0;
	background-color:inherit;
	color:#0E356B;
	overflow:hidden;
	background:url(../images/blue-bg-1px.jpg) 0 0 repeat-x;
	height:225px;
	padding-right:5px;
}
div.contactForm{
	background:url(../images/contact-form-bg.jpg) 0 0 no-repeat;
	width:198px;
	height:244px;
	float:left;
	padding:19px 28px 0 17px;
}
div.contactForm h2{
	font-size:17px;
	line-height:17px;
	color:#fff;
	background-color:inherit;
	padding-bottom:14px;
}
div.panelOne{
	background:url(../images/textbox-bg.gif) 0 0 no-repeat;
	width:181px;
	height:17px;
	padding:3px 5px 2px 12px;
	margin-bottom:9px;
}
div.panelOne input.txtBox1{
	width:181px;
	height:17px;
	border:0;
	outline:none;
	font-size:11px;
	color:#3C3C3C;
	background-color:inherit;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
}
div.panelTwo{
	background:url(../images/textarea-bg.gif) 0 0 no-repeat;
	width:181px;
	height:42px;
	padding:3px 5px 2px 12px;
	margin-bottom:9px;
}
div.panelTwo textarea{
	width:181px;
	height:42px;
	border:0;
	outline:none;
	font-size:11px;
	color:#3C3C3C;
	background-color:inherit;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
}
input.submit{
	float:right;
	width:auto;
}
div.patternPanel,
div.patternPanel2{
	background:url(../images/top-pattern-bg.jpg) 0 0 no-repeat;
	width:593px;
	height:128px;
	float:right;
	margin:5px 0 0;
	padding:87px 0 0 41px;
}
div.patternPanel h2,
div.patternPanel2 h2{
	font-size:24px;
	font-weight:bold;
	color:#0A254A;
	background-color:inherit;
	padding-bottom:9px;
}
div.patternPanel2 h2.patternHead{
	line-height:24px;
}
div.patternPanel p,
div.patternPanel2 p{
	font-size:16px;
	line-height:20px;
	color:#0E356B;
	background-color:inherit;
	width:434px;
}
div.patternPanel2 p.patternTxt1{
	width:487px;
}
div.patternPanel p a,
div.patternPanel2 p a{
	color:#C81A24;
	background-color:inherit;
}
div.patternPanel p a:hover,
div.patternPanel2 p a:hover{
	text-decoration:underline;
}
div.patternPanel2{
	background:url(../images/top-pattern-bg.jpg) 0 0 no-repeat;
	width:593px;
	height:187px;
	float:right;
	margin:5px 0 0;
	padding:66px 0 0 41px;
}
/*-------------------------- bodyTop --------------------------*/

/*-------------------------- bodyBottom --------------------------*/
div.bodyBottom{
	padding:8px 0 0;
}
div.loanCont{
	padding:0 0 8px;
	overflow:hidden;
	height:100%;
}
div.loan,
div.loanLast{
	background:url(../images/loan-bg.gif) 0 0 no-repeat;
	width:219px;
	height:161px;
	margin-right:8px;
	padding:1px;
	float:left;
}
div.loanLast{
	margin:0;
}
div.loan a,
div.loanLast a{
	display:block;
	width:200px;
	height:28px;
	background-color:#0E356B;
	font-size:12px;
	line-height:15px;
	padding:17px 10px 0;
	color:#fff;
}
div.loan a:hover,
div.loanLast a:hover{
	background-color:#141313;
	color:#fff;
}
div.loan a span,
div.loanLast a span{
	background-color:inherit;
	color:#FE0513;
	font-size:11px;
	float:right;
}
div.loan a:hover span,
div.loanLast a:hover span{
	background-color:inherit;
	color:#FE0513;
}
div.loan a.padd9,
div.loanLast a.padd9{
	padding:9px 10px 0;
	height:36px;
}
div.loan a span.big,
div.loanLast a span.big{
	background-color:inherit;
	color:#FE0513;
	font-size:12px;
	float:right;
	margin-top:15px;
}
div.loan a:hover span.big,
div.loanLast a:hover span.big{
	background-color:inherit;
	color:#FE0513;
}


div.loanLast2{
	background:url(../images/loan-bg.gif) 0 0 no-repeat;
	width:219px;
	height:161px;
	margin:0;
	padding:1px;
	float:left;
	position:relative;
}
div.loanLast2 a,
div.rm a{
	display:block;
	width:200px;
	height:28px;
	background-color:#0E356B;
	font-size:12px;
	line-height:15px;
	padding:17px 10px 0;
	color:#fff;
}
div.loanLast2 a:hover,
div.rm a:hover{
	background-color:#141313;
	color:#fff;
}
div.loanLast2 a span,
div.rm a span{
	background-color:inherit;
	color:#FE0513 !important;
	font-size:11px;
	float:right;
	cursor:pointer;
}
div.loanLast2 a:hover span,
div.rm a:hover span{
	background-color:inherit;
	color:#FE0513 !important;
}
div.loanLast2 a.padd9{
	padding:9px 10px 0;
	height:36px;
}
div.loanLast2 a span.big{
	background-color:inherit;
	color:#FE0513;
	font-size:12px;
	float:right;
	margin-top:15px;
}
div.loanLast2 a:hover span.big{
	background-color:inherit;
	color:#FE0513;
}
div.rm{
	position:absolute;
	right:11px;
	top:128px;
	width:65px;
	height:15px;
	cursor:pointer;
}
div.rm a{
	background-color:inherit;
	color:#FE0513 !important;
	font-size:12px;
	float:right;
	cursor:pointer;
	width:auto !important;
	height:auto !important;
	padding:0 !important;
}
div.rm a:hover{
	background-color:inherit;
	color:#FE0513 !important;
}




div.why{
	width:452px;
	float:left;
}
div.whyTop{
	background:url(../images/why-top-bg.gif) 0 0 no-repeat;
	height:18px;
}
div.whyBottom{
	background:url(../images/why-bottom-bg.gif) 0 0 no-repeat;
	height:18px;
}
.margin12{
	margin-top:12px;
}
div.whyMid{
	background:url(../images/why-mid-bg.gif) 0 0 repeat-y;
	padding:0 0 13px 19px;
}
div.whyMid h2{
	font-size:19px;
	line-height:19px;
	color:#E21B26;
	background-color:inherit;
	padding-bottom:16px;
}
div.whyMid ul li{
	background:url(../images/arrow.gif) 0 4px no-repeat;
	padding:0 0 7px 11px;
	font-size:12px;
	line-height:16px;
	color:#193761;
	background-color:inherit;
}
div.whyMid ul li a{
	color:#398DC4;
	background-color:inherit;
	font-weight:bold;
}
div.whyMid ul li a:hover{
	text-decoration:underline;
}
/*-------------------------- bodyBottom --------------------------*/

/*-------------------------- loanLender --------------------------*/
div#loanLender{
	margin:40px 0 28px;
	background:url(../images/loan-lender-divider.gif) 0 0 repeat-y;
	width:914px;
	overflow:hidden;
	height:100%;
	padding:0 0 10px;
}
div.loanLenderLeft{
	width:668px;
	float:left;
	padding:12px 0 0;
}
div.loanLenderLeft h2{
	background:url(../images/icon1.gif) 0 0 no-repeat;
	padding:0 0 16px 54px;
	color:#181515;
	font-size:20px;
	line-height:20px;
	text-transform:uppercase;
}
div.loanLenderLeft p a{
	color:#398DC4;
	background-color:inherit;
	font-size:12px;
	font-weight:bold;
}
div.loanLenderLeft p a:hover{
	text-decoration:underline;
}
div.loanLenderRight{
	width:191px;
	float:right;
}
div.loanLenderRight img{
	display:block;
	margin:0 0 10px 31px;
}
div.loanLenderRight p.add{
	font-size:12px;
	text-align:center;
	width:168px;
	padding:0 0 10px;
}
div.loanLenderRight p.add span{
	color:#CC000F;
	background-color:inherit;
	font-weight:bold;
	display:block;
}
div.loanLenderRight p.no{
	color:#CC000F;
	background-color:inherit;
	font-weight:bold;
	text-align:center;
	width:82px;
	padding:0 0 0 43px;
	font-size:12px;
}
div.loanLenderRight p.email{
	font-weight:bold;
	font-size:12px;
}
div.loanLenderRight p.email a{
	color:#0E356B;
	background-color:inherit;
}
div.loanLenderRight p.email a:hover{
	text-decoration:underline;
}

/*-------------------------- loanLender --------------------------*/

/*-------------------------- footer --------------------------*/
div#footer{
	padding:0 0 53px;
}
div.footerNav{
	height:29px;
	background-color:#C81A24;
	color:#fff;
}
div.footerNav ul{
	width:880px;
	margin:0 auto;
}
div.footerNav ul li{
	display:inline;
	padding-right:6px;
	font-size:12px;
	line-height:29px;
	color:#fff;
	background-color:inherit;
}
div.footerNav ul li a{
	color:#fff;
	background-color:inherit;
}
div.footerNav ul li a:hover{
	color:#FFEA00;
	background-color:inherit;
}
div.footerBottom{
	padding:25px 36px 0 59px;
}
div.footerBottom p.blueTxt{
	font-size:11px;
	line-height:16px;
	color:#398DC4;
	background-color:inherit;
	text-align:center;
	padding:0 0 14px;
}
div.footerBottom p.blackTxt{
	font-size:11px;
	line-height:16px;
	text-align:center;
}
/*-------------------------- footer --------------------------*/

/*-------------------------- loantype --------------------------*/
div.loanTypeTop,
div.loanTypeTop2{
	border-bottom:#DFF0F3 solid 1px;
	padding:36px 0 16px;
	margin-bottom:22px;
}
div.loanTypeTop2{
	border:none;
	padding:36px 0 0;
}
div.loanTypeTop h2,
div.loanTypeTop2 h2,
div.loanTypeBottom h2,
div.loanTypeBottom2 h2{
	font-weight:bold;
	font-size:17px;
	line-height:17px;
	color:#181415;
	background-color:inherit;
	padding-bottom:6px;
}
div.loanTypeBottom h2,
div.loanTypeBottom2 h2{
	padding-bottom:12px;
}
div.loanTypeTop p,
div.loanTypeTop2 p{
	font-size:12px;
	line-height:17px;
	color:#193761;
	background-color:inherit;
	padding-bottom:16px;
}
div.loanTypeTop h3,
div.loanTypeTop2 h3{
	font-weight:normal;
	font-size:16px;
	line-height:17px;
	color:#017BA8;
	background-color:inherit;
	padding-bottom:3px;
}
div.loanTypeBottom{
	overflow:hidden;
	height:100%;
	padding:0 0 24px;
}
div.loanTypeLeft{
	width:442px;
	float:left;
}
div.loanTypeContainer{
	overflow:hidden;
	height:100%;
	padding-bottom:26px;
}
div.loanTypePic{
	width:161px;
	height:93px;
	float:left;
}
div.loanTypeDetail{
	width:262px;
	float:right;
}
div.loanTypeDetail h3{
	font-size:16px;
	line-height:16px;
	color:#DE1722;
	background-color:inherit;
	padding-bottom:5px;
	font-weight:normal;
}
div.loanTypeDetail p{
	font-size:12px;
	line-height:17px;
	color:#193761;
	background-color:inherit;
}
div.loanTypeDetail p a{
	color:#DE1722;
	background-color:inherit;
}
div.loanTypeDetail p a:hover{
	text-decoration:underline;
}
div.loanTypeRight{
	width:441px;
	float:right;
}
div.loanTypeBottom2{
	padding:0 0 45px;
}
div.loanTypeBottom2 ul li{
	background:url(../images/arrow.gif) 0 5px no-repeat;
	padding:0 0 0 10px;
	font-size:12px;
	line-height:17px;
	color:#193761;
	background-color:inherit;
}
div.loanTypeBottom2 ul li a{
	color:#193761;
	background-color:inherit;
}
div.loanTypeBottom2 ul li a:hover{
	text-decoration:underline;
}
/*-------------------------- loantype --------------------------*/

/*-------------------------- commercial --------------------------*/

div.commercialHead{
	background:url(../images/commercial-property-header.jpg) 0 0 no-repeat;
	width:560px;
	height:200px;
	float:right;
	margin:5px 0;
	padding:15px 0 0 74px;
}
div.commercialHead h1{
	font-size:24px;
	font-weight:bold;
	color:#0A254A;
	background-color:inherit;
	padding-bottom:9px;
}
div.commercialHead p{
	font-size:16px;
	line-height:20px;
	color:#0E356B;
	background-color:inherit;
	width:434px;
}
div.commercialLeft{
	width:229px;
	float:left;
}
div.commercialLeft h2{
	font-size:19px;
	line-height:19px;
	color:#000;
	background-color:inherit;
	padding-bottom:10px;
}
div.commercialLeft ul li{
	background:url(../images/arrow.gif) 0 5px no-repeat;
	padding:0 0 0 12px;
	color:#193761;
	background-color:inherit;
	font-size:12px;
	line-height:18px;
}
div.commercialLeft ul li a{
	color:#193761;
	background-color:inherit;
}
div.commercialLeft ul li a:hover{
	color:#000;
	background-color:inherit;
}
	
div.commercialRight{
	width:644px;
	float:right;
}

/*-------------------------- commercial --------------------------*/

/*-------------------------- mortgage --------------------------*/
div.mortgageCont{
	padding:37px 0 0;
	overflow:hidden;
	height:100%;
}
p.mortgageTxt1{
	font-size:12px;
	line-height:17px;
	color:#193761;
	background-color:inherit;
}

/*-------------------------- mortgage --------------------------*/

/*-------------------------- mortgage-detail --------------------------*/

div.mortDetailHead{
	background:url(../images/mortgage-detail-header.jpg) 0 0 no-repeat;
	width:598px;
	height:155px;
	float:right;
	margin:5px 0;
	padding:60px 0 0 35px;
}
div.mortDetailHead h2{
	font-size:24px;
	font-weight:bold;
	color:#0A254A;
	background-color:inherit;
	padding-bottom:9px;
}
ul.mortDetail li{
	background:url(../images/bullet.gif) 0 5px no-repeat;
	padding:0 0 18px 14px;
	font-size:12px;
	line-height:17px;
	color:#193761;
	background-color:inherit;
}
p.mortgageTxt2{
	font-size:12px;
	line-height:17px;
	color:#193761;
	background-color:inherit;
	padding-bottom:17px;
}

/*-------------------------- mortgage-detail --------------------------*/

/*-------------------------- remortgage --------------------------*/
ul.remortgage li{
	background:url(../images/bullet.gif) 0 5px no-repeat;
	padding:0 0 22px 18px;
	color:#193761;
	background-color:inherit;
	font-size:12px;
	line-height:17px;
}
ul.remortgage li.noImg{
	background-image:none;
}
p.remortgageTxt{
	font-size:12px;
	line-height:17px;
	color:#193761;
	background-color:inherit;
	padding-bottom:16px;
}
/*-------------------------- remortgage --------------------------*/

/*-------------------------- case study --------------------------*/
div.caseStudyHead{
	background:url(../images/case-study-header.jpg) 0 0 no-repeat;
	width:541px;
	height:100px;
	float:right;
	margin:5px 0;
	padding:115px 0 0 93px;
}
div.caseStudyHead h2{
	font-size:24px;
	font-weight:bold;
	color:#0A254A;
	background-color:inherit;
	padding-bottom:9px;
}
/*-------------------------- case study --------------------------*/

/*-------------------------- contact --------------------------*/
div.contactHead{
	background:url(../images/contact-header.jpg) 0 0 no-repeat;
	width:554px;
	height:100px;
	float:right;
	margin:5px 0;
	padding:115px 0 0 80px;
}
div.contactHead h2{
	font-size:24px;
	font-weight:bold;
	color:#0A254A;
	background-color:inherit;
	padding-bottom:9px;
}
div.contactCont{
	padding:36px 0 0;
	margin-bottom:22px;
	overflow:hidden;
	height:100%;
}
div.contactLeft{
	width:576px;
	float:left;
}
p.contactRedTxt{
	font-size:14px;
	color:#E21B26;
	background-color:inherit;
	font-weight:bold;
	font-style:italic;
	padding-bottom:15px;
	width:546px;
}
p.add2{
	width:160px;
	color:#193761;
	background-color:inherit;
	font-size:12px;
	line-height:17px;
	padding:0 0 22px;
}
p.add2 span{
	color:#000;
	background-color:inherit;
	font-weight:bold;
	font-style:italic;
}
p.add2 a{
	color:#193761;
	background-color:inherit;
}
p.add2 a:hover{
	text-decoration:underline;
}
div.contactRight{
	width:275px;
	float:right;
	background-color:#F2F2F2;
	color:#3C3C3C;
	padding:19px 14px 19px 17px;
}
div.contactPanel{
	overflow:hidden;
	height:100%;
	padding-bottom:9px;
	width:275px;
}
div.formPanelOne{
	background:url(../images/textbox-bg2.gif) 0 0 no-repeat;
	width:181px;
	height:17px;
	padding:3px 5px 2px 12px;
	float:right;
}
div.formPanelOne input.txtBox2{
	width:181px;
	height:17px;
	border:0;
	outline:none;
	font-size:11px;
	color:#3C3C3C;
	background-color:inherit;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
}
div.formPanelTwo{
	background:url(../images/textarea-bg2.gif) 0 0 no-repeat;
	width:183px;
	height:56px;
	padding:3px 3px 2px 12px;
	float:right;
}
div.formPanelTwo textarea{
	width:181px;
	height:56px;
	border:0;
	outline:none;
	font-size:11px;
	color:#3C3C3C;
	background-color:inherit;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
}
label.contactInfo{
	width:62px;
	display:block;
	float:left;
	padding:0 10px 0 0;
	text-align:right;
}
div.loanTypeTop2 .pq{color:#000;}
div.loanTypeTop2 .pa{color:#FF0000;}
/*-------------------------- contact --------------------------*/





div.patternPanelHome{
	background:url(../images/top-pattern-bg.jpg) 0 0 no-repeat;
	width:574px;
	height:210px;
	float:right;
	margin:5px 0 0;
	padding:7px 0 0 60px;
}
div.patternPanelHome h2{
	font-size:24px;
	font-weight:bold;
	color:#0A254A;
	background-color:inherit;
	padding-bottom:9px;
	padding-left:10px;
}
div.patternPanelHome p{
	font-size:16px;
	line-height:20px;
	color:#0E356B;
	background-color:inherit;
	width:560px;
	padding-left:10px;
	padding-right:4px;
}
div.patternPanelHome p a{
	color:#C81A24;
	background-color:inherit;
}
div.patternPanelHome p a:hover{
	text-decoration:underline;
}



.resource_link{
overflow:visible;
background-color:#FFFFFF;
}
.resource_link_home{
overflow:visible;
position:absolute;
background-color:#FFFFFF;
}
#resourcesHome{width:574px;border-style:solid;border-width:0 5px 5px 0;padding-bottom:5px;position:absolute;}