﻿#homeSectionBanner{
    float:left;
    display:inline;
    width: 460px;
    height: 300px;
    margin: 214px 0px 0px 20px;
    padding: 0px 11px 0px 0px;
    border-right: 1px solid #999;
    position: relative;
}

#homeSectionBanner p{
    margin: 15px 0px 0px 0px;
}

.homeUsedBannerText{
  position: absolute;
	top:70px;
	left: 12px;
	width: 270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #4C4C4C;	
    
}

.homeSectionLinks{
	float: left;
	width: 255px;
	height: 300px;
	border-right: 1px solid #999;
	margin: 214px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

.homeSectionLinks a:link, 
.homeSectionLinks a:visited {
	display: block;
	padding: 0px 3px 0px 5px;
	margin: 12px 3px 5px 2px;
	text-decoration: none;
	color: #222;
	background: url("../../images/arrow_grey.gif") no-repeat 0px -3px;
}

.homeSectionLinks a:hover, 
.homeSectionLinks a:active {
	text-decoration: none;
	background: url("../../images/arrow_003399.gif") no-repeat 0px 4px;
	color: #003399;
}

.homeSectionLinks img {
	float:left;
	margin: 0px 0px 0px -10px;
}

.homeSectionLinks td {
	font-size:0.7em;
	padding: 5px 5px 5px 5x;
	margin: 0px 0px 0px 0px;
}

.homeSectionLinks p {
	padding: 0px 0px 0px 0x;
	margin: 0px 0px 0px 0px;
}
