* {margin: 0px; padding: 0px;}
html {height: 100.2%}

body {
	color: #fff;
	margin: 0px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	background: url(../img/bkg.gif) repeat-x;
	}

div#maincontainer {
	width: 600px;
	margin: 0px auto;
	text-align: left;
	font-size: 12px;
	}

div#container {background: none;}
p.errorPage {padding: 20px; height: 100px;} 

/* Header elements */

div#logo {
	width: 608px;
	height: 72px;
	background: url(../img/header.gif) no-repeat;
	}

div#logo a {
	float: left;
	width: 608px;
	height: 72px;
	}

div#header h1 {display: none;}

div#global_nav {
	background: url(../img/global_nav.gif) no-repeat;
	width: 608px;
	height: 37px;
	white-space: nowrap;
	margin-top: 4px;
	}

div#local_nav_home {
	width: 608px;
	height: 30px;
	background: url(../img/local_nav_home.gif) no-repeat;
	}

div#local_nav {
	width: 608px;
	height: 30px;
	background: url(../img/local_nav.gif) no-repeat;
	}

/* Global Navigation Style */

ul#gn_liststyle {padding-left: 8px;}
ul#gn_liststyle, ul#gn_liststyle li {float: left; list-style: none;}

ul#gn_liststyle li a:link {
	margin-top: 13px;
	padding: 0 8px 0 8px;
	color: #fff;
	text-align: center;
	border-right: 1px solid #fff;
	float: left;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0px;
	}

ul#gn_liststyle li a:visited {
	margin-top: 13px;
	padding: 0 8px 0 8px;
	color: #fff;
	text-align: center;
	border-right: 1px solid #fff;
	float: left;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0px;
	}

ul#gn_liststyle li a:hover, ul#gn_liststyle li#track a:hover {color: #ff0;}
ul#gn_liststyle li a:active {color: #ff0;}

ul#gn_liststyle li#track a {color: #fff; border-right: 0px;}

ul#gn_liststyle li#book a {
	color: #cf0;
	font-weight: bold;
	border-left: 1px solid #fff;
	border-right: 0px;
	}



/* -------------------
Local Navigation Style
---------------------*/

ul#ln_liststyle {padding-left: 15px; padding-top: 5px;}

ul#ln_liststyle, ul#ln_liststyle li {
	float: left;
	font-size: 11px;
	list-style: none;
	color: #000;
	}

ul#ln_liststyle li#on {
	margin-right: 6px;
	padding-right: 6px;
	border-right: 1px solid #999;
	background: none;
	font-weight: bold;
	}

ul#ln_liststyle li#subon {
	margin-top: 1px;
	font-size: 9px;
	margin-right: 6px;
	padding-right: 6px;
	border-right: 1px solid #999;
	font-weight: bold;
	}

ul#ln_liststyle li#suboff {
	margin-top: 1px;
	font-size: 10px;
	background: none;
	font-weight: normal;
	}

ul#ln_liststyle li a {
	margin-right: 6px;
	padding-right: 6px;
	text-align: center;
	border-right: 1px solid #999;
	color: #000;
	text-decoration: none;
	}

/* Footer Box */

div#footer_inner {
	padding: 0 0 0 15px; 
	color: #666;
	width: 585px;
	background: #fff;
	margin-left: 4px;
	font-size: 10px;
	}

div#header hr, div#footer hr {display: none;}
.footer_l {background: url(../img/footer_left.gif) 0 0 repeat-y;}
.footer_r {background: url(../img/footer_right.gif) 100% 0 repeat-y;}

div#bottom {
	width: 608px;
	height: 10px;
	background: transparent url(../img/bottom.gif) no-repeat;
	}

div#footer {text-align: left; width: 608px;}

div#zoo a{
	position: relative;
	top: -27px;
	left: -15px;
	float: right;
	width: 9px;
	height: 14px;
	background: transparent url(../img/zoomedia.gif) right no-repeat;
	}

* html div#zoo a{top: -30px;}



