* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	padding: 0;
	margin: 0;
	border: 0;
	font: normal 12px Verdana;
	background: #f0f0f0 url(http://www.florida-insider.com/images/static/background-pattern.png) repeat-y;
}

ul, li {
	list-style-position: inside;
	list-style-type: none;
	font: normal 12px Verdana;
}

#content div.entry ul {
	margin-bottom: 10px;
}

#content div.entry ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}

.hidden {
	display: none;
}

#navigation {
	width: 233px;
	top: 166px;
	position: absolute;
	left: 0px;
	z-index: 2;
}

#right-sidebar {
	width: 233px;
	top: 309px;
	left: 735px;
	position: absolute;
	z-index: 2;
	border-top: 1px solid #000;
}

#main-col {
	width: 490px;
	top:  147px; 
	left: 234px;
	position: absolute;
	z-index: 2;
	padding-left: 5px;
	padding-right: 5px;
}

#breadcrumbs {
	font: 9px Verdana;
	z-index: 2;
}

#content {
	z-index: 2;
	margin-top: 15px;
}

#footer {
	margin: 20px 0 10px 0;
	padding: 5px 0 0 0;
	clear: both;
	border: 1px 0 0 0;
	border-top: 1px solid #e2e3e1;
	text-align: center;
}
#footer p {
	font-size: 10px;
}

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


/* Position besondere Elemente */
#logo {
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 1;
}

#floridaMap {
	left: 668px;
	top: 0px;
	position: absolute;
}

div.spacer {
	clear: both;
}

/* styles for banner ads */

div.indexBannerFS {
	padding-top: 10px;
	border-top: 1px dotted #006998;
	border-bottom: 1px dotted #006998;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 15px;
	clear: both;
}

div#sidebarBanner {
	background-color: #fff;
}

div#sidebarBookListings {
	margin-top: 10px;
	padding-left: 2px;
	padding-right: 2px;
}

#right-sidebar a img {
	padding: 0;
	margin-top: 5px;
	margin-left: 0;
	border-bottom: 1px solid #000;
	border-top: 1px solid #006998;
}

/* basic table styling */

table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
}

table th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
}

table td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
}

/* get listed page styles */

table#pkgList {
	text-align: left;
}

#pkgList tr td {
	text-align: center;
}

#pkgList tr td.tblPrice {
	font-weight: bold;
}

#pkgList tr td.tblGreySubHeadline {
	background-color: #ddd;
	font-weight: bold;
}

#pkgList tr td.tblHeadline {
	font-weight: bold;
}

#pkgList tr td.tblHeadlineGroup {
	font-weight: bold;
	font-size: 14px;
}

table#bannerList {
	text-align: left;
}

#bannerList tr td {
	text-align: center;
}

#bannerList tr td.tblPrice {
	font-weight: bold;
}

#bannerList tr td.tblGreySubHeadline {
	background-color: #ddd;
	font-weight: bold;
}

#bannerList tr td.tblHeadline {
	font-weight: bold;
}

#bannerList tr td.tblHeadlineGroup {
	font-weight: bold;
	font-size: 14px;
}

.actionButton {
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 10px;
  text-decoration: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  text-shadow: 1px 1px 3px #666666;
  border: solid #0053a0 2px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#b8dbec), to(#00bee6));
  background: -moz-linear-gradient(top, #b8dbec, #00bee6);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#b8dbec, endColorStr=#00bee6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#b8dbec, endColorStr=#00bee6);
  display:inline-block; /* IE is so silly */
}
.actionButton:hover {
  background: #1861a1;
}

blockquote {
  padding:0 10px 0 10px;
	font-family: "Courier New", Courier, mono;
}
