

/* Begin initial settings */

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, li, dl, address {
	margin: 0px;
	padding: 0px;
}

dd, blockquote {
	margin-left: 1em;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

a img {
	border: none;
}

img {
	border: none;
}

input, select, textarea {
	font-size: 100%;
}

/* End initial settings. */

body {
	background: #D1D0CD url(../images/background.jpg) no-repeat center top;
	color: #333;
	font: normal 12px/18px "Lucida Grande", Verdana, sans-serif;
	text-align: center;
}

#wrapper {
	width: 760px;
	margin: 0px auto;
	background: transparent url(../images/shadow.png) repeat-y;
	position: relative;
}

#top {
	width: 760px;
	margin: 50px auto 0px;
	background: transparent url(../images/top.png) no-repeat;
	height: 20px;
}

#header {
	background: transparent url(../images/header.jpg) no-repeat center top;
	text-align: left;
}

#header img {
	position: absolute;
	top: -55px;
	left: 40px;
}

#header h1 {
	text-indent: -9999px;
	height: 160px;
}

#body {
	background: transparent url(../images/innerFade.jpg) no-repeat center top;
	padding: 0px 40px 10px;
	text-align: left;
}

#menu {
	width: 173px;
	height: 233px;
	background: transparent url(../images/arrow.gif) no-repeat left top;
	float: left;
	display: inline;
	padding: 21px 0px 21px;
	margin-left: 10px;
}

#menu li {
	list-style: none outside;
	text-indent: -9999px;
}

#menu a {
	display: block;
	text-decoration: none;
}

#about.active, #about a {
	height: 35px;
	background: transparent url(../images/about_down.png) no-repeat;
}
#about a {
	background: transparent url(../images/about.png) no-repeat;
}
#about, #about a:hover {
	background: transparent url(../images/about_over.png) no-repeat;
}

#guides.active, #guides a {
	height: 40px;
	background: transparent url(../images/guides_down.png) no-repeat;
}
#guides a {
	background: transparent url(../images/guides.png) no-repeat;
}
#guides, #guides a:hover {
	background: transparent url(../images/guides_over.png) no-repeat;
}

#schedule.active, #schedule a {
	height: 35px;
	background: transparent url(../images/schedule_down.png) no-repeat;
}
#schedule a {
	background: transparent url(../images/schedule.png) no-repeat;
}
#schedule, #schedule a:hover {
	background: transparent url(../images/schedule_over.png) no-repeat;
}

#see.active, #see a {
	height: 41px;
	background: transparent url(../images/see_down.png) no-repeat;
}
#see a {
	background: transparent url(../images/see.png) no-repeat;
}
#see, #see a:hover {
	background: transparent url(../images/see_over.png) no-repeat;
}

#sponsors.active, #sponsors a {
	height: 41px;
	background: transparent url(../images/sponsors_down.png) no-repeat;
}
#sponsors a {
	background: transparent url(../images/sponsors.png) no-repeat;
}
#sponsors, #sponsors a:hover {
	background: transparent url(../images/sponsors_over.png) no-repeat;
}

#content {
	width: 460px;
	float: right;
	padding-top: 20px;
}

p {
	margin: 0 0 1.5em;
}

p.intro {
	font-size: 16px;
	line-height: 20px;
}

h2 {
	font-size: 14px;
	margin-bottom: 1em;
	color: #222;
}

.guides img {
	float: right;
	border: 1px solid #333;
	margin: 0.5em 0em 1em 1.5em;
}

.sponsors img {
	float: right;
	margin: 0.5em 0em 1em 1.5em;
}

a {
	color: #1e97c3;
	text-decoration: underline;
}

a:visited {
	color: #666;
}

a:hover {
	text-decoration: none;
}

#content ul li {
	list-style: disc outside;
	margin: 0 2.5em 0.5em;
}

#content ol li {
	list-style: decimal outside;
	margin: 0 2.5em 0.5em 3em;
}

li.start {
	background: #FFD;
	border: 1px solid #efb71c;
}

#map {
	width: 458px;
	height: 300px;
	border: 1px solid #efb71c;
	margin-bottom: 1.5em;
}

#map p {
	margin: 20px;
}

.subtle {
	color: #666;
	font-size: 11px;
}

hr {
	clear: both;
	visibility: hidden;
}

p#findus {
	padding: 8px 12px;
	border: 1px solid #efb71c;
	background: #FFD;
	color: #000;
}

#footer {
	background: transparent url(../images/bottom.png) no-repeat center top;
	padding: 30px 30px 0px;
	width: 700px;
	margin: 0px auto 20px;
	color: #666;
	text-align: center;
	line-height: 16px;
}

#gallery, #recap {
	margin: 0px 0px 20px;
}

#gallery {
	border: 1px solid #efb71c;
	height: 378px;
}

#gallery p {
	padding: 20px;
}
