@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-image: url(../images/services_04.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #D6E2CB;
	background-image: url(../images/services_04.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #mainContent {
	padding: 0 20px;
}
.oneColFixCtr #container #Footer {
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
}



.services {
	border-collapse: collapse;
	border: 1px solid #999999;
	padding-bottom: 5px;
}
.services td {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	padding-left: 5px;
}

.services th {
	border-collapse: collapse;
	padding-bottom: 5px;
	text-align: center;
	background-color: #666666;
	border: 1px solid #999999;
	padding-top: 5px;
	color: #FFFFFF;
}
.oneColFixCtr {
	background-color: #D6E2CB;
}
.oneColFixCtr #container #mainContent #Header {
	background-image: url(../images/services_02.jpg);
	background-repeat: no-repeat;
	padding-left: 170px;
	padding-top: 83px;
	height: 45px;
}
.whiteCell {
	background-color: #FFFFFF;
}
.greyCell {
	background-color: #EEEEEE;
}
#container .forms {
	font-weight: bold;
	color: #999999;
	display: inline;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-left: 50px;
}
.oneColFixCtr #container #form1 {
}

.oneColFixCtr #container #NameColumn {
	width: 200px;
	text-align: right;
	float: left;
	line-height: 22px;
	padding-top: 1px;
	font-weight: bold;
	color: #999999;
	padding-right: 3px;
}
.oneColFixCtr #container #ContactInfo {
	padding-left: 203px;
}
.oneColFixCtr #container #form1 #Buttons {
	padding-left: 202px;
}
.small-text {
	font-size: .8em;
}
#carla {
	float: left;
	padding-right: 25px;
	padding-bottom: 25px;
}
