/* home.css */

body {
	background: #FFF url(/images/bg.gif) repeat-x;
}

#maincontent {
	float: left;
	width: 600px;
	font-size: 14px;
}

#maincontent p {
	line-height: 100%;
	font-family:Arial,Tahoma,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 18px;
}

#maincontent img {
	float: left;
	padding-right: 22px;
}

#maincontent h1 {
	font-family:Arial,Tahoma,Helvetica,sans-serif;
	font-size:26px;
	color: #feff4c;
	font-weight: normal;
	padding: 0;
	margin: 0;
	padding-top: 25px;
}

#buttons {
	float: left;
	padding-left: 83px;
	padding-top: 45px;
	padding-right: 25px;
}

#buttons img {
	padding-bottom: 7px;
	text-align: right;
}

#sections {
	clear: both;
	padding: 0;
	margin: 0;
	margin-top: -20px;
	margin-bottom: 20px;
}

IE6
#sections {
	margin-top: -40px;
}

#sections ul {
	list-style: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
	min-height: 28px;
	padding-left: 18px;
}


#sections ul li {
	display: inline;
	float: left;
	font-family: "Trebuchet MS",Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	height: 28px;
	padding-top: 0px;
	width: 152px;
	margin-left: 11px;

}

IE 6
#sections ul li {
    margin-bottom: 20px;
}

#sections ul li#homeloanstitle {
	background: url(/images/bg_title_green.gif) repeat-x;
}
#sections ul li#personalloanstitle {
	background: url(/images/bg_title_blue.gif) repeat-x;
}
#sections ul li#businessloanstitle {
	background: url(/images/bg_title_purple.jpg) repeat-x;
}
#sections ul li#commercialloanstitle {
	background: url(/images/bg_title_brown.gif) repeat-x;
}
#sections ul li#homeloansratetitle {
	background: url(/images/bg_title_orange.gif) repeat-x;
}

#sections ul li span {
	line-height: 28px;
}

div.rounded {height: 0px; margin-top: 0px;}

#subcontent {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 150px;
	height: 150px;
	background: #FFF;
}

#subcontent #boxes {
	position: absolute;
	margin-top: -20px;
	z-index: 1000;
	margin-left: 29px;
}

#subcontent #boxes #homeloan,
#subcontent #boxes #personalloan,
#subcontent #boxes #businessloan,
#subcontent #boxes #commercialloan,
#subcontent #boxes #homeloansrate {
	float: left;
	color: #373f4f;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	background: #FFF url(/images/bg_home_boxes.gif) repeat-x;
	padding: 0 10px 0 10px;
	width: 130px;
	min-height: 149px;
	margin-right: 11px;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

#subcontent #boxes #homeloansrate {
	background: #E9E9E9 url(/images/bg_homeloan_rate.gif) bottom no-repeat;
	border: none;
	height: 167px;
	width: 132px;
}

#subcontent #boxes #homeloansrate {
	text-align: center;
	color: #0d3692;
	font-weight: bold;
}

#subcontent #boxes #homeloansrate h2{
	font-size: 44px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-top: -2px;
}

#subcontent #boxes #homeloan a {
	text-decoration: none;
	color: #669900;
	font-weight: bold;
	border-bottom: 1px dashed #669900;
}

#subcontent #boxes #homeloan a:hover {
	border: none;
}

#subcontent #boxes #homeloan span{
	float: left;
	padding-right: 15px;
	margin-bottom: 10px;
	background: url(/images/arrow_rightcircle_green.gif) no-repeat right 3px;
}

#subcontent #boxes #personalloan span{
	float: left;
	padding-right: 15px;
	margin-bottom: 10px;
	background: url(/images/arrow_rightcircle_blue.gif) no-repeat right 3px;
}

#subcontent #boxes #businessloan span{
	float: left;
	padding-right: 15px;
	margin-bottom: 10px;
	background: url(/images/arrow_rightcircle_purple.gif) no-repeat right 3px;
}

#subcontent #boxes #commercialloan span{
	float: left;
	padding-right: 15px;
	margin-bottom: 10px;
	background: url(/images/arrow_rightcircle_brown.gif) no-repeat right 3px;
}

#subcontent #boxes #personalloan a {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
	border-bottom: 1px dashed #006699;
}

#subcontent #boxes #personalloan a:hover {
	border: none;
}

#subcontent #boxes #businessloan a {
	text-decoration: none;
	color: #6600cc;
	font-weight: bold;
	border-bottom: 1px dashed #6600cc;
}

#subcontent #boxes #businessloan a:hover {
	border: none;
}

#subcontent #boxes #commercialloan a {
	text-decoration: none;
	color: #cc6600;
	font-weight: bold;
	border-bottom: 1px dashed #cc6600;
}

#subcontent #boxes #commercialloan a:hover {
	border: none;
}

#subcontent #boxes #homeloansrate a {
	text-decoration: none;
	color: #0d3692;
	border-bottom: 1px dashed #0D3692;
}

#subcontent #boxes #homeloansrate a:hover {
	border: none;
}


.small {
	display: block;
	font-size: 18px;
	float: right;
	margin-top: -44px;
}

#subcontent #boxes img {
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}

#footer {
	clear: both;
}