@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: 744px;
	margin: auto;
	text-align: left;
	height: 100%;
} 
.edirectweb    #info {
	float: left; /* since this element is floated, a width must be given */
	width: 468px;
	height: auto;
	background-repeat: no-repeat;
	font-size: 75%;
	margin: 0 0 30px 0;
	padding: 0 0 0 20px;
	
}
#banner_bd_bot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	width: 468px;
	padding-bottom: 5px;
	clear: both;
	margin-bottom: 15px;
	font-size: 18px;
	color: #5C5E24;
}
.subbanner {
	font-size: 14px;
	color: #5C5E24;
}
#meebochat {
	float: right;
	margin: 0 25px 30px 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;
}
