﻿body 
{background-image: url(../images/bg.jpg);
text-align: center;
margin: 0px auto 0px auto;
padding: 0px;
font-family: arial;
font-size: 11pt
}

h1
{
    font-family: Arial;
    font-size: 20pt;
    color: #231e08;
    margin: 0px 0px 0px 0px;
    }
    
h2
{
    font-family: Arial;
    font-size: 14pt;
    color: #231e08;
    margin: 0px 0px 0px 0px;
    }
    
.columnLeft
{
    width: 170px;
    height: 100%;
    display: inline-block;
    margin: 0px 0px 20px 10px;
    float: left
    }

/*-------------------------
    Generic Items Used 
--------------------------*/
.pgraph
{
    margin-left:10px;
    margin-right:10px;
}

.centre
{
    text-align:center;
}

.fleft{float:left;}
.fright{float:right;}
.clear{clear:both;}
.mleft{margin-left:15px;}

/*-------------------------
   Header 
--------------------------*/
#header
{
    width:950px;
    height:148px;
    margin: 0px;
    background-image: url(../images/mainLayout_01.gif);
}

.accessCont
{
    width: 170px;
    height: auto;
    float: right;
    position: relative;
    top: 30px;
    left: 0px;
    color: #231e08;
    font-size: 10pt;
    text-align: right;
    margin: 0px 10px 0px 0px 
}

.accessCont a
{
    color: #231e08;
    font-size: 10pt;
    }

.bwLogo
{
    width: 99px;
    height: 90px;
    background-image: url(../images/logo.jpg);
    position: relative;
    top: 10px;
    left: 10px;
    float: left}
    
.bwTitle
{
    width: 650px;
    height: auto;
    font-family: Arial;
    font-size: 30pt;
    color: #002674;
     float: left;
    position: relative;
    top: 10px;
    left: 30px
    }
    
.bwContactContainer
{
    width: 420px;
    height: auto;
    font-family: Arial;
    font-size: 10pt;
    color: #464545;
    float: left;
    position: relative;
    top: 10px;
    left: 30px;

    }
    
.bwBold
{
    font-weight: bold;
    float: left;
    margin: 0px 20px 0px 0px
    }

.bwNormal
{
    float: left
    }

.bwMenuContainer
{
    width: 100%;
    height: 23px;
    float: left;
    position: relative;
    top: 16px;
    left: 5px;
}

.bwHome
{
    width: 91px;
    height: 23px;
    background-image: url(../images/homeButtonOff.jpg);
    float: left;
    margin: 0px 0px 0px 40px
    }
    
.bwHome:hover
{
    background-position: bottom right;
    }
    
 .bwhomeSelected
 {
     width: 91px;
    height: 23px;
    background-image: url(../images/HomeButton.jpg);
    float: left;
    margin: 0px 0px 0px 40px
 }   
    
    

.bwBookOnline
{
    width: 170px;
    height: 23px;
    background-image: url(../images/bookOnlineOff.jpg);
    float: left;
    
    }
    
.bwBookOnline:hover
{
    background-position: bottom right;
    }
    
.bwBookOnlineSelected
{
    width: 170px;
    height: 23px;
    background-image: url(../images/bookOnlineButton.jpg);
    float: left;
    
    }    
    
.bwHotelInfo
{
    width: 148px;
    height: 23px;
    background-image: url(../images/hotelInfoButtonOff.jpg);
    float: left;
    margin: 0px 0px 0px 5px
    }
    
    .bwHotelInfoSelected
{
    width: 148px;
    height: 23px;
    background-image: url(../images/hotelButton.jpg);
    float: left;
    margin: 0px 0px 0px 5px
    }
    
    
.bwHotelInfo:hover
{
    background-position: bottom right;
    }
    
.bwRates
{
    width: 148px;
    height: 23px;
    background-image: url(../images/ratesButtonOff.jpg);
    float: left;
    margin: 0px 0px 0px 5px
    }
    
.bwRates:hover
{
    background-position: bottom right;
    }
    
    .bwRatesSelected
{
    width: 148px;
    height: 23px;
    background-image: url(../images/ratesButton.jpg);
    float: left;
    margin: 0px 0px 0px 5px
    }
    
.bwContact
{
    width: 91px;
    height: 23px;
    background-image: url(../images/contactButtonOff.jpg);
    float: left;
    margin: 0px 0px 0px 5px
    }
    
.bwContact:hover
{
    background-position: bottom right;
    }
    
 .bwContactSelected
{
    width: 91px;
    height: 23px;
    background-image: url(../images/contactButton.jpg);
    float: left;
    margin: 0px 0px 0px 5px
    }
    
/*-------------------------
   Container Box
--------------------------*/

#container
{
    margin: 0px auto 0px auto;
    width:950px;
    height: auto;
    text-align: left;
    display: inline-block;
    border:solid 2px black;
    margin-top:20px;
    margin-bottom:20px;
    
    }
    
.mainLayoutContainer
{
    width: 950px;
    height: auto;
    display: inline-block;
    background-image: url(../images/mainLayout_02.gif);
    
    }

.mainLayoutBase
{
    width: 950px;
    height: 8px;
    display: inline-block;
    background-image: url(../images/mainLayout_03.gif);
    overflow: hidden;
    }
    
.footer
{
    width: 925px;
    height: 53px;
    margin: 10px 12px 0px 12px;
    display: inline-block;
    background-image: url(../images/footer.gif);
    }

.footerText
{
    width: 95%;
    height: auto;
    position: relative;
    top: 17px;
    left: 20px;
    text-align: center
    }


/*-------------------------
         Menu
--------------------------*/

