/* Layout */

html {
	background: transparent url(../img/metal_bckgrd.jpg);
	height: 100%;
}

body {
	background: transparent url(../img/bn_page_bckgrd.png) repeat-y scroll center center;
	color: #333333;
	font-family: Georgia,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	min-height: 100%;
	margin: 0;
}

#pageWrap {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	position: relative;
	width: 1000px;
}

#header {
	background: transparent url(../img/header_bckgrd.png) no-repeat scroll center top;
	height: 78px;
	position: absolute;
	top: 0;
	width: 1000px;
	z-index: 100;
}

#quicklinks {
	text-align: right;
	padding: 3px 5px 0 0;
}

#perseguers {
	background: transparent url(../img/perseguers.png) no-repeat;
	height: 126px;
	width: 317px;
	position: absolute;
	top: 0px;
	z-index: 120;
}

#headerBottomBuffer {
	background: transparent url(../img/menu_wrap_bckgrd.png) repeat-x scroll 0 0;
	height:	37px;
	width: 100%;
}

#globalMenuWrap {
	height: 37px;
	position: absolute;
	top: 70px;
	width: 100%;
	z-index: 50;
}

#globalMenu {
	background: transparent url(../img/menu_bg.png) repeat-x scroll 0 0;
	float: right;
	height: 37px;
	margin: 0;
	padding-left: 0;
	z-index: 50;
}

#globalMenu li {
	background: transparent;
	border-right: 2px solid #666462;
	float: left;
	height: 29px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-right: 20px;
	overflow: hidden;
	padding-right: 20px;
	font-size: 120%;
}

#globalMenu li.last {
	border: none;
	margin-right: 0;
}

#globalMenu a {
	display: block;
	padding-top: 5px;
	color: #fff;
	text-decoration: none;
}

#globalMenu li.active a {
	background: transparent url(../img/menu_active.png) no-repeat scroll center -2px;
}

#globalMenuLeft {
	background: transparent url(../img/menu_left_bg.png) no-repeat scroll 0 0;
	float: right;
	height: 37px;
	width: 20px;
}

#feature {
	padding: 0 30px 30px;
	position: relative;
	z-index: 10;
}

#feature.bleed {
	background: transparent url(../img/feature-bleed-bottom.png) repeat-x scroll 0 bottom;
	margin-top: -40px;
	padding: 0 0 8px;
}

#contentWrap {
	padding: 20px 30px;
}

#contentBlock-1 {
	float: left;
	width: 385px;
	left: 260px;
}

#contentBlock-2 {
	float: left;
	width: 220px;
	margin-right: 20px;
	border: 1px solid transparent;
	/* XP */
	padding-top: 1.3em;
}

#contentBlock-3 {
	float: right;
	width: 295px;
	padding-right: 20px;
}

.twoColumnsLeft #contentBlock-1 {
	width: 695px;
}

#breadcrumb {
	margin-top: 5px;
	text-align: right;
}

#footer {
	background: transparent url(../img/bn_page_bckgrd.png) repeat-y scroll center center;
	height: 60px;
	padding-top: 15px;
}

#footerText {
	padding: 0 30px;
	color: #fff;
}

.clear {
	clear: both;
}

/* FEATURE TRICK (TEMPORARY) */
#feature .csc-default {
	height: 292px;
}

/* MENU (temporary) */
#contentBlock-2 ol {
  list-style-type: none;
  margin: 0 0 1ex 1.3em;
  text-align: left;
  padding: 0;
}

#contentBlock-2 > ol {
   margin-left: 0em;
}

#contentBlock-2 ol li a {
  background: transparent url(../../2008/images/list-off.gif) left center no-repeat;
  padding-left: 15px;
  text-align: left;
  text-decoration: none;
  color: #999;
}

#contentBlock-2 ol li a:hover {
  background: transparent url(../../2008/images/list-on.gif) left center no-repeat;
  color: #F93;
}

#contentBlock-2 ol li.active > a {
  background: transparent url(../../2008/images/list-active.gif) left center no-repeat;
  color: #666;
  font-weight: bolder;
}

ul#lang {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#lang li {
  display: block;
  float: right;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0 3px;
}

/* Recently updated */

ul#recentlyUpdated {
  list-style-type: none;
}

ul#recentlyUpdated li {
  margin-bottom: .5em;
}

ul#recentlyUpdated .date {
  display: inline;
  font-size: smaller;
}

ul#recentlyUpdated .breadcrumb {
  margin-left: 3em;
  font-size: 65%;
}

/* end recently updated */

