/* General Tags */
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
}

td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
}
/* Navigation */
#nav { width: 91px; font-family: Tahoma; background-color: #EB891A }
#nav a:hover { width: 91px; background-color: #CA5324 }
#nav ul { list-style: none; margin: 0; padding: 0 }
#nav li { font-family: Tahoma; line-height: 18px; text-align: center; border-bottom: 10px solid #ffffff }
#nav li a:link, #nav li a:visited { width: 91px; color: white; font-weight: bold; text-decoration: none }
#nav li a:hover { font-weight: bold; text-decoration: underline }
#nav .page {color: white; font-weight: bold; background-color: #336699}

/* General Styles */
.OrangeHeading {
	color: #FF8F00;
	font-size: 1.4em;
}

.OrangeText {
	color: #FF8F00;
}

.RedText {
	color: #DD0000;
}

.BlackText {
	color: #000000;
}

.abs  { font-size: 16px }

.maintext { padding: 5px 10px 0 5px; }

.rightImage {
	float: right;
	position: relative;
	margin-left: 2px;
}

.TinyGreyText {
	color: #777777;
	font-size: 0.8em;
}

.bottomAligned {
	bottom: 0px;
}

.BottomlessList {
}

/* Specific Items */
#Facebook {
	padding: 5px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	margin: 5px 10px 5px 0px;
	height: 36px;
}

#Facebook a {
	color: #336699;
	text-decoration: none;
}

#Facebook a:hover {
	text-decoration: underline;
}

#TripAdvisor {
	padding: 5px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	margin: 5px 10px 5px 0px;
	height: 37px;
	font-size: .9em;
}

#TripAdvisor a {
	text-decoration: none;
	color: #336699;
}

#TripAdvisor a:hover {
	text-decoration: underline;
}

