/* Corp Messaging */
.alert-icon {
	float: left;
	height: 35px;
	margin: 22px 21px 20px 23px;
	width: 35px;
}

.msg-container {
	background-color: #fffeda;
	border: 1px solid #fdee8d;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 15px 0 7px 5px;
	width: 948px; /* 2 pixel accommodation for the borders */
}

.banner-container {
	float: left;
	font-size: 12px;
	line-height: 14px;
	margin: 20px 0 20px 0;
	width: 850px;
}

#corpMsgContainer {
	display: none;
}


/* Main Content Section */
.main-content-container {
	background: url(../images/backgrounds/hero_background.jpg) no-repeat;
	height: 305px;
	position: relative;
	top: 10px;
	left: 5px;
	width: 950px;
}

.hero-image {
	width: 187px;
	height: 160px;
	position: absolute;
	top: -40px;
	left: -225px;
}

.hero-content-container {
	position: absolute;
	top: 75px;
	left: 380px;
}

.hero-headline {
	color: #1f497d;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 17px;
}

.hero-subheadline {
	color: #505050;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 22px;
	padding-bottom: 26px;
}

p.corpMsg {
	width:480px;
}

div#buMsgBanner p {
	width:480px;
}

.legwork {
	color: #505050;
	font-family: Trebuchet MS;
	font-size: 18px;
	position: relative;
	left: 20px;
}


/* Four Panels */
#fourPanelRail {
	overflow: hidden;
	position: relative;
	top: 10px;
	left: -5px;
	width: 980px;
}

.panels {
	background-position: 0 0;
	float: left;
	height: 396px;
	margin-left: -7px;
	position: relative;
	width: 248px;
}

.panels:hover {
	background-position: -250px 0;
}

.panels .content {
	position: absolute;
	left: 30px;
	top: 26px;
}

.content ul {
	position: relative;
	top: -10px;
}

.panel-headline {
	font-family: Trebuchet MS;
	font-size: 17px;
	color: #505050;
	padding: 0;
	margin: 0;
}

.panel-subheadline {
	padding: 4px 0 20px 0;
	margin: 0;
	font-size: 12px;
}

.panel-img {
	text-align: center;
	height: 118px;
	width: 187px;
}

.info {
	height: 30px;
	font-size: 12px;
	margin-bottom: 15px;
	position: relative;
	left: 5px;
}

.offer {
	color: #505050;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	margin: 5px 0 0 6px;
}

.firstPanel {
	margin-left: 0;
}

#iws {
	width: 167px;
	height: 118px;
}

#qbk {
	width: 113px;
	height: 110px;
}

#pyr {
	width: 114px;
	height: 95px;
}

#pmt {
	width: 155px;
	height: 118px;
}

.cta-container {
	width: 140px;
	padding-top: 10px;
	position: absolute;
	left: 6px;
}

.phone-number {
	font-size: 12px;
	color: #505050
}

.phone-time {
	font-size: 11px;
	color: #808080;
	padding-top: 3px;
}


/* Footer */
#footer-container {
	height: 100%;
	margin: 10px 0 0 5px;
	width: 950px;
}

#footerContentContainer {
	background-color: #f3f8ff;
}

#copyrightContent {
	color: #999;
	display: inline;
	float: left;
	margin: 22px 30px 25px;
}

#trustEContent {
	display: inline;
	float: right;
	margin: 22px 30px 0 0;
}

.footer-corner {
	float: left;
	height: 5px;
	line-height: 0;
	font-size: 0;
	width: 5px;
}

#footerTopEdgeLeftCorner {
	background-position: 0 0;
}

#footerTopEdgeRightCorner {
	background-position: -5px 0;
}

#footerBottomEdgeLeftCorner {
	background-position: 0 -5px;
}

#footerBottomEdgeRightCorner {
	background-position: -5px -5px;
}

.footer-edge-center {
	background-color: #f3f8ff;
	float: left;
	font-size: 0;
	height: 5px;
	line-height: 0;
	width: 940px;
}