@charset "utf-8";
/* CSS Document for NAGWS */
* {
    margin: 0;
}
#banner{
	width:1000px;
	margin:0 auto;
	padding:0;
	height:196px;
}
#breadcrumb{
	background:url(/ui/nagws/graphics/icon_arrow1.gif) top left no-repeat;
	margin-top:10px;
	padding:0px 20px 10px 20px;
}
#column_left{
	width:240px;
	float:left;
}
#container_content{
	background:#f3f2e7 url(/ui/nagws/graphics/BG_container_content.jpg) top left no-repeat;
	width:760px;
	float:right;
}
#container_content_full{
	background:#f3f2e7 url(/ui/nagws/graphics/BG_container_content_full.jpg) top left no-repeat;
	width:1000px;
}
#container_main{ /* main container for leftNav, main_content and promo; */
	width:100%;
	padding-bottom:15px;
}
#footer{
	background:#82017f url(/ui/nagws/graphics/BG_footer.jpg) top left repeat-x;
	clear:both;
	width:100%;
	height:104px;
	position:absolute;
	bottom:0;
	text-align:center;
}
#header{
	background: url(/ui/nagws/graphics/BG_header.gif) top left no-repeat;
	width:1000px;
	height:65px;
	text-align:right;
}
#leftNav{
	width:200px;
	padding-bottom:50px;
	margin-bottom:5px;
	margin-left:20px;
	margin-right:20px;
	background:url(/ui/nagws/graphics/BG_leftNav.jpg) bottom left no-repeat;
}
#main_content{
	background:#f3f2e7 url(/ui/nagws/graphics/BG_main_content.jpg) top left repeat-y;
	width:520px;
	float:left;
}
#main_content_full{
	background:#f3f2e7 url(/ui/nagws/graphics/BG_main_content_full.jpg) top left repeat-y;
	width:760px;
	float:left;
}
#main_content_inner{
	background:url(/ui/nagws/graphics/BG_main_content_bottom.jpg) bottom left no-repeat;
	width:490px;
	padding-bottom:160px;
	padding-left:15px;
	padding-right:15px;
}
#main_content_inner_full{
	background:url(/ui/nagws/graphics/BG_main_content_bottom_full.jpg) bottom left no-repeat;
	width:730px;
	padding-bottom:160px;
	padding-left:15px;
	padding-right:15px;
}
#mainMenu{
	background:#82017f;
	width:100%;
	height:38px;
}
#promo{
	width:230px;
	float:right;
}
#search{
	clear:right;
	padding-right:5px;
}
#wrapper_content{
	width:1000px;
	min-height:100%;
	margin:0 auto;
	position: relative;
	background-color:#f3f2e7;
	padding-bottom:100px; /*leave extra room for the footer */
}
#wrapper_overall {
	width:100%;
    min-height:100%;
	position: relative;
	background:#94a507 url(/ui/nagws/graphics/BG_wrapper_overall.jpg) top center no-repeat;
}