#menu
{
    width:100%;
    height: auto;
    float:left;
    display: inline-block;

}

.menuTop
{
    width: 170px;
    height: 9px;
    background-image: url(../images/menu_03.gif);
    display: inline-block;
    overflow: hidden
}

.menuContent
{
    width: 170px;
    height: auto;
    background-image: url(../images/menu_05.gif);
    display: inline-block;
    
 }

.menuBase
{
    width: 170px;
    height: 12px;
    background-image: url(../images/menu_08.gif);
    display: inline-block;
    overflow: hidden
}

.flashContainer
{
    padding-top: 10px;
    padding-left: 20px;
    height: 187px;
    z-index:0;
}
.flashItem
{
    width: 174px; float: left;
}
.menuItem
{
    width: 100%;
    height: auto;
    display: inline-block;
    float: left;
    margin: 5px 0px 0px 0px;
    }

.menuHyperlink
   { 
     left: 10px; }
    
.menuItemBullet
{
    width: 9px;
    height: 15px;
    background-image: url(../images/menuBullet.gif);
    float: left;
    
    }
    
  .menuItemText 
{
    width: auto;
    height: auto;
    display: inline;
    text-decoration: none;
    float: left;
    color: #231e08;
    font-size: 10pt;
    font-weight: bold;
    
    }  
    
.menuItemText a
{
    width: auto;
    height: auto;
    display: inline;
    text-decoration: none;
    float: left;
    color: #231e08;
    font-size: 10pt;
    font-weight: bold;
    
    }
    
.menuItemUnderline
{
    width: 143px;
    height: 1px;
    background-image: url(../images/menuUnderline.gif);
    float: left;
    overflow: hidden
    
    }

.bookingText
{
    width: auto;
    height: auto;
    display: inline-block;
    padding: 10px 5px 15px 5px;
    font-size: 10pt
    }

/*-------------------------
    Home Page Content
--------------------------*/

#content
{
    float:left;
    width:700px;
    margin-left:10px;
    border:solid 2px black;
    margin-top:20px;
    margin-bottom:20px;
    padding-bottom:20px;
}

/*-------------------------
  Non Home & Admin Content
--------------------------*/

#content2
{
    float:left;
    width:740px;
    margin-left: 10px;
       
}

.content2top
{
    width: 740px;
    height: 219px;
    margin: 0px auto 0px auto;
    display: inline-block;
    background-image: url(../images/mainInfo_01.gif);
    overflow: hidden;
    }

.content2welcome
{
    width: 700px;
    height: auto;
    position: relative;
    top: 10px;
    left: 10px;
    }

.contentMain
{
    width: 740px;
    height: auto;
    margin: 0px auto 0px auto;
    display: inline-block;
    background-image: url(../images/mainInfo_02.gif);
    overflow: hidden;
    }

.content2base
{
    width: 740px;
    height: 9px;
    margin: 0px auto 0px auto;
    display: inline-block;
    background-image: url(../images/mainInfo_03.gif);
    overflow: hidden;
    }    
    

/*-------------------------
    Home Page Banners
--------------------------*/

#banners
{
    margin-left:10px;
    float:right;
    width:240px;
    border:solid 2px black;
    margin-top:20px;
    margin-bottom:20px;
    margin-right:10px;
}

/*-------------------------
 Roll Over Image expander 
--------------------------*/

.links 
{
/*position: absolute;
top: 81px; left: 10px;*/
/*left:650px;
margin-top:-40px;*/
/*margin-left:10px;*/
margin-left:10px;
margin-top:20px;
}

.links a
 {
margin:0px;
display:block;
}

.links a:hover {border:0px black dashed;}

.links a .im1
{
width:150px;
/*height:93px; */
border:5px solid white;
}
.links a .im2 
{
height: 0; 
width: 0; 
border-width: 0;
}
.links a:hover .im2 
{
position: absolute; 
bottom:0px;
right:500px;
/*right: 250px;*/
height:375px;
width:500px;
}


.links a .im3 
{
height: 0; 
width: 0; 
border-width: 0;
}
.links a:hover .im3 
{
/*position: absolute; */
position:absolute;
/*bottom:0px;*/
/*right:500px;*/
/*right: 250px;*/
right:400px;
height:375px;
width:500px;
}


.links a .im2port 
{
height: 0; 
width: 0; 

border-width: 0;
}
.links a:hover .im2port
{
position: absolute; 
right:400px;
/*height:400px;
width:300px;*/
height:auto;
width:auto;
}

.links a .im2land
{
height: 0; 
width: 0; 

border-width: 0;
}
.links a:hover .im2land
{
position: absolute; 
right:400px;
/*height:300px;
width:400px;*/
height:auto;
width:auto;
}


/*-------------------------
    File Download Pages
--------------------------*/

.wrapping
{
    width:657px;
    padding:10px;
    margin-top:10px;
    border:solid 1px black;
}

/*-------------------------
    Special Offers Page
--------------------------*/

.Swrapper
{
    padding:5px;
    width:99%;
    height:auto;
    border:solid 1px gray;
    margin-top:15px;
}

.Spicture
{
    float:left;
    padding:10px;
    margin-top:0px;
    width:20%;

}

.Scontent

{
    float:left;
    width:69%;

}

/*-------------------------
       Gallery
--------------------------*/

.gwrapper
{
    width:100%;
    padding:10px;
    margin-top:10px;
    z-index:1000;
}

/*-------------------------
       Login
--------------------------*/

.Lwrapper
{
    width:250px;
}


/*-------------------------
       Admin Menu
--------------------------*/

.menuitem
{
    float: left;
    margin-right: 15px;
    text-align: left;
}