@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;
} 
h1 {
	font-size: 185%;
	color: #669966;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 115%;
}
h4 {
	font-size: 85%;
}
h5 {
	font-size: 75%;
}
h6 {
	font-size: 65%;
}

.edirectweb    #wrapper {
	width: 744px;
	margin: auto;
	text-align: left;
	height: 100%;
} 



.edirectweb #header {


} 

.edirectweb #portfolio {
	float: right; /* since this element is floated, a width must be given */
	width: 307px;
	height: 330px;
	margin-right: 15px;
	margin-left: 0px;
}
.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;
	margin: 0 0 20px 15px;
	
}
#companybanner {
	height: 27px;
	width: 470px;
}

.edirectweb #footer {
	text-align: center;
	font-size: 85%;
	width: 744px;
} 
#line {
	height: 5px;
	width: 470px;
	margin-top: 7px;
	margin-bottom: 10px;
}
#liLeft {
	width: 235px;
	float: left;
	margin: 0 0;
}
#liRight {
	float: left;
	width: 185px;
	margin: 0;
	height: auto;
}
ul {
	font-weight: normal;
	list-style-type: disc;
	display: block;
	margin: 15px 0 0 0;
	list-style-position: inside;
	padding: 0 0 0 30px;
}




.edirectweb #copyright  {
	font-size: 70%;
	text-align: center;
	margin-top: 5px;
	color: #999999;
	margin-bottom: 15px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.bdr_bot {
	border-bottom:1px dotted #666;
	width: 150px;
	}
#compantInfoText {
	height: auto;
	width: 460px;
}
.Enote {
	font-size: 14px;
	font-weight: bold;
	color: #DA802E;
}
.banner {
	font-size: 18px;
	color: #5C5E24;
}
.headerBg {
	font-size: 24px;
	color: #FEEEA5;
	background-color: #676927;
}
.tagline {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	width: 468px;
	padding-bottom: 5px;
	clear: both;
	margin-bottom: 15px;
}
#li_wrapper {
	height: 180px;
	width: auto;
	margin: 0;
	float: left;
}
#meebochat {
	float: right;
	margin: 0 25px 0 0;
}
