#header {
	width:100%;
	/*background-color: pink;*/
	background-image:url('../images/gradientSlice143px.png');
	background-repeat:repeat-x;
	height:143px; /* was 154px */
}

#menuBar {
	background-color: rgb(27,47,132);
	height: 38px;
	border-bottom: 4px solid rgb(158,187,186);
}

#logo {
	display: block; /* this image is block level; inline images sit on baseline; leaving a space at bottom */ 
}

#sidebarLeft {
	float: left; 
	width:198px; 
	/* background-color: yellow;  */
}

#main {
	width:990px; 
	padding-top:46px; /* was margin-top */
}

#content {
	margin-left: 198px; 
	/* background-color: lightgrey; */
	/* width: 792px; */ /* do not uncomment; will mess with IE6 */
}


/*
#border {
	margin-right:290px;
	border-right: 1px solid rgb(19, 181,234);
}
*/
#text, .disclosureItemText {
	margin-right:290px;
	padding-right:38px;
	border-right: 1px solid rgb(0,97,176); /* was rgb(19, 181,234); */
}


/* these pages go full width */

.widePage #text {
	border: 0;
}

#fullWidthIntroText {
	margin-right:0;
}

#boardText {
	margin-right:250px;
}

#boardText div.boardPerson p.companyName {
	line-height:1.1em;
}

/* sidebar right */

#sidebarRight, .disclosureSidebarRight, #sidebarRightWithQuote {
	float: right; 
	width:252px; /* 290 - 38 margin */
	padding-top:34px;
	/*position: relative;*//* allow items contained within this element to be relatively positioned */
	/* background-color: green; */
}

.disclosureSidebarRight {
	padding-top: 0 ;
	clear: both;
}

#sidebarRightWithQuote {
	width:280px; /* 290 - 38 */
	padding-top:14px;

}

#home #sidebarRight {
	padding-top:0;
}

#callToAction {
	margin-right:290px;
	padding-top:16px;
	padding-bottom:16px;
	border-right: 1px solid rgb(0,97,176); /* was rgb(19, 181,234); */

}

#footer {
	margin-top:92px;
	margin-left:198px;
	/* background-color: wheat; */
}

#stickyNoteHome {
	/* was
	position: absolute;
	top:560px;
	left:500px;
	*/
	float: right;
	margin-right:-55px;
	margin-top:-10px;
}

#stickyNoteMembersArea {
	float: right;
	margin-right:-55px;
	margin-top:-10px;
}


#memberLoginButton {
	position:absolute;
	top: 80px;
	left:900px;
}