* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #8bb20d;
}

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}

td {
	line-height: 1.8em;
}

img {
    border: 0;
}

form {
}

fieldset {
}

h1, h2, h3 {
	margin-top: 1.5em;
	color: #003796;
}

h1 {
	font-size: 12pt;
}

h2 {
	letter-spacing: -.05em;
	text-transform: uppercase;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-size: 10pt;
	margin-left: 11px;
	margin-top: -5px;
	margin-bottom: -10px;
	color: #000000;
	font-weight: bold;
}

h4 {
    font-size: 10pt;
    font-weight: normal;
}

p {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 8pt;
}

ul, ol {
	margin-top: 0em;
	line-height: 140%;
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: underline;
	color: #003796;
}

a:hover {
	border: none;
    text-decoration: none;
}

h1 a, h2 a {
	border: none;
	text-decoration: none;
	color: #E2001A;
}

h3 a {
	border: none;
	text-decoration: underline;
	color: #ff0000;
	font-weight: normal;
}

h3 a:hover {
	text-decoration: none;
}

h4 a {
	border: none;
	text-decoration: none;
	font-weight: normal;
}


h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #E2001A;
}

hr {
	display: none;
}

/* Error */

.error {
    color: #cc0000;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 1018px;
	height: 306px;
	margin: 0 auto;
}

#menu {
	float: right;
    margin-top: 29px;
    margin-right: 145px;
}

#languagebar {
	float: right;
    margin-top: 33px;
    margin-right: 0px;
    width: 62px;
}

/* Banner */

#banner {
	width: 794px;
	height: 244px;
    float: left;
    background-color: #fff;
    padding-left: 9px;
    padding-top: 9px;
    background-image: url(../images/banner1.jpg);
    background-repeat: no-repeat;
    background-position: 9px;
}

/* Tagcloud */

#tagcloud {
	width: 195px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
	height: 235px;
    float: left;
    background-color: #ffffff;
    color: #aaaaaa;
    text-align: justify;
    line-height: 150%;
}

#tagcloud a {
    color: #aaaaaa;
    text-decoration: none;
}

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

/* Bread crumb */

#breadcrumbar {
    background-color: #c70000;
    width: 780px;
    height: 24px;
    float: left;
    color: #ffffff;
    padding-left: 14px;
    padding-top: 6px;
    margin-right: 9px;
}

#breadcrumbar a {
    color: #ffffff;
    text-decoration: none;
}

#breadcrumbar a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Search */

#search {
	float: right;
	width: 197px;
    height: 30px;
}

#search #s {
	width: 156px;
    height: 25px;
	font-weight: bold;
	padding: 5px 5px 0px 5px;
	background-color: #c0c0c0;
    color: #1c1c1c;
	border: 0px;
    margin: 0px;
    float: left;
}

#search #x {
	background: #666666;
	border: 0px;
	color: #FFFFFF;
    float: left;
}

.search-title {
    font-size: 10pt;
    font-weight: bold;
}

#newsletter {
    padding: 0px 5px 15px 5px;
}

#newsletter #s {
	width: 156px;
    height: 18px;
	padding: 0px 5px 0px 5px;
    color: #000000;
	border: 0px;
    margin: 0px;
    float: left;
}

#newsletter #x {
	background: #ffffff;
	border: 0px;
    float: left;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0px 0px 0 0px;
	background: #ffffff;
	border-left: 9px solid #ffffff;
	border-right: 9px solid #ffffff;
}

/* Content */

#content {
	float: left;
	width: 388px;
	padding: 0px 0px 0px 0px;
    background-image: url(../images/vert-dotted-line.gif);
    background-position: top right;
    background-repeat: repeat-y;
}

#content-wide {
	float: left;
	width: 753px;
	padding: 0px 20px 0px 10px;
}

#content-wide h1 {
	margin: 0;
	font-weight: normal;
	padding: 15px 0  0 0px;
    font-family: Verdana, Arial, Helvetica;
	font-size: 12pt;
}

#content-wide p, #content-wide td {
    font-family: Verdana, Arial, Helvetica;
    font-size: 8pt;
    line-height: 150%;
    margin-left: -10px;
}

.dotted-line {
    width: 350px;
    height: 5px;
    margin-top: 13px;
    margin-left: 9px;
    background-image: url(../images/hor-dotted-line.gif);
    background-repeat: repeat-x;
}

.article {
}

.article h1 {
    margin: 0;
    font-weight: normal;
    padding: 15px 0  0 10px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 12pt;
}

.article p {
    font-family: Verdana, Arial, Helvetica;
    font-size: 8pt;
    line-height: 160%;
    margin-top: 10px;
    padding: 0px 15px 10px 11px;
}

.article p + p {
    margin: 0px;
}

.article table {
    padding: 0px 15px 10px 8px;
    border: 0px;
}

.article td {
    padding: 0px;
    margin: 0px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 8pt;
    line-height: 160%;
}

