body {
	background-image: url(images/background9.jpg);
	background-size: 100%;
	background-repeat: repeat-y;
	color: #fff;
}
h1 {
	margin: 0px;
}
a { color:#fff; }
a:hover { color: #fff; text-shadow:0px 0px 5px #fff; }

.panes {
  background:#000000;
  height:660px;
  margin-top: 10px;
}	

#mainContent
{
	background-color: #313131;
	overflow: auto;
}


.contactsList
{
	width: 800px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #555555;
	overflow: auto;
	font-size: 10pt;
	text-align: center;
	clear: both;
	
}
  
#contactUs
{
     padding-top: 30px;
	 display: block; 
	 margin-left: 20px;
	 margin-right: auto;
	 float: left;
	 
}

#location
{
     padding-top: 30px;
	 display: block; 
	 margin-left: auto;
	 margin-right: auto;
	 width:800px;
}

#applyHere
{
     width: 800px;
	 padding-top: 30px;
	 display: block; 
	 margin-left: auto;
	 margin-right: auto;
	 
}
#information
{
     width: 400px;
	 padding-top: 30px;
	 display: block; 
	 margin-left: 40px;
	 margin-right: 30px;
	 float: left;
	 
}

#formWrap
{
	width: 100%;	
}

.formLabel
{
	float: left;
	clear: left;
	
}
.formInput
{
	float: right;
	clear: right;
	
}
.menuItem:hover {  background-color:#222;}

i.red { color:red; }