/* CSS Document */
.branding-top {
	background: url(Home-Page-Main-Small.jpg) no-repeat top left;
	width: 895px;
	height: 463px;
	clear: both;
	overflow: hidden;
}

.branding-top p {
	padding: 0px 60px 0 60px;
	font-size: 1.4em;
	color: #333;
}

.branding-bottom {
	background-color: #ecebec;
	width: 895px;
	clear: both;
	overflow: hidden;
}

.branding-absolute-bottom {
	background: url(Home-Page-Main-Bottom.jpg) no-repeat top left;
	background-color: #fff;
	width: 895px;
	height: 30px;
	clear: both;
	overflow: hidden;
}

div.link_callnow {
	float:left;
	background: url(Home-Page-CallNow.png) no-repeat top left;
	width: 434px;
	height: 167px;
	cursor: pointer;
	/*margin-right: 3px;*/
}

div.link_onlinehelp {
	float:right;
	background: url(Home-Page-OnlineHelp.png) no-repeat top left;
	width: 434px;
	height: 167px;
	cursor: pointer;
	/*margin-left: 3px;*/
}

iframe.newsletter {
	margin-left: 9px;
	background-color: #ecebec;
}

div.newsletter {
	background: url(Newsletter.png) no-repeat top left;
	background-color: #ecebec;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0a30b5;
}

div.newslettername {
	display: block;
	float: left;
	margin: 85px 8px 0px 190px;
}

div.newsletteremail {
	display: block;
	float: left;
	margin: 85px 5px 0px 0px;
}

div.newslettersubmit {
	display: block;
	float: left;
	margin: 85px 0px 0px 10px;
}

div.link_main {
	margin: 293px 9px 0px 9px;
}