/* CSS Document */

body {
	margin: 0; padding: 0;
	background-color: #fff;
	text-align: left;
    font-size: 100%;
	font-family: Tahoma, Arial, Sans Serif;
	background: #c6d7e7 url(../images/body-bg.jpg);
}

img {
	border: none;
}

p {
	margin: 0;
	color: #454545;
}

#iWrapper {
	margin: 0 auto;
	width: 774px;
	padding: 0;
	text-align: left;
}

#topDivCont {
	margin: 0 auto;
	height:97px; 
}

#topDiv {
	width:774px;
	height:97px;
	background: url(../images/content-bg.jpg) repeat-y;
}

#topEdge{
	background: url(../images/topedge-bg.jpg) no-repeat bottom;
	height: 12px;
	margin: 15px 0 0 0;
}

#btmEdge{
	background: url(../images/btmedge-bg.jpg) no-repeat top;
	height: 12px;
	margin: 0 0 15px 0;
	clear:both;
}

#topLogo {
	color: #fff;
	height: 69px;
	background-repeat:no-repeat;
	background-position:left top;
	cursor:pointer;
	float: center;
	vertical-align: top;
	align: center;
}

#topBanner { 
	background-repeat:no-repeat; 
	background-position:right top;
	width:482px;
	height:64px;
	margin: 0;
	padding: 4px 14px 12px 0;
	float: right;
}

#topBanner img {
	border: 0;
}

/*  MAIN LAYOUT  */

div#holderright {
	float: right;
	width: 586px;
	background-color: #fff;
	margin: 0; border: 0; padding: 0;
}



/*  HORIZONTAL MENU  */

#strapline {
	clear: both;
	background: url(../images/content-bg.jpg) repeat-y;
	/*height: 22px;*/
	margin:0;
}

#strapline .inner {
	background: #699ACD url(../images/hmenu-bg.jpg) repeat-x;
	margin-left: 2px;
	margin-right: 2px;
	height: 22px;
}

#strapline .date {
	float:right;
	font-size: 0.6em;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 4px 20px 0 15px;
}

#strapline .smenu {
	float: right;
	font-size: 0.6em;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 4px 10px 0 0;
}

#strapline .smenu a, #strapline .smenu a:visited { color: #fff; text-decoration:none; }
#strapline .smenu a:hover { color: #fff; text-decoration:underline; }

/*  2ND HORIZONTAL MENU - BOTTOM  */

#footerbar .h2menu {
	text-align:center;
	font-size: 0.6em;
	font-weight: bold;
	color: #fff;
	margin: 0 auto;
	padding: 9px 0 0 0;
}

#footerbar .h2menu a, #footerbar .h2menu a:visited { color: #fff; text-decoration:none; }
#footerbar .h2menu a:hover { color: #fff; text-decoration:underline; }

/* MAIN CONTAINER */

#contentWrap {
	margin: 0 auto;
	background: url(../images/content-bg.jpg) repeat-y;
	padding: 12px 14px;
}

#contentWrap a, #contentWrap a:visited { color: #B56539; text-decoration:underline; }
#contentWrap a:hover { color: #c6a263; text-decoration:none; }

#contentWrap p {
	margin: 0;
}

/*  COPYRIGHT  */

#footerbar .cright {
	text-align:center;
	font-size: 0.6em;
	font-weight: normal;
	color: #454545;
	margin: 0 auto;
	padding: 14px 0 0 0;
}

#footerbar .cright a, #footerbar .cright a:visited { color: #B56539; text-decoration:none; }
#footerbar .cright a:hover { color: #c6a263; text-decoration:underline; }

/*  FOOTER BAR  */

#footerbar {
	background: url(../images/footerbar-bg.jpg) no-repeat;
	height: 51px;
	margin: 0 auto;
	clear:both;
}

/*  TERMS  */

#terms {
	background: url(../images/content-bg.jpg) repeat-y;
	margin: 0 auto;
}

#terms p {
	font-size: 0.6em;
	margin: 0 auto;
	padding: 9px 0 2px 0;
	color: #666666;
	text-align: center;
}

.typical {
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
}

/*/ CONTENT LAYER /*/

div#content {
	float: left;
	width: 402px;
	background-color:#fff;
	/*border-top: 1px solid #CBCDC5;*/
	padding: 0 5px 8px 12px;
	margin: 0;
}

div#content p {
	text-align: justify;
	margin: 0 0 10px 0;
	line-height: 1.2em;
	color: #454545;
	font: normal 0.7em Verdana, Arial, Helvetica, sans-serif;
}

