/* CSS Document */

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

p {

	color: #333333;
	font-size: 0.7em;
	line-height: 1.2em;
}

a, a:visited { color: #7D8DC6; text-decoration: underline; }
a:hover { color: #1B2E6F; text-decoration: none; }

img {
	border: 0;
}

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

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

#topDiv {
	background-color: #fff;
	width:780px;
	/*height:80px;*/
	float:right;
	margin-top:4px;
}

#topLogo {
	background-image: url(../images/moneyblossom.gif);
	color: #fff;
	height: 89px;
	width: 350px;
	margin: 0 0 8px 0;
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:17px;
	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;
	float:left;
}

#block_1 {
	margin-right:14px;
	float: left;
	width: 586px;
}	
* html #block_1 {
	margin-right:14px;
	float: left;
	width: 586px;
}
#block_2 {
	float: left;
	width: 180px;
}
#block_3 {
	clear: both;
	margin-top: 8px;
	width: 780px;
}
#block_4 {
	margin-right:14px;
	float: left;
	width: 95%;
}	
/*  PROMO ONE - MAIN  */

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

#promo1 h3 {
	font-weight: normal;
	color: #5B0A4D;
	font-size: 1.3em;
	padding: 20px 340px 0 20px;
	margin:0;
}

#promo1 p {
	margin: 0px;
	color: #5B0A4D;
	padding: 10px 450px 0 20px;
}

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

/*  PROMO TWO - SKINNY  */

#promo2 {
	background: url(../images/bg-promo2.jpg) no-repeat top left;
	height: 121px;
	margin: 15px 0 20px 0;
}

#promo2 h3 {
	margin:0;
	font-weight:normal;
	color: #5B0A4D;
	font-size: 1em;
	padding: 12px 15px 0 220px;
}

#promo2 p {
	color: #5B0A4D;
	font-size: 0.6em;
	padding: 7px 110px 0 220px;
}

#promo2 .butt {
	float:right;
	padding: 14px 30px 0 0;
}
#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:0px 0px 10px 0px;
	background: url(../images/bg-promo3.jpg) no-repeat bottom;
	height: 136px;	
}

#promo3 .cont{
	background: url(../images/bg-promo3top.gif) no-repeat top;
	height:  79px;
	padding: 5px 8px;
}

#promo3 h4 {
	color: #C43B8B;
	margin: 0;
	font-size: 0.9em;
	font-weight:bold;
	padding: 5px 0 5px 3px;
	text-align: center;
}

#promo3 p {
	color:  #C43B8B;
	padding: 0px;
	margin: 0px;
}

#promo3 .butt {
	text-align:right;
	padding: 30px 3px 0 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;
	font-size: 1.1em;
}

div#content p {
	margin: 0 0 11px 15px;
	line-height: 1.4em;
}
div#content-wide {
	padding: 10px;
	margin: 0;
	font-size: 1.1em;
	width: 700px;
}
div#content-wide h3, div#content-wide h4{
	padding-left: 15px;
	color: #5B0A4D;
}
div#content-wide p {
	margin: 0 0 11px 15px;
	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;
}*/


/*  2ND HORIZONTAL MENU - BOTTOM  */

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

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

#h2menu .smenu a, #h2menu .smenu a:visited { color: #5B0A4D; text-decoration:none; }
#h2menu .smenu a:hover { color: #C43B8B; 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 {
	float: left;
	width: 284px;
	margin-bottom: 15px;
	background: url(../images/sep.gif) repeat-y right top;
}
div#txtbox1 h5 {
	color: #5B0A4D;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0;
	margin: 0px 0px 10px 0px;
}
div#txtbox1 p {
	padding: 0 10px 0 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: 284px;
	margin: 0;
}

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


/*/ LEFT - MENU /*/
#vmenu { margin:0; }
#vmenu .title { color: #5B0A4D; font-size: 1.1em; padding-bottom: 6px; margin:20px 0 5px 0; border-bottom:2px solid #EF67B0; }
#vmenu .menu { margin: 0; padding: 5px 0 11px 0;}
#vmenu .menu a, #vmenu .menu a:visited { display: block; color: #223A3E; padding: 4px 5px 4px 22px; margin: 0; text-decoration: none; font-size: 0.9em; font-weight:normal; height:16px; background: #fff url(../images/bg-vmenu-mout.gif) no-repeat top left; border-bottom:1px solid #FFCDE8; }
#vmenu .menu a:hover { color: #5B0A4D; background: #D2DCFF url(../images/bg-vmenu-mover.gif) no-repeat top left; }

/*/ ARTICLE MENU /*/
#articlemenu { margin:0; }
#articlemenu .title { color: #5B0A4D; font-size: 1.1em; padding-bottom: 6px; margin:20px 0 5px 0; border-bottom:2px solid #EF67B0; }
#articlemenu .amenu { margin: 0; padding: 5px 0 11px 0; }
#articlemenu .amenu a, #articlemenu .amenu a:visited { display: block; color: #223A3E; padding: 4px 5px 4px 22px; margin: 0; text-decoration: none; font-size: 0.8em; line-height: 1.1em; font-weight:normal; background: #fff url(../images/bg-vmenu-mout.gif) no-repeat top left; border-bottom:1px solid #FFCDE8;}
#articlemenu .amenu a:hover { color: #5B0A4D; background: #D2DCFF url(../images/bg-vmenu-mover.gif) no-repeat top left; }

/*  H  */


h1 {
	color: #EF67B0;
	padding: 0;
	font-family: Arial, Tahoma;
	font-size: 2.3em;
	font-weight: bold;
	font-style: normal;
	margin-top: 20px;
	margin-bottom: 0;
}
h2 {
	color: #5B0A4D;
	font-weight:normal;
	font-size: 1.5em;
	padding: 15px 0 5px 0;
	border-bottom: 2px solid #EF67B0;
	margin:0 0 7px 15px;
	background: #fff url(../images/bg-h1.gif) no-repeat bottom right;	
}


.money {
	color: #5B0A4D;
	font-weight: normal;
}

.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: 780px;
}

/* LEGAL */

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