@charset "UTF-8";
/* CSS Document */
html { min-height: 100%; margin-bottom: 1px; }

body  {
	font-family:Tahoma, Trebuchet, Verdana, Helvetica, sans-serif;
	background-repeat: 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;
	background-color: #e6be73;
}
.PageContainer {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e6e6cf;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 1000px;
	position: relative;
	margin: 0px auto 20px;
	text-align: center;
	padding-bottom: 10px;
	z-index: 2;
	}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: 500;
	color: #660099;
	height: 69px;
	width: 500px;
	position: absolute;
	left: 283px;
	top: 1002px;
}

.MainPageTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: 500;
	color: #660066;
	padding: 0px 4px 20px;
	height: auto;
	width: 550px;
	position: absolute;
	z-index: 200;
	left: 233px;
	top: -31px;
	list-style-position: outside;
	list-style-type: circle;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
.HeadLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1ex;
	font-style: normal;
	font-weight: 800;
	color: #660066;
}
.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8px;
	font-weight: 600;
	color: #660066;
}
.Banner {
	position: absolute;
	z-index: 200;
	left: 20px;
	top: 0;
}
.Paragraph {
	position: absolute;
	z-index: 300;
	height: 100px;
	width: 500px;
	left: 300px;
	top: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: 660066;
	font-style: italic;
	font-weight: 600;
}
.logo {
	position: absolute;
	height: auto;
	width: 150px;
	left: 39px;
	top: 526px;
	border: medium outset #FF6633;
	z-index: 400;
}
.LeftSideNavBar {
	height: 300px;
	width: 210px;
	position: absolute;
	z-index: 3;
	left: 20px;
	top: 175px;
}
.PageFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: 500;
	color: #660099;
	padding: 20 10;
	background-color:#ff6633;
	border: medium outset #FF6633;
	position: absolute;
	z-index: 200;
	height: 80px;
	width: 500px;
	left: 252px;
	top: 645px;
	text-align: center;
	float: right;
	margin-top: 20px;
}
.CompanyInfoBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-style: normal;
	font-weight: 600;
	color: #660099;
	padding: 4px;
	height: auto;
	width: 150px;
	border: medium outset #ff6633;
	position: absolute;
	left: 36px;
	top: 638px;
	text-align: center;
	background-color: #FF6633;
}
#indexTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: 500;
	color: #660066;
	padding: 4px;
	height: auto;
	width: 550px;
	position: absolute;
	z-index: 100;
	left: 254px;
	top: 162px;
	list-style-position: outside;
	list-style-type: circle;
}
#ConstructionPhotoBox {
	height: 200px;
	width: 200px;
	position: absolute;
	z-index: 200;
	left: 592px;
	top: 264px;
}
#FlashRepod {
	margin: 6px;
	height: auto;
	width: 300px;
	position: absolute;
	left: 241px;
	top: 256px;
}
#PaymentTextBox {
	font-size: 0.8em;
	font-weight: 500;
	color: #660066;
	padding: 20px 10px;
	height: auto;
	width: 525px;
	position: absolute;
	z-index: 200;
	left: 254px;
	top: 162px;
	list-style-position: outside;
	list-style-type: circle;
	text-align: left;
}

#AccountPay {
	position:absolute;
	width:348px;
	height:225px;
	z-index:2;
	visibility: visible;
	left: 294px;
	top: 331px;
}
#PrivacyBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: 500;
	color: #660066;
	padding: 4px;
	height: 576px;
	width: 550px;
	position: absolute;
	z-index: 200;
	left: 244px;
	top: -5px;
	list-style-position: outside;
	list-style-type: circle;
	text-align: left;
}
#IndexFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: 500;
	color: #660099;
	height: 80px;
	width: 500px;
	position: absolute;
	left: 202px;
	top: 882px;
	border: medium outset #ff6633;
	background-color: #FF9933;
}
#SecPic {
	height: 200px;
	width: 200px;
	position: absolute;
	z-index: 200;
	left: 608px;
	top: 311px;
}
.style1 {
	font-size: .75;
	color: #660099;
}

a:link {
	color: #660066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

