body
{
	background-color: White;
	color: Gray;
	FONT-FAMILY: Trebuchet MS, Arial, Helvetica, sans-serif;
}

H1
{
	FONT-SIZE: 140%;
	font-style: italic;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 5px;
	MARGIN-BOTTOM: 5px;
	MARGIN-RIGHT: 0px;
	PADDING-BOTTOM: 3px;
	PADDING-TOP: 3px;
	VERTICAL-ALIGN: middle;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #A2BEF0;
	width: 100%;
	margin-top: 10px;
	color: #0001A4;
}

H2
{
	FONT-SIZE: 120%;
	color: #0054A4;
	MARGIN-BOTTOM: 0px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	CLEAR: right;
}

H3
{
    FONT-SIZE: 120%;
    MARGIN-BOTTOM: 0px;
    BOTTOM: 0px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;

}
H4
{
    FONT-SIZE: 110%;
    MARGIN-BOTTOM: 0px;
    BOTTOM: 0px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}
A:link
{
color: white
}
a:hover
{
	color: #87CEFA;
}
a:visited 
{
	color: #12E0E3;
} 
	 
OL
{
    LIST-STYLE-TYPE: decimal
	 font-family: trebuchet, Arial, Helvetica, sans-serif;
}


/*--------Table Main Area------*/
.tblmain
{
    FONT-SIZE: 80%;
	 /*background: #E1F7FF;*/
	 padding-right: 15px;
	 padding-left: 15px;
	 padding-bottom: 15px;
	 margin-left: 5px;
	 margin-right: 15px;
    /*LEFT: 0px;*/
    WIDTH: 800px;
    /*TOP: 0px;*/
    /*BORDER-COLLAPSE: collapse;*/
    /*HEIGHT: 100%;*/

}

.tblmain A:link
{
	color: #92B3EF;
}
.tblmain a:hover
{
	color: #1E90FF;
	background-color: #1104D0;
}
.tblmain a:visited 
{
	color: Aqua;
}

.tblmain TD
{
padding-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
}

.tblmain IMG
{
    FLOAT: right;
    VERTICAL-ALIGN: top;
    border : 0px none;
   padding: 5px 0px 5px 5px;
   margin: 5px 0px 5px 15px;
}

.tblmain.IMG right
{
    FLOAT: right;
    VERTICAL-ALIGN: top;
    border : 0px none;
   padding: 5px 0px 5px 5px;
   margin: 5px 0px 5px 15px;
}

.tblmain.IMG left
{
    FLOAT: left;
    VERTICAL-ALIGN: top;
    border : 0px none;
   padding: 5px 0px 5px 5px;
   margin: 5px 0px 5px 15px;
}

/*used on map page - this does not 
work unless the space is removed between
td.wrap */
.tblmain.content  td.wrap
{
	white-space : nowrap;
	vertical-align : top;
}

.tblmain.content IMG
{
    FLOAT: right;
    VERTICAL-ALIGN: top;
    border : 0px none;
   padding: 5px 0px 5px 5px;
   margin: 5px 0px 5px 15px;
}
.tblmain UL
{
    LIST-STYLE-TYPE: disc
	 font-family: trebuchet, Arial, Helvetica, sans-serif;
	 /*list-style-image: url(/images/bulletDrip.gif);*/
}

/*----Spec Tables used in content area ------------------------*/
.specTbl
{
    Padding-left: 15px;
	 /* BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    BORDER-LEFT: black 1px solid;
    BORDER-BOTTOM: black 1px solid;
    BORDER-COLLAPSE: collapse;
	WIDTH: 95%; */
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 5px;
	FONT-SIZE: 90%;
	color: Blue;
	width: 85%;
}

.specTbl H1
{
	font-weight: bold;
	font-style: italic;
	font-size: 120%;
	color: Black;
	background: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left; 0px;
}

.specTbl H2
{
	font-weight: bold;
	font-size: 110%;
	color: #0F05A4;
	background: none;
	padding-top: -5px;
	padding-bottom: -5px;
}

