/* @override http://bob.local/www.shawneepeak.com/lodging/_css/lodging.css */

/* Static Content */

p.intro{
	position: relative;
	float: left;
	width: 650px;
}

#right_col{
	margin-top: -115px;
}

/* tabs */

#tabs ul{
	position: relative;
	width: 100%;
	float:right;
	height: 20px;
}

#tabs li{
	width: 45px;
	float: right;
	height: 20px;
	text-align:center;
}

#tabs li a{
	position: relative;
	font-style: normal;
	text-transform: uppercase;
	font-size: 9px;
	color:#214375;
	width: 40px;
	line-height: 20px;
	background-image:url('../../_img/buttons/empty_button.jpg');
	font-weight: normal;
	text-align:center;
	border-right: 1px solid #4B5964;
}

#tabs li a.selected{
	font-weight: bold;
	color:#214375 ;
	background-image:url('../../_img/buttons/empty_button.jpg');
}

#tabs li#east_slope_info a{
	position: relative;
	width: 150px;
}

#tabs li#east_slope_info{
	position: absolute;
	left: 0;
	width: 150px;
}

.tab_content{
	border: none;
	width: 100%;
	font-style: normal;
	display: none;
}

/* Resources */

div.east_slope_docs{
	position: absolute;
	width: 200px;
	top: 10px;
	right: 10px;
}

div.east_slope_images{
	width: 100%;
}

div.east_slope_images .fancybox{
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.fancybox img{
	height: 75px;
}