body {
	margin:75px;
	background:#fff;
	font-family: 'Oxygen Mono', sans-serif;
	font-size: 62.5%;
	
}

a {
	color:#444;
}

a:hover {
	color:#444;
}	

ul {
	list-style-type:disc;
}

h3 {
	margin:0;
}

.wrap {
	position:relative;
	width:562px;
	margin:0 auto;
	margin-top:210px;
}

.icon_link_out {
	vertical-align:middle;
	margin-left:3px;
}


#content #balloons_container {
	display:none;
	position:fixed;
	
	left:50%;
	width:700px;
	margin-left:-350px;
	text-align:center;
}

#content #balloons_container #balloons {
	margin-left:25px;
}

#content h1.site_title {
	font-size:30px;
	font-weight:bold;
	margin-top:-30px;
}

#content #title_container {
	position:fixed;
	top:590px;
	left:50%;
	width:700px;
	margin-left:-350px;
	text-align:center;
}

#content .wrap {
	display:none;
	font-size:14px;
}

#content #pdnav #throb {
	position:absolute;
	right:-2px;
}

#content #pdnav #throb a {
	color:#d5060c;
	font-size:30px;
}

#content #main {

	background:#fcfcfc;
	border:1px solid #ddd;
	border-top:0;
	
	color:#000;
	
	padding:20px;
	height:260px;
	
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	

}


#content #main .tab-content p {
	font-size:16px;
	line-height:1.3em;
}

#content #main .tab-content a {
	text-decoration:underline;
}

#content #main .tab-content a:hover {
	color:#888;
}


#content #main .tab-content .separator {
	margin-top:24px;
	clear:both;
}

#content #main #details {
	text-align:center;
}

#content #main #venue { width: 515px; }
#content #main #venue .viewport { width: 495px; height:260px;overflow: hidden; position: relative; }
#content #main #venue .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#content #main #venue .scrollbar{ background: transparent; position: relative; float: right; width: 15px; }
#content #main #venue .track { background: transparent; height: 100%; width:13px; position: relative; padding: 0 1px; }
#content #main #venue .thumb { background: transparent url(../../design/bg-white-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#content #main #venue .thumb .end { background: transparent url(../../design/bg-white-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#content #main #venue .disable { display: none; }

#content #main #venue img, #content #main #accommodations img {
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:2px solid #888;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}




/* Bootstrap Overwrite */
.nav {
	margin-bottom:0;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	color:#d5060c;
	background:#fcfcfc;
}

.nav > li > a {
	color:#555;
}
