@charset "utf-8";
/* CSS Document for AAHE */
* {
    margin: 0;
}
#bannerArea{
	width:923px;
	margin:0 auto;
}
#bannerArea div#topBanner img{
	width:710px;
	margin:0;
	padding:0;
}
#breadcrumb{
	background:url(/ui/aahe/graphics/bullet_orangeRing.gif) top left no-repeat;
	padding:5px 0px 5px 25px;
}
#column_left{
	width:47%;
	float:left;
	margin-left:5px;
	margin-right:10px;
}
#column_right{
	width:47%;
	margin-left:49%;
}
#content_container{
	width:710px;
	margin-left:220px;
}
#content_wrapper{
	/* wrapper for the center portion of the page 
	   For index page, this includes aahe community, online learning, updates and press releases
	   For internal page, this inlcludes leftNav, main content and promo*/
	clear:both; 
	width:100%;
}
#content_wrapper_fullContent{
	/* wrapper for the center portion of the page - full content page */
	clear:both; 
	width:924px;
	margin:0 auto;
}
#footer{
	clear:both;
	width:944px;
	margin:0 auto;
	text-align:center;
	background:#003054 url(/ui/aahe/graphics/BG_footer.gif) top left no-repeat;
}
#header{
	background: url(/ui/aahe/graphics/BG_header.gif) top left no-repeat;
	height:132px;
	position:relative;
	text-align:right;
}
#leftNav{
	background:#fff url(/ui/aahe/graphics/BG_leftNav_top.jpg) top left no-repeat;
	width:194px;
	float:left;
	margin-left:10px;
	margin-top:5px;
}
#main_content{
	width:480px;
	float:left;
	padding:0 10px;
	min-height:600px;
}
#main_content_fullContent{
	width:674px;
	float:left;
	padding:0 10px;
}
#mainMenu{
	margin-left:10px;
	margin-top:67px;
}
#overall_wrapper {
	width:100%;
    min-height:100%;
	/*position: relative;  ------------------------------temp ---------------------------------*/
	background:#003054 url(/ui/aahe/graphics/BG_pattern.gif) repeat-x top left;
}
#page_wrapper{
	width:944px;
	min-height:100%;
	/*height:500px;------------------------------temp ---------------------------------*/
	margin:0 auto;
	background:#fff url(/ui/aahe/graphics/BG_pageWrapper.gif) repeat-y top left;
	/*position: relative;  ------------------------------temp ---------------------------------*/
	/*padding-bottom:104px; /*leave extra room for the footer ------------------temp--------------------*/
}
#promo{
	width:200px;
	float:right;
}
