@charset "UTF-8";
/* CSS Document */


#content {
	width: 1040px;
	padding-right: 5px;
	padding-bottom: 50px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	top: -995px;
	z-index: 100;
}

body {
	background-image: url(images/bluebackground.png);
	background-repeat: repeat;
	}
	
#circle {
	top: 5px;
	position: relative;
	z-index: -10;
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	height: auto;
	}

#menu {
	top: 0px;
	z-index: 100;
	position: absolute;
	right: 0px;
	}
#logo {
	top: 60px;
	z-index: 100;
	position: absolute;
	left: 0px;
	}

	
#submenu {
	top: 564px;
	z-index: 400;
	position: absolute;
	}
#bar {
	background-image: url(images/bluebar.png);
	background-repeat: repeat;
	position: absolute;
	top: 250px;
	z-index: -5;
	left:-30px;
	right: 0px;
	}
#footer {
	background-image: url(images/footer_blue.png);
	background-repeat: repeat;
	position: absolute;
	top: 1350px;
	z-index: -5;
	left:-35px;
	right: 0px;
	}
	


#formLeft {
	position: absolute;
	left:50px;
	top:800px;
	width: 200px;
	height: inherit;
	}
	
#formRight {
	position: absolute;
	left:250px;
	top:780px;
	width: 410px;
	height: inherit;
	}
	
	p {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#FFFFFF;
line-height: 1.5em;
font-weight: normal;
letter-spacing: .5px;

}

#maintext {
position:absolute;
top: 800px;
width: 300px;
z-index: 600;
left: 700px;
}

#stage{
position: absolute;
top: 156px;
z-index: 900;
}

#contactinfo {
	position: absolute;
	top: 1340px;
	z-index: 600;
	right: 0px;
	}
	
#careers {
position: absolute;
	top: 1140px;
	z-index: 600;
	left: 25px;
	}
	
	
		a:link {
	color: #FFFFFF;
}	
a:visited {
	color: #CC0000;
}
a:hover{
	color: #0099CC;
}
a { 
	text-decoration:none; 
}
