#main .center { width: 100%; }
#main .center td { text-align: center; }
#main .kca {
	width: 202px;
	height: 118px;
	text-align: left;
	margin: 0 auto 0 auto;
}
#main .kca h2 {
	margin: 0;
	padding: .5em 0 0 1em;
	width: 120px;
	font-size: 90%;
	color: #000;
}
#main .kca h2 a {
	height: 95px;
	display: block;
	color: #000;
	text-decoration: none;
}

#main .aboutus {
	background: #036 url(about-us-section.jpg) no-repeat;
}
#main .rating {
	background: #336 url(rating-section.jpg) no-repeat;
}
#main .customer-services {
	background: url(customer-service2.jpg) no-repeat;
}
#main .public-sector {
	background: #036 url(public-sector-section.jpg) no-repeat;
}
#main .mapping {
	background: #336 url(mapping-section.jpg) no-repeat;
}
#main .registration {
	background: #330 url(registration-section.jpg) no-repeat;
}
#main .contactus {
	background: url(contact-us2.jpg) no-repeat;
}
#main .rateshelp {
	background: #330 url(rates-section.jpg) no-repeat;
}

#main { width: 55%; }


#right { width: 20%; }

#main a:link { color: #000; }
#main a:hover { color: #000; text-decoration: underline; }

/* the news box */
#news { width:99%; }
#news a { color:#980D32; }

#news a:hover {
    color: #1F980D;
	text-decoration: underline;
}

#news ul, #news ol {
	margin: 0 0 0 1em;
	padding: 0;
	list-style: none;
}

#news ul li, #news ol li {
	padding: 3px 0 3px 1.5em;
	line-height: 1.4em;
	margin-right: 1em;
	background: url(nav-arrow.gif) 0 .7em no-repeat;
}


#DOMnewsstopper {
	padding: 0.2em;
	margin: 0.2em 0 0 0;
}

#DOMnewsstopper a { color: #fff; }


/* the news box when JavaScript is available */
#news.hasJS
{
	height: 100px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul, #news.hasJS ol
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 11px;
	padding:0;
}
#news.hasJS li {
	background: none;
	padding: 0 0.5em 1.5em 0;
	border: none;
}

#homebanner {
	width: 547px;
	margin: 0 auto 0 auto;
}

#homepods {
	width: 434px;
	margin: 0 auto 0 auto;
}

#homepodlast {
	width: 100%;
	text-align:center;
}

#homepods div {
	float: left;
}

.clear {
	clear: both;
}
