/* CSS Document */

/*  BODY  */
body {
	background: #8F9BA8 url(../images/bg-body.gif) repeat top;
	margin: 0; padding: 0;
	text-align: left;
    font-size: 1em;
	font-family: Tahoma, Arial, Verdana;
}

p {
	margin: 0 0 10px 0;
	color: #333333;
	font-size: 0.7em;
	line-height: 1.2em;
}
a:link, a:visited { color: #3165C5; text-decoration: underline; }
a:hover { color: #3165C5; text-decoration: none; }

img {
	border: 0;
}

#iWrapper {
	margin: 0 auto;
	width: 756px;
	padding: 0 12px 12px 12px;
	text-align: left;
	background-color: #fff;
}

#topRightCont {
	margin: 0 auto;
	float: right;
}

#topEdge {
	margin: 0 auto;
	background: #fff url(../images/topedge.gif) no-repeat top;
	height: 15px;
}

#topDiv {
	background: #fff url(../images/bg-head.gif) repeat-x bottom left;
	width:756px;
	height:113px;
	float:right;
	margin-bottom: 10px;
}

#topLogo {
	color: #fff;
	height: 83px;
	margin: 0 0 7px 0;
	background: url(../images/logo.gif) no-repeat left bottom;
	padding-left:55px;
	float: left;
	vertical-align: top;
}


.topBanner {
	float:right;
	position: relative;
	/*left: 526px;*/
	top: 12px;
	margin: 0;
	padding: 0;
}

/* MAIN CONTAINER */

#mainDivCont {
	clear:both;
	margin: 0;
	float:left;
}

#block_1 {
	float: right;
	width: 554px;
}	
* html #block_1 {
	float: right;
	width: 553px;
}
#block_2 {
	margin-right:12px;
	float: left;
	width: 190px;
}
#block_3 {
	clear: both;
	width: 756px;
}

/*  PROMO ONE - MAIN  */

#promo1 {
	margin:0;
	width:375px;
	background: url(../images/bg_promo1.jpg) no-repeat left top;
	height: 142px;
	float:left;
}

/*#promo1 .cont {
	height: 142px;
	background: url(../images/homeloan.jpg) no-repeat right bottom;
}*/

#promo1 #h3 {
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	/*background: url(../images/icon-promo1.gif) no-repeat left center;*/
	font-weight: bold;
	color: #AC0481;
	font-size: 1em;
	padding: 13px 10px 5px 0;
	margin: 0 0 0 15px;
}

#promo1 p {
	color: #4A4A4A;
	padding: 0 190px 0 15px;
	font-size: 0.7em;
}

#promo1 .butt {
	float:left;
	padding: 9px 0 0 32px;
}

/*  PROMO TWO - SKINNY  */

#promo2 {
	margin:0;
	width:375px;
	background: url(../images/bg_promo2.jpg) repeat-x left top;
	height: 142px;
	float:right;
}

/*#promo2 .cont {
	height: 142px;
	background: url(../images/loan-application.jpg) no-repeat left bottom;
}*/

#promo2 #h3 {
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	/*background: url(../images/icon-promo1.gif) no-repeat left center;*/
	font-weight: bold;
	color: #5B0A4D;
	font-size: 1em;
	padding: 13px 10px 5px 0;
	margin: 0 0 0 15px;
}

#promo2 p {
	color: #4A4A4A;
	padding: 0 190px 0 15px;
	font-size: 0.7em;
}

#promo2 .butt {
	float:left;
	padding: 9px 0 0 32px;
}


/*  PROMO THREE - RHS  */

#promo3 {
	margin-top:12px;
	width:190px;
	background:#5B0A4D url(../images/bg-p3btm.gif) no-repeat bottom;
}

#promo3 h5 {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	margin: 0 0 9px 0;
	font-size: 1.1em;
	font-weight:normal;
	padding: 9px 9px 4px 9px;
	background:#5B0A4D url(../images/bg-p3top.gif) no-repeat top left;
}

#promo3 p {
	color: #fff;
	padding: 9px 9px 0 9px;
}

