body {
	text-align: center;
	margin: 0px;
	background-color: #CACACA;
}
#pageContainer {
	margin: 0 auto;
	text-align: left;
	min-width: 1024px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	min-height: 1000px;
	max-width: 1200px;
	overflow: hidden;
	position: relative;
	background-color: #FFFFFF;
}
#rtaBanner {
	position: absolute;
	top: 50px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 100;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#rtaBanner img {
	margin-top: 5px;
	margin-left: 30px;
}
#rtaBanner h1 {
	float: right;
	width: 300px;
	font-size: 1.2em;
	font-family: 'PT Sans Narrow', sans-serif;
	text-align: right;
	margin-right: 20px;
}
#logoBanner {
	background-image: url("/img/logobar.jpg");
	background-position: center;
	position: absolute;
	top: 650px;
	height: 75px;
	width: 100%;
	background-repeat: no-repeat;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #FFFFFF;
	z-index: 100;
}
nav {
	position: absolute;
	top: 151px;
	width: 100%;
	z-index: 100;
	height: 30px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
nav ul {
	position: relative;
	height: 30px;
	background-color: #000000;
	width: 100%;
	list-style: none;
	margin: 0px;
}
#navBanner li {
	float: left;
	color: #FFFFFF;
	margin-right: 30px;
	margin-top: 4px;
	font-family: 'PT Sans Narrow', sans-serif;
	cursor: pointer;
	font-weight: 600;
}
#navBanner li a {
	text-decoration: none;
	color: #FFFFFF;
}
#marker {
	width: 0px;
	background-color: #FFFFFF;
	border-radius: 3px;
	position: absolute;
	height: 5px;
	z-index: 101;
}



.page {
	min-height: 650px;
	width: 100%;
	position: absolute;
	top: 0px;
	display: none;
}
.page.active {
	display: block;	
}
.page.transitioning {
	display: block;	
}
.page#welcome {
	background-image: url("/img/bg_welcome.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.page#alienation {
	background-image: url("/img/bg_alienation.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.page#engagement {
	background-image: url("/img/bg_engagement.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.page#threesixty {
	background-image: url("/img/bg_threesixty.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.page#other {
	background-image: url("/img/bg_other.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.page#getstarted {
	background-image: url("/img/bg_getstarted.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.page .highlightcontainer {
	height: 440px;
}
.page h2 {
	display: block;
	margin-top: 200px;
	width: 300px;
	border: 1px solid #CACACA;
	padding: 10px;
	margin-left: 40px;
	font-size: 1.1em;
	font-family: 'PT Sans Narrow', sans-serif;
	border-radius: 15px;
	font-weight: normal;
	background-image: url("/img/highlightbg.png");
}
.page h3 {
    position: absolute;
	display: block;
	top: 200px;
	width: 300px;
	border: 1px solid #CACACA;
	padding: 10px;
	right: 40px;
	font-size: 1.1em;
	font-family: 'PT Sans Narrow', sans-serif;
	border-radius: 15px;
	font-weight: normal;
	background-image: url("/img/highlightbg.png");
}
.page hr {
	height: 1px;
	background-color: #000000;
	position: absolute;
	top: 640px;
	width: 100%;
}
.page .content {
	margin: 40px;
	margin-top: 50px;
	margin-bottom: 30px;
	font-family: 'PT Sans Narrow', sans-serif;
}
.page .content h1 {
	color: #ac2e27;	
}
.page .content h3 {
	color: #ac2e27;	
}

.page #contactForm {
	position: absolute;
	display: block;
	top: 200px;
	width: 590px;
	left: 360px;
	border: 1px solid #CACACA;
	padding: 10px;
	margin-left: 40px;
	font-size: 1.1em;
	font-family: 'PT Sans Narrow', sans-serif;
	border-radius: 15px;
	font-weight: normal;
	background-image: url("/img/highlightbg.png");
}

#welcome h2 a {
	color: #000000;
	font-weight: bold;
}
#footer {
	font-size: .8em;
	text-align: center;
	padding: 5px;
	background-color: #ffffff;
	color: #9d9d9d;
	position: absolute;
	width: 100%;
	font-family: 'PT Sans Narrow', sans-serif;
	top: 730px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#footer #bottomNav {
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer #bottomNav a {
	text-decoration: none;
	color: #9d9d9d;
}
.learnMoreButton {
	line-height: 28px;
	color: #272727;
	margin: 10px;
	font-size: 1em;
	font-weight: bold;
	width: 100px;
	height: 28px;
	text-align: center;
	cursor: pointer;
	background-image: url("/img/buttonbg.png");
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.getStartedLinkContainer {
	font-style: italic;	
}
.getStartedLinkContainer a {
	color: #000000;
}