/* ---------- layout.css ---------- */
/** BASIC */

html, body {
	height: 100%;
}

#wrapper2 {
	width: 927px;
	margin: 0px auto;
	padding: 96px 0px 0px 0px;
	background: #FFFFFF url(images/header.jpg) no-repeat left top;
}

#center {
	float: left;
	width: 927px;
	background: url(images/vertdots.gif) repeat-y;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 232px;
	padding-left: 30px;
	background: url(images/logo.gif) no-repeat 30px top;
}

/** MENU */

#menu {
	margin-top: 48px;
	margin-bottom: 30px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu #calculators li {
	display: block;
	width: 232px;
	background: url(images/calcmenubottomborder.gif) no-repeat 0 bottom;
}
#menu #calculators a {
	display: block;
	width: 232px;
	height: 25px;
	text-decoration: none;
	font-size: 13px;
	color: #4f4d49;
	padding: 15px 0px 0px 0px;
}
#menu #calculators a#menu1:hover{background-position: -573px center; color:#214aec}/*-10px to align the bymbers to right*/
#menu #calculators a#menu2:hover{background-position: -578px center; color:#214aec}/*-5x to align the bymbers to right*/
#menu #calculators a#menu3:hover{background-position: -583px center; color:#214aec}
#menu #calculators a#menu4:hover{background-position: -582px center; color:#214aec}/*-1x to align the bymbers to right*/
#menu #calculators a#menu5:hover{background-position: -577px center; color:#214aec}/*-6px to align the bymbers to right*/

#menu #calculators li:hover {background-position: -232px bottom;}

/*#menu1 { background: url(images/homepage09.gif) no-repeat right center; }*/
#menu1{background: url(images/01.gif) 227px center no-repeat;}/*+10px to align the bymbers to right*/
#menu2{background: url(images/02.gif) 222px center no-repeat;}/*+5px to align the bymbers to right*/
#menu3{background: url(images/03.gif) 217px center no-repeat;}
#menu4{background: url(images/04.gif) 218px center no-repeat;}/*+1x to align the bymbers to right*/
#menu5{background: url(images/05.gif) 223px center no-repeat;}/*+6px to align the bymbers to right*/


#menu #articles li {
	display: block;
	width: 232px;
	background: url(images/calcmenubottomborder.gif) no-repeat 0 bottom;
}
#menu #articles a {
	display: block;
	width: 232px;
	height: 25px;
	text-decoration: none;
	font-size: 13px;
	color: #4f4d49;
	padding: 5px 0px 0px 0px;
}
#menu #articles a:hover{background-position: -583px center;color:#214aec}
#menu #articles li:hover {background-position: -232px bottom;}


/** CONTENT */

#content {
	float: right;
	width: 565px;
	padding: 0px 33px 0px 34px;
}

/** FOOTER */

#footer {
	clear: both;
	height: 20px;
	padding-top: 50px;
	width: 927px;
	margin: 0px auto;
	background: url(images/footer.gif) no-repeat left top; 
}
#footer p{
	text-align: center;
	color: #595755;
}
#footer p a{
	color: #595755;
}
#footer p a:hover{
	color: #214aec;
}

/* ---------- default.css ---------- */
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg.gif) repeat-x left top;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808081;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height:150%;
}

h1 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: normal;
	color: #495256;
	padding-top:1px;
}

h2 {
	padding-top: 5px;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #495256;
}

h3 {
	padding-top: 3px;
	margin-bottom: 3px;
	font-size: 13px;
	font-weight: bold;
	color: #495256;
}


/** LINKS */

a {
	color: #214aec;
}

a:hover {
	text-decoration: none;
}

/** MISC */

img { border: none; }

#cathead{
font-size:18px;
text-align:center;
color:#818080;
margin:35px 27px 10px 27px;
}
.clear {clear: both;}
#relterms{color:#b6b8b8; font-size:11px; padding-top:10px;line-height:100%}
#relterms a{color:#b6b8b8; font-size:11px;line-height:100%; text-decoration:none}
#relterms a:hover{color:#b6b8b8; font-size:11px;line-height:100%; text-decoration:none}
#relterms a:visited{color:#b6b8b8; font-size:11px;line-height:100%; text-decoration:none}
.cent{ text-align:center;}
.calcontainer{ padding-top:10px;}
.termshead{padding-top: 25px;padding-bottom: 15px;}
.footlink{text-decoration:none}
#onpagedisclaimer{line-height:100%}

#loanform p{ margin-top:10px;margin-bottom:10px;line-height:normal;text-align:center}
.emph{font-style:italic;}
#righttxt{ float:right; width:255px; margin-top:50px; text-align:left}
#righttxt li{ margin-top:10px;}
