/*
Filename:  home.css
Website:  Win-Win Workplace Solutions
Description: CSS file for Home/Index page
*/


/* Main content for Index Page */
.twoColFixCtrHdr #container {
	margin: 0 auto; 
	width: 760px;
	text-align: left;
}

.twoColFixCtrHdr #header {
	padding: 0; /* 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. */
	/*position: absolute;*/
	height: 85px;
	width: 760px;
	z-index: 2;
}

.twoColFixCtrHdr #nav {
	padding: 0;
	/*position: absolute;
	top: 85px;
	Left: 0px;*/
	width: 760px;
	margin: 0;
}
.twoColFixCtrHdr #wrapper { width: 100%; height: 100%; background-color: #fff; }
.twoColFixCtrHdr #mainContent {
	padding: 0;
	/*z-index: 1;
	position: relative; 
	top: 0px;*/
	background: #fff;
	width: 760px;
	min-height: 300px;
	margin: 0; }

/* Shadow under main menu */
.twoColFixCtrHdr #shadow_white {
	/*position: relative;
	top: 115px;
	left: 0px;
	width: 760px;
	z-index:5;*/
	padding: 115px 0 0 0;
	margin: 0;
}

.twoColFixCtrHdr #tagline {
	/*position: relative;
	top: 120px;
	left: 0px;
	z-index:1;
	visibility: visible;*/
	float: left; margin: 0; 
}

.twoColFixCtrHdr #flashtree {
	/*position: relative;
	top: -200px;
	left: 280px;
	width:480px;
	z-index:1;
	visibility: visible;*/
	float: right;
	margin: 0;
}

.twoColFixCtrHdr #company {
	/*position: relative;
	top: -380px;
	left: 27px; */
	width: 250px;
	float: left;
	line-height: 17px;
	padding: 0 0 0 20px; }

.twoColFixCtrHdr #footer-index {
	/*position: absolute;
	bottom:50px;*/ 
	clear: both;
	padding: 15% 0 5% 0;
	text-align: center;
	font-size: 9px;
	line-height: 9px;
	color: #616365; letter-spacing: .5px; }


