@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
a {
	outline: none;
}



body {
	background-color: #000000;
}
ul {
	list-style-type: none;
}
h2 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
h1 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	color: #FFFFFF;
}

#container {
	background-image: url(images/bg.jpg);
	height: 741px;
	width: 1000px;
	position: relative;
	margin:auto;
}
#page2_container {
	background-image: url(images/site_bg.jpg);
	height: 800px;
	width: 1100px;
	position: relative;
	margin:auto;
}
#page3_container {
	height: 800px;
	width: 1000px;
	margin: auto;
	background-image: url(images/interactive_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	
}

#philosophy_text {
	height: 252px;
	width: 276px;
	position: absolute;
	left: 647px;
	top: 219px;
	color: #CCCCCC;
}

#game {
	width: 550px;
	height: 400px;
	position: absolute;
	top: 103px;
	left: 224px;
	border: 3px double #152139;
	padding: 2px;
	margin: 0px;
}

#continue_btn {
	position: absolute;
	left: 768px;
	top: 484px;
}
#continue_btn_2 {
	height: 64px;
	width: 168px;
	position: absolute;
	left: 624px;
	top: 555px;
}
#sites {
	position: absolute;
	left: -2px;
	top: 183px;
}
#sites li {
	float: left;
}
#starttour   {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.contact_alignment {
	padding-top: 10px;
	padding-left: 20px;
}
.subheading {
	padding-top: 5px;
	padding-left: 20px;
}

#form_container {
	padding: 20px;
	color: #999999;
	width: 500px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 300px;
}
#view_container tr {
	color: #FFFFFF;
}

#bg {
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	height: 800px;
	width: 1500px;
}


.text_bump {
	margin-left: 20px;
	line-height: 1.5em;
	margin-top: 7px;
}
.inputfname {
	margin-left: 40px;
	margin-top: 5px;
}
.inputlname {
	margin-left: 41px;
	margin-top: 5px;
}
.inputemail {
	margin-left: 20px;
	margin-top: 5px;
}
.inputoccupation {
	margin-left: 38px;
	margin-top: 5px;
}
