/* No script
-----------------------------------------------------------------------------*/

noscript div {
	background: #FFFFFF;
	border: 1px solid #C0BDB9;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
}

/* Body
-----------------------------------------------------------------------------*/

body {
	color: #333333;
	background: #f0f0f0;
	font-family	: Arial, Sans;
	font-weight	: normal;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#wrap, .wrap {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

/* Header
-----------------------------------------------------------------------------*/

#header {
	background: #e5e5e5 url(../images/header-bg.png) repeat-x bottom;
	height: 130px;
}

#header h1,
#header h1 a {
	border: none;
	display: block;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#header h1 a {
	text-indent: -10000px;
}

#header .wrap {
	background: url(../images/header-wrap-bg.png) no-repeat bottom center ;
	height: 130px;
}

#header #logo {
	background: url(../images/header-logo.png) no-repeat 0px -50px;
	float: left;
	height: 130px;
	width: 325px;
}

/* Top Navigation
-----------------------------------------------------------------------------*/

#tnav {
	color: #595959;
	float: right;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	width: 575px;
}

#tnav ul {
	float: right;
}

#tnav ul li {
	color: #595959;
	float: left;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;	
	height: 35px;
	line-height: 35px;
	list-style: none;
	list-style-position: outside;
	margin-left: 10px;
}

#tnav ul li a {
	color: #595959;
}

/* Global Navigation
-----------------------------------------------------------------------------*/

#gnav {
	background: url(../images/gnav-bg.png) no-repeat bottom right;
	float: right;
	margin-top: 55px;
	width: 575px;
}

#gnav ul li {
	color: #333333;
	float: left;
	font-size: 17px;
	font-weight: bold;
	height: 41px;	
	list-style: none;
	list-style-position: outside;

	text-align: center;
}

#gnav ul li a {
	color: #333333;
	display: block;
	height: 41px;	
	line-height: 41px;
}

#gnav ul li a:hover {
	color: #333333;
	text-decoration: none;
}

#gnav ul li.cur,
#gnav ul li.cur a {
	color: #ffffff;
}

#gnav ul li#gnav-mana { width: 142px; margin-left: 72px; }
#gnav ul li#gnav-hist { width: 105px; }
#gnav ul li#gnav-sust { width: 139px; }
#gnav ul li#gnav-news { width: 110px; }

#gnav #gnav-mana.cur { background: url(../images/gnav-alt-bg.png) no-repeat; }
#gnav #gnav-hist.cur { background: url(../images/gnav-alt-bg.png) no-repeat -142px 0px; }
#gnav #gnav-sust.cur { background: url(../images/gnav-alt-bg.png) no-repeat -247px 0px; }
#gnav #gnav-news.cur { background: url(../images/gnav-alt-bg.png) no-repeat -387px 0px; }

/* Banner
-----------------------------------------------------------------------------*/

#banner.shadowed {
	background: url(../images/banner-shadow.png) no-repeat bottom left;
	height: 282px;
	margin-left: -34px;
	margin-right: -34px;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-left: 34px;
	padding-right: 34px;
	padding-bottom: 0px;
	width: 900px;	
}

#banner.shadowed .banner img {
	display: block;
}


/* Contents
-----------------------------------------------------------------------------*/

#contents {
	background: url(../images/contents-bg.png) repeat-x top left;
}

#contents #content {
	background: url(../images/content-bg.png) no-repeat center 0px;
}

#contents #content .wrap {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* Footer
-----------------------------------------------------------------------------*/

#footer {
	background: url(../images/footer-bg.png) no-repeat top center;
}

#footer .wrap {
	background: url(../images/footer-bg.png) no-repeat bottom center;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer #footer-info {
	background: url(../images/footer-logo.png) no-repeat center left;
	float: left;
	color: #505153;
	font-size: 11px;
	font-weight: normal;
	padding-left: 210px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 260px;
}

#footer #footer-fnav ul li {
	font-size: 14px;
	font-weight: normal;
	float: left;
	list-style: none;
	list-style-position: outside;
	margin-right: 25px;
}

#footer #footer-fnav ul li a {
	color: #333333;
}