@charset "utf-8";
/* CSS Document */

body {
	background-color: #dba749;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	line-height: 1.5;
}

#wrapper {
	width: 900px;
	background-image: url(Images/BG/main_bg.jpg);
	background-repeat: no-repeat;
	background-color: #97570C;
	overflow: auto;
}

a:link {
	color: #FC6;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FC6;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ffe430;
	font-weight: bold;
	text-decoration: underline;
}

/* DROP SHADOWS */
#top_drop {
	width: 940px;
	height: 21px;
	background-image: url(Images/BG/top_drop.jpg);
	background-repeat: no-repeat;
	padding: 0;
}
#bottom_drop {
	width: 940px;
	height: 19px;
	background-image: url(Images/BG/bottom_drop.jpg);
	background-repeat: no-repeat;
	padding: 0;
}


#drop_shadow {
	width: 940px;
	background-image: url(Images/BG/drop.jpg);
	background-repeat: repeat;
	padding: 0;
	overflow: auto;
}



/* POSITIONING */
.center {
  margin-left: auto;
  margin-right: auto;
}
.left {
	float: left;
}



/* NAVIGATION BAR */

#header {
	border: 0;
	margin: 0;
	padding: 0;
	height: 160px;
	overflow: hidden;
}
#navi {
	border: 0;
	margin: 127px 0 0 39px;
	width: 848px;
}
#menu {
	border: 0;
	padding: 0;
	margin: 0;
	width: 848px;
}
#menu a {
	display: block;
	background:url(Images/navi/navi_singlesprite.png);
	height: 26px;
	text-indent:-1000px;
}

#menu a.home {background-position: 0px 0px; width: 80px;}
#menu a.home:hover {background-position: 0px -26px;}
#menu a.holidays {background-position: -80px 0px; width: 135px;}
#menu a.holidays:hover {background-position: -80px -26px;}
#menu a.conferences {background-position: -215px 0px; width: 135px;}
#menu a.conferences:hover {background-position: -215px -26px;}
#menu a.region {background-position: -350px 0px; width: 143px;}
#menu a.region:hover {background-position: -350px -26px;}
#menu a.directions {background-position: -505px 0px; width:140px;}
#menu a.directions:hover {background-position: -505px -26px;}
#menu a.blog {background-position: -645px 0px; width: 75px;}
#menu a.blog:hover {background-position: -645px -26px;}
#menu a.contact {background-position: -720px 0px; width: 100px;}
#menu a.contact:hover {background-position: -720px -26px;}

#menu li {
	float:left;
	list-style: none;
}

#menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



/* CONTENT */

#main {
	border: 0;
	margin: 5px 0 0 26px;
	width: 848px;
	background-image:url(Images/BG/overlay.png);
	background-repeat:repeat;
	overflow: auto;
	}
#content_left {
	border: 0;
	color: #FFF;
	margin: 0 0 0 0;
	width: 484px;
	overflow: hidden;
}
#content_right {
	border: 0;
	color: #FFF;
	margin: 20px 30px 0 510px;
}
#directions_left {
	border: 0;
	color: #FFF;
	margin: 20px 20px 0 30px;
}
#footer {
	border: 0;
	margin: 8px 0 0 26px;
	background-color: #431F07;
	color: #FFF;
	width: 848px;
	height: 30px;
	overflow: auto;
}
#footer_left {
	border: 0;
	margin: 5px 10px 5px 15px;
	width: 484px;
}
#footer_right {
	border: 0;
	margin: 5px 15px 5px 20px;
}
#footer_space {
	border: 0;
	margin: 0;
	height: 25px;
}
#loadarea {
	width: 484px;
	height: 380px;
	color: #FFF;
}


/* TYPOGRAPHY */

.bold {
	font-weight: bold;
}

ul {
	list-style: none;
	margin:0 0 1em 15px;
	padding: 0;
}

.bullet {
	line-height: 1.5em;
	padding: 0 0 0 15px;
	background: url(Images/PageTitles/bullet1c.png) no-repeat 0 7px;
}

	
