html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	}
html {
	font-family: "Lucida Grande", Trebuchet MS, Arial, Verdana;
	font-size: 62.5%;
	}
body {
	font-size: 1.4em;
	letter-spacing: -0.03em;
	line-height: 1.5em;
	text-align: center;
	background: #2c2820 url('../img/body_bg.jpg');
	}

h2 {
	color: #1c3a3a;
	margin: 5px 0;
	font-size: 1.3em;
	}
a {
	color: #36909e;
	}
a:visited {
	color: #538087;
	}
a:hover {
	color: #046776;
	}
a img {
	border: 0 none;
	}

.contain {
	width: 100%;
	overflow: hidden;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.clear {
	clear: both;
	}
.hide, .ui-tabs-hide {
	display: none;
	}
.inline {
	display: inline;
	}
.disabled { color: #bbb; }
	.disabled a { color: #bbb; }

.menu, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.greybtn {
	background: #ddd url('../img/greybtn.gif') 0 0 repeat-x;
	border-color: #ddd #ddd #ccc;
	border-style: solid;
	border-width: 1px;
	color: #333;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px 8px 5px;
	display: inline-block;
	text-shadow: 1px 1px 0 #fff;
	width: auto;
	overflow: visible;
	line-height: 14px;
	font-size: 11px;
	text-decoration: none;
	}
.greybtn:hover, .greybtn:focus {
	background-position: 0 -6px;
	border-color: #999 #999 #888;
	color: #000;
	background-color: #d5d5d5;
	}

.tipsy-container { opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(../img/tipsy.gif); }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
  .tipsy-north { padding-top: 5px; background-position: top center; }
  .tipsy-south { padding-bottom: 5px; background-position: bottom center; }
  .tipsy-east { padding-right: 5px; background-position: right center; }
  .tipsy-west { padding-left: 5px; background-position: left center; }

.tipsy-inner {
	background-color: #111;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	font-stretch: normal;
	font-size-adjust: none;
	font-style: normal;
	max-width: 240px;
	}


.simplemodal-overlay {
	background: #000;
	}
.simplemodal-container {
	background: #fff;
	border: 1px solid #f4f4f4;
	}
.simplemodal-wrap {
	overflow: auto;
	text-align: left;
	font-size: 12px;
	}
.simplemodal-container h2 {
	background: #e0ded5;
	border-bottom: 2px solid #d7d7d7;
	padding: 0.7em 1.4em;
	margin: 0 0 10px;
	}
.simplemodal-container .wrap 	{
	padding: 0.7em 1.4em;
	}
.simplemodal-close {
	font-size: 0.7em;
	font-weight: normal;
	}

.label-holder {
	position: relative;
	vertical-align: top;
	display: inline-block;
	margin-bottom: 10px;
	}
.label-holder label {
	color: #999;
	cursor: text;
	}
.label-holder label span {
	padding: 3px 6px;
	position: absolute;
	z-index: 2;
	}
.label-holder input,
.label-holder textarea {
	padding: 4px;
	width: 240px;
	background: transparent url('../img/field_bg.gif') top left repeat-x;
	border: 1px solid #909090;
	}
.label-holder .error {
	font-size: .7em;
	font-weight: bold;
	color: #550000;
	}


#container {
	width: 100%;
	overflow: auto;
	padding-top: 75px;
	}
#container, .body_top {
	background: url('../img/body_top.jpg') top left repeat-x;
	}
#container_inner, .container_inner {
	width: 868px;
	margin: 10px auto 0;
	text-align: left;
	}

#header {
	background: url('../img/header_map.png') top left no-repeat;
	width: 906px;
	height: 52px;
	position: absolute;
	top: 0;
	left: 50%;
	text-align: left;
	margin: 15px 0 0 -453px;
	color: #97978F;
	z-index: 100;
	}
#header a:link, #header a {
	color: #d7d7d7;
	text-decoration: none;
	}
#header a:visited {
	color: #bebebe;
	}
#header a:hover {
	color: #fff;
	text-decoration: underline;
	}
#header a:focus {
	outline: none;
	}
#header ul, #header li, #header p, #header h1, #header dl, #header dd, #header dt {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#header h1 {
	margin: 0; padding: 0;
	display: inline;
	}
#header h1 a {
	display: block;
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	width: 227px;
	height: 47px;
	left: 0;
	top: 0;
	margin-top: 2px;
	margin-left: 2px;
	}
#header h1 a:hover {
	background: url('../img/header_map.png') -908px -2px no-repeat;
	}
#header .account_info {
	position: absolute;
	left: 621px;
	margin-top: 19px;
	font-size: 12px;
	line-height: 1.5em;
	color: #97978F;
	}
#header .account_info a, #header .account_info a:link {
	border-bottom: 1px dotted #554834;
	}
#header .account_info a:hover {
	border-bottom: 1px solid #787876;
	text-decoration: none;
	}
#header .account_info .name {
	display: inline-block;
	max-width: 100px;
	}
#header .account_info .logout {
	font-size: 10px;
	}
#header .head_search {
	position: absolute;
	top: 14px;
	left: 773px;
	}
#header .head_search input {
	background: none;
	border: 0 none;
	padding: 4px 0 0 10px;
	width: 90px;
	color: #605e58;
	font-size: 12px;
	}
#header .head_search input:focus,
#header .head_search input:active {
	color: #c9c4b9;
	border: 0 none;
	}
#header .head_search button {
	display: none;
	}
#header .topmenu {
	position: absolute;
	right: 323px;
	top: 0;
	width: 360px; /* IE6 fix for right-justified LI elements */
	}
