/* CSS Document */

/* CSS Document */

.curlycontainer{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 240px;
background-color: #F4F5DF;
}

.curlycontainer .innerdiv{
background: transparent url(../img/brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}

.curlycontainer1{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 595px;
background-color: #FFFFFF;
}

.curlycontainer1 .innerdiv1{
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}

.curlycontainer2{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 250px;
background-color: #F1F0DB;
}

.curlycontainer2 .innerdiv2{
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}

.curlycontainer3{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 595px;
background-color: #FFB27F;
text-decoration: blink;
color:#FFFFFF;
}

.curlycontainer3 .innerdiv3{
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}

.curlycontainer4{
margin-bottom: 1em;
width: 180px;
background-color: #F8F8ED;
height:160px;
}

.curlycontainer4 .innerdiv4{
background: transparent url(../img/hotel.gif) bottom right no-repeat;
position: relative;
border: 1px dotted #989898;
background-color: #F8F8ED;
left: 0px;
top: 0px;
width: 180px;
padding: 1px 4px 15px 5px;
height:160px;
}

.curlycontainer5{
margin-bottom: 1em;
width: 180px;
background-color: #F8F8ED;
height:135px;
}

.curlycontainer5 .innerdiv5{
background: transparent url(../img/hotel.gif) bottom right no-repeat;
position: relative;
border: 1px dotted #989898;
background-color: #F8F8ED;
left: 0px;
top: 0px;
width: 180px;
padding: 1px 4px 15px 5px;
height:135px;
}

.bevelmenu{
font: bold 13px arial;
padding: 6px 0;
margin: 0;
width: 100%;
background-color: #FFF2BF;
text-align: left; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 3px 0.5em;
text-decoration: none;
color: black;
background-color: #FFF2BF;
border: 2px solid #FFF2BF;
}

.bevelmenu li a:hover{
color: black;
background-color: #FFE271;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}