@charset "utf-8";
/* CSS Document */

BODY	{
font-family:Arial, Helvetica, sans-serif;
font-size:11pt;
background:#B3D7D2;
}

h1	{
font-size:11pt;}

#main{
width:905px;
text-align:justify;
background:#336633;
border:#336699 solid 4px;
}

#top{
width:905px;
height:165px;
background:#666666;
}

#menu-content{width:905px;
line-height:32px;

}

#menu ul	{
list-style-type:none;
padding:0;
margin:0;}

#menu ul li a	{
background:#336699;
display:block;
font-size:9pt;
width:174px;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
padding-left:5px;
line-height:30px;
border-width: 1px;
border-style: solid;
border-color: #F2F0F0 #ddd #ddd #F2F0F0;
text-align:center;
}

#menu ul li {
float:left;
position:relative;
}

#menu ul li ul{
display:none;
}

#menu ul li ul a 	{
width:174px;
text-align:left;}


#menu ul li:hover a	{
background:#669933;
}

#menu ul li:hover ul {
display:block;
position:absolute;
top:31px;
left:0px;
width:190px;
}

#menu ul li:hover ul li a	{

}

#menu ul li:hover ul li:hover a	{
background:#FFB500;
}

#home-leftcontent{
clear:left;
float:left;
width:500px;

background:#993300;

}

#home-tourmenu{float:left;
width:150px;


}


#home-tourmenu-description{
float:left;
padding-left:5px;
width:250px;
height:149px;
border-bottom:#ffffff dashed 1px;
background:#336633;
color:#FFFFFF;}

#segway-tour-left{
clear:left;
float:left;
width:235px;
text-align:center;


}

#segway-tour-right{float:left;
width:670px;
height:410px;
background:#336633;}

#segway-tour-full-right	{float:left;
width:660px;
height:auto;
background:#336633;
color:#FFFFFF;
padding:5px;
text-align:left;}

#segway-tour-full-right	h1 {
font-size:12pt;
}

#segway-tour-full-right	a {
color:#990000;
}

#segway-tour-description{float:left;
width:660px;
padding:5px;
height:auto;
background:#336633;
color:#FFFFFF;
}



#bottom{
clear:left;
width:905px;
min-height:30px;
text-align:center;
background:#B3D7D2;
font-size:9pt;
}

