/*
 * Positioning of page
 */
 
 html, body 
{
     height: 100%;
     margin: 0 auto;
     padding: 0;
}

.clear
{
     clear: both;
}

a img
{
	border: 0 none;
}


#container
{
     margin: 0 auto;
     width: 1024px;
}

#header
{
     height: 448px;
}


.breadcrumbs
{
	margin-bottom: 10px;
}

.attachment
{

}



body.body_home #panel_search
{
	position: absolute;
	top: 102px; left: 720px;
	width: 248px; height: 290px;
	padding-left: 42px;
	background: url("/img/panel_search_back.png") repeat scroll 0 0 transparent
}

body.body_home #panel_logos
{
    position: absolute;
    top: 62px; right: 30px;

}

body.body_normal #panel_logos
{
    position: absolute;
    top: 28px; right: 30px;
    z-index: 200;

}

body.body_normal #panel_search
{
	background: url('/img/back_search.png') no-repeat top right;
	height: 293px;
	padding-left: 40px;
}


/*footer */
#footer, #footer_push 
{
     height: 84px;
     position: relative;
}

#footer
{
	background: url("/img/back_footer.png") no-repeat scroll 2px top  transparent;
}


#footer .footer_left
{
	float: left;
	margin: 10px 0 0 49px;
}

#footer h2
{
	float: left;
	margin: 0 50px 0 0;
	
	
}

#footer .footer_right
{
	float: right;
	margin: 24px 70px;
}

/*  */

#row_header
{
	width: 100%;
	position: relative;
}

#row_home_middle
{
	width: 984px;
	padding: 0 20px;
	background: url("/img/back_trans.png") repeat-y scroll 4px top transparent;
}

#row_middle
{
	width: 984px;
	padding: 0 20px;
	background: url("/img/back_content_long.png") repeat-y scroll left top transparent;
	position: relative;
}
#menu_container
{
	
	 position: relative;
     width: 256px;
     float: left;
     margin-left: 41px;
	 margin-bottom: 44px;
     
	z-index: 200;
}

#menu_background
{
	position: absolute;
	top: 0; left: 0;
	
}
/* panels */

#panel_home_content
{
    background: url("/img/back_content.jpg") repeat-y scroll left top #253C5C;
	float: left;
	height: 228px;
	padding: 15px 28px 0;
	width: 663px;
	z-index: 100;
}

#panel_home_navigation
{
	background: url("/img/back_home_header.png") repeat scroll 0 0 transparent;
	position: relative;
	width: 1024px; height: 366px;
	float: left;
	z-index: 100;
}
#panel_home_large
{
	background: #fff url('/img/back_home_north.jpg');
	width: 739px; height: 391px;
	float: left;
	position: relative;
}

#panel_home_west
{
	background: #fff url('/img/back_home_west.jpg');
	width: 265px; height: 243px;
	float: left;
}

#panel_home_address
{
	background: #fff url('/img/panel_address.jpg');
	width: 265px; height: 260px;
	float: left;
}

#panel_home_scroller
{
	background: url("/img/panel_home_scroller.jpg") repeat-y scroll top left #0d2549;
	width: 719px; height: 260px;
	float: left;
}

#panel_topleft
{
    position: absolute;
    top: 72px;
    left: 28px;
    z-index: 200;
}

#panel_logo
{
    position: absolute;
    top: 64px;
    right: 40px;
    z-index: 200;
}

.body_normal #panel_topleft
{
    top: 38px;
}
.body_normal #panel_logo
{
    top: 30px;
}

#panel_logo a
{
    text-indent: -99999px;
    display: block;
}
#panel_logo .logo_nvm a
{
    background: url('/img/logo_nvm.png') no-repeat top left;
    width: 27px;
    height: 36px;
}


#logo_root
{
    position: absolute;
    width: 360px;
    height: 124px;
    left: 338px;
    top: 18px;
    z-index: 400;
}

.body_normal #logo_root
{
    left: 364px;
    top: 8px;
    width: 284px;
    height: 100px;
}
#logo_root a
{
    display: block;
    height: 100%;

}

/* panels normal */

#panel_content
{
     float: left;
     padding: 28px;
     width: 663px;
	 
	 z-index: 100;
	 
	 background: url("/img/back_content.jpg") repeat-y scroll top left #253c5c;
} 

#panel_navigation
{
	background: transparent url('/img/back_header.png');
	width: 1024px; height: 301px;
	float: left;
	position: relative;
	z-index: 100;
}


#panel_west
{
	background: #fff url('/img/back_wexst.jpg');
	width: 265px; height: 243px;
	float: left;
}

#panel_left
{
	width: 265px;
	float: left;
	min-height: 510px;
}

#panel_header_slideshow
{
	position: absolute;
	top: 0; left: 22px;
	width: 1024; height: 200px;
	z-index: 50;
}
#panel_home_header_slideshow
{
	position: absolute;
	top: 0; left: 22px;
	width: 1024; height: 391px;
	z-index: 50;
	
}
#panel_header_slideshow img
{
	height: 301px;
	width: 957px;
}

#panel_home_header_slideshow img
{
	height: 366px;
	width: 957px;
}


ul.cycle
{
	padding: 0;
	margin: 0 0 0 26px;
	list-style-type: none;
	visibility: hidden;
}

#panel_scroller
{
	background: url("/img/panel_home_scroller.jpg") repeat-y scroll top left #0d2549;
	width: 719px; height: 260px;
	float: left;
}

#menu
{
     width: 244px;
     margin: 6px;
}



