/*
-----------------------------------------------
aviatasystems.com
Stylesheet: styles.css
Author:   Ben Glassman
Organization:	Vermont Design Works
Created: 13 Oct 2010
----------------------------------------------- */

/* Universal Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {  margin: 0; padding: 0; }
fieldset, a img { border: 0 solid transparent; }

/*
* Framework
*/

body {
	background: #000;
}

#container {
	width: 700px;
	margin: 0 auto;
	position: relative;
}

#masthead {
	height: 166px;
}

#logo {
	position: absolute;
	left: 238px;
	top: 10px;
}

#navigation { position: absolute; left: -1px; top: 95px; width: 702px; }
#navigation ul { margin: 0; list-style: none; overflow: hidden; }
#navigation li { font-size: 16px; float: left; width: 20%; text-transform: uppercase; padding: 0; background: none; }
#navigation li a { display: block; width: 100%; text-align: center; text-decoration: none; padding: 10px 0; }
#navigation li a:link, #navigation li a:visited { color: #fff; }
#navigation li a:hover, #navigation li a:active { color: #999; }

#main-wrapper { background: transparent url(../images/bg-main-top.png) no-repeat 0 0; }
#main { background: transparent url(../images/bg-main-bottom.png) no-repeat 0 100%; min-height: 390px; padding: 40px 30px; width: 640px; overflow: hidden; }
.landing #main-wrapper, .landing #main { background: none; }
.landing #main { width: 770px; padding: 0; }
.landing #container { width: 770px; }
.landing #logo { left: 270px; }

.home #masthead { height: 93px; }

.content-primary { float: left; width: 360px; margin-right: 30px; }
.content-secondary { float: left; width: 250px; margin-right: 30px; }
.content-half { float: left; width: 305px; margin-right: 30px; }
.content-last { margin: 0; }

#site-info { clear: both; padding-top: 35px; background: transparent url(../images/bg-site-info.png) no-repeat 50% 25px; text-align: center; }
#site-info p { font-size: 11px; }

/*
* Content
*/

body {
	font-family: Tahoma, Geneva, sans-serif;
	color: #777;
}

p, li { font-size: 13px; line-height: 18px; }
ul, ol, p { margin-bottom: 18px; }
ol { margin-left: 18px; }
ul { color: #c6c6c6; list-style-image: url(../images/icon-arrow-right-grey-black.png); list-style-position: inside; }

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #fff;
}

h1 { font-size: 28px; line-height: 1em; margin: 0 0 0.5em; font-family: 'Arial Narrow', Arial, Helvetica, sans-serif; }
h2 { font-size: 22px; line-height: 1em; margin: 0 0 10px; font-family: 'Arial Narrow', Arial, Helvetica, sans-serif; padding-bottom: 2px; border-bottom: 1px solid #6e6e6e; }
h3 { font-size: 16px; line-height: 1.2em; margin: 0 0 18px; color: #c6c6c6; }
h4 { font-size: 13px; font-weight: bold; }

a { text-decoration: none; }
a:link, a:visited { color: #FF9E2B; }
a:hover, a:active { color: #fff; }

.image-left { float: left; padding: 0 10px 10px 0; }
.image-right { float: right; padding: 0 0 10px 20px; }
.image-left img, .image-right img { border: 0px solid #7c7c7c; }

/*
* News
*/

#news-widget h3 { margin-bottom: 0; }
#news-widget .date { color: #c6c6c6; margin: 0; }

/*
* Forms
*/

form ul { list-style-image: none; list-style: none; list-style-position: outside; color: #777777; margin: 0; }
form li { display: block; padding-bottom: 5px; }
form label { display: block; }
form input[type="text"], form textarea { font-family: Tahoma, Geneva, sans-serif; font-size: 13px; background: #212121; color: #777777; border-color: #777777; border-width: 1px; border-style: solid; -moz-border-radius: 4px; border-radius: 4px; width: 100%; }
form textarea { height: 180px; }
form .submit { text-align: center; }

.confirmation-box 
{
	color: White;
	border: solid 1px green;
	background-color: #444;
	text-align: left;
	padding: 3px;
}

.validation-error {
	background-color: #111;
	color: Red;
	font-size: 10px;
	padding: 5px;
	margin-bottom: 15px;
	margin-right: 10px;
}

.validation-error li 
{
	color: Red;
}

