/*-----style reset-----*/
html, body, div, span, h1, h2, h3, p, em, font, img, ol, ul, li, form, label, img{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
:focus { outline: 0; }
ol, ul { list-style: none; }

body {
	font: 62.5% arial, helvetica, verdana, sans-serif;
	text-align: center;
	margin: 0 auto;
	background: #002852 url(images/imgGradientBkgd.gif) repeat;
}

h1, h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	padding: 17px 0 10px 45px;
}

p {
	font-size: 1.2em;
	color: #ccc;
	padding: 0 490px 10px 45px;
	line-height: 1.7em;
}

a {
	text-decoration: none;
	color: #fff;
}

.underline {
	text-decoration: underline;
	color: #fff;
}

a:hover {
	color: #8A8989;
}

span {
	color: #fff;
	font-weight: bold;
}


#container {
	position: relative;
	text-align: left;
	width: 954px;
	margin: 0 auto;
}

.wrapper {
	border: 1px solid #706F6F;
	padding-top: 85px;
	background: url(images/imgHeaderBkgd.gif) no-repeat top center;
}

#logo {
	margin: 10px 15px;
}

.content {
	width: 945px;
	height: 572px;
	margin-left: 4px;
	background: #006699 url(images/imgHomebkgd.jpg) no-repeat bottom center;
}

.content2 {
	width: 945px;
	margin-left: 4px;
	background-color: #006699;
}

.content3 {
	width: 945px;
	margin-left: 4px;
	background: #006699 url(images/imgDrawing.jpg) no-repeat top right;
}

.gateway {
	position: absolute;
	top: 35px;
	right: 40px;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 15px;
	background: url(images/imgBullet.gif) no-repeat left center;
}

.flash {
	text-align: center;
	margin-top: 15px;
}

.terms p {
	padding: 0 45px 10px 45px;
	line-height: 1.5;
}

.terms h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	padding: 17px 0 0 330px;
}

.terms h2 {
	font-size: 1.4em;
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
	margin-bottom: 12px;
	padding: 17px 0 0 45px;
}

.terms h3 {
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px 0 0 45px;
	color: #E3E3E3;
}

/*------------UAV Engine------------*/

#floatRight {
	float: right;
	margin: 0 60px 0 0;
}

#picLeft {
	margin: 0 0 0 45px;
}

.warning {
	font-size: 1.2em;
	color: #48A7D7;
	padding: 10px 300px 20px 45px;
	line-height: 1.2em;
}

.warning span {
	color: #48A7D7;
	font-weight: bold;
}

/*------------Contact Us------------*/

.arialphoto {
	margin: 20px 0 0 43px;
	width: 350px;
	height: 370px;
}

.arialphoto img {
	margin-bottom: 35px;
}

* html .arialphoto img {
	margin-bottom: 0;
}

.column {
	float: left;
	height: 450px;
	margin-right: 70px;
}

.column2 {
	margin-top: 60px;
}

.middle {
	position: absolute;
	top: 230px;
	left: 400px;
}

.middle p {
	padding: 0;
}

.note {
	line-height: 1.2em;
	padding: 30px 60px 15px 45px;
}


/*------------Navigation------------*/

#Nav {
	width: 943px;
	height: 43px;
	border-right: 1px solid #006699;
	background:#000066 url(images/imgNavTile.gif) repeat;
}


#Nav a {
	height: 43px;
	float: left;
	border-top: 2px solid #006699;
}

#Nav a:hover {
	border-top: 2px solid #33CCFF;
}

/*------------footer------------*/
.footer {
	text-align: right;
	width: 925px;
	height: 19px;
	margin-left: 4px;
	padding: 5px 10px;
	background-color: #00275A;
	border-top: 1px solid #706F6F;
	border-bottom: 12px solid #006699;
}

.footer2 {
	width: 925px;
	margin-left: 4px;
	padding: 0 10px;
}

.footer p, .returnLinks, .designed  {
	color: #999;
	padding: 0;
}

.footer a, .footer2 a {
	color: #999;
}

.footer a:hover, .footer2 a:hover {
	color: #fff;
}

.footerLinks {
	float: left;
	margin-left: 28px;
}

* html .footerLinks {
	float: left;
	margin-left: 14px;
}

.returnLinks {
	margin-left: 30px;
}

.designed, designed a{
	float: right;
	color: #999;
}


.designed a:hover {
	color: #fff;
}



