/* CSS Document */
body, p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
}
body {
	background-image:url(images/bkgpattern.jpg);
	background-repeat: repeat-x repeat-y;
}
#content {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/TermsHeader.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 49px;
	width: 1024px;
}
#headerPhone {
	color: #c77b30;
	padding-top: 13px;
	font-size: 1.8em;
	text-align: right;
	padding-right: 100px;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	font-style:italic;
}
/* heroSections - Both Terms and Index */
#hero {
	background-image: url(images/Terms_Hero.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 340px;
	width: 1024px;
}
#heroPhone {
	color: #123770;
	font-size: 3.2em;
	text-align: center;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	margin-top: 285px;
	float: left;
	width: 330px;
	margin-left: 270px;
}
#heroHome {
	font-family: Georgia, Times, serif;
	background-image: url(images/Hm_Hero.png);
	background-repeat: no-repeat;
	background-position: -1px top;
	height: 611px;
	width: 1024px;
}
#heroText {
	margin-left: 75px;
	width: 560px;
	margin-top: 40px;
	float: left;
	clear: none;
	color: #333;
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
	line-height: 1.5em;
}
#hero_Hm2ndPhone {
	color: #c77b30;
	font-size: 1.9em;
	text-align: center;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	font-style:italic
	margin-top: 285px;
	float: right;
	width: 250px;
	margin-right: 85px;
	margin-top: 237px;
	font-style: italic;
}
/* supporting Sections - Both Terms and Index */
#supporting {
	background-image: url(images/Bkg.png);
	width: 864px;
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-right: 80px;
	padding-left: 80px;
	padding-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
}
#supportingHome {
	background-image: url(images/Hm_Support.png);
	width: 1024px;
	height: 397px;
}
#supportingText {
	margin-left: 75px;
	width: 845px;
	margin-top: 20px;
	float: left;
}
#support_HmVideo {
	margin-left: 75px;
	width: 480px;
	margin-top: 40px;
	float: left;
	clear: none;
}
#support_HmText {
	margin-right: 25px;
	width: 400px;
	margin-top: 60px;
	float: right;
	clear: none;
	color: #333;
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
	line-height: 1.5em;
}
#support_CallButton {
	margin-top: 20px;
	color: #123770;
	text-align: center;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	background-image: url(images/Hm_CallButton.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 345px;
	height: 53px;
	padding-top: 40px;
	font-size: 2.7em;
}
/* Footer & Disclaimer */
#footer {
	width: 989px;
	height: 45px;
	background-image: url(images/TermsFooter.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	color: #123770;
	padding-top: 20px;
	padding-right: 35px;
}
#footer .links {
    text-align: center;
}
#footer a:link,
#footer a:visited {
	text-decoration:underline;
	color:#123770;
}
#disclaimer {
	width: 935px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	font-size: 0.8em;
	line-height: 1.1em;
}
/* Sitewide */
.bold { font-weight: bold; }
.emphasis {
	color: #c77b30;
	font-weight: bold;
	font-style: italic;
}
.emphasisCTA {
	font-size: 1.4em;
	color: #07265e;
}
