﻿/* ========== Styling all elements */
* {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
	border: none;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
.floatleft {
	float: left !important;
}
.floatright {
	float: right !important;
}
abbr {
	cursor: help;
}
acronym {
	cursor: help;
}
/* ========== Applying clearfix fix for some browsers to use in appropriate places */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
/* ========== BODY */
body {
	margin: 0;
	padding: 0;
	background-color:#4a545f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#565758;
	font-size:11px;
	text-align:justify;
}
/* ========== WRAPPER */
#wrapper {
	width:951px;
	margin: 0 auto;
	background-image:url('../images/layout-bg.gif');
	background-repeat:repeat-y;
}
/* ============================================= */
#top-container{
	width:951px;
	height:58px;
}
.logo-box{
	background-image:url('../images/logo.gif');
	background-repeat:no-repeat;
	width:251px;
	height:41px;
	float:left;
}
.logo-box a{
	width:251px;
	height:41px;
	display:block;
}
.logo-tagline{
	width:260px;
	height:41px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	padding-top:18px;
	font-weight:bold;
	margin-left:25px;
	
}
.rtlink-box{
	width:340px;
	height:auto;
	float:right;
	margin-top:20px;
	text-align:right;
	padding-bottom:8px;
	margin-right:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;

}
.rtlink-box a{
	color:#000000;
	text-decoration:none;
	}
.rtlink-box a:hover{
	color:#000000;
	text-decoration:underline;
}
/* ============================================================================ */
#top-linkcontainer{
	background-image:url(../images/link-bg.gif);
	background-repeat:repeat-x;
	height:25px;
	width:auto;
	clear:both;
	padding-left:10px;
}

/*=====Top Menu====*/

#top-menu
{
	width:660px;
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	position:absolute;
	border:1px solid #fc0000;
	height: 24px;
}
#top-menu.top-menu
{
	margin:0px;
	padding:0px;
	list-style:none;
	padding:3px;
	float:left;	
	width:70px;
}

/* ============================================================================ */
#main-contantcontainer{
	width:951px;
	height:auto;
}
/* ============================================================================ */

#florida-information-center{
	width:222px;
	height:auto;
	float:left;
}
#florida-hotelinfo-box{
	width:211px;
	height:auto;
	border:1px solid #B9E27E;
	background-color:#F3FFE1;
	margin-left:6px;
	margin-top:5px;
}


/*==============================================================*/

.ltcontant-list {
	width:211px;
	height:auto;/*	border:1px solid #e5e5e5;*/
}
.ltcontant-list ul {
	margin:0;
	list-style:none;
	padding:0px 0px 0px 0px;
}
.ltcontant-list li {
	display:block;
	padding:0 1px 0px 17px;
	background:url('images/arrow.gif') no-repeat center left;
	line-height:21px;
	border-bottom:1px solid #B9E27E;
}
.ltcontant-list a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#014d26;
	display:block;
	height:21px;
	text-decoration:none;
}
.ltcontant-list li a:hover {
	color:#c26e00;
	text-decoration:underline;
}
/* ============================================================================ */
.ltcontant-title {
	width:211px;
	height:auto;
	background-color:#BCE77E;
}
.ltcontant-title ul {
	margin:0;
	list-style:none;
	padding:0px 0px 0px 8px;
}
.ltcontant-title li {
	display:block;
	padding:0 1px 0px 10px;
	background:url('../images/title-arrow.gif') no-repeat center left;
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#454544;
	font-weight:bold;

}
/* ============================================================================ */

#florida-main-contant{
	width:729px;
	height:auto;
	float:right;
}
#florida-discount-contant{
	width:951px;
	height:auto;
	float:right;
}

.text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	padding:6px;
}

