/* CSS Document */
#feature_menu {
	position:absolute;
	left:9px;
	top:157px;

}





/* CSS for photogallery */

#photos_div{
width:800px;
height:430px;
text-align:center;
}
#gallery{
height:400px;
overflow:auto;
}

#main_photo_container{
margin-top:-395px;
width:790px;
}
#main_photo{
filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3);
}
#photo_text{
font-weight:bold;
font-style:italic;
}

#gallery table {
width:760px;
height:500px;
	margin:0px auto;  /* need this to center table in firefox*/
	

}

#gallery table td div{
    width:89px;
	overflow:hidden;
	text-align:center;
	
	}
#thumb{
	border:2px solid #ffffff;
	cursor:pointer;
height: 50px;
	}
#slide_controls{

	position:relative;
	left:-12px;
	cursor:pointer;
}

#control_wrapper{
width:100%;
position:absolute;
bottom:-4px;
left:0px;  /*otherwise IE does stupid things*/
text-align:center;
display:none;
}

/* END OF GALLERY STYLING*/
#map_div{
width:800px;
height:430px;


}

#map{
position:absolute;
top:0px;
left:200px;
width:600px;
height:430px;
/*border-left: 3px solid #EBEADE;*/


}

.controls{

position:absolute;
top:34px;
left:38px;
}
.controls table{

color:#486CB1;
font-weight:bold;
text-align:center;
border-collapse:collapse;
margin-bottom:20px;


}
.controls table td{
border:1px solid #486CB1;
padding:0px;
margin:0px;
}
.controls a{
display:block;  /*need display:block to get it to obey width*/
width:60px;
margin:0;
padding:0;

cursor:pointer;
}


.controls a:hover, .controls a.active{
background-color:#486CB1;
color:#FFFFFF;
text-decoration:none;
}
#pano_div{
width:800px;
height:430px;


}
.panorama{

position:absolute;
top:0px;
left:200px;
width:600px;
height:430px;
/*border-left: 3px solid #EBEADE;*/
}

#pano_controls a{
width:100px;
}

/*start of main div styling*/
#main_pic_wrapper{
position:absolute;
top:10px;
left:20px;
text-align:center;
width:380px;
}
#main_pic{

border: 3px solid #EBEADE;
}
#main_text{
position:absolute;
top:5px;
left:413px;
width:382px;
height:332px;
}

#main_div{
width:800px;
height:430px;
}

.tagline{
font-weight:bold;
color:#000000;
font-size:13px;
}
#list_info{
position:absolute;
top:300px;
left:0px;
border-top:1px solid #CAAF77;
width:800px;
}

#list_info table{
float:left;
margin-left:20px;
font-weight:bold;

}
#email_anch:link{  /*has to conteract mootabs.css*/

color:#8A8039;
margin:0px;
padding:0px;
}

#email_friend_div{
height:430px;

}

#plan_div{
height:430px;
padding-top:30px;


}
#select_level{
position:absolute;
top:15px;
left:33px;
text-align:center;
width:100px;
}




