@charset "utf-8";
/* CSS Document for NASPE */
* {
    margin: 0;
}
#wrapper_overall {
	width:100%;
    min-height:100%;
	position: relative;
	background:#003054 url(/ui/naspe/graphics/BG_wrapperOverall.gif) repeat-x top left;
}
#wrapper_content{
	width:1000px;
	min-height:100%;
	margin:0 auto;
	position: relative;
	padding-bottom:104px; /*leave extra room for the footer */
}
#tab{
	background: url(/ui/naspe/graphics/BG_tab.gif) top left no-repeat;
	width:1000px;
	height:51px;
	text-align:right;
	position:absolute;
	top:95px;
	left:0px;

}
#mainMenu{
	background:url(/ui/naspe/graphics/BG_mainMenu.jpg) top left repeat-x;
	width:100%;
	height:38px;
}
#banner{
	width:1000px;
	margin:0 auto;
	padding:0;
	height:215px;
}
#container_main{ /* main container for leftNav, main_content and promo; also handle 3 col BG */
	width:100%;
	background:url(/ui/naspe/graphics/BG_container_main.gif) top center repeat-y;
}
#container_main_full{ /* main container main_content and promo; special handle gray BG only appear for promo column */
	width:100%;
	background:url(/ui/naspe/graphics/BG_container_main_full.gif) top center repeat-y;
}
#column_left{
	width:245px;
	float:left;
}
#container_content{
	width:745px;
	float:right;
}
#main_content{
	width:480px;
	float:left;
	padding-left:10px;
	padding-bottom:20px;
}
#main_content_full{
	width:700px;
	float:left;
	padding-left:10px;
	padding-bottom:20px;
}
#promo{
	width:245px;
	float:right;
}
#footer{
	background:url(/ui/naspe/graphics/BG_footer.jpg) top left no-repeat;
	clear:both;
	width:100%;
	height:104px;
	position:absolute;
	bottom:0;
	text-align:center;
}
#breadcrumb{
	background:url(/ui/naspe/graphics/bullet_orangeRing.gif) top left no-repeat;
	padding-left:25px;
	padding-bottom:5px;
}
#leftNav{
	background:#003054 url(/ui/naspe/graphics/BG_leftNav.gif) left bottom no-repeat;
	width:245px;
	padding-bottom:50px;
	margin-bottom:5px;
	/*float:left;
	margin-left:10px;*/
}


















