/*
Filename:  newsletter.css
Website:  Win-Win Workplace Solutions
Description: CSS file for Newsletter
*/

.style1 {color: #FCF7E4} /* found in HTML head */

/* ***************** RIGHT SIDE BAR CONTENT *************************/
/*Right side bar content is structured to control the hieght of the page*/

.twoColFixCtrHdr #rightBarContent {
	position: relative;
	top: 20px;
	Left: 590px;
  width: 170px;
	min-height: 800px;
	z-index:2;
}

.twoColFixCtrHdr #sideH1 {
	position: relative;
	top: 135px;
	Left: 0px;
	width:170px;
	height:39px;
	background-color:#356a52;
	z-index:2;
}

.twoColFixCtrHdr #sideH1monthly {
	position: relative;
	top: 135px;
	Left: 0px;
	width:170px;
	height:24px;
	background-color:#356a52;
	z-index:2;
}

.twoColFixCtrHdr #H1text { /* This div nested in #sideH1 div */
	position: relative;
	top: 3px;
	left: 11px;
	width:150px;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	z-index:3;
}

.twoColFixCtrHdr #sideText1 {
	position: relative;
	top: 148px;
	left: 11px;
	width:150px;
	color:#356a52;
	z-index:3;
}

.twoColFixCtrHdr #sideH2 {
	position: relative;
	top: 160px;
	Right: 0px;
	width:170px;
	height:24px;
	background-color:#356a52;
	z-index:2;
}

.twoColFixCtrHdr #H2text { /* This div is nested in #sideH2 div */
	position: relative;
	top: 3px;
	left: 11px;
	width:150px;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	z-index:3;
}

.twoColFixCtrHdr #sideText2 {
	position: relative;
	top: 170px;
	Left: 11px;
	width:150px;
	color:#356a52;
	z-index:3;
}

.twoColFixCtrHdr #archives ul { padding: 0 10px; }
.twoColFixCtrHdr #archives li{
	background:url(../images/dot.gif);
	list-style-type: none;
	list-style-position:outside;
	background-repeat:no-repeat;
	background-position:0px 5px; 
	padding-left:15px;
	padding-bottom:5px;
}


/* ***************** MAIN SECTION CONTENT *************************/

.twoColFixCtrHdr #leftsect {  /*Using float left for main section content so that it does NOT control the hieght of the page*/
	float: left;
	width: 590;
	top: 0px;
	z-index:1;
}

.twoColFixCtrHdr #pageHeader {
	position: absolute;
	top: 135px;
	left: 18px;
	z-index:5;
}

.twoColFixCtrHdr #text1 {
	position: absolute;
	top: 180px;
	left: 23px;
	width:510px;
	z-index:1;
}

.twoColFixCtrHdr #ill {
	float:left;
	width: 76px;
	margin-right: 14px;
	z-index:1;
}

.twoColFixCtrHdr #flds {
	position: absolute;
	left: 26px;
	top: 450px;
	width: 149px;
}

.twoColFixCtrHdr #fld1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
}

.twoColFixCtrHdr #fld2 {
	position: absolute;
	left: 170px;
	top: 0px;
}

.twoColFixCtrHdr #btn {
	position: absolute;
	top: 50px;
	left: 0px;
}

.twoColFixCtrHdr #pageHeader2 {
	position: absolute;
	top: 550px;
	left: 18px;
	z-index:5;
}

.twoColFixCtrHdr #text2 {
	position: absolute;
	top: 590px;
	left: 23px;
	width:510px;
	z-index:1;
}

.twoColFixCtrHdr .links2 {
	position: relative;
	top: 0px;
	left: 30px;
	width:440px;
}

.twoColFixCtrHdr #footer-news {
	padding: 0 0 20px 15px;/*padding-right: 165px; z-index: 2;*/
	position: absolute;
	bottom: 0;
	padding-top: 100px;
	margin: 0;
	text-align: center;
	font-size: 9px;
	line-height: 9px;
	color: #616365;
}

.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;
}
