@import url("MasterPage.css");
@import url("Footer.css");
@import url("LeftMenu.css");
@import url("Header.css");
@import url("LeftColumn.css");
@import url("RequestAQoute.css");
@import url("Controls.css");
@import url("Search.css");
@import url("WhyChooseUs.css");
@import url("TalkToUs.css");
@import url("ContactUs.css");
@import url("AboutUs.css");
@import url("PalaceResorts.css");
@import url("CheckRates.css");
@import url("Links.css");
@import url("TermsOfUse.css");
@import url("Promotions.css");

/***************************************************************************************************************/
/***** FEATURED PROMOTIONS *************************************************************************************/
#featuredPromotions
{
	padding-top: 5px;
}

#featuredPromotions .imageBorder
{
	border: 1px solid #d8d8d8;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

#featuredPromotions .textFrame
{
	width: 290px;
	float: right;	
	border: 0px solid RED;
	
}
#featuredPromotions .text
{
	border: 0px solid RED;	
	font-family: verdana;
	font-size: 11px;
}
#featuredPromotions .textTitle
{
	border: 0px solid RED;	
	margin-bottom: 5px;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
}
#featuredPromotions .textBookNow
{
	border: 0px solid RED;
	text-align:center;
}

#featuredPromotions .separator
{
	clear: both;
	height: 10px; 
}
/***************************************************************************************************************/
/***** MAIN PAGE TITLE *****************************************************************************************/
#titleSpecialOffers
{
	width: 514px;
	margin: 0px;
	padding: 0px;
	background-color: #eeecec;
	border-top-style: solid;
	border-top-color: #c0c0c0;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d8d8d8;
}
#titleSpecialOffers h1
{
	padding-top: 2px;
	font-family: verdana;
	font-size: 1.5em;
	color: #373090;
	text-align: left;
	height: 20px;
}

#titleSpecialOffers .titlePalm
{
	width: 39px;
	float: left;
	padding-top: 1px;
	padding-left: 5px;
}
/***************************************************************************************************************/
/***** SPECIAL OFFERS ******************************************************************************************/

#specialOffers
{}

#specialOffers ul
{
	padding: 2px;
	list-style-position: inside;
	list-style-type: none;
	font-size: 11px;
}

#specialOffers li a
{
	color: #373090; /*BLUE*/
	display: inline;
	text-decoration: none;
	border: 0px solid #FF00FF;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
}
#specialOffers li a:hover {
	font: normal;		
	color: #e79901; /*ORANGE*/
	font-weight: normal;
	text-decoration: underline;
}

#specialOffers .angleBracket
{
	padding-top: 2px;
	border: 0px solid #FF00FF;
	width: 18px;
	padding-left: 5px;
	margin: 0px;
	float: left;
}

/***************************************************************************************************************/
/***** LATEST NEWS *********************************************************************************************/

#latestNews
{
	border: 0px solid RED;
	padding-top: 10px;
}

#latestNews .textTitle
{
	width: 514px;
	border: 0px solid RED;	
	margin-bottom: 5px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}

#latestNews .textTitle a
{
	color: #373090; /*BLUE*/
	display: inline;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	border: 0px solid #FF00FF;
	padding-top: 3px;
	padding-bottom: 3px;
}

#latestNews .textTitle a:hover {
	font: normal;		
	color: #e79901; /*ORANGE*/
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

#latestNews .text
{
	width: 514px;
	border: 0px solid RED;
	font-family: verdana;
	font-size: 11px;
	color: #808080;
	text-align: justify;
}
#latestNews .text a
{
	color: #373090; /*BLUE*/
	display: inline;
	text-decoration: none;
	border: 0px solid #FF00FF;
	padding-top: 3px;
	padding-bottom: 3px;
}

#latestNews .text a:hover {
	font: normal;		
	color: #e79901; /*ORANGE*/
	font-weight: normal;
	text-decoration: underline;
}

#latestNews .separator
{
	clear: both;
	height: 15px; 
}

#latestNews .text li
{
	padding: 2px;
	list-style-position: inside;
	list-style-type: square;
	font-size: 11px;
	width: 489px;
	border: 0px solid RED;
}


