@import url('text.css');
@import url('errors.css');

body {
	font-family:"lucida sans", verdana, sans-serif; 
	color: #FFFFFF;
	background-color:#282828;
}
label {
	font: bold .7em "lucida sans", verdana, sans-serif;
	color: #b4b4b4;
	text-transform: uppercase;
	display:block;
	float:left;
	padding-right: 10px;
	width: 75px;
	text-align: right;
	height: 20px;
	line-height: 20px;
}

#centerOnScreen {
	position: absolute;
	left: 50%;
	height: 540px;
	width: 970px;
	margin-left: -485px;
	border-left: 1px dotted #cf6600;
	border-right: 1px dotted #cf6600;
}

#missionForm {
	position: absolute;
	left: 0px;
	top: 350px;
	width: 940px;
	padding: 15px;
}


#centerLargeImage {
	position: absolute;
	left: 0px;
}

div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
  float: left;
  width: 335px;
  text-align: left;
} 

fieldset {
	border: 1px solid #003333;
	padding: 10px;
	float: left;
	position: relative;
}
	
input, textarea, .options {
	font: .9em "lucida sans", verdana, sans-serif;
	padding: 0.2em;
}

.options input {
	float: none;
	padding-left: 0;
}
div.buttons {
	clear: both;
	float: left;
	width: 500px;
	padding-top: 2px;
}

.options label {
	font: .9em "lucida sans", verdana, sans-serif;
	color: #000;
	text-transform: none;
}

.submitbutton {
	background: #333333;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #FFFFFF;
	color: #FFFFFF;
	float: left;
	background-color: #434343;
}
#innerform {
	position: absolute;
	left: 0px;
	top: 120px;
	width: 940px;
	padding: 15px;
}
#feedback {
	position: absolute;
	left: 77px;
	top: 463px;
	width: 893px;
	background-color:#cf6600;
}
#contactImage {
	position: absolute;
	left: 660px;
	top: 10px;
	width: 270px;
	height: 90px;
	background-image:url(../img/pen.png);
	border:1px solid #cf6600;
}
#aboutImage {
	position: absolute;
	left: 660px;
	top: 10px;
	width: 270px;
	height: 90px;
	background-image:url(../img/about.png);
	border:1px solid #cf6600;
}
#indexImage {
	position: absolute;
	left: 660px;
	top: 10px;
	width: 270px;
	height: 90px;
	background-image:url(../img/index.png);
	border:1px solid #cf6600;
}
#logoHeader {
	position: absolute;
	left: 20px;
	top: 5px;
	width: 214px;
	height: 150px;
	background-image:url(../img/logoHeader.png);
	background-repeat:no-repeat;
}
#logoHeaderG {
	position: absolute;
	left: 20px;
	top: 5px;
	width: 214px;
	height: 150px;
	background-image:url(../img/logoG.png);
	background-repeat:no-repeat;
}
#logoHeaderClean {
	position: absolute;
	left: 20px;
	top: 5px;
	width: 220px;
	height: 113px;
	background-image:url(../img/logo.gif);
	background-repeat:no-repeat;
}

input {
	background-color: #ebbe93;
}

textarea {
	background-color: #f0eee9;
}

.reset {
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #FFFFFF;
	color: #cf6600;
	float: left;
	background-color: #434343;
}

.clearthis {
	clear: both;
}
#menu {
	position: absolute;
	left: 0px;
	top: 45px;
	height: 50px;
	width: 970px;
	background-image:url(../img/menuCarbon.png);
	border-top:1px solid #434343;
	border-bottom:1px solid #434343;
}
#menu_inner {
	position: absolute;
	left: 5px;
	top: 0px;
	height: 540px;
	width: 80px;
	background-color:#FFFFFF;
}
#menu_item {
	position: absolute;
	left: 51px;
	top: 10px;
}
#home {
	position: absolute;
	left: 250px;
	top: 18px;
	height: 20px;
	width: 70px;
}
#home:hover {
	color:#cf6600;
}
#homeSpacer {
	position: absolute;
	left: 345px;
	top: 18px;
	height: 20px;
	width: 1px;
	border-right:1px dotted #cf6600;
}
#about {
	position: absolute;
	left: 390px;
	top: 18px;
	height: 20px;
	width: 70px;	
}
#aboutSpacer {
	position: absolute;
	left: 485px;
	top: 18px;
	height: 20px;
	width: 1px;
	border-right:1px dotted #cf6600;
}
#contact {
	position: absolute;
	left: 530px;
	top: 18px;
	height: 20px;
	width: 70px;
}
#contact:hover {
	color:#cf6600;
}