.specTbl A:link
{
	color: black;
	text-decoration: none;
	font-weight: bold;
}
.specTbl a:hover
{
	color: gray;
	background-color: #BDD6EC;
}
.specTbl a:visited 
{
	color: Gray;
	text-decoration: none;
	font-weight: bold;
}
.specTbl TR.heading
{
	background-color: White;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}

.specTbl TR.SubHeading
{
	background-color: White;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
}


.specTbl TD
{
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 5px;
	PADDING-TOP: 3px;
	BORDER-TOP: #DDD8ef 1px solid;
	BORDER-BOTTOM: 0px;
	BORDER-LEFT: 0px;
	border-right: 0px;
	/*FONT-SIZE: 80%;	*/
	border-top: #DDD8ef 1px solid;
}

.specTbl TD.spec
{
	text-align: left;
	font-weight: bold;
 /*FONT-SIZE: 80%;*/
}

.specTbl TD.booked
{ background-color: Red;
}
.specTbl TD.past
{
	background-color: #DCDCDC;
}
.specTbl TR.even
{
 background-color : #F5F5F5;
 /*FONT-SIZE: 80%;*/
 text-align: center;
 vertical-align: top;
}

.specTbl TR.odd
{
    /*BACKGROUND-COLOR: #DDDDDD;
 FONT-SIZE: 80%;*/
	 text-align: center;
  vertical-align: top;
  	background-color: White;

}

.specTbl TR.evenL
{
	background-color: White;
	FONT-SIZE: 100%;
	text-align: left;
	vertical-align: top;
}

.specTbl TR.evenLclear
{
	/*background-color : #F5F5F5;
 FONT-SIZE: 80%;*/
 text-align: left;
 vertical-align: top;
}

.specTbl TR.oddL
{
	BACKGROUND-COLOR: White;
	FONT-SIZE: 100%;
	text-align: left;
	vertical-align: top;
}
/* .specTbl IMG
{
	 padding-right: 35px;
	 vertical-align: top;
}
*/
.specTbl UL
{
    LIST-STYLE-TYPE: disc
	 font-family: trebuchet, Arial, Helvetica, sans-serif;
	 list-style-image: url(/images/bulletRod.gif);
}


/*----End Spec Tables used in content area ----*/



/*---- Landing Page Tables   ------------------------*/
.landTbl
{
    Padding-left: 0px;
	 BORDER-RIGHT:  0px;
    BORDER-TOP:  0px;
    BORDER-LEFT:  0px;
    BORDER-BOTTOM:  0px;
	
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	FONT-SIZE: 80%;
	color: black;
	width: 95%;
}

.landTbl img
{
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	vertical-align: top;
}

