/*
Filename:  contactus.css
Website:  Win-Win Workplace Solutions
Description: CSS file for Contact Us
*/


.twoColFixCtrHdr #pageHeader {
	position: relative;
	top: 170px;
	left: 18px;
	z-index:5;
}


.twoColFixCtrHdr #photo1 {
	position:relative;
	top: 180px;
	left:0px;
	z-index:1;
}

.twoColFixCtrHdr #text1 {
	position: relative;
	top: 195px;
	left: 40px;
	width:480px;
	z-index:1;
}


/* ***************** 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: 217px;
	Left: 11px;
	width:155px;
	height:180px;
	color:#356a52;
	z-index:3;
}

