body {
	text-align: center;
    background-color: #999966;
}


.bubble { 
	font-family: Georgia; 
	font-size: 9pt;
	width: 250px;
}
#footer      { font-family: Georgia; font-size: 10pt }
#wrap { 
	background-image: url('images/color_bar.jpg');
	background-repeat: repeat-y;
	width: 1000px; 
    position: absolute; 
    left: 0px; 
    top: 0px;
    background-color: #89A2CA;
	text-align: left;
}
#wrap2 { 
	width: 100%; 
    left: 5px; 
    top: 5px;
    background-color: #89A2CA;
}
#main { 
	width: 830px; 
    position: absolute; 
    left: 5px; 
    top: 5px;
}
#contentright { 
	width: 170px; 
    position: absolute; 
    left: 840px; 
    top: 5px; 
}
#contentright2 { 
	width: 170px; 
    position: absolute; 
    left: 5px; 
    top: 5px; 
}

p.header p   { font-family: Georgia; font-size: 10pt }
h1.header   { font-family: Georgia; font-size: 24pt }

a:visited { color: blue; }
a:hover { color: red; }
img {
	border: 0;
}
#main p {
	font-weight: normal;
}

#textbutton a {
	font-family: Verdana; 
	font-size: 10pt; 
	text-decoration:none;
	border-style: solid;
	border-width : 1px;
	padding : 3px;
	background: #FFFFFF;
	text-align:center
}

#textbutton-selected a {
	font-family: Verdana; 
	font-size: 10pt; 
	text-decoration:none;
	border-style: solid;
	border-width : 1px 1px 0 1px;
	padding : 3px;
	background: #C0C0C0; 
	text-align:center
}

p { 
	font-family: Georgia; 
	font-size: 10pt;
	line-height: 125%;
}

td { 
	font-family: Georgia; 
	font-size: 10pt;
}

.hotellist td {
	background-color:#CCCCFF;
}

h2 { 
	font-family: Verdana; font-size: 16pt 
}
h3 { 
	font-family: Verdana; font-size: 14pt; margin-bottom: 0.5em; 
}
h4 { 
	font-family: Verdana; font-size: 12pt; margin-bottom: 0.5em; 
}
li { 
	font-family: Georgia; 
	font-size: 10pt; 
	line-height: 150%;
}
blockquote {
	font-family: Georgia; 
	font-size: 10pt; 
	background: #FFF;
	width: 30em;
	padding: 0.5em;
	margin-left:0; margin-right:0.5em; margin-top:0; margin-bottom:0.5em
}


#top-nav {
    background-color: #89A2CA;
    padding:5px;
	text-align:center
}
#top-nav p {
	font-family:Serif;
	font-size:11pt; 
	text-align:center; 
	margin-top:0; 
	margin-bottom:0;
}
#top-nav a {
    color: blue;
	text-decoration:none;
	border-style: solid;
	border-width : 1px;
	padding : 3px;
	background: #FFFFFF;
	text-align:center
}
#top-nav a:hover {
    color: blue;
	border-style: solid;
	border-width : 1px;
	padding : 3px;
	background: #C0C0C0;
	text-align:center
}
#top-nav-subheader p { 
	font-family:Serif;
	font-size:10pt; 
	text-align:center; 
	margin-top: 5px; 
	margin-bottom: 0;
}

#secondary-nav {
    background-color: #89A2CA;
    padding:5px;
}
#secondary-nav td {
	font-family:Serif;
	font-size:10pt;
}
#secondary-nav a {
    color: blue;
	text-decoration:none;
	border-style: solid;
	border-width : 1px;
	padding: 3px;
	background: #FFFFFF;
	text-align:center;
	height:28px;
}
#secondary-nav a:hover {
    color: blue;
	border-style: solid;
	border-width : 1px;
	padding: 3px;
	background: #C0C0C0;
	text-align:center;
	height:28px;
}

#tla ul {
	list-style-type: none; 
	margin-left:0;
	padding-left:0;
	text-align:center;
}

p.jumppt { 
	font-family: Georgia, Verdana; 
	font-size: 9pt; 
	line-height:19px; 
	margin-top:0; 
	margin-bottom:0; 
}

p.infopts   { font-family: Georgia; font-size: 10pt }
h3.infopts  { 
	font-family: Georgia, Verdana; 
	font-size: 10pt; 
	font-weight:bold;
	margin-top:0; 
	margin-bottom:0; 
	color:#000000;
}
h3.featured_header {
	font-family: Georgia, Verdana; 
	font-size: 9pt; 
	font-weight:bold; 
	color:#000000; 
	margin-top:0; 
	margin-bottom:10px; 
}
p.featured_name {
	font-family: Georgia, Verdana; 
	font-size: 9pt; 
	color:#000000;
	margin-top:0; 
	margin-bottom:3px;
}
p.featured_name a { 
	text-decoration: none 
}
.featured_descrip {
	font-family: Georgia, Verdana; 
	font-size: 8pt;
	font-weight:normal; 
	color:#000000 
}
.category-text-link {
	margin-top:0; 
	margin-bottom:0px;
	line-height:100%;
	font-family: Georgia, Verdana; 
	font-size: 7pt; 	
}
.category-text-link a {
	font-family: Georgia, Verdana; 
	font-size: 7pt; 
}


#confirmbox {
	width: 600px; 
    background-color: #C1C1FF;
    padding: 5px;
}
#errorbox {
	width: 600px;
    background-color: #FF00FF;
    padding: 5px 5px 5px 5px;
}

#dropnav, #dropnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#dropnav li {
	float: left;
	position: relative;
	width: 7em;
}

#dropnav li ul {
	display: none;
	position: absolute;
	top: 1.5em;
	left: 0;
	background: #DDF;
}

#dropnav li li {
	float: none;
}

#dropnav li hover ul, #dropnav li.sfhover ul {
	display: block;
}

#content {
	clear: left;
}

.commentcontainer {
	text-align:center;
}

#comment {
	text-align:left;
	padding:15px;
	background-color:#FFFFFF;
	width:725px;
	overflow:auto;
	margin-left:auto;
	margin-right:auto;
}
#comment-reply {
	text-align:left;
	padding:15px;
	background-color:#FFFFFF;
	width:680px;
	overflow:auto;
	margin-left:65px;
	margin-right:5px;
}

.commentsnextpage {
	font-weight: bold;
	text-align: center;
	font-size:1.2em;
}

.captionbox {
	font-family: Verdana; 
	font-size: 10pt;
	color: #FFFFFF;
}

.clickbutton { 
	margin: 2px 2px 2px 2px;
	border-style: outset; 
	border-width: 1px; 
	padding-left: 4px; 
	padding-right: 4px; 
    padding-top: 1px; 
    padding-bottom: 1px; 
    background-color: #666633; 
    color:#FFFFFF;
    font-size: 1em;
}
.clickbutton a { 
	color:#FFFFFF;
	text-decoration: none 
}
.clickbutton a:visited {
	color:#FFFFFF;
	text-decoration: none 
}
.clickbutton a:hover {
	color:#00FFFF; 
	text-decoration: none 
}



#listbusinessform td {
	padding: 0;
	font-family:Georgia; 
	font-size:9pt
}
#listbusinessform p {
	font-family:Georgia; 
	font-size:9pt
}