#promo3 .butt {
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	text-align:center;
	padding: 0 0 12px 0;
}
#promo3 .butt a:link, #promo3 .butt a:visited { font-weight:bold; color:#fff; }
#promo3 .butt a:hover { font-weight:bold; color:#fff; }


/*/ CONTENT LAYER /*/

div#content {
	padding: 0;
	margin: 0;
	font-size: 1.1em;
}

div#content p {
	margin: 0 0 11px 0;
	font-size: 0.7em;
	line-height: 1.4em;
}

/*div#content p a, div#content ul li a, div#content ol li a { color: #0AF; text-decoration: none; }
div#content p a:hover, div#content ul li a:hover, div#content ol li a:hover { color: #666;	text-decoration: none; }

div#content ul {
	text-align: left;
	margin: 20px 0 20px 15px;
	font-size: 1.1em;
	color: #666;
	border: 0; padding: 0;
}

div#content ol {
	text-align: left;
	margin: 20px 0 20px 20px;
	margin-left: 20px !important; margin-left: 23px;
	font-size: 1.1em;
	color: #666;
	border: 0; padding: 0;
}

div#content ul li {
	list-style-type: square;
	line-height: 1.6em;
	margin-bottom: 5px;
}

div#content ol li {
	list-style-type:inherit;
	line-height: 1.6em;
	margin-bottom: 5px;
}

div#content .li-inner {
	list-style-type: square;
	margin-left: 14px;
	line-height: 1.6em;
	margin-bottom: 5px;
}

div#content .li-noblock {
	list-style-type: none;
	margin-left: 14px;
	line-height: 1.6em;
	margin-bottom: 5px;
}*/


/*  TOP HORIZONTAL MENU  */

#h1menu {
	clear: both;
/*	height: 37px;*/
	margin: 0 13px 0 0;
}

#h1menu .smenu {
	text-align: right;
	font-family:  Tahoma, "Trebuchet MS", Arial ;
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	margin: 0 0 0 13px;
	padding: 0;
}

#h1menu .smenu a:link, #h1menu .smenu a:visited { color: #fff; text-decoration:none; }
#h1menu .smenu a:hover { color: #fff; text-decoration:underline; }


/*  2ND HORIZONTAL MENU - BOTTOM  */

#h2menu {
	clear: both;
	height: 29px;
	background: url(../images/bg-footerbar.gif) no-repeat right top;
	margin: 0;
}

#h2menu .smenu {
	text-align: center;
	font-size: 0.7em;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 7px 0 0 0;
}

#h2menu .smenu a:link, #h2menu .smenu a:visited { color: #fff; text-decoration:none; }
#h2menu .smenu a:hover { color: #fff; text-decoration:underline; }

/*  COPYRIGHT  */

.cright {
	text-align:center;
	font-size: 0.6em;
	font-weight: normal;
	color: #454545;
	margin: 0 auto;
	padding: 7px 0 0 0;
}

/*/ TEXTBOX HOLDER TO INSET ALL FROM LEFT /*/

.txtholder {
	margin-left:15px;
}

/*/ TEXTBOX 1 /*/

div#txtbox1 {
	margin: 20px 0 20px 0;
}

div#txtbox1 .head {
	height: 10px;
	margin:0px;
	background: url(../images/bg-subhead2.gif) no-repeat top left;
}

div#txtbox1 h3 {
	color: #505050;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-weight:normal;
	font-size: 1.1em;
	padding-bottom: 5px;
	margin:0;
}

#txtbox1 .cont {
 padding: 0 9px 10px 10px;
 background: url(../images/bg-tbft.gif) no-repeat bottom left; 
}

div#txtbox1 p {
	width: 410px;
	padding: 0;
	margin: 0;
}
div#txtbox1 .butt {
 font-size:1em;
 font-weight:normal;
 color:#fff;
 text-align:right;
 padding: 10px 3px 0 0;
}
div#txtbox1 .butt a:link, div#txtbox1 .butt a:visited { font-weight:normal; color:#fff; }
div#txtbox1 .butt a:hover { font-weight:normal; color:#fff; }