.landTbl H1
{
	font-weight: bold;
	font-style: italic;
	font-size: 120%;
	color: Navy;
	background: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.landTbl H2
{
	font-weight: bold;
	font-size: 110%;
	color: Navy;
	background: none;
	padding-top: -5px;
	padding-bottom: -5px;
}

.landTbl A:link
{
	color: #0000CD;
	text-decoration: none;
	font-weight: bold;
}
.landTbl a:hover
{
	color: Purple;
	background-color: #87CEEB;
}
.landTbl a:visited 
{
	color: Silver;
	text-decoration: none;
	font-weight: bold;
}
.landTbl TR.heading
{
	background-color: #CEDCED;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	vertical-align: top;
}

.landTbl TR.SubHeading
{
	background-color: #DDD8EF;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	vertical-align: top; 
}


.landTbl TD
{
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 5px;
	PADDING-TOP: 3px;
	BORDER-TOP: #DDD8ef 1px solid;
	BORDER-BOTTOM: 0px;
	BORDER-LEFT: 0px;
	border-right: 0px;
	/*FONT-SIZE: 80%;	*/
	border-top: #DDD8ef 1px solid;
}

.landTbl TD.spec
{
	text-align: left;
	font-weight: bold;
 /*FONT-SIZE: 80%;*/
}

.landTbl TD.booked
{ background-color: Red;
}
.landTbl TD.past
{
	background-color: #DCDCDC;
}
.landTbl TR.even
{
 background-color : #F5F5F5;
 /*FONT-SIZE: 80%;*/
 text-align: center;
 vertical-align: top;
}

.landTbl TR.odd
{
    /*BACKGROUND-COLOR: #DDDDDD;
 FONT-SIZE: 80%;*/
	text-align: center;
	vertical-align: top;
}

.landTbl TR.evenL
{
	/*background-color: #89B1ED;*/
	FONT-SIZE: 100%;
	text-align: left;
	vertical-align: top;
}

.landTbl TR.evenLclear
{
	/*background-color : #F5F5F5;
 FONT-SIZE: 80%;*/
 text-align: left;
 vertical-align: top;
}

.landTbl TR.oddL
{
	BACKGROUND-COLOR: #A4C5E6;
	FONT-SIZE: 100%;
	text-align: left;
	vertical-align: top;
}
.landTbl IMG
{
	 padding-right: 35px;
	 vertical-align: top;
}

.landTbl UL
{
    LIST-STYLE-TYPE: disc
	 font-family: trebuchet, Arial, Helvetica, sans-serif;
	 list-style-image: url(/images/bulletRod.gif);
}


/*----End Landing Page Table   ----*/




#flag IMG
{
	padding: 0px 0px 0px 0px;
}

/*--- Start Footer ---*/
.tblfooter
{
	 FONT-SIZE: 80%;
	 color: black;
    margin-bottom: 5px;
	 margin-top: 1px;
	 BORDER-TOP: black 1px solid #8880FA;
	 margin-right:0px;
	 margin-left: 0px;
}


.tblfooter TD.left
{
	text-align: center;
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 15px;
	PADDING-BOTTOM: 30px;
	PADDING-TOP: 10px;
	BORDER-LEFT: #4682B4 0px solid;
	/*background: #4682B4;*/
	/*border-right: thin solid #4682B4; */
	/*FONT-SIZE: 80%;*/
}

.tblfooter TD.right
{
vertical-align: top;
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 30px;
	PADDING-TOP: 10px;
	BORDER-LEFT: #4682B4 0px solid;
	/*background: #4682B4;*/
	/*border-right: thin solid #4682B4; */
	/*FONT-SIZE: 80%;*/
}

.tblfooter A:link
{
	color: Navy;
}
.tblfooter a:hover
{
	color: #87CEFA;
}

a:visited 
{
	color: #12E0E3;
}

/*--- End Footer ---*/

/*---Start Menus---*/
div.menuBar {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

div.menuBar {
  background-color: #d0d0d0;
  border: 2px solid;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  padding: 4px 2px 4px 2px;
  text-align: left;
}

div.menuBar,
div.menuBar a.menuButton {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

div.menuBar {
  background-color: #d0d0d0;
  border: 2px solid;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  padding: 4px 2px 4px 2px;
  text-align: left;
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #d0d0d0;
  color: #000000;
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  color: #000000;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #a0a0a0;
  border-color: #909090 #f0f0f0 #f0f0f0 #909090;
  color: #ffffff;
  left: 1px;
  top: 1px;
}

/*--- Services Table ---*/


.ServicesTbl
{
    BORDER-RIGHT: white 3px solid;
    BORDER-TOP: white 3px solid;
    BORDER-LEFT: white 3px solid;
    BORDER-BOTTOM: white 3px solid;
    BORDER-COLLAPSE: collapse;
	WIDTH: 90%;
	margin-bottom: 12px;
	margin-top: 12px;
	margin-right: 5px;
	margin-left: 15px;
	FONT-SIZE: 90%;
}


.ServicesTbl A:link
{
	color: #483D8B;
}
.ServicesTbl A:hover
{
	background: 55%;
	background-color: #CEDCED;
	Text-decoration: none;
	color: #483D8B;
}

.ServicesTbl A:visited
{
color: #483D8B;
}

.ServicesTbl TR.heading
{
	background-color: #CEDCED;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
}
.ServicesTbl TD
{
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 10px;
    PADDING-BOTTOM: 5px;
    PADDING-TOP: 3px;
    BORDER-BOTTOM: white 8px solid;
	 BORDER-LEFT: white 8px solid;
	border-right : thin solid #FFFFFF;
 /*FONT-SIZE: 80%;*/
}

.ServicesTbl TD.spec
{
	text-align: left;
	font-weight: bold;
 /*FONT-SIZE: 80%;*/
}

.ServicesTbl TR.even
{
 background-color : #F5F5F5;
 /*FONT-SIZE: 80%;*/
 text-align: center;
 vertical-align: top;
}

.ServicesTbl TR.odd
{
    BACKGROUND-COLOR: #DDDDDD;
 /*FONT-SIZE: 80%;*/
	 text-align: center;
  vertical-align: top;
}

.ServicesTbl TR.evenL
{
background-color : #F5F5F5;
 /*FONT-SIZE: 80%;*/
 text-align: left;
 vertical-align: top;
}

.ServicesTbl TR.oddL
{
    BACKGROUND-COLOR: #DDDDDD;
 /*FONT-SIZE: 80%;*/
	 text-align: left;
	 vertical-align: top;
}
.ServicesTbl IMG
{
	 padding-right: 35px;
	 vertical-align: top;
}

/*----End Spec Tables used in content area ----*/

/* Header include Table Start */

.HeaderTbl
{
border: none;
font-size: 90%;
font-style: italic;
font-weight: 200;
width: 790px;
}

.HeaderTbl TD.menu
{
	background-color: #3C52A5;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	color: #B5B5FF;
}

.HeaderTbl H1
{
	font-weight: bold;
	font-size: 90%;
	color: #B5B5FF;
	background: none;
	padding-top: -5px;
	padding-bottom: -5px;
}

.HeaderTbl H2
{
	font-weight: bold;
	font-size: 140%; 
	/*background-color: #E7EEF7;*/
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-right: 5px;
	color: #A4A4FF;
}

.HeaderTbl A:link
{
	color: #B5B5FF;
	text-decoration: none;
}
.HeaderTbl A:hover
{
	background: 55%;
	background-color: #0A0279;
	Text-decoration: none;
	color: #B5B5FF;
}

.HeaderTbl A:visited
{
	color: #C6C2FA;
	Text-decoration: none;
}
	/* Header include Table End */
	
	/* Home Page Table Start */
.homeTbl
{

}

.HomeTbl H1
{
	font-weight: bold;
	font-size: 140%;
	color: #B5B5FF;
	background-color: #00008B;
	padding-left: 5px;
}

.HomeTbl H2
{
	font-weight: bold;
	font-size: 110%; /*background-color: #E7EEF7;*/
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-right: 5px;
	color: #DBDAFE;
}

.HomeTbl H3
{
	font-weight: bold;
	font-size: 100%; 
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-right: 5px;
	color: #DBDAFE;
	/*background-color: #E7EEF7;*/
}

.HomeTbl A:link
{
	color: #B5B5FF;
}
.HomeTbl A:hover
{
	background: 55%;
	background-color: #9B94D3;
	Text-decoration: none;
	color: #483D8B;
}

.HomeTbl A:visited
{
	color: #C6C2FA;
}
.homeTbl TD.LeftContents
{
	/*text-align: left;
	vertical-align: top;
	font-size: 100%;
	white-space: normal; */
}

.homeTbl TD.specials
{
	vertical-align: top;
	font-size: 90%;
	font-weight: bold;
	padding-left: 15px;
	/*border-left-width: 0px;*/
	/*border-color: #1A1941;*/
	/*background-color: #80F0B9;*/
	/*text-align: center;*/
	
	/*font-weight: bold;*/
	/*white-space: normal;*/ 
	/*FONT-SIZE: 80%;*/
	/*width: 30%;*/
	/*background-image: url("/images/HolidayBackground.jpg");*/
}


.homeTbl TD
{
    /*PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 5px;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: white 0px solid;
	 BORDER-LEFT: white 8px solid;
	border-right : thin solid #FFFFFF;
	white-space: nowrap;
    FONT-SIZE: 80%;*/
}

.homeTbl TD.spec
{
	text-align: left;
	font-weight: bold;
	background-color: #E1FFE9; /*FONT-SIZE: 80%;*/
}

.homeTbl TR.even
{
 background-color : #F5F5F5;
 /*FONT-SIZE: 80%;*/
 text-align: center;
 vertical-align: top;
 white-space: nowrap;
}

.homeTbl TR.odd
{
    BACKGROUND-COLOR: #DDDDDD;
 /*FONT-SIZE: 80%;*/
	 text-align: center;
  vertical-align: top;
  white-space: nowrap;
}

.homeTbl TR.evenL
{
background-color : #F5F5F5;
 /*FONT-SIZE: 80%;*/
 text-align: left;
 vertical-align: top;
 white-space: nowrap;
}

.homeTbl TR.oddL
{
    BACKGROUND-COLOR: #DDDDDD;
 /*FONT-SIZE: 80%;*/
	 text-align: left;
	 vertical-align: top;
	 white-space: nowrap;
}
.homeTbl IMG
{
	 padding-right: 35px;
	 vertical-align: top;
}

/* ---- end of home table  -----*/

/*  ----- start of Gallery Table   -----*/

.GalleryTbl
{
 color: Black;
}

.GalleryTbl H1
{
	font-weight: bold;
	font-size: 140%;
	color: #B5B5FF;
	background-color: #00008B;
	padding-left: 5px;
}

.GalleryTbl H2
{
	font-weight: bold;
	font-size: 110%; /*background-color: #E7EEF7;*/
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-right: 5px;
	color: #DBDAFE;
}

.GalleryTbl H3
{
	font-weight: bold;
	font-size: 100%; 
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-right: 5px;
	color: #DBDAFE;
	/*background-color: #E7EEF7;*/
}

.GalleryTbl A:link
{
	color: #D9DBFF;
}
.GalleryTbl A:hover
{
	background: 55%;
	background-color: #9B94D3;
	Text-decoration: none;
	color: #D9DBFF;
}

.GalleryTbl A:visited
{
	color: Gray;
}

.GalleryTbl TD
{
    /*PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 5px;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: white 0px solid;
	 BORDER-LEFT: white 8px solid;
	border-right : thin solid #FFFFFF;
	white-space: nowrap;
    FONT-SIZE: 80%;*/
}

.GalleryTbl TD.spec
{
	text-align: left;
	font-weight: bold;
	background-color: #E1FFE9; /*FONT-SIZE: 80%;*/
}

.GalleryTbl TR.even
{
 background-color : #F5F5F5;
 /*FONT-SIZE: 80%;*/
 text-align: center;
 vertical-align: top;
 white-space: nowrap;
}

.GalleryTbl TR.odd
{
    BACKGROUND-COLOR: #DDDDDD;
 /*FONT-SIZE: 80%;*/
	 text-align: center;
  vertical-align: top;
  white-space: nowrap;
}

.GalleryTbl TR.evenL
{
background-color : #F5F5F5;
 /*FONT-SIZE: 80%;*/
 text-align: left;
 vertical-align: top;
 white-space: nowrap;
}

.GalleryTbl TR.oddL
{
    BACKGROUND-COLOR: #DDDDDD;
 /*FONT-SIZE: 80%;*/
	 text-align: left;
	 vertical-align: top;
	 white-space: nowrap;
}
.GalleryTbl IMG
{
	 padding-right: 35px;
	 vertical-align: top;
}