.article b, .article strong {
    color: #000000;
}

.article ul, ol {
    font-family: Verdana, Arial, Helvetica;
    font-size: 8pt;
    margin-top: 0px;
}

.article-alt {
    background-image: url(../images/grey-bg.png);
    margin-top: 10px;
    margin-left: 10px;
    width: 330px;
}

.article-alt h1 {
    font-family: Verdana, Arial, Helvetica;
	margin: 0;
	font-weight: normal;
	padding: 10px 0  0 10px;
	font-size: 12pt;
}

.article-alt p {
    font-family: Verdana, Arial, Helvetica;
    font-size: 8pt;
    line-height: 160%;
    margin-top: 10px;
    padding: 0px 15px 10px 11px;
    color: #313131;
}

.article-alt b, .article-alt strong {
    color: #000000;
}

.article-alt table {
    padding: 0px 15px 10px 11px;
    margin-top: -10px;
    border: 0px;
}

.article-alt td {
    font-family: Verdana, Arial, Helvetica;
    font-size: 8pt;
    line-height: 160%;
    padding: 0px;
    margin: 0px;
    color: #313131;
}

/* Sidebars */

#sidebar1 {
	width: 388px;
	padding: 0px 0px 0px 7px;
	float: left;
}

.mostpopular {
    padding-bottom: 5px;
}

.mostpopular h1 {
	margin: 0;
	font-weight: normal;
	padding: 15px 0  0 10px;
    font-family: Verdana, Arial, Helvetica;
	font-size: 12pt;
}

.mostpopular p {
    height: auto;
    font-family: Verdana, Arial, Helvetica;
    font-size: 8pt;
    color: #ffffff;
    line-height: 160%;
    margin-top: 10px;
    margin-left: 10px;
	padding: 0px 0px 10px 5px;
    background-image: url(../images/red-bg.png);
    width: 359px;
    background-repeat: repeat-y;
    background-color: #ff9148;
}

.mostpopular a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.mostpopular a:hover {
    text-decoration: underline;
}

.dotted-line-sidebar {
    width: 363px;
    height: 5px;
    margin-top: 13px;
    margin-left: 10px;
    background-image: url(../images/hor-dotted-line.gif);
    background-repeat: repeat-x;
}

.events {
    background-image: url(../images/grey-bg.png);
    background-repeat: repeat-y;
    height: 110px;
    margin-left: 10px;
    margin-top: 15px;
    width: 364px;
}

.events h1 {
	margin: 0;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
    font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	line-height: 105%;
}

.events h1 a {
	color: #003796;
}

.events h1 a:hover {
	color: #c62026;
}

.events p {
    font-family: Verdana, Arial, Helvetica;
    font-size: 7.5pt;
    color: #000000;
    line-height: 130%;
    margin-top: 1px;
    width: 170px;
    padding: 0px 0px 5px 10px;
    height: 53px;
}

.events a {
    color: #313131;
    text-decoration: none;
}

.events a:hover {
    color: #313131;
    text-decoration: underline;
}

.events .price {
    font-weight: bold;
    font-size: 9pt;
    color: #000000;
    margin-top: 4px;
    margin-left: 11px;
}

.specials {
    background-image: url(../images/red-bg.png);
    background-repeat: repeat-y;
    height: 110px;
    margin-left: 10px;
    margin-top: 15px;
    width: 364px;
}

.specials h1 {
	margin: 0;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
    font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
}

.specials h1 a {
	color: #ffffff;
}

.specials h1 a:hover {
	color: #ffffff;
}

.specials p {
    font-family: Verdana, Arial, Helvetica;
    font-size: 7.5pt;
    color: #ffffff;
    line-height: 130%;
    margin-top: 1px;
    width: 170px;
    padding: 0px 0px 5px 10px;
    height: 53px;
}

.specials a {
    color: #ffffff;
    text-decoration: none;
}

.specials a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.specials .price {
    font-weight: bold;
    font-size: 9pt;
    color: #ffffff;
    margin-top: 4px;
    margin-left: 10px;
}

#eventdetails {
    margin-left: 10px;
}

#eventdetails td {
    font-family: Verdana, Arial, Helvetica;
    font-size: 8pt;
    color: #000000;
}

#eventdetails table td {
    font-family: Verdana, Arial, Helvetica;
    font-size: 8pt;
    color: #000000;
}

#eventdetails ul {
    margin-top: 0px;
}

#eventdetails li {
    font-family: Verdana, Arial, Helvetica;
    font-size: 8pt;
    margin-top: 0px;
    margin-left: -20px;
}

#eventdetails a {
    color: #ff0000;
    text-decoration: underline;
}

#eventdetails a:hover {
    color: #ff0000;
    text-decoration: none;
}

#eventdetails .largelinks {
    font-size: 10pt;
    margin-top: 5px;
    margin-left: 10px;
    float: left;
}

#eventdetails .largelinks a {
    color: #666666;
}