#header li {
	float: right;
	margin-left: 14px;
	position: relative;
	height: 10px;
	width: 100px;
	}
#header li.events { margin-left: 0; }

#header a.top, #header a.top span {
	display: block;
	background-repeat: no-repeat;
	height: 50px;
	width: 92px;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	}
#header .help a.top, #header .help a.top span {
	width: 78px;
	}
#header a.top span {
	display: none;
	background-image: url('../img/header_map.png');
	}
#header .nojs a.top:hover span {
	display: block;
	}
#header .explore a.top span {
	background-position: -1145px 0;
	}
#header .about a.top span {
	background-position: -1246px 0;
	}
#header .help a.top span {
	background-position: -1347px 0;
	}

#header .topmenu dl {
	position: absolute;
	top: 39px;
	left: 1px;
	width: 228px;
	z-order: 100;
	font-size: 11px;
	color: #4c4c4c;
	margin: 0;
	padding: 0;
	}
#header .topmenu .help dl {
	left: -5px;
	}
#header ul.nojs li dl {
	display: none;
	}
#header ul.nojs li:hover dl {
	display: block;
	}
#header dl dd, #header dl dt {
	background: url('../img/header_map.png') -1663px 0 repeat-y;
	padding: 2px 14px 6px;
	margin: 0;
	}
#header dl dd a:link, #header dl dd a:visited {
	text-decoration: none;
	display: block;
	font-size: 1.2em;
	padding: 8px 0;
	}
#header dl dd a:hover {
	text-decoration: underline;
	}
#header dl dd a:focus {
	color: #666;
	}
#header dl dt a:link, #header dl dt a:visited {
	border-bottom: 1px dotted #4c4c4c;
	color: #5f5f5f;
	}
#header dl dt a:hover {
	border-bottom: 1px solid #4c4c4c;
	text-decoration: none;
	color: #D7D7D7;
	}
#header dl em a:link, #header dl em a:visited {
	border-bottom: none;
	font-size: 1.4em;
	padding: 10px 0 0;
	display: block;
	color: #ababab;
	font-style: normal;
	}
#header dl em a:hover {
	text-decoration: underline;
	}
#header dl dd.single a {
	display: block;
	padding: 6px 8px;
	border: none;
	}
#header dl .border {
	border-bottom: 1px solid #212121;
	}
#header dl .first {
	height: 14px;
	background: url('../img/header_map.png') -1432px -30px no-repeat;
	padding: 0;
	}
#header dl .last {
	background: url('../img/header_map.png') -1894px -2px no-repeat;
	height: 14px;
	padding: 0;
	}
#header dl .last .bottom {
	top: 6px;
	background: url('../img/topmenu_bottom.png') top right no-repeat;
	height: 6px;
	display: block;
	width: 100%;
	position: absolute;
	}
#header dl .last .left {
	height: 6px;
	width: 6px;
	background: url('../img/topmenu_bottom.png') top left no-repeat;
	float: left;
	display: block;
	}
#header dl .last .middle {
	height: 6px;
	display: block;
	margin: 0 6px;
	background: #000;
	}




#footer {
	background: #aea692 url('../img/footer_bg.jpg') top left repeat-x;
	font-size: 0.8em;
	margin-top: -4em;
	text-align: center;
	width: 100%;
	overflow: hidden;
	padding-bottom: 1em;
	color: #544f39;
	z-index: -1;
	}
#footer a:link, #footer a:visited {
	color: #726c50;
	}
#footer a:hover {
	color: #857e61;
	}
#footer dl a:link, #footer dl a:visited {
	color: #544f39;
	text-decoration: none;
	}
#footer dl a:hover {
	text-decoration: underline;
	}
#footer ul, #footer li, #footer dl, #footer dd, #footer dt, #footer p {
	padding: 0;
	margin: 0;
	list-style: none;
	}
#footer .linkmenu {
	background: url('../img/footer_line.jpg') 50% 1.6em no-repeat;
	margin: 7em auto 0;
	width: 100%;
	overflow: hidden;
	}
#footer .linkmenu ul {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	}
#footer .linkmenu li {
	float: left;
	margin-left: 40px;
	font-size: 1.2em;
	width: 18%;
	}
#footer .linkmenu li.first {
	margin-left: 7%;
	width: 20%;
	}
#footer .linkmenu a {
	display: block;
	}
#footer .linkmenu dt {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 10px;
	}
	
#footer .copyright {
	width: 780px;
	margin: 2em auto 0;
	text-align: left;
	background: #b6af9d;
	height: 35px;
	}
#footer .copyright .left {
	background: url('../img/footer_copyright.gif') left no-repeat;
	float: left;
	margin-top: -5px;
	width: 59px;
	height: 45px;
	}
#footer .copyright .right {
	float: right;
	}
#footer .copyright p {
	margin-left: 70px;
	line-height: 34px;
	padding-right: 20px;
	}



div.page {
	position: relative;
	}
div.page .page_pad, 
div.page .page_top,
div.page .page_bottom {
	background: url('../img/grey_border.png') top center repeat-y;
	display: block;
	width: 100%;
	overflow: hidden;
	}
div.page .page_top,
div.page .page_bottom {
	background-position: left top;
	background-repeat: no-repeat;
	height: 8px;
	}
div.page .page_bottom {
	background-position: right bottom;
	}
div.page .page_pad {
	padding: 5px 0;
	}

div.plain_white {
	padding: 0 20px;
	}

#bookmarks {
	font-size: 0.8em;
	color: #555;
	}