/*-----style reset-----*/
html, body, div, span, h1, h2, h3, p, em, font, img, ol, ul, li, form, label, img{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
:focus { outline: 0; }
ol, ul { list-style: none; }

body {
	font: 62.5% arial, helvetica, verdana, sans-serif;
	text-align: center;
	margin: 0 auto;
	background: #000 url(images/imgGradientBkgd.gif) repeat;
}

h1, h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	padding: 17px 0 10px 45px;
}

p {
	font-size: 1.2em;
	color: #ccc;
	padding: 0 500px 10px 45px;
	line-height: 1.7em;
}

a {
	text-decoration: none;
	color: #fff;
}

.underline {
	text-decoration: underline;
	color: #fff;
}

a:hover {
	color: #8A8989;
}

span {
	color: #fff;
	font-weight: bold;
}


#container {
	position: relative;
	text-align: left;
	width: 954px;
	margin: 0 auto;
}

.wrapper {
	border: 1px solid #706F6F;
	padding-top: 85px;
	background: url(images/imgHeaderBkgd.gif) no-repeat top center;
}

.content {
	width: 944px;
	height: 2000px;
	margin-left: 4px;
	background: #333 url(images/imgHomebkgd.jpg) no-repeat top right;
}

.content2 {
	width: 944px;
	margin-left: 4px;
	background: #333;
}

.gateway {
	position: absolute;
	top: 35px;
	right: 40px;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 15px;
	background: url(images/imgBullet.gif) no-repeat left center;
}

.timeline p {
	margin: 5px 500px 0 45px;
	padding: 0;
	border-top: 1px solid red;
}

.terms p {
	padding: 0 45px 10px 45px;
	line-height: 1.5;
}

.terms h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	padding: 17px 0 0 330px;
}

.terms h2 {
	font-size: 1.4em;
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
	margin-bottom: 12px;
	padding: 17px 0 0 45px;
}

.terms h3 {
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px 0 0 45px;
	color: #E3E3E3;
}

/*------------Navigation------------*/

#Nav {
	width: 944px;
	height: 43px;
	background:#333 url(images/imgNavTile.gif) repeat;
}


#Nav a {
	height: 43px;
	float: left;
	border-top: 2px solid #006699;
}

#Nav a:hover {
	border-top: 2px solid #33CCFF;
}

/*------------footer------------*/
.footer {
	text-align: right;
	width: 924px;
	height: 19px;
	margin-left: 4px;
	padding: 5px 10px;
	background-color: #141414;
	border-top: 1px solid #706F6F;
	border-bottom: 12px solid #333;
}

.footer2 {
	width: 924px;
	margin-left: 4px;
	padding: 0 10px;
}

.footer p, .returnLinks, .designed  {
	color: #999;
	padding: 0;
}

.footer a, .footer2 a {
	color: #999;
}

.footer a:hover, .footer2 a:hover {
	color: #fff;
}

.footerLinks {
	float: left;
	margin-left: 28px;
}

* html .footerLinks {
	float: left;
	margin-left: 14px;
}

.returnLinks {
	margin-left: 30px;
}

.designed, designed a{
	float: right;
	color: #999;
}


.designed a:hover {
	color: #fff;
}



