body {
	background: #003399;
	margin: 0;
	padding: 0;
}


body, table, td {
	font-family: Arial, Helvetica, Verdana, San serif;
	font-size: 11px;
}

.classic, .contentintro {
	font-family: Times, Roman, Serif;
}

div.contentintro {
	font-size: 130%;
	margin: 0 0 30px 0;
}

.fhead1, .fhead1blue1, .fhead1blue2, .fhead1blue3, .fhead1grey1, .fhead1grey2, .fhead1grey3, .fhead1gold1, .fhead1red1, .fhead1red2, .fhead1purple1, .fhead1green1, .fhead1orange1 {
	width: 411px;
	height: 14px;
	padding: 1px 0 1px 2px;
	color: #FFFFFF;
	font-weight: bold;
}

.fhead1focus {
	width: 411px;
	height: 14px;
	padding: 1px 2px 10px 5px;
	color: #666666;
	
}


.fhead2focus {
	width: 200px;
	height: 14px;
	padding: 0px 5px 10px 5px;
	margin: 0 0 5px 0;
	color: #666666;
}

.fhead2, .fhead2blue1, .fhead2blue2, .fhead2blue3, .fhead2grey1, .fhead2grey2, .fhead2grey3, .fhead2gold1, .fhead2red1, .fhead2red2, .fhead2purple1, .fhead2green1, .fhead2orange1, .fhead21, .fhead22, .fhead23, .fhead24, .fhead25, .fhead26,.fhead27 {
	width: 200px;
	height: 14px;
	padding: 0px 0 0px 2px;
	margin: 0 0 5px 0;
	color: #FFFFFF;
	font-weight: bold;
}


a {
	color: #000000;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.arrowed {
	padding: 0 0 0 7px;
	background: url('../i/red-arrowlink1.gif') left center no-repeat;
}

a.white {
	color: #FFFFFF; 
}

a.white:link, a.white:visited {
	text-decoration: none;
}

a.white:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}


input {
	border: 2px inset;
	border-bottom-color: #F2F2F2;
	border-right-color: #F2F2F2;
}

input.button {
	border: none;
}

h1 { font-size: 30px; font-weight: normal;}
h2 { font-size: 22px; font-weight: normal;}
h3 { font-size: 18px; font-weight: normal;}
h4 { font-size: 14px; font-weight: normal;}
h5 { font-size: 12px; font-weight: normal;}
h6 { font-size: 10px; font-weight: normal;}

.spaced10 { margin: 0 0 10px 0; }
.spaced20 { margin: 0 0 20px 0; }

table.calendartable {
	margin: 0 0 10px 0;
}

table.calendartable td {
	border: 1px solid #999999;
	font-weight: bold;
	padding: 3px;
}

div#pageholder {
	width: 770px; 
	border-left: 1px solid #000000; 
	border-right: 1px solid #000000; 
	border-bottom: 1px solid #7F7F7F;
}

div#header {
	width: 770px; 
	height: 63px; 
	background: url('../i/masthead.jpg') no-repeat top; 
	text-align: right;
	margin-left: 0px;
	color: #333333; 
	padding: 8px 0px 0px 0px;
}

div#header a {
	color: #333333;
}

div#mainNav {
	width: 770px; 
	height: 25px; 
	background: url('../i/nav/nav-BG.jpg') no-repeat top; 
	text-align: left; 
	color: #333333; 
	padding: 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

div#mainNav img, div#mainNav a {
	margin: 0;
	padding: 0;
}
p#footer {
	margin: 10px 5px 20px 30px;
	color: #FFFFFF;
}

p#footer a {
	color: #FFFFFF;

}

td.leftside {
	background: url('../i/left-BG.jpg') top right repeat-y; 
	margin: 0; 
	padding: 0 0 20px 0;
	border: 0;
}

td.rightside {
	background: url('../i/right-BG.jpg') top left repeat-y; 
	margin: 0; 
	padding: 20px 5px 20px 5px;
	border: 0;
	color: #999999;
}

td.rightside img{
	margin: 2px 1px 15px 1px;
}

td.maindivider {
	width: 1px;
	background: #5D6481; 
	margin: 0; 
	padding: 0;
	border: 0;
}

td.maincontent {
	background: #FFFFFF;
	padding: 20px 20px 40px 20px;
}

.leftfeature {
	text-align: left;
	width: 170px;
	margin: 15px 0 15px 5px;
}

.leftfeature2 {
	text-align: left;
	width: 160px;
	margin: 15px 0 15px 10px;
}


/* COLORS */
.grey1 {
	color: #333333;
}

.grey1BG, .fhead1grey1, .fhead2grey1 {
	background-color: #333333;
}

