@charset "utf-8";
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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/edirectweb_background2.png);
	background-repeat: repeat-x;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
	border: 0;
}
a:hover {
	color: #999999;
	text-decoration: none;

}
a:visited {
	color: #000000;
	text-decoration: none;

}

a:hover, a:active { 
	font-weight: none; 
	text-decoration: none; 
	color: #999;
}

a:focus {/* to eliminate dotted focus box when link is clicked */
	outline: none;
	text-decoration: none;
} 
.edirectweb    #wrapper {
	width: 1044px;
	margin: auto;
	text-align: left;
	height: 100%;
} 



.edirectweb #header {


} 
.edirectweb #contactInfo {
	float: left; /* since this element is floated, a width must be given */
	width: 466px;
	height: auto;
	background-repeat: no-repeat;
	font-size: 75%;
	margin: 0 0 20px 15px;
}
#contactForm {
	height: 830px;
	width: 947px;
	background-image: url(../images/ContactBg2.png);
	background-repeat: no-repeat;
	padding: 45px 0px 0 0;
	margin-top: 15px;
}
.privacyInfo {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
#banner_bd_bot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	color: #5C5E24;
	font-size: 18px;
}

#banner2 {
	height: 32px;
	width: auto;
	margin-top: 10px;
	letter-spacing: 0.2em;
	background-image: url(../images/Contactbanner.png);
	background-repeat: no-repeat;
}
.infotable  {
	margin: 0 0 0 20px;
}

.note {
	font-size: 14px;
	font-weight: bold;
	color: #DA802E;
}
.chkBox {
	margin: 0 0 10px 0;
	padding-top: 10px;
	float: right;
	height: auto;
	width: 200px;
}
.chkBox2 {
	padding-top: 10px;
	width: 212px;
	height: auto;
	float: right;
}
.dropdown {
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000;
	width: 405px;
	margin-left: 20px;
	padding-top: 10px;
}
.requesttextarea {
	margin-top: 10px;
	margin-left: 20px;
	width: 405px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #336666;
	padding: 6px 0 0 0;
}
.edirectweb #footer {
	text-align: center;
	font-size: 85%;
	width: 744px;
} 
.edirectweb #copyright  {
	font-size: 70%;
	text-align: center;
	margin-top: 5px;
	color: #999999;
	margin-bottom: 15px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

form {
	margin: 0px;
}
#meebochat {
	float: right;
	width: 220px;
}
.asterisk


 {
	color: #FF6600;
}

.inputfields {
	background-color: #FFF0C8;
	height: 17px;
	border: 1px solid #000000;
	width: 230px;
}
.inputfields2 {
	border: 1px solid #000;
	height: 17px;
	background-color: #FFF0C8;
	width: 184px;
}

textarea {
	height: 100px;
	width: 391px;
	border: 1px solid #333399;
	background-color: #FFF0C8;
}
.textdropdown {
	background-color: #FFF0C8;
	height: auto;
	width: 188px;
	border: 1px solid #000000;
}
.city {
	background-color: #FFF0C8;
	border: 1px solid #000;
	height: 17px;
	width: 115px;
}
.state {
	background-color: #FFF0C8;
	border: 1px solid #000;
	height: 17px;
	width: 70px;
}
.zip {
	background-color: #FFF0C8;
	border: 1px solid #000;
	height: 17px;
	width: 92px;
}
.code {
	background-color: #FFF0C8;
	border: 1px solid #000;
	height: 17px;
	width: 100px;
}
