@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 #header {


} 
.edirectweb  #companyInfo {
	float: left; /* since this element is floated, a width must be given */
	width: 468px;
	height: auto;
	background-repeat: no-repeat;
	font-size: 75%;
	margin-left: 15px;
	
}
#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;
	color: #5E5C24;
	font-size: 18px;
}
ul {
	font-weight: normal;
	list-style-type: disc;
	display: block;
	margin: 15px 0 0 0;
	list-style-position: inside;
	padding: 0 0 0 30px;
}
.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;
}
.note {
	font-size: 14px;
	font-weight: bold;
	color: #DA802E;
}
#li_wrapper {
	height: auto;
	width: 730px;
	margin: 15px 0 15px 15px;
	float: left;
	clear: both;
}
.cellBg1 {
	font-size: 12px;
	background-color: #C9DFED;
	text-align: center;
	height: 40px;
	background-image: url(../images/table/tableBg.png);
	background-repeat: repeat-x;
}
.cellBg2 {
	font-size: 12px;
	background-color: #8BB1C5;
	height: 40px;
	text-align: center;
	background-image: url(../images/table/tableBg2.png);
}
#meebochat {
	margin-right: 25px;
	float: right;
}
.tablebanner {
	font-size: 13px;
	color: #5C5E24;
	text-align: center;
}

.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;
}
