/* 
	this file sets the general layout of the page
*/
	
/* basic structure ====================== */

body {
	width:100%;
	margin:0;
	padding:0;
}

#container-framing {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}

#container {
	position: relative;
	margin: 0px auto;
	margin-top: 15px;
	width: 699px;
	text-align: left;
}

/* ===== primary elements ===== */

#stripe {
	position: absolute;
	top: 0px;
	left: 0px;
}

#main { 
	position: absolute;
	top: 0px;
	left: 7px;
}

#banner {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 672px;
}

#nav { 
	position: absolute;
	top: 88px;
	left: 0px;
	background: #fff url("http://www.sciencecentercollaborative.org/images/nav_bkgnd_green2.gif") no-repeat;
	width: 692px;
}

#navlinks {
	position: relative;
	margin: 0px auto;
	padding: 9px 0px;
	height: 18px;
	text-align: center;
}

#contentnewsletter {
	position: absolute;
	top: 125px;
	left: -28px;
	width: 543px;
	margin: 12px;
}

#content {
	position: absolute;
	top: 122px;
	left: 0px;
	width: 683px;
	margin: 12px;
}

#sidebar {
	float: left;
}

#question {
	margin:10px 0 0 0;
	width: 138px;
}

#programs {
	margin-top: 12px;
	margin-left: 0;
	width: 138px;
	background: #fff url("http://www.sciencecentercollaborative.org/images/lt_blue_bkgnd.gif") no-repeat;
}

#main-content {
	position: absolute;
	top: -14px;
	left: 179px;
	width: 505px;
}

#footer {
	clear: left;
	padding: 10px 0 0 0;
}

/* ===== layout classes ===== */

div.clearFloats {
	clear: both;
	line-height: 0px; 
	height: 0px;
	visibility: hidden;
}

div.noCollapse { /* keep divs from collapsing into contained elements */
	padding: 1px 0px;
} 
