@import '/_styles/common-tags.css';
@import '/_styles/common-classes.css';
@import '/_styles/menus.css';
/*.........................................................................:Structure elements */

#region_Page {
	width:78em;
	margin:0 0 30px 45px;
	padding: 0 0 1em 0;
	overflow:hidden;
	background:#FFF;/*border-bottom:1px solid #666;*/
}
#section_Header {
	z-index:0;
	height: 100px;
	padding:0;
	overflow:visible;
	/*background: url(/_artwork/topbanner.png) no-repeat right top;*/
	/*background:#CC3;*/
	margin-bottom: 0em;
	padding-bottom: 0em;
	/*NB. margin-top, margin-bottom, padding-bottom are controlled by layout_item/layout_column classes */
	width:78em;
	margin-left: -78em;
}
#region_Logo {
	z-index:10;
	position:absolute;
	top:0;
	left:1.25em;
	padding:10px 0 0 10px;/* re-branding fix */
}
#section_Footer {
	/*NB. margin-top, margin-bottom, padding-bottom are controlled by layout_item/layout_column classes */
	margin:0;
	padding:0.5em 0 0 0;
	width:76em;
	margin-left: -77em;/*background: #FC6;*/
}
#layer_Header {
	height: 100px;
	padding: 0 0 2.25em 0;
}
#layer_Header + #layer_Content,
#layer_Header + #layer_Content + #layer_Footer { top: -2.25em; }
#layer_Content,
#layer_Footer { }
#layer_Footer { }
#section_Navigation {
	z-index:8;
	width:76em;
	height:4.5em;/*background:#F36;*/
}
#section_Navigation br { clear:both; }
#AccessLayer,
#BrowserLayer { display:none; }
#section_Left_Panel { z-index:10;/*NB. margin-top, margin-bottom, padding-bottom are controlled by layout_item/layout_column classes *//*background: #3CF;*/ }
#section_Right_Panel {
	z-index:10;
	display:none;/*background: #9F6;*/
}
#section_Content {
	z-index:10;
	/*NB. margin-top, margin-bottom, padding-bottom are controlled by layout_item/layout_column classes */
	width:61em;
	padding-top: 0;
	padding-left:1em;
	padding-right:1em;
	border-left:1px solid #CCC;
	min-height:30em;/*background: #F6C;*/
}
#section_Copyright {
	clear:left;
	color:#666;
	font-size:12px;
	margin: 0;
	padding: 10px 0 0 10px;
}
#section_Copyright a { color:#666; }
#section_Artwork {
	position:absolute;
	top:0;
	left: 78em;
	z-index: 9;
	width:235px;
	height:199px;
	margin-left:-180px;
	background:url(/_artwork/badges.png) no-repeat right top;
}
#section_Flash {
	position:absolute;
	top:0;
	left: 180px;
	z-index: 100;
	width:910px;
	height:105px;
}
.layout_row {
	float: left;
	width: 100%;
	display: block;
	position: relative;
	overflow: visible;/* re-branding fix */
}
.layout_item {
	float:left;
	left:100%;
	overflow:hidden;
	position:relative;
}
.layout_column { /*margin-bottom:-200em;
	padding-bottom:200em;*/ }
#section_Header { background:url(/_artwork/backgrounds/header_placeholder-level-1-2.png) top right no-repeat; }
#section_Artwork { background:url(/_artwork/badges.png) top right no-repeat; }
