@charset "UTF-8";
body {
	background: #000000 url(../images/bkgrnd-black.gif) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.homePage #container {
	width: 850px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: #000000;
	border-right: #000000;
	border-bottom: #000000;
	border-left: #000000;
	height: 650px;
}
.exploreButtonArea {
	clear: both;
}
.homeTXT {
	font-size: 10pt;
	line-height: 16pt;
	color: #333333;
	text-align: left;
	margin-right: 40px;
	margin-bottom: 20px;
	padding-top: 30px;
	margin-left: 20px;
}
.homeScroll {
	font-size: 11pt;
	line-height: 17pt;
	color: #333333;
	text-align: left;
	margin-right: 140px;
	margin-bottom: 20px;
	padding-top: 2px;
	margin-left: 140px;
}
.homeTXT-bkgd {
	background-image: url(../images/home/bkgd-homeTXT.gif);
	background-repeat: no-repeat;
	background-position: left -20px;
	margin-top: -15px;
	margin-left: 150px;
}
.homeTXT-orange {
	color: #FF6600;
}

.homePage #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
}
.homePage #CallOut-MSP {
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	background-image: url(../images/home/CallOut-integrate.jpg);
	background-repeat: no-repeat;
	height: 191px;
	width: 248px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin-left: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.homePage #CallOut-mobilize {
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	background-image: url(../images/home/CallOut-mobilize.jpg);
	background-repeat: no-repeat;
	height: 191px;
	width: 255px;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	float: left;
	clear: none;
}
.homePage #CallOut-protection {
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	background-image: url(../images/home/CallOut-protection.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 189px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	clear: none;
}
.homePage #CallOut-savings {
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	background-image: url(../images/home/CallOut-savings.jpg);
	background-repeat: no-repeat;
	height: 191px;
	width: 255px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	clear: none;
}
	
.homePage #container #mainContent #CenterElements {
	text-align: center;
	clear: both;
	margin: 0px auto 0px 15px;
	width: auto;
	padding: 0px;
	height: 205px;
}
.homePage #container #mainContent #CenterElements p {
	margin-right: 55px;
	margin-left: 55px;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #333333;
	margin-top: 25px;
	margin-bottom: 25px;
}
.inputBox {
	font-size: 11px;
	line-height: 16px;
	color: #004679;
	background-color: #DFE7EE;
	height: 20px;
}
.centCalloutTXT {
	text-align: left;
	padding-right: 0px;
	padding-top: 40px;
	width: 90%;
	padding-left: 17px;
	font-size:0.9em;
	}
