body {
	background-color: #fff;
	margin: 35px 40px 0;
	padding: 0;
}

a span {
	display: none;
}

#top {
	background-image: url(../img/popup/logo.gif);
	background-repeat: no-repeat;
	width: 600px;
	height: 80px;
	position: relative;
}

#top h1 {
	display: none;
}

#community_name {
	position: absolute;
	top: 0;
	right: 0;
}

#nav {
	width: 384px;
	height: 13px;
	background-image: url(../img/tour/nav.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 216px;
	top: 49px;
}

#nav li, #nav a {
	list-style: none;
	position: absolute;
	top: 0;
	height: 13px;
}

#n1, #n1c {
	left: 0;
	width: 36px;
}

#n1 a {
	width: 36px;
}

#n1 a:hover {
	background-image: url(../img/tour/nav.gif);
	background-repeat: no-repeat;
	background-position: 0 -13px;
}

#n1c {
	background-image: url(../img/tour/nav.gif);
	background-repeat: no-repeat;
	background-position: 0 -26px;
}

#n2, #n2c {
	left: 56px;
	width: 72px;
}

#n2 a {
	width: 72px;
}

#n2 a:hover {
	background-image: url(../img/tour/nav.gif);
	background-repeat: no-repeat;
	background-position: -56px -13px;
}

#n2c {
	background-image: url(../img/tour/nav.gif);
	background-repeat: no-repeat;
	background-position: -56px -26px;
}

#n3, #n3c {
	left: 148px;
	width: 31px;
}

#n3 a {
	width: 31px;
}

#n3 a:hover {
	background-image: url(../img/tour/nav.gif);
	background-repeat: no-repeat;
	background-position: -148px -13px;
}

#n3c {
	background-image: url(../img/tour/nav.gif);
	background-repeat: no-repeat;
	background-position: -148px -26px;
}

#n4, #n4c {
	left: 198px;
	width: 60px;
}

#n4 a {
	width: 60px;
}

#n4 a:hover {
	background-image: url(../img/tour/nav.gif);
	background-repeat: no-repeat;
	background-position: -198px -13px;
}

#n4c {
	background-image: url(../img/tour/nav.gif);
	background-repeat: no-repeat;
	background-position: -198px -26px;
}

#n5, #n5c {
	left: 278px;
	width: 106px;
}

#n5 a {
	width: 106px;
}

#n5 a:hover {
	background-image: url(../img/tour/nav.gif);
	background-repeat: no-repeat;
	background-position: -278px -13px;
}

#n5c {
	background-image: url(../img/tour/nav.gif);
	background-repeat: no-repeat;
	background-position: -278px -26px;
}

#content {
	width: 600px;
	position: relative;
}

#btn_back {
	background-image: url(../img/tour/btn_back.gif);
	background-repeat: no-repeat;
	width: 81px;
	height: 9px;
	position: absolute;
	left: 0;
	top: 10px;
}

#btn_back a {
	width: 81px;
	height: 9px;
	position: absolute;
}

#btn_back a:hover {
	background-image: url(../img/tour/btn_back.gif);
	background-repeat: no-repeat;
	background-position: 0 -9px;
}

#btn_next {
	background-image: url(../img/tour/btn_next.gif);
	background-repeat: no-repeat;
	width: 78px;
	height: 9px;
	position: absolute;
	right: 0;
	top: 10px;
}

#btn_next a {
	width: 78px;
	height: 9px;
	position: absolute;
}

#btn_next a:hover {
	background-image: url(../img/tour/btn_next.gif);
	background-repeat: no-repeat;
	background-position: 0 -9px;
}

#btn_qt {
	background-image: url(../img/tour/btn_qt.gif);
	background-repeat: no-repeat;
	width: 179px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 10px;
}

#btn_qt a {
	width: 179px;
	height: 16px;
	position: absolute;
}

#btn_qt a:hover {
	background-image: url(../img/tour/btn_qt.gif);
	background-repeat: no-repeat;
	background-position: 0 -16px;
}

#map {
	float: right;
}

#select_plans {
	margin: 0;
	padding: 0;
}

#directions address {
	color: #6e3007;
	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 14px;
	padding-bottom: 15px;
}

#directions p {
	color: #525252;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 13px;
	margin: 0;
	padding: 0;
}

#directions p strong {
	font-size: 13px;
	line-height: 25px;
}

#driving_nav {
	position: absolute;
	left: -20px;
	bottom: 0;
	background-color: #c00;
	height: 120px;
}

#btn_up {
	background-image: url(../img/tour/btn_up.gif);
	background-repeat: no-repeat;
	width: 9px;
	height: 47px;
	position: absolute;
	left: 0;
	top: 0;
}

#btn_up a {
	width: 9px;
	height: 47px;
	position: absolute;
}

#btn_up a:hover {
	background-image: url(../img/tour/btn_up.gif);
	background-repeat: no-repeat;
	background-position: -9px 0px;
}

#btn_down {
	background-image: url(../img/tour/btn_down.gif);
	background-repeat: no-repeat;
	width: 9px;
	height: 47px;
	position: absolute;
	left: 0;
	bottom: 0;
}

#btn_down a {
	width: 9px;
	height: 47px;
	position: absolute;
}

#btn_down a:hover {
	background-image: url(../img/tour/btn_down.gif);
	background-repeat: no-repeat;
	background-position: -9px 0px;
}

#btn_zoom {
	background-image: url(../img/tour/btn_zoom.gif);
	background-repeat: no-repeat;
	width: 58px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 10px;
}

#btn_zoom a {
	width: 58px;
	height: 16px;
	position: absolute;
}

#btn_zoom a:hover {
	background-image: url(../img/tour/btn_zoom.gif);
	background-repeat: no-repeat;
	background-position: 0 -16px;
}

#btn_print {
	background-image: url(../img/tour/btn_print.gif);
	background-repeat: no-repeat;
	width: 73px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 49px;
}

#btn_print a {
	width: 73px;
	height: 20px;
	position: absolute;
}

#btn_print a:hover {
	background-image: url(../img/tour/btn_print.gif);
	background-repeat: no-repeat;
	background-position: 0 -20px;
}