html, body { padding: 0px; margin: 0px }
body {
 font-family: tahoma;
 width: 100%;
 margin: 0px;
 text-align: left;
 background: #ececec
}
#mainbannerdiv {
 width: 100%;
  background: #050040;
 height: 91px;
 padding-top: 20px
}
#innerbannertable {  
 text-align: left;
 margin-left: auto;
 margin-right: auto;
 width: 1004px
}
#mainbannertd {
 color: white;
 line-height: 20px; 
 font-size: 12px;
 border-left: 1px solid white;
 padding-left: 15px;
 width: 803px
}
#innerbannertable img { margin-right: 12px }
#mainbannertd a { color: white; text-decoration: none }
#mainbannertd a:hover { text-decoration: underline }

#capsule {
 width: 1004px;
 border-left: 1px solid #ececec;
 border-right: 1px solid #ececec;
 margin-left: auto;
 margin-right: auto; 
 margin-top: 5px;
 text-align: left;
 padding: 10px;
 background: white 
}
#bottomdiv {
 border-top: 1px dotted silver;
 font-size: 10px;
 text-align: right;
 color: gray;
 margin: 10px;
 padding-top: 6px
}

#menutable  { font-size: 11px; border: 1px solid #ececec }
#menutable a { color: gray; text-decoration: none }
#menutable a:hover { color: black }
#menutable th { border-bottom: 2px solid #ececec }
#menutable th, #menutable td { vertical-align: center; border-bottom: 1px dotted #ececec }

#maintable { font-size: 12px } 

#contentdiv { font-size: 11px }

#contactformtable {
 font-size: 11px;
 color: gray 
}
#contactformtable input, #contactformtable textarea, #contactformtable select { 
 border: 1px solid silver;
 background: white;
 width: 300px;
 padding: 5px;
 font-size: 11px
}
 #contactformtable textarea  { height: 150px }

#homepagetable {
 margin-left: auto;
 margin-right: auto;
 font-size: 11px;
 border: 1px solid #ececec
}
#homepagetable td{
 
}

#searchtable {
 font-size: 11px;
 background: #FFCC00;
 border: 1px solid silver; 
 font-weight: bolder;
 width: 85%;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
#searchtable input {
 border: 1px solid gray;
 width: 180px;
 height: 20px;
 padding: 3px
}
#searchtable select {
 border: 1px solid gray;
 height: 25px;
 width: 180px
}

.booking {
 border: 1px outset #FF0033;
 background: #FF4D00;
 color: white;
 font-size: 12px;
 font-weight: bolder;
 padding: 3px;
 width: 250px
}

#adtable {
 font-size: 11px;
 border: 1px solid #ececec
}
#adtable th { background: gray; color: white }
#adtable td { border-bottom: 1px solid #ececec }

#pdftable {
 font-size: 11px;
 border: 1px solid #ececec
}
#pdftable th { background: gray; color: white }
#pdftable td { border-bottom: 1px solid #ececec }

#aadltable {
 font-size: 11px;
 border: 1px solid #ececec
}

.standtable {
 font-size: 11px;
 border: 1px outset silver
}
.standtable td { border-bottom: 1px solid silver }
.standtable th { background: #050040; color: white }
.standtable img { margin-right: 5px }

h1,h3 {
 font-size: 14px;
 display: block;
 padding: 2px;
 border-bottom: 1px dotted #ececec;
 margin-top: 10px;
 margin-top: 10px
}

h2 {
 font-size: 12px;
 display: block;
 padding: 2px;
 border-bottom: 1px dotted silver;
 margin-top: 7px;
 margin-top: 7px;
 color: maroon
}

h3 {
 font-size: 12px
}

form {
 margin: 0;
 padding: 0
}
img { border: 0 }
ul { 
 list-style: square
}
ul li, ol li {
 padding: 5px
}
hr {
 margin: 0px;
 padding: 0px;
 border: 0px;
 border-top: 1px solid silver;
}
a { text-decoration: none }
a:hover { color: red }