/* CSS Document */

/*  BODY  */
body {
	margin: 0; padding: 0;
	text-align: left;
    font-size: 1em;
	font-family: Arial, Tahoma, Verdana, Arial, Tahoma;
	background-color: #EEEEE7;
}

p {
	margin: 0px;
	color: #333333;
	font-size: 0.7em;
	line-height: 1.2em;
}

a, a:visited { color: #D9088A; text-decoration: underline; }
a:hover { color: #7E0063; text-decoration: none; }

img {
	border: 0;
}

#iWrapper {
	margin: 0 auto;
	width: 765px;
	padding: 0;
	text-align: left;
	background: url(images/bg-body.gif) repeat-y left top;
}

#topRightCont {
	width: 70%;
	margin: 0 auto;
	float: right;
	text-align: right;
}
#close{
	display:block;
	color: Black;
	border-top: 5px #7C005E solid;
	border-left: 1px #7C777B dotted;
	line-height: 24px;
	width: 84px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
#close:hover{
	color: #7C777B;
}
#topDiv {
	background: url(images/bg-head.gif) repeat-x top;
	width:760px;
	/*height:80px;*/
	float:right;
	margin-right:5px;
}

#topLogo {
	background-image: url(images/bravo-loans.gif);
	color: #fff;
	height: 90px;
	margin-top: 0px;
	background-repeat:no-repeat;
	background-position:left top;
	cursor:pointer;
	padding-left:95px;
	float: left;
	vertical-align: top;
}

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

/* MAIN CONTAINER */

#mainDivCont {
	clear:both;
	margin: 0 11px 0 0;
	float:left;
}
#mainDivCont-wide {
	width: 700px;
	clear:both;
	margin: 0px;
	padding: 10px 30px 20px 30px;
	border-top: 7px #D9088A solid;
}
#mainDivCont-wide p{
	margin: auto;
}
#block_1 {
	margin-left:11px;
	float: left;
	width: 559px;
}
* html #block_1 {
	margin-left:6px;
	float: left;
	width: 559px;
}
#block_2 {
	float: left;
	width: 179px;
}
#block_3 {
	clear: both;
	margin-left: 11px;
	width: 738px;
}

/*  CTA's  */

#cta {
	background: #fff url(images/bg-cta-h.gif) repeat-y top left;
	width: 178px;
	padding-left:1px;
	float: right;
}
#cta .cta1 {
	background: #D9088A url(images/bg-cta.gif) repeat-x bottom left;
	height: 51px;
}
#cta .top {
	color:#fff;
	font-size:0.8em;
	padding:8px 0 0 8px;
	font-weight:bold;
}
#cta .btm {
	color:#fff;
	font-size:1.1em;
	padding:0 0 0 8px;
	font-weight:normal;
}
#cta .btm a, #cta .btm a:visited { color: #fff; text-decoration:none; }
#cta .btm a:hover { color: #fff; text-decoration:underline; }
#cta .cta2 {
	background: #AA0174 url(images/bg-cta.gif) repeat-x bottom left;
	height: 51px;
}
#cta .cta3 {
	background-color: #7E0063;
	height: 51px;
}

/*  PROMO ONE - MAIN  */

#promo1 {
	margin:0;
	width:559px;
	background: #fff url(images/bg-promo1.jpg) no-repeat left top;
	height: 153px;
	float:left;
}

#promo1 h3 {
	font-weight: normal;
	color: #181415;
	font-size: 1.3em;
	padding: 20px 0 7px 170px;
	margin:0;
}

#promo1 p {
	color: #333333;
	padding: 0 35px 0 195px;
}

#promo1 .butt {
	float:right;
	padding: 8px 115px 0 0;
}

/*  PROMO TWO - SKINNY  */

#promo2 {
	background: url(images/bg-promo2btm.gif) no-repeat bottom;
	height: 115px;
	margin: 15px 0 25px 0;
}

#promo2 h3 {
	margin:0;
	font-weight:normal;
	background: url(images/bg-promo2top.gif) no-repeat top;
	color: #fff;
	font-size: 1.2em;
	padding: 10px 0 0 10px;
}

#promo2 p {
	color: #fff;
	padding: 10px 15px 0 10px;
}

#promo2 .butt {
	font-size:1.3em;
	color:#fff;
	float:right;
	padding: 43px 30px 0 20px;
}
#promo2 .butt a, #promo2 .butt a:visited { color: #fff; text-decoration:none; }
#promo2 .butt a:hover { color: #fff; text-decoration:underline; }

/*  PROMO THREE - RHS  */

#promo3 {
	margin:0;
	background: #A80A77 url(images/bg-promo3top.gif) no-repeat top;	
}