div#content ul li {
	list-style: none;
	padding-left:13px;	background:#fff url("../images/bullet1.gif") no-repeat 0px 4px;
	font: normal 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #454545;
	line-height: 1.2em;
	margin-bottom: 5px;
}

blockquote {
	font: normal 0.6em Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #E5E5E5;
	background-color: #f9fff9;
	padding: 5px;
}

div#content p a:link, div#content p a:visited, div#content blockquote a:link, div#content blockquote a:visited, div#content ul li a:link, div#content ul li a:visited { color: #B56539; text-decoration: underline; }
div#content p a:hover, div#content blockquote a:hover, div#content ul li a:hover { color: #c6a263;	text-decoration: none; }
div#content p a { color: #B56539; 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 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;
}*/

/*/ RIGHT LAYER /*/

div#box-right {
	float: right;
	width: 160px;
	background-color:#fff;
}

.img-ralign {
	float:right;
	padding: 2px 0 9px 12px;
}


/*/ LEFT LAYER /*/

div#left {
	float: left;
	width: 160px;
	background-color:#fff;
	border: 0; margin: 0;
}

/*/ LEFT - MENU /*/
#box-left { margin:0 0 8px 0; }
#box-left .title { font-size: 0.7em; color: #b56539; font-weight: bold; margin:0; padding-bottom: 5px; }
#box-left .sub-box { margin: 0 0 15px 0; padding: 0; }
#box-left .sub-box a, #box-left .sub-box a:visited { display: block; background: #ffffcc; color: #b56539; padding: 3px 5px 3px 15px; margin: 0 0 2px 0; text-decoration: none; font-size: 0.7em; font-weight:bold; }
#box-left .sub-box a:hover { color: #FFFFFF; background: #b56539}


/*  H  */

h1{
	margin-bottom:1px;
	font:bold 14px arial;
	margin-top:4px;
	margin-bottom:8px;
	color:#454545;
	border-bottom:2px dotted #b56539;}
	
h2{
	margin-bottom:1px;
	font:bold 13px arial;
	margin-top:1px;
	color:#454545;}

h3 { font-size: 0.9em; margin: 0; padding: 0 0 10px 0; }
h4 { font-size: 1.7em; font-weight: bold; margin: 0 0 0 13px; padding: 13px 0 0 0; color:#454545; }
h5 { font-size: 1.7em; font-weight: bold; margin: 0 0 0 13px; padding: 13px 120px 0 0; color:#454545; }

.boldheader {
	font-weight: bold;
	color: #9EC630;
	font-size: 1.1em;
	margin-top: -12px;
}

/*  APPLY CONTAINER  */

#apply {
	width:158px;
	height:385px;
	border: 1px solid #c6a263;
	background: #fff;
	margin-bottom:12px;
}

#apply .title {
	background: #c6a263;
	color: #fff;
	padding: 3px 5px 3px 5px;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
}

#apply .adimg {
	margin: 0;
	padding-bottom: 20px;
	height: 154px;
}

#apply p {
	font-size: 0.7em;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 0 15px;
}

#apply a, #apply a:visited { color: #B56539; text-decoration:none; }
#apply a:hover { color: #c6a263; text-decoration:underline; }

#apply .butt { text-align: center; padding-top: 20px;
}


/*  RESOURCES  */

#sub-box2 {
	width:158px;
	border: 1px solid #B56539;
	margin-bottom:12px;
}

#sub-box2 .title {
	background: #B56539;
	color: #fff;
	padding: 3px 5px 3px 5px;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
}

#sub-box2 .title-dark {
	background: #454545;
	color: #FFFFFF;
	padding: 3px 5px 3px 5px;
	margin: 12px;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
}

#sub-box2 .adimg {
	margin: 0;
	padding-bottom: 20px;
	background: url(../images/lower-rate-loans.gif) no-repeat left top;
	height: 154px;
}

#sub-box2 p {
	font-size: 0.7em;
	font-weight: normal;
	margin: 0;
	padding: 0 12px;
}

#sub-box2 .butt { text-align: right; padding: 12px; margin: 0;
}

#sub-box2 .hrrow { border-top: 1px dotted #E5E5E5; height:1px; }

/* OTHER */

.w3c { margin: 0 auto; padding-bottom: 15px; float:right; }
.w3c img { border: 0; }

.clear {
	clear:both;
	height: 0;
}