/*  TEXTBOX 2 */

div#txtbox2 {
	margin: 0 0 20px 0;
}

div#txtbox2 h4 {
	color: #505050;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 1.1em;
	font-weight: normal;
	padding: 5px 0 0 0;
	margin: 0 0 5px 0;
}
div#txtbox2 p {
	padding: 0;
	margin: 0;
}
div#txtbox2 .butt {
	font-size:1em;
	font-weight:bold;
	color:#AC0481;
	padding: 10px 0 0 0;
}
div#txtbox2 .butt a:link, div#txtbox2 .butt a:visited { font-weight:bold; color:#AC0481; }
div#txtbox2 .butt a:hover { font-weight:bold; color:#AC0481; }


/*/ LEFT - MENU /*/
#vmenu { margin:0; background: #fff url(../images/bg-navbody.gif) no-repeat bottom; padding-bottom:9px; }
#vmenu .title { color: #505050; font-size: 1.1em; padding: 9px 9px 4px 9px; margin:23px 0 0 0; background: url(../images/bg-navhead.gif) no-repeat bottom; font-family: "Trebuchet MS", Arial, Tahoma, Verdana; }
#vmenu .menu { margin: 0 9px; padding: 0; }
#vmenu .menu a, #vmenu .menu a:visited { display: block; color: #505050; padding: 5px; margin: 0; text-decoration: none; font-size: 0.8em; font-weight:bold; border-top: 1px solid #fff;}
#vmenu .menu a:hover { color: #fff; background-color: #C45CB2; }

/*/ ARTICLE MENU /*/
#articlemenu { margin:0; background: #fff url(../images/bg-navbody.gif) no-repeat bottom; padding-bottom:9px; }
#articlemenu .title  { color: #505050; font-size: 1.1em; padding: 9px 9px 4px 9px; margin:12px 0 0 0; background: #fff url(../images/bg-navhead.gif) no-repeat bottom; font-family: "Trebuchet MS", Arial, Tahoma, Verdana; }
#articlemenu .amenu { margin: 0 9px; padding: 0; }
#articlemenu .amenu a, #articlemenu .amenu a:visited { display: block; color: #505050; padding: 5px; margin: 0; text-decoration: none; font-size: 0.8em; font-weight:normal; border-top: 1px solid #fff;}
#articlemenu .amenu a:hover { color: #fff; background-color: #C45CB2; }


/*  H  */


h1 {
	color: #AC0481;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 2.2em;
	font-weight: bold;
	font-style: normal;
	margin: 23px 0 0 13px;
}
h2 {
	color: #505050;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-weight:normal;
	font-size: 1.3em;
	height: 36px;
	padding: 4px 0 2px 0;
	margin:15px 0 20px 0;
	border-bottom: 3px solid #D789B5;
}


.loans {
	color: #5B0A4D;
}

.boldheader {
	font-weight: bold;
	font-size: 0.8em;
	color: #636363;
	margin-top: -28px;
	margin-left: 111px;
}

/* OTHER */

.w3c { clear:both; margin: 0 auto; padding: 8px 0 15px 0; width: 780px; text-align:center; }
.w3c img { border: 0; }

.clear {
	clear:both;
	height: 0;
}

.dotted-h {
	background: url(../images/dotted.gif) repeat-x bottom;
	height: 2px;
}

/*  FOOTER BAR  */

#footerbar {
	width: 756px;
}

/* LEGAL */

div#legal {
	padding: 8px 0 8px 0;
	text-align: center;
	background: url(../images/bg-legal.gif) no-repeat bottom;
}
div#legal p {
	font-size: 0.8em;
	width: 90%;
	margin: auto;
}
#btm-edge {
	margin: 0 auto;
	height: 25px;
	background: #C6CEE7 url(../images/footer-btm.gif) no-repeat bottom;
}

.img-lalign {
	float:left;
	padding: 3px 10px 5px 0;
}
.img-ralign {
	float:right;
	padding: 0 0 5px 20px;
}