#eventdetails .largelinks a:hover {
    color: #ff0000;
}

select#prices {
    font-family: Verdana, Arial, Helvetica;
    font-size: 8pt;
    color: #ffffff;
    background-color: #ff6600;
    border: 0px;
    padding: 2px;
}

#gallery {
  padding: 0px;
  margin-left: 10px;
  text-align: left;
}

#gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#gallery ul li {
  display: inline;
  margin-right: 41px;
  margin-bottom: 5px;
}

#gallery ul img {
    border: 0px;
    margin-bottom: 10px;
}

#gallery ul a:hover img {
    color: #ffffff;
}

#gallery a {
    color: #ffffff;
    text-decoration: none;
}

#gallery h1 {
	margin: 0;
	font-weight: normal;
	padding: 15px 0 15px 0px;
    font-family: Verdana, Arial, Helvetica;
	font-size: 12pt;
}

#sidebar2 {
    width: 196px;
    padding: 0px 0px 0px 0px;
    margin-left: 20px;
    float: left;
}

.widget {
    background-color: #ff6600;
    margin-top: 13px;
    font-family: Verdana, Arial;
    float: left;
    width: 196px;
}

.widget h1 {
    height: 23px;
    background-color: #c70000;
    background-image: url(../images/bg-widgets.gif);
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 9pt;
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 30px;
    padding-top: 7px;
    padding-bottom: 0px;
    margin: 0px;
}

.widget h1 a {
    color: #ffffff;
}

.widget p {
    margin: 6px 5px 0px 5px;
    padding-top: 8px;
    /*padding-bottom: 5px;*/
    font-size: 8pt;
    line-height: 140%;
    color: #ffffff;
}

.widget form {
    margin-left: 5px;
    padding-bottom: 10px;
}

.widget #s {
    border: 0px;
    color: #000000;
    font-size: 8pt;
    padding: 3px;
    width: 158px;
    height: 14px;
}

.widget ul {
    margin-top: 0px;
}

.widget li {
    margin: -15px 5px 3px -15px;
    padding: 0px;
    font-size: 8pt;
    color: #ffffff;
    line-height: 240%;
}

/* Footer */

#footer {
    width: 775px;
    text-align: left;
    vertical-align: top;
    font-size: 8pt;
    background-color: #223d7c;
    height: 22px;
    padding-top: 8px;
    padding-left: 14px;
    color: #ffffff;
    margin-top: 9px;
    margin-bottom: 9px;
    margin-right: 14px;
    float: left;
}

#footer a {
    color: #ffffff;
    text-decoration: none;
}

#footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#footer-logos {
  width: 186px;
  text-align: left;
  vertical-align: top;
  font-size: 8pt;
  background-color: #223d7c;
  height: 27px;
  padding-top: 3px;
  padding-left: 10px;
  color: #ffffff;
  margin-top: 9px;
  margin-bottom: 9px;
  float: left;
}

/* Menu */
.nav, .nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
}

.nav li {
  border: 0;
  float: left;
  margin: 0;
  position: relative;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: bold 11pt Arial, Helvetica, sans-serif;
  background: transparent;
  color: #ffffff;
  display: block;
  padding: 5px 10px 5px 10px;
  margin: 0px 2px 0px 2px;
  text-transform: uppercase;
  text-decoration: none;
}

.nav li a:hover {
  background: #ffffff;
  color: #000000;
}

#selected a, #nav-one li:hover a, #nav-one li.sfHover a {
  background: #ffffff;
  color: #c70000;
}

#nav-one li:hover ul a, #nav-one li.sfHover ul a {
  font: normal 9pt Arial, Helvetica, sans-serif;
  text-transform: none;
  background: #ffffff;
  color: #000000;
}

#nav-one li:hover ul a:hover, #nav-one li.sfHover ul a:hover {
  background: #ffffff;
  color: #c70000;
}

.nav ul {
  background: #ffffff;
  list-style: none;
  margin: 0;
  width: 200px;
  position: absolute;
  top: -999em;
  left: 2px;
}

.nav li:hover ul, .nav li.sfHover ul {
  top: 26px;
}

.nav ul li {
  border: 0;
  float: none;
}

.nav ul a {
  border: 0;
  padding-right: 20px;
  width: 100px;
  white-space: nowrap;
}

.nav ul a:hover {
  background: #ffffff;
  color: #000000;
}

.flashVideo {
  width: 340px;
  height: 240px;
  border: 1px solid #666666;
  padding: 5px;
  padding-top: 10px;
  margin-left: 10px;
  margin-bottom: 5px;
  text-align: center;
}

.flashVideoText {
  margin-left: 10px;
  margin-bottom: 20px;
  font-family: Verdana, Arial, Helvetica;
  font-size: 8.5pt;
}

#all-citystays a {
    font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
    font-weight: bold;
    margin-left: 18px;
    text-decoration: none;
}

#all-citystays a:hover {
    text-decoration: underline;
}