/* @group General Styles */

* {
	padding: 0;
	margin: 0 auto;
}

body {
	background-color: #c6c6ae;
	font: 12px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
}

ul {
	list-style-type: none;
	list-style-image: url(images/listArrow.png);
}
a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover, a:active {
	color: #2F1809;
}

#services h3 {
	color: #2F1809;
	font-weight: normal;
	font-size: 18px;
	padding-top: 30px;
	letter-spacing: 1px;
}
	
/* @end */

/* @group Layout */

#container {
	width: 760px;
	margin-top: 20px;
	background-color: #c6c6ae;
}

#container #intro {
	background-color: #c6c6ae;
	margin-top: 50px;
}

#pageHeader {
	height: 130px;
}

#content {
	background-color: #676849;
}

#content p {
	padding: 5px 0 10px 50px;
}

#clear {
	clear: left;
}

#sidebar {
	width: 200px;
	height: 350px;
	float: left;
}

#services #sidebar {
	width: 230px;
	height: 840px;
}
#contact #sidebar {
	float: right;
	margin-top: -165px;
}
#contact #sidebar p {
	padding: 0;
}
#contact #sidebar h4 {
	color: white;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 10px;
}
#contact #sidebar p {
	font-size: 10px;
	padding-bottom: 10px;
}
#contact #sidebar a {
	text-decoration: none;
	color: black;
}
#contact #sidebar a:hover {
	color: #c6c6ae;
}
#sidebar ul {
	padding: 0 10px 0 80px;
}

#sidebar li {
	padding-top: 20px;
}

#sidebar ul li a {
	color: white;
}

#sidebar ul li a:hover {
	color: #c6c6ae;
}

#text {
	padding: 10px 80px 50px 0;
}

#content #hangar {
	background: url(images/hangar.jpg) no-repeat 0 400px;
	height: 650px;
}
#content #services {
	height: 1050px;
}
#content #services p{
	padding: ;
	padding-bottom: 64px;
}
#content #contact {
	position: relative;
	height: 430px;
	background: url(images/contactBg.jpg) no-repeat 0 55px;
}

#content #home {
	float: left;
	margin: 378px 0 0 0;
}
#footer {
	height: 25px;
	background: #000 url(images/syncroFooter.png) no-repeat 1px 1px;
}
	
/* @end */

/* @group Individual Pages */

#portfolio {
	padding-bottom: 50px;
}

#history #sidebar img, #about #sidebar img, #hangar #sidebar img, #services #sidebar img {
	padding-left: 40px;
}
#contact object {
	padding-bottom: 50px;
}
#contact #buttons {
	position: absolute;
	top: 350px;
	left: 400px;
}	
/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
	position: absolute;
	left: 230px;
} 

#home {
	position: relative;
}

#home .form-input-field {
	position: absolute;
	left: 120px;
} 

label {
	float: right;
	margin: 0 540px 0 0;
}

#home .form-input-button {
	margin-left: 290px;

} 
/* @end */
