@charset "UTF-8";
/* CSS Document */


/* This creates a blue background bar spanning the width of the page */
.navAboutContainer {
	width: 100%;
	background-color: #087fe2;
	margin-top: -1.1em;
}
/* This contains the navigation to 900px in the center of the page and styles the nav text */
.navAboutContent {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 1em;
	height: 2em;
}
ul.navAbout {
}
li.navAbout {
	list-style-type: none;
	float:left;
	padding-left: 25px;
	padding-right: 25px;
	border-right: thin solid white;
	margin-top: .3125em;
	margin-bottom: .3125em;
}
li.navAboutLast {
	list-style-type: none;
	float:left;
	padding-left: 25px;
	margin-top: .3125em;
	margin-bottom: .3125em;
}
a.navAbout:link {
	color: #FFFFFF;
	text-decoration:none;
}
a.navAbout:visited {
	color: #FFFFFF;
}
a.navAbout:hover {
	color: #ffa923;
}
a.navAbout:active {
	color: #FFFFFF;
}
#mainContainer{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 20px;
}
.leftColumn {
	float: left;
	width: 450px;
	text-align:left;
}
.rightColumn {
	float: left;
	width: 430px;
	text-align:left;
	padding-left: 20px;
}
li.benefits {
	font-family: 'Candal', sans-serif;
	color: #087fe2;
	font-size: 1.2em;
	margin-top: .75em;
}
#footer1Container {
	background-color: #087fe2;
	width: 100%;
	clear:both;
	padding-top: .00025em;
}
#footer1Content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	height: 25px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: white;
	font-size: 1.1em;
}
#footer2 {
	background-color: #ffa923;
	width: 100%;
	clear:both;
	height: 50px;
}