#promo3 .cont{
	background: url(images/bg-promo3btm.gif) no-repeat bottom;
	padding: 5px 8px;
}

#promo3 h4 {
	color: #fff;
	margin: 0;
	font-size: 0.9em;
	font-weight:bold;
	padding: 5px 0 8px 0;
}

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

#promo3 .butt {
	font-size:0.7em;
	font-weight:bold;
	color:#fff;
	text-align:right;
	padding: 5px 5px 5px 0;
}
#promo3 .butt a, #promo3 .butt a:visited { color: #fff; text-decoration:none; }
#promo3 .butt a:hover { color: #fff; text-decoration:underline; }


/*/ CONTENT LAYER /*/

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

div#content p {
	margin-bottom: 11px;
	line-height: 1.4em;
	text-align: justify;	
}

/*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;
}*/


/*  2ND HORIZONTAL MENU - BOTTOM  */

#h2menu {
	clear: both;
	height: 34px;
	background: url(images/bg-footmenu.gif) repeat-x right top;
	margin: 0 11px;
}

#h2menu .smenu {
	text-align: center;
	font-size: 1.1em;
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding: 5px 0 0 0;
}

#h2menu .smenu a, #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 1 /*/

div#txtbox1 {
	float: left;
	width: 273px;
	margin-bottom: 15px;
	background: url(images/sep.gif) repeat-y right top;
}
div#txtbox1 h5 {
	padding: 0;
}
div#txtbox1 p {
	padding: 0 10px 0 0;
	margin: 0;
	clear: both;
}
div#txtbox1 .butt {
	font-size:0.8em;
	font-weight:bold;
	color:#D9088A;
	text-align:left;
	padding-top: 10px;
}


/*  TEXTBOX 2 */

div#txtbox2 {
	float: left;
	width: 274px;
	margin: 0;
}

div#txtbox2 h5 {
	padding: 0 0 0 14px;
}
div#txtbox2 p {
	padding: 0 0 0 14px;
	margin: 0;
	clear: both;
}
div#txtbox2 .butt {
	font-size:0.8em;
	font-weight:bold;
	color:#D9088A;
	text-align:left;
	padding: 10px 0 0 14px;
}


/*/ LEFT - MENU /*/
#vmenu { margin:0; }
#vmenu .title { color: #333333; font-size: 1.1em; padding: 0; margin-top:20px;}
#vmenu .menu { margin: 0; padding: 5px 0 11px 0;}
#vmenu .menu a, #vmenu .menu a:visited { display: block; color: #333333; padding: 8px 5px 2px 7px; margin: 0; text-decoration: none; font-size: 0.9em; font-weight:bold; height:24px; background: #fff url(images/bg-vmenu-mout.gif) no-repeat top left; }
#vmenu .menu a:hover { color: #AA0174; background: #fff url(images/bg-vmenu-mover.gif) no-repeat top left; }

/*/ ARTICLE MENU /*/
#articlemenu { margin:0; }
#articlemenu .title { color: #333333; font-size: 1.1em; padding-bottom: 5px; margin-top:20px; border-bottom:1px solid #DDD1CD; }
#articlemenu .amenu { margin: 0; padding: 0 0 11px 0; }
#articlemenu .amenu a, #articlemenu .amenu a:visited { display: block; color: #333333; padding: 5px 5px 0 7px; margin: 0; text-decoration: none; font-size: 0.8em; line-height: 1.1em; font-weight:normal; height:48px; background: url(images/bg-amenu-mout.gif) no-repeat top left; }
#articlemenu .amenu a:hover { color: #AA0174; background: url(images/bg-amenu-mover.gif) no-repeat top left; }

/*  H  */


h1 {
	color: #B8B9BB;
	padding: 0 0 0 25px;
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma;
	font-size: 2.5em;
	font-weight: bold;
	font-style: normal;
	margin-top: 12px;
	margin-bottom: 0;
}
h2 {
	color: #D9088A;
	font-weight:normal;
	font-size: 1.5em;
	padding: 15px 0 5px 0;
	margin:0;
}
h5 {
	width: 263px;
	color: #707070;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
}

.bravo {
	color: #181415;
	font-weight: normal;
}

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

/* OTHER */

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

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

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

/*  FOOTER BAR  */

#footerbar {
	margin-right: 5px;
	width: 760px;
}

/* LEGAL */

div#legal {
	padding-top: 15px;
	text-align: center;
	border-top: 1px solid #fff;
}
#btm-edge {
	margin: 0 auto;
	height: 25px;
	background: #C6CEE7 url(images/footer-btm.gif) no-repeat bottom;
}
.p-img{
	float:left;
	padding:5px 10px 5px 0px;
}