.grey2 {
	color: #F2F2F2;
}

.grey2BG, .fhead1grey2, .fhead2grey2 {
	background-color: #F2F2F2;
}

.grey3 {
	color: #FCFCFC;
}

.grey3BG, .fhead1grey3, .fhead2grey3 {
	background-color: #FCFCFC;
}

.gold1 {
	color: #CEA835;
}

.gold1BG, .fhead1gold1, .fhead2gold1, .fhead22 {
	background-color: #CEA835;
}

.blue1 {
	color: #003399;
}

.blue1BG, .fhead1blue1, .fhead2blue1 {
	background-color: #003399;
}

.blue2 {
	color: #87AACC;
}

.blue2BG, .fhead1blue2, .fhead2blue2, .fhead26 {
	background-color: #87AACC;
}

.blue3 {
	color: #000033;
}

.blue3BG, .fhead1blue3, .fhead2blue3 {
	background-color: #000033;
}

.red1 {
	color: #B12A2A;
}

.red1BG, .fhead1red1, .fhead2red1, .fhead23 {
	background-color: #B12A2A;
}

.red2, a {
	color: #CC0000;
}

.red2BG, .fhead1red2, .fhead2red2 {
	background-color: #CC0000;
}

.purple1 {
	color: #A364A3;
}

.purple1BG, .fhead1purple1, .fhead2purple1, .fhead24 {
	background-color: #A364A3;
}

.green1 {
	color: #73B673;
}

.green1BG, .fhead1green1, .fhead2green1, .fhead25 {
	background-color: #73B673;
}

.orange1 {
	color: #D47535;
}

.orange1BG, .fhead1orange1, .fhead2orange1, .fhead27 {
	background-color: #D47535;
}

/* ------------------ NEW BODY STYLE COLORS ---------------------------- */

body.diningPage .fhead1, body.diningPage .fhead2, .fhead1, .fhead2  {
	background-color: #B12A2A
}

body.diningPage .fhead1focus, body.diningPage .fhead2focus, .fhead1focus, .fhead2focus {
	background-color: #D5BBAE;
}

body.shoppingPage .fhead1, body.shoppingPage .fhead2, .fhead1, .fhead2  {
	background-color: #CEA835
}

body.shoppingPage .fhead1focus, body.shoppingPage .fhead2focus, .fhead1focus, .fhead2focus {
	background-color: #D5BBAE;
}
body.barsPage .fhead1, body.barsPage .fhead2, .fhead1, .fhead2  {
	background-color: #A364A3
}

body.barsPage .fhead1focus, body.barsPage .fhead2focus, .fhead1focus, .fhead2focus {
	background-color: #D5BBAE;
}

body.eventsPage .fhead1, body.eventsPage .fhead2, .fhead1, .fhead2  {
	background-color: #73B673
}

body.eventsPage .fhead1focus, body.eventsPage .fhead2focus, .fhead1focus, .fhead2focus {
	background-color: #D5BBAE;
}

body.attractionsPage .fhead1, body.attractionsPage .fhead2, .fhead1, .fhead2  {
	background-color: #87AACC
}

body.attractionsPage .fhead1focus, body.attractionsPage .fhead2focus, .fhead1focus, .fhead2focus {
	background-color: #D5BBAE;
}

body.hotelsPage .fhead1, body.hotelsPage .fhead2, .fhead1, .fhead2  {
	background-color: #D47535
}

body.hotelsPage .fhead1focus, body.hotelsPage .fhead2focus, .fhead1focus, .fhead2focus {
	background-color: #D5BBAE;
}

body.featuresPage .fhead1, body.featuresPage .fhead2, .fhead1, .fhead2  {
	background-color: #3A7A3A;
}

body.featuresPage .fhead1focus, body.featuresPage .fhead2focus, .fhead1focus, .fhead2focus {
	background-color: #D5BBAE;
}
body.mapsPage .fhead1, body.mapsPage .fhead2, .fhead1, .fhead2  {
	background-color: #CAA04A;
}

body.mapsPage .fhead1focus, body.mapsPage .fhead2focus, .fhead1focus, .fhead2focus {
	background-color: #CAA04A;
}
body.historyPage .fhead1, body.historyPage .fhead2, .fhead1, .fhead2  {
	background-color: #56A3A3;
}
body.historyPage .fhead1focus, body.historyPage .fhead2focus, .fhead1focus, .fhead2focus {
	background-color: #56A3A3; 
}
.datalist td
{
	vertical-align:top;
}

.chart
{
	border-collapse: collapse;
    border: 1px solid #CCCCCC;
}
.chart td
{
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}



