html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
}
body {
	background: #000;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: url(../images/bg.png) repeat-x #333333;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
p {
	margin-top: 0px;
	margin-bottom: 5px;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 19px;
}
h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: center;
}
textarea {
	resize: none;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -55px; /*negative height of footer */
	overflow: auto;
}
#contentWrapper {
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 0px;
	height: auto;
}
#loginHeader {
	width: 1100px;
	margin: 5px auto 5px auto;
	border: 1px solid #666;
	padding-right: 5px;
	font-size: 10px;
	height: 25px;
	line-height: 20px;
	text-align: right;
}
#clientsLinks {
	float: left;
	margin: 3px 0px 0px 12px;
}
#warning, #notice {
	float: left;
	margin: 3px 0px 0px 7px;
}
#loginContent {
	float: right;
}
#header {
	width: 1000px;
	height: 90px;
	background: url(../images/navBG.png) repeat-y 0px 0px;


}
#logo {
	background:   url(../images/logo2.png) no-repeat 5px 5px;
	height: 85px;
	width: 549px;
	margin: 0px auto 0px auto;
}
/*#pageName {
	font-family: "Ubuntu", sans-serif;
	float: right;
	font-size: 32px;
	line-height: 115px;
	padding-right: 20px;
	color: #ef1e1e;
}*/
#navbar {
	width: 100%;
	height: 35px;
	margin: 0px auto;
	background: url(../images/bgOverlay.png), url(../images/navBG.png) repeat-y 0px 0px;
}

#nav {
	list-style: none;
	/*float: left;
	position: relative;*/
	margin: 0px auto;
	padding: 10px 0px;
	text-align: center;
}
#nav li {
	display: inline;
	margin: 0px;
}

#nav a {
	font-family: 'Ubuntu', sans-serif;
	font-size: 19px;
	color: #ECECEC;
	padding: 0px 0px 0px 0px;
	margin: 0px 8px;
	/* border: 1px solid white; */
}
#nav a:hover {
	border-bottom: 1px solid red;
	text-decoration: none;	
}
#nav a.activeLink {
	border-bottom: 1px solid red;
}
#content {
	width: 100%;
	margin: 5px 0px;
	padding: 5px;
	border: 1px solid #333;
}
#downloads, #uploads {
	width: 48%;
	height: auto;
	margin: 5px 2.5px;
	padding: 5px;
	float: left;
	border: 1px solid grey;
}
#push {
	height: 55px;
	opacity: 0;
	/*filter: alpha(opacity=0);  For IE8 and earlier */
	clear: both;
	margin: 0px 0px 5px 0px;
}
#footer {
	width: 100%;
	position: relative;
	margin-top: -56px; /* negative value of footer height */
	height: 55px;
	clear: both;
	border-top: 1px solid #444;
} 
#footerContent {
	color: #FFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	text-align: center;
	font-size: 12px;
	color: #888;
}
#footerContent a {
	color: #888;
}
#footerNav {
	list-style: none;
	float: left;
	position: relative;
	float: none;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#footerNav li {
	float: none;
	display: inline;
	margin-left: 5px;
}
#contactForm {
	width: 98%;
	margin: 0px auto;
}
#contactForm td {
	vertical-align: middle;
}
#leftCol {
	width: 81%;
	float: left;
	border: 1px solid #333;
	padding: 5px;
	margin: 5px;
}
#engineerLinks {
	float: left;
	clear: left;
	width: 81%;
}
#engineerLinks ul {
	text-align: center;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#engineerLinks ul li {
	display: inline;
	margin: 0px 10px;
	font-size: 14px;
}
#rightCol {
	width: 15%;
	float: right;
	border: 1px solid #900;
	padding: 5px;
	margin: 5px 0px 0px 0px;
}
.smallInput {
	height: 12px;
	font-size: 10px;
}
.smallButton {
	height: 17px;
	padding: 0px 5px;
	line-height: 15px;
}
.errMessage {
	color: red;
	font-style: italic;
}
.green {
	color: #0F0;
}
.greyedOut {
	background: #666;
	color: #CCC;
	text-decoration: underline;
}
.center {
	text-align: center;
}
.red {
	color: red;
}
.italic {
	font-style: italic;
}
.alpha50 { 
	background: rgb(0, 0, 0); /* Fallback for web browsers that doesn't support RGBa */ 
	background: rgba(0, 0, 0, 0.5); /* RGBa with 0.5 opacity */ 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000, endColorstr=#50000000); /* For IE 5.5 - 7*/ 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000, endColorstr=#50000000)"; /* For IE 8*/ 
} 
.processStep {
	color: #ef1e1e;
}
.indent {
	padding-left: 15px;
}
.noBottomMargin {
	margin-bottom: 0px;
}
.noTopMargin {
	margin-top: 0px;
}
.grey {
	color: #999;
}
.greyBg {
	background: #666;
	border: none;
	color: #CCC;
}
.redBullet li {
	list-style-image: url(../images/redBullet.png);
}
.engineer {
	/* border: 1px solid #ef1e1e; */
	width: 90%;
	height: auto;
	margin: 5px auto 0px auto;
	padding: 5px;
}
.photo {
	width: 150px;
	height: 150px;
	float: left;
	border: 1px solid #333;
	margin-right: 5px;
	margin-bottom: 5px;
}
.engineerBio {
	width: 730px;
	/* border: 1px solid #333; */
	padding: 5px;
	float: right;
	margin-bottom: 10px;
}
.engineerLinks {
	/* border: 1px solid #333; */
	text-align: center;
	width: 150px;
	height: auto;
	margin: 0px auto;
	clear: left;
	float: left;
}
.engineerUL {
	list-style: none;
	position: relative;
	margin: 0px;
	padding: 3px 30px;
}
.engineerUL li {
	display: inline;
	margin: 0px 3px;
}
.engineerUL a {
	font-size: 14px;
	color: #ef1e1e;
}
.end {
	clear: both;
}
.faqQuestion {
	color: #ef1e1e;
}
.alignRight {
	text-align: right;
}
.small {
	font-size: 10px;
}
.engPhoto {
	width: 150px;
	height: 150px;
	border: 1px solid #333;
	margin: 0px auto 5px auto;
	padding: 0px;
}
