body{
margin: 0;
padding: 0;
background: #192451 url(/images/bkg.jpg) no-repeat top center;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}


#wrap {
position: relative;
margin: 0 auto;
padding: 0;
font-size: 95%;
text-align: left;
width: 983px;
}

.clear-me {
	clear: both;
}

#header {
	margin: 30px 0 10px 0;
}

h1 span, h2 span {
	display: none;
}

.left-content p  {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 18px;
	padding: 5px 0 5px 0;
	color: #3d3d3d;
	width: 550px;
}

.left-content2 p  {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 18px;
	padding: 5px 0 5px 0;
	color: #3d3d3d;

}


#main-content {
background: url(../images/main.png) no-repeat 0 0;
width: 983px;
height: 541px;
}
#main-content2 {
background: url(../images/bkg-2.png) no-repeat 0 0;
width: 990px;
height: 648px;
}

.left-content {
	width: 600px;
	margin: 45px 0 0 20px;

}

.left-content2 {
	width: 900px;
	margin: 45px 0 0 20px;
}

strong {
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px dotted #3d3d3d;

}

.pics {
	margin: -5px 0 0 -10px;
}

.left-footer, .middle-footer, .right-footer {
	background: url(../images/lower-boxes.png) no-repeat 0 0;
	width: 290px;
	height: 148px;
	padding: 12px;
}

.footer-boxes li {
	float:left;
	display: inline;

}

.middle-footer {
	margin:0 15px 0 15px;
}

.footer-boxes p  {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 18px;
	padding: 5px 15px 5px 0;
	color: #3d3d3d;
}

#footer {
	margin: 20px 0 10px 0;
}


.about-button {
		margin: 20px 0 0 170px;
}

.nexus-button {
		margin: 58px 0 0 170px;
}

.why-button {
		margin: 4px 0 0 170px;
}



.lower-footer p {
		font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 18px;
	padding: 5px 0px 5px 0;
	color: #ffffff;
}

#navigation {
	padding: 65px 0 0 120px;
}

#navigation2 {
	padding: 75px 0 20px 120px;
}

#navigation2 li{
	float: left;
	display: inline;
	text-transform: uppercase;
	padding: 0 10px 0 10px;
	
}

#navigation2 li a {
	color: #fff;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 14px;
	
}

#navigation2 li a:hover {
	color: #fff;
	text-decoration: underline;
	font-family: "Trebuchet MS";
	font-size: 14px;
	
}

#navigation li{
	float: left;
	display: inline;
	text-transform: uppercase;
	padding: 0 10px 0 10px;
	
}

#navigation li a {
	color: #fff;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 14px;
	
}

#navigation li a:hover {
	color: #fff;
	text-decoration: underline;
	font-family: "Trebuchet MS";
	font-size: 14px;
	
}

.left-content a {

	color: #3d3d3d;
		text-decoration: underline;
}

.left-content a:hover {
	text-decoration: none;

}




/*contact form*/

#myForm {
	width: 600px;
	margin: 20px 0 0 0;
	
}

p#success{
	padding: 3px 10px;
	background: #92FFA5;
	border: 2px solid #009218;
	color: #009218;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: right;
	}
		
p#bademail, p#badserver
	{
	padding: 3px 10px;
	background: #FFA3A1;
	border: 2px solid #D00D00;
	color: #D00D00;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: right;
	}
	
.submit
{
    background: transparent url("/images/contactButton.png") no-repeat;
    width: 150px;
	height: 50px;
    border: 0;
	margin: 0;
	padding: 0;
}

.submit:hover
 {
     background: transparent url("/images/contactButton.png") -150px 0px no-repeat;
 }
 
 label {
  float:left;
  width: 15%;
  margin: 5px 0.5em 5px 0px;
  padding-top:0.2em;
  text-align:right;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  }


.forminput {
	margin: 5px;
	background-color: #EEE;
	width: 60%;
	border: 1px solid #ccc;
	color: #F9A523
}



textarea {
	margin: 5px;
	background-color: #EEE;
	border: 1px solid #ccc;
	color: #F9A523;
	width: 60%;
	height: 100px;
}