html, body {
	margin: 0; padding: 0;
	height: 100%;
}

html	{
	background: url(../images/interface/page_back.gif) no-repeat right top;
	min-width: 1000px;
}
body	{
	background: url(../images/interface/menu_back.gif) repeat-x left 130px;
	min-width: 1000px;
}

/* hide */

.skip,
.noScreen {
	display: none;
}

/* #wrapper */

#wrapper {
	position: relative;
	width: 1000px; min-height: 100%;
}


/* header / logo */
#header	{
	position: relative;
	width: 100%; height: 130px;
}

#header #logo {
	position: absolute; top: 0; left: 0;
	width: 325px; height: 125px;
}

#header #logo h1,
#header #logo h3 {
	position: absolute;
	width: 325px; height: 125px;
	margin: 0; padding: 0;
	background: url(../images/interface/logo.gif) no-repeat left top;
	text-indent: -999em;
}
#header #logo a {
	text-decoration: none;
}


/* #menu */
#menu {
	height: 49px; overflow: hidden;
}
#menu h2	{
	display: none;
}
#menu ul {
	margin: 0; padding: 0 0 0 13px; list-style: none;
}
#menu ul li {
	float: left; display: inline;
	margin: 0; padding: 0;
	line-height: 19px;
	font-size: 17px;
	font-weight: bold;
}
#menu ul li.active {
	background: url(../images/interface/menu_start.gif) no-repeat left top;
}
#menu ul li a {
	float: left; display: inline;
	padding: 20px 20px 10px 20px;
	height: 19px;
	text-decoration: none;
	color: #fff;
}
	* html #menu ul li a { /* fix IE6 */
		padding-top: 18px; padding-bottom: 12px;
	}
	* +html #menu ul li a { /* fix IE7 */
		padding-top: 18px; padding-bottom: 12px;
	}
#menu ul li a:hover {
	background: url(../images/interface/menu_hover.gif) repeat-x left bottom;
	color: #fff;
}
#menu ul li.active a {
	padding-top: 18px; padding-bottom: 12px;
	background: url(../images/interface/menu_end.gif) no-repeat right top;
	color: #fa7903;
}
	* html #menu ul li.active a { /* fix IE6 */
		padding-top: 16px; padding-bottom: 14px;
	}
	* +html #menu ul li.active a { /* fix IE7 */
		padding-top: 16px; padding-bottom: 14px;
	}
#menu ul ul {
	display: none; /* hide submenu if any */
}

/* #submenu */
#submenu {
	width: 750px;
	margin: 0 0 0 30px; padding: 20px 11px 15px 11px;
	background: url(../images/interface/submenu_back.gif) no-repeat left bottom;
}
#submenu ul {
	float: left; display: inline;
	margin: 0 30px 10px 20px; padding: 0; list-style: none;
}
	* html #submenu ul { /* fix list spacing bug IE6 */
		margin-left: 5px; width: 46%;
	}
	* +html #submenu ul { /* fix list spacing bug IE7 */
		margin-left: 5px;
	}
#submenu li {
	margin: 0 0 9px 0; padding: 0 0 0 12px;
	background: url(../images/interface/bullet_submenu.gif) no-repeat 3px 6px;
	line-height: 1.25;
	font-size: 14px;
}
#submenu li a {
	text-decoration: none;
	color: #4f4f4f;
}
#submenu li.active a {
	color: #fa7903;
}
#submenu li a:hover {
	text-decoration: underline;
	color: #fa7903;
}

/* #footer */
#footer	{
	position: relative;
	margin-top: -110px;
	height: 110px; min-width: 1000px;
	background: url(../images/interface/footer_back.gif) repeat-x left bottom;
	clear: both;
}
#footer .footerLogo {
	position: absolute; z-index: 0;
	bottom: 0; left: 0;
	width: 277px; height: 110px;
	background: url(../images/interface/footer_logo.gif) no-repeat left bottom;
}
#footer .logoBar {
	float: right; display: inline;
	height: 73px;
}
#footer .logoBar img {
	display: inline;
}
#footer .wrapper {
	clear: both;
	position: relative;	z-index: 1;
	padding: 10px 20px 0 100px;
	line-height: 1.2;
	font-size: 12px;
	color: #fff;
}
	* html #footer .wrapper { /* Fix IE6 */
		padding-top: 3px;
	}
	* +html #footer .wrapper { /* Fix IE7 */
		padding-top: 5px;
	}
#footer .wrapper span {
	display: inline-block;
	width: 10px;
	background: url(../images/interface/bullet_footer.gif) no-repeat center center;
}
#footer a	{
	text-decoration: none;
	color: #fff;
}
#footer a:hover	{
	text-decoration: underline;
	color: #fff;
}

/* address */
#address {
	position: absolute;
	top: 12px; right: 12px;
	padding: 8px 12px;
	line-height: 1.6;
	font-size: 14px;
	background: #fa7903;
	color: #fff;
}
#address a {
	padding-left: 8px;
	background: url(../images/interface/bullet_address.gif) no-repeat left 7px;
	text-decoration: underline;
	color: #fff;
}
#address a:hover {
	text-decoration: none;
	color: #fff;
}


/* #content */
#content {
	position: relative;
	padding: 25px 175px 110px 35px;
	width: 790px; min-height: 380px;
}
	* html #content {
		height: 380px; /* min-height for IE6 */
	}

/* lists */
#content ul.pdf	{
	list-style: none;
	margin-left: -20px;
}

#content ul.pdf li	{
	list-style: none;
	background: url(../images/interface/ico_pdf.gif) no-repeat top left;
	padding-left: 25px;
	margin: 0;
}

/* Opera Fix for Sticky Footer */
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
