/*Original styles imported from homepage*/
body
{
	color: black;
	background-color: #FFFFFF;
	font-family: Arial, Tahoma, Helvetica; 
}

body.white{ color: black; background-color: #FFFFFF; font-size: 10pt; font-family: Arial, Tahoma, Helvetica; font-weight: normal; text-decoration:none; }
body.purple{ color: black; background-color: #D7C9DD; font-size: 10pt; font-family: Arial, Tahoma, Helvetica; font-weight: normal; text-decoration:none; }
td{ font-size: 10pt; font-family: Arial, Tahoma, Helvetica; font-weight: normal; text-decoration:none; }
p{ font-size: 10pt; font-family: Arial, Tahoma, Helvetica; font-weight: normal; text-decoration:none; }
textarea{ font-size: 10pt; font-family: Arial, Tahoma, Helvetica; font-weight: normal; text-decoration:none; }
li{ font-size: 10pt; font-family: Arial, Tahoma, Helvetica; font-weight: normal; text-decoration:none; }
blockquote{ font-size: 10pt; font-family: Arial, Tahoma, Helvetica; font-weight: normal; text-decoration:none; }
h1
{
	font-size: 10pt;
	font-family: Arial, Tahoma, Helvetica;
	text-decoration: none;
}
h2
{
	font-size: 14pt;
	font-family: Arial, Tahoma, Helvetica;
	text-decoration: none;
	color: darkblue;
	font-weight: normal;
}
h3
{
	font-size: 10pt;
	font-family: Arial, Tahoma, Helvetica;
	text-decoration: none;
	color: black;
	font-weight: bold;
}

A
{
	font-weight: bold;
	font-size: 8pt;
	color: #3333cc;
	font-family: Verdana;
	text-decoration: none;
}
A:visited { TEXT-DECORATION: none }
A:active { COLOR: #003399; TEXT-DECORATION: underline }
A:hover { COLOR: #FF3300; TEXT-DECORATION: underline }

/* Styles for 'destinations' menu in menupanel.inc*/

DIV#divMenuBar
{
	width: 120px;
	background-color: #083A7B;
	text-align: left;
}

TABLE#tblMenuBar
{
	width: 100%;
}

TABLE#tblMenuBar TD
{
	padding-right: 4px;
	padding-left: 4px;
	font-family: Verdana;
	font-size: 10pt;
	cursor: default;
	color: white;
	padding-top: 0px;
	height:18px;
}

TABLE#tblMenuBar TD.clsMenuBarItem
{
	text-align: left;
	cursor: hand;
	font-weight: normal;
	
}

DIV.clsMenu
{
	border-right: darkgray 1px solid;
	padding-right: 5px;
	border-top: darkgray 1px solid;
	padding-left: 8px;
	visibility: hidden;
	padding-bottom: 8px;
	border-left: darkgray 1px solid;
	width: 130px;
	padding-top: 3px;
	border-bottom: darkgray 1px solid;
	position: absolute;
	background-color: #e4e4e4;
}
DIV.clsMenu.clsMenuItem
{
	text-align: left;
	padding-top: 1px;
	padding-bottom: 1px;
}
DIV.clsMenu.clsMenuItem A
{
	width: 100%;
	height: 100%;
	
}
DIV.clsMenu.clsMenuItem A:hover
{
	color: white;
	background-color: navy;
	text-decoration: none;
}

DIV.clsMenu A { text-decoration:none; color:black; font-weight:normal; }

/* Styles for content area */

DIV#divContent
{
	overflow: auto;
	height: 100%;
    background-color: #FFFFFF;
	border-bottom: darkgray 1px solid;
	border-right: darkgray 1px solid;
	scrollbar-3dlight-color:dimgray;
  scrollbar-arrow-color:navy;
  scrollbar-base-color:#FFFFFF;
  scrollbar-darkshadow-color:dimgray;
  scrollbar-face-color:#FFFFFF;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#FFFFFF;
}

DIV#divMenu
{
    background-color: #083A7B;
}

TABLE#tblContent TD
{
	font-size: 9pt;

	font-family: Arial, Tahoma, Helvetica, 'Microsoft Sans Serif';
}

TABLE#tblContent P
{
	font-size: 9pt;
	font-family: Arial, Tahoma, Helvetica, 'Microsoft Sans Serif';
}
/* Styles for left-hand menu panel, other than 'destinations' section */

TABLE#tblMainMenu TD.clMainMenuHeading1
{
	font-weight: bold;
	color: white;
	border-bottom: white 1px solid;
	background-color: #083A7B;
	text-align: left;
	height:18;
}
TABLE#tblMainMenu TD.clMainMenuHeading2
{
	font-weight: normal;
	color: white;
	font-size: 10pt;
	background-color: #083A7B;
	text-align: left;
	height:20;
}
TABLE#tblMainMenu TD.clMainMenuLink1
{
	padding-left: 4px;
	height: 25px;
	background-color: #083A7B;
	font-size: 10pt;
}
TABLE#tblMainMenu TD.clMainMenuLink1 A
{
	font-weight: normal;
	font-size: 10pt;
	color: white;
	width: 100%;
	height: 100%;
	padding-top: 2px;
}
	
TABLE#tblMainMenu TD.clMainMenuLink1 A:hover
{
	color: white;
	background-color: navy;
	text-decoration: none;
}	
MARQUEE#mrq1
{
	font-weight: normal;
	color: navy;
	background-color: #fffde9;
	text-align: center;
	text-decoration: none;
}

MARQUEE#mrq1 A
{
	text-decoration: none;
	color: slateblue;
}
MARQUEE#mrq1 A:hover
{
	text-decoration: underline;	
}

/* Styles for top menu etc in masthead.inc */

TR#TDHeader2 A
{
	text-decoration: none;
	color: white;
}
TR#TDHeader2 A:hover
{
	text-decoration: underline;
	color: white;
}

.clHoriz_shadow
{
	background-image: url(../Images/shadow_v.gif);
	background-repeat: repeat-x;
}
