#header {
	width:100%;
}

#logo {
	margin-left: 250px; 
}

#header p#logoBar {
	background-color: rgb(146,165,73);
	height:100px;
	border-bottom: 17px solid rgb(158,187,186);
}

#sidebarLeft {
	float: left; 
	width:250px; 
}

#main {
	/* wrapping the content in the #main div is necessary to prevent IE6 from 
	breaking the layout when the user sizes the browser small enough to add scroll bars */
	
	width:1127px;  /* 250px + 574px + 50px  + 250px rt sidebar + 3px allowance for ie6 float gap */
}

#mainProcessFlow {
	width:1200px;  
}

#content {
	margin-left: 250px; /* same as width of #sidebarLeft */
	width: 874px; /* was  */
}


#contentNoSidebarColumn {
	margin-left: 250px;  /* same as width of #sidebarLeft */
	/* effective width of copy area at is 574 (874 - 300) px */
	width: 1200px;
}



#text {
	/* do not put the margin here so we can allow the sidebars to reveal with disclosure triangles */
	margin-right:50px;
}

#sidebarRight {
	float: right; 
	text-align: left;
	width:300px;
	margin-top: 1.8em;
}

#home #sidebarRight {
		margin-top: 2.75em;
}

#clients #sidebarRight, #news #sidebarRight, #bio #sidebarRight {
		margin-top: 1.5em;
}

#text .textSidebarRight {
	float: right; 
	text-align: left;
	width:250px;
}

#rightHalf {
    width:280px;  
    float: right;
}

#leftHalf {
    width:280px;  
}

#leftRightWrapper {
	border-bottom: 2px solid rgb(96,152,158);
	padding-bottom: 20px;
	width:570px;  /* was 574 - adjust for ie6*/
}		
		
#footer {
	margin-top: 100px;
	margin-left:45px;
}

.bioSidebar {
	float: left;
	width: 175px;
}

.bioCopy {
	margin-left:175px; /* same as width of bioSidebar */
}
