/* --------- body styles --------- */
body{
	padding:0; 
	margin:0; 
	font-family: Tahoma, Helvetica, sans-serif, Arial;
	font-size: 12px;
	text-align: center;
	background:#000000;
}

/* ---------- link styles --------- */
img{
	border:0;
}

a:link, a:visited{
	text-decoration: none;
	color:#00CCCC;
}

a:hover{
	text-decoration:underline;
}

* html a:hover {
	visibility:visible;
}

/* ---------- layout --------- */
/* main wrap */
#wrap {
	margin: 10px auto 10px auto;
	width:800px;
	height:auto;
	text-align: left;
	left: 0px;
	right: 0px;
}

/* top portion of page */
#top{
	border:none;
}

/* middle portion of page */
#mid{
	border:none;
}

/* QP logo */
#qp_logo{
	width: 175px;
	background: #000000;
}

/* Tagline */
#tagline {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	height:92px;
	color:#FFFFFF;
	margin:0 10px 0 10px;
	padding:30px 0 0 0;
	background-image:url(images/1_bg.gif);
	background-repeat:repeat-x;
}

#e{ /* The letter e */
	color:#0066CC;
	font-size:24px;
}

#c{ /* The letter c */
	color:#009999;
	font-size:24px;
}
							
/* Banner Links */
.banner_nav	{
	position:relative;
	font-family:Tahoma, Arial;
	font-weight:bold;
	background-image:url(images/home_li.jpg);
	background-repeat:no-repeat;
	display: block;
	width: 280px;
	height: 28px;
	margin: 0 0 0 10px; 
	padding: 0; 
}
.banner_nav a {
	color: #FFFFFF;
	font-size: 11px;
	width: 280px;
	height: 28px;
	display: block;
	float: left;
	text-decoration:none;
	cursor:pointer;
}
.banner_nav a:hover{
	background-image:url(images/home_li_hover.jpg);
	text-decoration:none;
	color:#0099CC;
}
.banner_nav span{
	position: absolute;
	left: 48px;
	top: 6px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.banner_nav span#two_lines{
	top:0px;
}

/* Field Testing Section */
#field_testing{
	background-image:url(images/field_testing.jpg); 
	margin:0 20px 0 6px; 
	width: 466px; 
	height: 137px;
}

#field_banner{
	float:right;
	clear:both;
	margin-right:40px;
}

#field_test_des{
	margin:0 20px 0 208px;
	color:#FFFFFF;
}

/* AWS Section */
#aws{
	position:absolute;
	top:325px;
	left:486px;
	margin-right:6px;
	width:284px;
}

#aws_banner{
	clear:both;
	border:0px;
}

#aws_image{
	margin-top:6px;
	float:left;
}

#aws_des{
	color:#FFFFFF;
	margin:24px 10px 0 0;
}

/* footer */
#footer{
	background-color:#111111;
	text-align:center;
	color:#CCCCCC;
	margin:20px 18px 20px 8px;
	padding:10px 0 4px 0;
}

