@charset "UTF-8";
#hometopnav {
	position:absolute;
	bottom:0;
	right:0;
	margin:0;
	width:410px;
	height:19px;
	background:#FF9900 url(../images/home_topnav_left.gif) no-repeat left;
	text-transform:uppercase;
	padding:7px 0 0 30px;
	color:#fff;
}
#hometopnav a {
	color:#fff;
	text-decoration:none;
}
#hometopnav a:hover {
	color:#0073ae;
}
#homebanner {
	height:394px;
	background:url(../images/home_banner_bg.jpg) no-repeat;
	margin:0;
	border-top:3px #fff solid;
	float:left;
	width:850px;
}
#homebanner ul {
	padding:0;
	margin:30px 0 0 32px;
	list-style:none;
	float:left;
	text-align:center;
	width:161px;
}
#homebanner li {
	margin:0 0 20px 0;
	padding:0;
}
#homebannercontent {
	float:right;
	margin:71px 43px 0 0;
	width:217px;
	color:#fff;
	line-height:22px;
	text-align:justify;
}
#homebannercontent h1 {
	color:#3590c7;
	font-size:18px;
	margin:0 0 10px 0;
	line-height:22px;
	font-weight:normal;
}
#homebannercontent b {
	font-size:13px;
}
#homepods {
	margin:26px 0 0 30px;
	float:left;
}
#homepods ul {
	margin:0;
	padding:0;
	list-style:none;
}
#homepods li {
	border-left:1px #adadad solid;
	margin:0 0 15px 10px;
	padding:0 10px 0 30px;
	width:150px;
	float:left;
}
#homepods li.first {
	border-left:none;
	margin:0 0 15px 0;
	padding:0 10px 0 20px;
}
#homepods li h1 {
	font-size:14px;
	margin:0 0 8px 0;
}
#homepods li h1 span {
	font-size:11px;
	font-weight:normal;
}
#homepods li.request {
	background:url(../images/request_icon.gif) no-repeat 10px 0px;
}
#homepods li.connect {
	background:url(../images/icon_connect_sub.gif) no-repeat 10px 0px;
}
#homepods li.satisfied {
	background:url(../images/icon_satisfied.gif) no-repeat 10px 0px;
}
#homepods li.resources {
	background:url(../images/icon_offers.gif) no-repeat;
}