/* ============================================================================ */
#search-googlecontainer{
	width:729px;
	height:auto;
	margin-top:5px;
}
#search-floridahotel{
	width:438px;
	height:auto;
	float:left;
	padding-left:5px;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#3A6103;
	font-weight:bold;
	padding-bottom:5px;
}
.table-space{
	padding-bottom:6px;
	padding-top:6px;
}
.search-topline{
	background-image:url('../images/search-topbg.gif');
	background-repeat:repeat-x;
	height:11px;
}
.search-bottomline{
	background-image:url('../images/search-botbg.gif');
	background-repeat:repeat-x;
	height:11px;
}
.search-ltline{
	border-left:1px solid #7CCF06;
	background-color:#EAFDCC;
}
.search-rtline{
	border-right:1px solid #7CCF06;
	background-color:#EAFDCC;
}
/* ============================================================================ */
.searchsub-text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#393939;
	text-decoration:none;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:1px;
	text-align:center;
}
.searchsub-text a{
	color:#393939;
	text-decoration:none;
}
.searchsub-text a:hover{
	color:#393939;
	text-decoration:underline;
}
/* ============================================================================ */

#florida-googlemap{
	width:270px;
	height:auto;
	float:right;
	padding-right:5px;
}

/* =============Our Discount Hotel picks===================================== */
#discount-hotelcontainer{
	width:704px;
	height:auto;
	margin:0 auto;
	clear:both;
	padding-top:8px;
}
#discount-hotelpicks{
	width:704px;
	height:auto;
	background-color:#F6FFE8;
	border:1px solid #9EEA32;
}
/* ============================================================================ */
.discount-picktitle {
	width:704px;
	height:auto;
	background-color:#BCE77E;
}
.discount-picktitle ul {
	margin:0;
	list-style:none;
	padding:0px 0px 0px 8px;
}
.discount-picktitle li {
	display:block;
	padding:0 1px 0px 10px;
	background:url('../images/title-arrow.gif') no-repeat center left;
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#3A6103;
	font-weight:bold;

}
.discount {
	width:900px;
	height:auto;
	background-color:#BCE77E;
}
.discount ul {
	margin:0;
	list-style:none;
	padding:0px 0px 0px 8px;
}
.discount li {
	display:block;
	padding:0 1px 0px 10px;
	background:url('../images/title-arrow.gif') no-repeat center left;
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#3A6103;
	font-weight:bold;

}
/* ============================================================================ */

#lastboxbooking-hotel{
	width:690px;
	height:auto;
	margin:0 auto;
	padding-bottom:10px;
}
#booking-hotellist{
	width:690px;
	height:auto;
	margin:0 auto;
	border-bottom:1px dashed #9EEA32;
	padding-bottom:10px;
}
.hotel-title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#325402;
	font-weight:bold;
	padding-left:60px;
	padding-bottom:8px;
	padding-top:8px;
}
.hotel-rate{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#d63700;
	font-weight:bold;
	text-align:center;
	padding-bottom:8px;
}
/* ============Footer Container class================= */
#footer-container{
	background-image:url('../images/footer-bg.gif');
	background-repeat:repeat-x;
	width:951px;
	height:27px;
	clear:both;
	margin-top:8px;
}
.footer-text{
	width:940px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration:none;
	text-align:center;
	padding-top:10px;

}
.footer-text a{
	color:#333333;
	text-decoration:none;
}
.footer-text a:hover{
	color:#333333;
	text-decoration:underline;
}


.link-picks
{
font:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
text-decoration:none;
}

.links-picks:hover
{
font:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
text-decoration:none;
}

/* ======================================================================================== */
.head
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#59a928;
	
	}
.link
	{
		color:#333333; 
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
	}
.link:hover
	{
		color:#c26e00; 
		font-size:12px;
		text-decoration:underline;
	}
#continentlink1{
    width:auto;
    height:auto;
    float:left;
}
#continentlink1 ul {
    margin:0;
    list-style:none;
    padding:0px 0px 0px 0px;
}
#continentlink1 li {
    display:block;
    padding:0 1px 0px 17px;
    background:url('../images/hotellist-arrow.gif') no-repeat center left;
    line-height:23px;

}
#continentlink1 a {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#325402;
    font-weight:bold;
    display:block;
    height:23px;
    text-decoration:none;
}
#continentlink1 li a:hover {
    color:#c26e00;
    text-decoration:none;
}