@charset "utf-8";
html, body {
	height:100%;
	width:100%;
	padding:0;
	margin:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	}
h1, h2, h3, h4, h5, h6, p {
	padding:0;
	margin:10px 0px 3px 0px;
	font-weight:300;
	}
h1 {
	font-size:24px;
	}
.greyLt {
	color:#CCC;
	} 
a, img, object {
	border:none;
	outline:none;
	}
.bgBox {
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	}
.bgBox img {
	width:100%;
	height:100%;
	}
.logoHr {
	padding-top:50px;
	}
.container {
	position:relative;
	width:960px;
	margin:0 auto;
	z-index:2;
	}
.formBox {
	margin:20px 0px 0px 0px;
	background-image: url(../images/form-bg.png);
	width:930px;
	padding:15px;
	position:relative;
	}
.footer {
	position:fixed;
	bottom:0px;
	left:50%;
	margin-left:-480px;
	width:960px;
	height:44px;
	background-image:url(../images/kellum-services-footer.png);
	color:#FFF;
	z-index:2;
	}
.footer p {
	text-align:right;
	padding-right:20px;
	}
.red {
	color:#e00e0e;
	}
.spacer {
	padding-left:20px;
	}


/* CONTACT FORM */
.orangeColor {
	color:#F33;
	}	
#contact-wrapper {
	padding:10px;
	position:relative;
}
.colLt, .colLt2 {
	position:absolute;
	top:0px;
	}
.colLt1 {
	left:10px;
	width:300px;
	}
.colLt2 {
	left:330px;
	width:450px;
	padding-top:12px;
	}
.colLt3 {
	position:absolute;
	bottom:10px;
	right:10px;
	width:100px;
	}
#contact-wrapper label {
	display:block;
	margin-top:5px;
	color:#333;
	font-size:12px;
}
#contact-wrapper label.error {
	color:#C33;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	margin:0px;
	}

#contactform input {
	background-color:#c1c1c1;
	border:none;
	padding:8px 5px;
	color:#333;
	width:280px;
	color:#000;
}
#contactform textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	background-color:#c1c1c1;
	border:none;
	font-size:12px;
	padding:5px;
	width:440px;
	height:190px;
}
#contactform .submitButton {
	width:80px;
	font-size:12px;
	color:#C00;
	background-color:#000;
	border:none;
	}