body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #000;
	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;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 650px;
	position: relative;
}
#header {
	height: 92px;
	position: relative;
	background-image: url(images/topHeader.png);
	background-repeat: no-repeat;
	width: 800px;
	z-index: 1000;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#logo {
	position:absolute;
	left:19px;
	top:0px;
	width:132px;
	height:111px;
	z-index:2000;
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: 520px;
	position: relative;
	width: 800px;
	margin-top: -11px;
}
#mainContentAbout {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: 520px;
	position: relative;
	width: 800px;
	margin-top: -11px;
	background-image: url(images/about.jpg);
}
#mainContentUsers {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: 520px;
	position: relative;
	width: 800px;
	margin-top: -11px;
	background-image: url(images/users.jpg);
}
#mainContentAdvantages {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: 520px;
	position: relative;
	width: 800px;
	margin-top: -11px;
	background-image: url(images/advantages.jpg);
}
#mainContentGrip {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: 520px;
	position: relative;
	width: 800px;
	margin-top: -11px;
	background-image: url(images/grip-pods.jpg);
}
#mainContentGPS02 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: 520px;
	position: relative;
	width: 800px;
	margin-top: -11px;
	background-image: url(images/gps02.jpg);
}
#mainContentGPSLE{
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: 520px;
	position: relative;
	width: 800px;
	margin-top: -11px;
	background-image: url(images/gpsle.jpg);
}
#mainContentGPS01{
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: 520px;
	position: relative;
	width: 800px;
	margin-top: -11px;
	background-image: url(images/gps01saw.jpg);
}
#mainContentAcc{
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: 520px;
	position: relative;
	width: 800px;
	margin-top: -11px;
}
#mainContentSingle{
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: 520px;
	position: relative;
	width: 800px;
	margin-top: -11px;
	background-image: url(images/SLR-BG.jpg);
}
#mainContentDual{
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: 520px;
	position: relative;
	width: 800px;
	margin-top: -11px;
	background-image: url(images/dlrBG.jpg);
}
#mainContentGovt{
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: 520px;
	position: relative;
	width: 800px;
	margin-top: -11px;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	height: 50px;
	position: relative;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #414141;
	font-weight: bold;
}
p {
	margin-top: 0px;
}
#nav {
	position: absolute;
	left: 237px;
	top: 24px;
	z-index: 1500;
}
#subNav {
	position: absolute;
	left: 178px;
	top: 49px;
	z-index: 1600;
}
#aboutText {
	color: #FFFFFF;
	padding-left: 310px;
	padding-top: 43px;
	padding-right: 45px;
	line-height: 1.5em;
}
#usersText {
	color: #FFFFFF;
	padding-left: 41px;
	padding-top: 55px;
	padding-right: 40px;
	line-height: 1.5em;
}
#advantagesText {
	color: #000000;
	padding-left: 35px;
	padding-top: 85px;
	padding-right: 305px;
	line-height: 1.5em;
}
#gripText {
	color: #FFFFFF;
	padding-left: 385px;
	padding-top: 102px;
	padding-right: 45px;
	line-height: 1.5em;
}
#gps02Text {
	color: #000000;
	line-height: 1.5em;
	background-image: url(images/gps02-specBG.png);
	margin-top: 100px;
	background-repeat: no-repeat;
	height: 350px;
	width: 347px;
	margin-left: 395px;
	position: absolute;
	padding-left: 10px;
	padding-top: 55px;
	padding-right: 10px;
	float: right;
}
#gpsleText {
	color: #000000;
	line-height: 1.5em;
	background-image: url(images/gpsle-specBG.png);
	margin-top: 100px;
	background-repeat: no-repeat;
	height: 350px;
	width: 347px;
	margin-left: 395px;
	position: absolute;
	padding-left: 10px;
	padding-top: 55px;
	padding-right: 10px;
	float: right;
}
#gps01Text {
	color: #000000;
	line-height: 1.25em;
	margin-top: 65px;
	height: 75px;
	width: 715px;
	margin-left: 40px;
	position: absolute;
}
#accText {
	color: #000000;
	padding-left: 420px;
	padding-top: 65px;
	padding-right: 45px;
	line-height: 1.5em;
}
#slrText {
	background-image: url(images/single-light-rail-specBG.png);
	margin-top: 30px;
	background-repeat: no-repeat;
	height: 425px;
	width: 347px;
	margin-left: 395px;
	position: absolute;
}
#slrText p {
	color: #000000;
	line-height: 1.5em;
	padding-left: 10px;
	padding-top: 55px;
	padding-right: 10px;
}
#dlrText {
	background-image: url(images/dual-light-rail-specBG.png);
	margin-top: 30px;
	background-repeat: no-repeat;
	height: 425px;
	width: 347px;
	margin-left: 395px;
	position: absolute;
}
#dlrText p {
	color: #000000;
	line-height: 1.5em;
	padding-left: 10px;
	padding-top: 55px;
	padding-right: 10px;
}
#govtText {
	color: #FFFFFF;
	padding-left: 100px;
	padding-top: 65px;
	line-height: 1.5em;
	font-size: 15px;
	width: 335px;
}
.yellowText {
	font-weight: bold;
	color: #ffc82e;
}
#gps02Flash {
	position: absolute;
	left: 0px;
	top: 28px;
}

