/* CSS Document */
/* LAYOUT */

html, body {
/* establish page height and background color, position */
	height: 100%;
	background-color: #484848;
	margin: 0;
	padding: 0;
}

#pagewrapper {
/* put in the background vertical graphic */
/* allow height to flex more than 100 percent */
	width: 1022px;
	min-height: 100%;
	height: auto; /* for FF/Moz/Safari */
	_height: 100%; /* for IE */
	background-color:#FFFFFF;
	margin: 0px auto;
	position: relative;
	/*background-image: url(../images/bkg_topCap.gif);
	background-repeat: no-repeat;*/
}

#insidewrapper {
/* make the inside less so there are white borders on each side */
	width: 1006px;
	min-height: 100%;
	height: auto; /* for FF/Moz/Safari */
	_height: 100%; /* for IE */
	background-color:#bacfe3;
	margin: 0px 8px;
	position: relative;
}	

#navwrapper {
/* navigation and attendee login link */
	width: 1006px;
	margin: 0px; 
	height: 19px;
	display:inline;
	background-image: url(../images/bkg_topCap.gif);
	background-repeat: no-repeat;
}
#topcap {
	width: 1006px;
	margin: 0px; 
	height: 33px; 
	background-image: url(../images/bkg_topCap.gif);
	background-repeat: no-repeat;
	position:relative;
}

#nav {
	width: 1006px;
	background-image: url(../images/bkg_topCap.gif);
	background-repeat: repeat-y;
}

#bottomcap {
	width: 1006px;
	height: 11px; 
	background-image: url(../images/bkg_bottomCap.gif);
	background-repeat: no-repeat;
	position:absolute;
	z-index:999; /* this should hold the transparency -- go Jeni! */
}

#homeimage {
	position:absolute;	
}

#masthead {
	width: 1006px;
	margin: 0px; 
	border-bottom: 1px solid #969696;
	height: 219px; 
	background-color:#FFFFFF;
}

#pagecontent {
/* main content zone */
	top: 0px;
	width: 1006px;
	margin: 0px auto;
	background-color: #f4f4f4;
	min-height: 530px;
	background-image: url(../images/bkg_inside.gif);
	background-repeat: repeat-y;
}

#homepagecontent {
/* main content zone */
	top: 0px;
	width: 1006px;
	margin: 0px auto;
	background-color: #f4f4f4;
	/*min-height: 530px;*/
	background-image: url(../images/bkg_home.gif);
	background-repeat: repeat-y;
}

#homeleftnavwrapper {
	float:left; 
	width: 200px; 
	margin-right: 1px;
}

#leftnavwrapper {
	float:left; 
	width: 200px; 
	margin-right: 40px;
}

#leftnav {
	margin:0 20px;
}

#findcourse {
	 background-color:#f6f0cc; 
	 padding:18px;
	 font-size:11px; 
	 color:#959595;
}

#upcomingcourses {
	 background-color:#f4f4f4;
	 padding:18px;
	 font-size:11px; 
	 color:#959595;
}

#homealumnicol {
	float:left; 
	width: 200px; 
	margin-right: 1px;
}

#homecentercol {
	float:left; 
	width: 403px; 
	margin-right: 1px;
}


#centercol {
	float:left;
	width:530px;
	margin-top: 28px;
	margin-right: 36px;
	margin-bottom: 0;
	margin-left: 0;
}

#footerwrapper {
/* company and contact information */
	width: 1006px;
	margin: 0px; 
	min-height: 188px; 
	background-color: #bacfe3;
}

#footerlogo {
	float:left; 
	margin: 20px 0 0 26px;
}

#footer {
	float:left; 
	margin: 40px 0 0 26px;
	width: 860px;
}
