/*
Filename:  ourvision.css
Website:  Win-Win Workplace Solutions
Description: CSS file for Our Vision
*/


.twoColFixCtrHdr #pageHeader {
	position: relative;
	top: 190px;
	left: 18px;
	z-index:5;
}

.twoColFixCtrHdr #pageQuote {
	position: relative;
	top: 200px;
	left: 10px;
	z-index:1;
}

.twoColFixCtrHdr #photo1 {
	float:left;
	margin-bottom:5px;
	margin-right:10px;
	z-index:1;
}

.twoColFixCtrHdr #text1 {
	position: relative;
	top: 210px;
	left: 18px;
	width:550px;
	z-index:1;
}

/* White Boxes (For all except Store pages) */
.twoColFixCtrHdr .whitebox {
	padding-bottom:20px;
	width:553px;
	background-color:#ffffff;
	border-left:1px solid #616365;
	border-bottom:1px solid #616365;
	border-right:1px solid #616365;
	border-top:1px solid #616365;
	z-index:1;
}

.twoColFixCtrHdr #boxH1 {
	position: relative;
	text-indent:20px;
	left:20px;
	top: 220px;
}

.twoColFixCtrHdr #box1 {
	position: relative;
	left:20px;
	top: 210px;
}

.twoColFixCtrHdr #box1content{ /* This div nested inside #box1 div */
	position: relative;
	top: 20px;
	left: 20px;
	width:510px;
	z-index:2;
}

/* need second box on page, for Sam's book */

.twoColFixCtrHdr #boxH2 {
	position: relative;
	text-indent:20px;
	left:20px;
	top: 210px;
}

.twoColFixCtrHdr #box2 {
	position: relative;
	left:20px;
	top: 220px;
}

.twoColFixCtrHdr #box2content{ /* This div nested inside .box div */
	position: relative;
	top: 20px;
	left: 20px;
	width:510px;
	z-index:2;
}


/* ***************** 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:22px;
	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: 154px;
	left: 11px;
	width:150px;
	color:#356a52;
	z-index:3;
}

.twoColFixCtrHdr #sideH2 {
	position: absolute;
	top: 305px;
	Right: 0px;
	width:170px;
	height:24px;
	background-color:#356a52;
	z-index:3;
}
