@charset "UTF-8";

img, div { behavior: url(iepngfix.htc) }

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #E6E6E6;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 100%;
	background-color: #000000;
	background-image: url(../images/bg_grungetexture.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
}
.oneColFixCtrHdr #container {
	width: 789px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
}
.oneColFixCtrHdr #nav {
	margin: 0px;
	padding: 31px 0px 26px 383px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	top: -500px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 10px;
	margin: 0 42px 0 42px;
	float: left;
	background-image: url(../images/bg-trans-black.png);
	background-repeat: repeat;
}


* html .oneColFixCtrHdr #mainContent {
	padding: 0 2px;
	margin: -5px 0 0 25px;
	float: left;
	width: 685px;
}


.homeIntro {
	font-size: 80%;
	line-height: 140%;
	margin: 25px 20px 40px 175px;
	color: #B3B3B3;
}
#rightCol1 p {
	font-size: 80%;
	line-height: 140%;
}
.cliThumb {
	float: left;
	padding: 0px;
	border: 1px solid #000000;
	margin: 8px;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	margin: 0 0 15px 0;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 18px 0 25px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #B3B3B3;
	font-size: 80%;
}
.fltRt {
	float: right;
	padding: 10px;
}
.clearAll {
	clear: both;
	width: 1px;
	height: 1px;
}
#rightCol1 {
	margin: 20px 20px 10px 175px;
}
#leftCol1 {
	float: left;
	width: 155px;
	margin: 20px 0 20px 10px;
	padding: 0;
}
#leftCol2 {
	float: left;
	width: 165px;
	margin: 20px 0 20px 10px;
	padding: 0;
}

#rightCol2 {
	margin: 20px 80px 25px 185px;
}


* html #leftCol2 {
	margin: 20px 0 20px 10px;
	}


* html #rightCol2 {
	margin: 15px 80px 25px 209px;
}


.textBoost {
	font-size: 115%;
	font-weight: bold;
}
#rightCol2 p {
	font-size: 80%;
	line-height: 175%;
}
.listItem {
	color: #50747B;
}
.serviceList {
	font-size: 80%;
	line-height: 175%;
}
.serviceTable {
	margin: 0 0 20px 60px;
}
.contactMsg {
	font-size: 115%;
}
.contactSubtext {
	color: #B3B3B3;
	font-size: 90%;
	margin-top: 0px;
}
#form1 label {
	font-size: 90%;
	color: #50747B;
}

* html #form1 label {
	padding: 0;
	margin: 0;
}


.formA {
	background-color: #CCCCCC;
	width: 241px;
	border: 2px solid #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #71130A;
	padding: 3px;
	background-image: url(../images/bg_form.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-style: normal;
	line-height: 18px;
	margin-bottom: 7px;
}
.btnSend {
	margin: 0 0 0 200px;
}
.imgText1 {
	padding: 10px 0 0 0;
}
.formB {
	background-color: #CCCCCC;
	width: 241px;
	border: 2px solid #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #71130A;
	padding: 3px;
	background-image: url(../images/bg_form.jpg);
	background-repeat: no-repeat;
	background-position: left -80px;
	font-style: normal;
	line-height: 18px;
	margin-bottom: 7px;
}

* html .formA {
	margin:0;
	}

* html .formB {
	margin:0;
	}


.warning {
	font-weight:bold;
	color:#FF0000;
	}.btnSend2 {
	margin: 0 0 0 200px;
}
