/* CSS Document */

#container {
	width: 965px;
	margin: 0px auto 0 auto;
	position: relative;
	top: 2px;
	z-index:1;
}

#homeTopBg{
	width: 965px;
	height: 418px;
	background: url(../images/bg_homeTop.gif) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
}

#topSubNav{
	position: relative;
	left: 572px;
	top: 35px;
	width: 360px;
}

#topSubNav a{
	font-size: 11px;
	color: #4F83AF;
	font-weight: normal;
	margin: 0 0 0 24px;
}

#topSubNav a:hover{
	color: #91E720;
	text-decoration: none;
}

#flashHolder{
	position: relative;
	width: 901px;
	height: 361px;
	top: 97px;
	left: 33px;
}

#homeContent{
	width: 965px;
	background: url(../images/bg_homeContent.gif) repeat-y;
	position: relative;
	top: 37px;
}

#newsSpacer{
	height: 6px;
}

#news {
	width: 901px;
	height: 72px;
	border: 1px solid #D0D0D0;
	position: relative;
	margin: 0 0 0 33px;
}

#news #newsHeader{
	color: #153C7D;
	font-weight: bold;
	margin: 8px 0 0 9px;
	float: left;
	width: 100px;
}

#news #newsDate{
	font-size: 11px;
	font-weight: bold;
	color: #555555;
	float: left;
	width: 100px;
	margin: 8px 0 0 25px;
}

#news #newsTitle{
	font-size: 11px;
	font-weight: bold;
	color: #555555;
	float: left;
	width: 500px;
	margin: 8px 0 0 25px;
}

#news .readMore {
	font-size: 10px;
	color: #153C7D;
}

#news a{
	color: #555555;
}

#news a:hover{
	color: #153C7D;
	text-decoration: none;
}

#location {
	float: left;
	width: 202px;
	padding: 15px 0 0 33px;
}

#location h2{
	font-size: 13px;
	color: #153C7D;
	height: 30px;
	background: url(../images/hdr_homeLocations.gif) no-repeat 0px 20px;
}

#location #leftList {
	list-style: none;
	float: left;
	width: 80px;
}

#location #leftList li{
	list-style: none;
	background: url(../images/arrow_blue.gif) no-repeat 0px 4px;
	padding: 0 0 0 12px;
	height: 16px;
}

#location #rightList {
	list-style: none;
	float: left;
	width: 112px;
}

#location #rightList li{
	list-style: none;
	background: url(../images/arrow_blue.gif) no-repeat 0px 4px;
	padding: 0 0 0 12px;
	height: 16px;
}

#help {
	float: left;
	width: 395px;
	height: 110px;
	margin: 9px 0 0 14px;
}

#help p{
	width: 352px;
	line-height:1.45em;
	margin: 36px 0 0 21px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

/*
#help a{
	font-size: 10px;
	font-weight: Bold;
	color: #91E720;
	padding: 0 0 0 10px;
	margin: 0 0 0 2px;
	background: url(../images/arrow_green.gif) no-repeat 0px 3px;
}*/

#careers{
	float: left;
	width: 283px;
	height: 110px;
	margin: 9px 0 0 9px;
}

#careers p{
	width: 150px;
	line-height:1.45em;
	margin: 36px 0 0 17px;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
}

#homeBottom{
	width: 965px;
	position: relative;
	top: 37px;
}

#readMore {
	position: absolute;
	top: 200px;
	left: 100px;
	z-index:30;
}
