@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 1460px;
	position: relative;
} 
.twoColFixLtHdr #container #mainContent #home-pics {
	position: absolute;
	left: 82px;
	top: 166px;
	height: 525px;
	width: 268px;
	background-image: url(../images/home-pics.jpg);
	background-repeat: no-repeat;
}

.twoColFixLtHdr #container #mainContent #video1 #new-vid {
	position: absolute;
	left: 265px;
	top: 232px;
	width: 250px;
	height: 213px;
}

.twoColFixLtHdr #container #mainContent #video1 {
	position: absolute;
	left: 10px;
	top: 700px;
	height: 213px;
	width: 250px;
}
.twoColFixLtHdr #container #mainContent #vid2 {
	position: absolute;
	left: 275px;
	top: 700px;
	height: 205px;
	width: 250px;
}
.twoColFixLtHdr #container #mainContent #vid3 {
	position: absolute;
	left: 541px;
	top: 700px;
	height: 205px;
	width: 250px;
}
.twoColFixLtHdr #container #mainContent #sidebar {
}




.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 210px;
	background-color: #DDDDDD;
	background-image: url(../images/eastern_north_carolina_solarworld_header.jpg);
} 
.twoColFixLtHdr #container #header #logo {
	position: absolute;
	left: 372px;
	top: 1px;
	width: 391px;
	height: 178px;
}
.twoColFixLtHdr #container #header #leaves {
	position: absolute;
	left: 52px;
	top: 117px;
	width: 306px;
	height: 52px;
}
.twoColFixLtHdr #container #header #nav {
	position: absolute;
	left: 51px;
	top: 164px;
	width: 376px;
	height: 38px;
}
.twoColFixLtHdr #container #mainContent #sidebar {
	position: absolute;
	width: 362px;
	height: 551px;
	top: 1px;
	background-image: url(../images/eastern_north_carolina_solarworld_left_02.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container #mainContent #banner {
	position: absolute;
	left: 119px;
	top: 25px;
	width: 623px;
	height: 113px;
	background-repeat: no-repeat;
}

.twoColFixLtHdr #container #mainContent #txt {
	position: absolute;
	left: 373px;
	top: 12px;
	width: 419px;
	height: 674px;
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3C970E;
	text-align: left;
}
.twoColFixLtHdr #container #footer #link {
	position: absolute;
	left: 516px;
	top: 23px;
	width: 265px;
	font-size: small;
	color: #FFF;
}
.twoColFixLtHdr #container #footer #copy {
	position: absolute;
	left: 42px;
	top: 24px;
	width: 302px;
	font-size: small;
	color: #FFF;
}







.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	position: absolute;
	width: 775px;
	left: -3px;
	top: 1395px;
	height: 64px;
	background-color: #1B4E01;
} 
.twoColFixLtHdr #container #mainContent {
	position: absolute;
	height: 1182px;
	width: 802px;
	top: 209px;
}

.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;
}
.twoColFixLtHdr #container #footer #finance {
	position: absolute;
	left: 379px;
	top: 24px;
	width: 398px;
	font-size: small;
	color: #FFF;
}
.twoColFixLtHdr #container #header #chat-logo {
	position: absolute;
	left: 81px;
	top: 25px;
	width: 230px;
	height: 88px;
}
.twoColFixLtHdr #container #header #nav #live-chat {
	position: absolute;
	left: -23px;
	top: -163px;
	width: 247px;
	height: 85px;
}
.twoColFixLtHdr #container #mainContent #video5 {
	position: absolute;
	left: 11px;
	top: 932px;
	height: 205px;
	width: 250px;
}
.twoColFixLtHdr #container #mainContent #vid6 {
	position: absolute;
	left: 542px;
	top: 932px;
	height: 205px;
	width: 250px;
}

