/*
Filename:  sitemap.css
Website:  Win-Win Workplace Solutions
Description: CSS file for Site Map
*/


.twoColFixCtrHdr #pageHeader {
	position: relative;
	top: 170px;
	left: 18px;
	z-index:5;
}


.twoColFixCtrHdr #text1 {
	position: relative;
	top: 175px;
	left: 40px;
	width:480px;
	z-index:1;
}


.twoColFixCtrHdr .sublinks li {
	position:relative;
	left:35px;
	list-style-type:disc;
	list-style-position:outside;
	padding-left:0px;
	margin-top: 2px;
}

/* ***************** RIGHT SIDE BAR CONTENT *************************/

.twoColFixCtrHdr #rightBarContent {
	position:absolute;
 	top: 38px;
	right: 0px;
  width: 170px;
	z-index:3;
}

.twoColFixCtrHdr #sideH1 {
	position: absolute;
	top: 135px;
	Left: 0px;
	width:170px;
	height:39px;
	background-color:#356a52;
	z-index:3;
}

.twoColFixCtrHdr #H1text { /* This div nested in #sideH1 div */
	position: absolute;
	top: 3px;
	left: 11px;
	width:150px;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	z-index:3;
}

.twoColFixCtrHdr #sideText1 {
	position: relative;
	top: 187px;
	left: 11px;
	width:150px;
	height:100px;
	color:#356a52;
	z-index:3;
}

.twoColFixCtrHdr #sideH2 {
	position: absolute;
	top: 305px;
	Right: 0px;
	width:170px;
	height:24px;
	background-color:#356a52;
	z-index:3;
}

.twoColFixCtrHdr #H2text { /* This div is nested in #sideH2 div */
	position: absolute;
	top: 3px;
	left: 11px;
	width:150px;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	z-index:3;
}

.twoColFixCtrHdr #sideText2 {
	position: relative;
	top: 255px;
	Left: 11px;
	width:155px;
	height:180px;
	color:#356a52;
	z-index:3;
}
