﻿a
{
	font-family: Verdana;
	font-size: 13px;
    text-decoration:none;
    color:#FFFFFF;
}
    a:hover
    {
    	color: #002e40;
        text-decoration:underline;
    }

img
{
    border:0px;
}

h1
{
    font-family:Trebuchet MS, Verdana, sans-serif;
    font-size:18px;
    color:#e20d05;    
    margin:0px;
    padding:0px;
    font-weight: normal;
    
}
h2
{
    font-family:Trebuchet MS, Arial, sans-serif;
    font-size:24px;
    color:#015746;    
    margin:0px;
    padding:0px;
    font-weight: normal;
}

p
{
	margin: 0px;
	padding: 0px;
}

/* --------------- custom ------------------ */

.clear
{
    clear:both;
}

.floatLeft
{
    float:left;
}

.floatRight
{
    float:right;
}
.alignMiddle *
{
	vertical-align:middle;
}

/* --------------- layout ------------------ */
body
{
	position: relative;
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size:14px;    
    color:#000000;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-image: url(layout_images/body_bg.gif);
    background-repeat: repeat; 
}

	.container
	{
		position:relative;
		width:1000px;
		margin-left:auto;
		margin-right:auto;
		padding:0px;
		margin-top: 0px;
		background-color: #f2eee5;		
		border-left: solid 1px #92877f;
		border-right: solid 1px #92877f;
		border-bottom: solid 1px #92877f;
		margin-bottom: 0px;
	}
	
	.header
	{
		background-image: url(layout_images/header_img.png);
		background-repeat: no-repeat;
		width: 1000px;
		height: 285px;
	}
	
	.middleContent
	{		
		/*margin-top: -50px;*/
		padding: 0px;		
		margin-left: 0px;
	}
	
	.leftContent
	{
		width: 245px;
		float: left;
		color: #002e40;
		font-family: Verdana, Arial, Sans-Serif;
		font-size: 9px;
	}
	.leftContent p
	{
		font-family: Verdana;
		font-size: 11px;
		color: #000000;
		padding: 50px 10px 5px 10px;
	}
		.leftHotels
		{
			background-image: url(layout_images/left_bg_hotels.png);
			background-repeat: no-repeat;
			width: 245px;
			height: 175px;
			margin-bottom: 15px;
			margin-top: -50px;
			
		}
		.hotelLinks
		{
			padding-left: 10px;
		}
		.leftCars
		{
			background-image: url(layout_images/left_bg_cars.png);
			background-repeat: no-repeat;
			width: 245px;
			height: 123px;
			margin-bottom: 10px;
		}
		.leftAir
		{
			background-image: url(layout_images/left_bg_air.png);
			background-repeat: no-repeat;
			width: 245px;
			height: 130px;
			margin-bottom: 15px;
		}
		.leftContact
		{
			background-image: url(layout_images/left_bg_contact.png);
			background-repeat: no-repeat;
			width: 245px;
			height: 123px;
			margin-bottom: 15px;
		}
		.leftContact p, .leftContact a
		{			
			font-size: 14px;
			color: #002e40;
		}
		.leftContact span
		{
			color: #FFFFFF;
		}
	
	.rightContent
	{
		width: 725px;
		float: right;
		margin-left: auto;
		margin-right: auto;
		padding: 10px 15px 10px 15px;
	}
	
	.rightContent p
	{
		position: relative;
		font-family: Trebuchet MS, Verdana;
		font-size: 13px;
		color: #ed5005;		
	}
	.description
	{
		margin-top: -50px;
		margin-bottom: 15px;
	}
	
	.starList input[type="checkbox"]
	{
		margin-left: 0px;
	}
	.starList img
	{
		margin-right: 3px;
	}	
	
	.search
	{
		position: relative;
		background-image: url(layout_images/bg_search.png);
		background-repeat: no-repeat;
		width: 690px;
		height: 370px;
		margin-top: 20px;
		padding: 10px 20px 20px 20px;
		font-family: Verdana, Arial, Sans-Serif;
		font-size: 12px;
		color: #000000;
	}
	.searchInputBorder
	{
		border: solid 1px #7f9db9;
		color: #000000;
		width: 285px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.dropdownBorder
	{
		border: solid 1px #7f9db9;
		margin-top: 5px;
		margin-bottom: 5px;
	}	
	.hotelFacilitiesItems
	{
		font-family: Verdana, Arial, Sans-Serif;
		font-size: 11px;
		color: #e93a06;
		margin-top: 5px;
	}
	
	.hotelFacilitiesItems input[type="checkbox"]
	{
		margin-left: 0px;
	}
	
	.hotelFacilitiesItems label
	{
		padding-left: 5px;
		padding-right: 15px;
	}
	
	.btnSearch
	{
		position: absolute;
		bottom: 0px;
		margin-left: 240px;		
	}
	
	div.popup 
	{
		background-color:#FFF9E7;
		border:1px solid #FEBA02;
		display:none;
		padding:3px;
		position:absolute;
		z-index:100009;
	}
		div.popup p 
		{
			margin:0;
			color: #000000;
		}
		div.popup ul 
		{
			
		}
	
.autocomplete_completionListElement
{
    margin-top:0px;
    margin-left:0px;
    padding:0px;
    background-color:#FFFFFF;
    border:1px solid #7f9db9;
    z-index:100000;
    list-style-type:none;
    max-height:250px;
    overflow:auto;
}
.autocomplete_listItem
{
    cursor: pointer;
    padding:2px;
}
.autocomplete_highlightedListItem
{
    cursor: pointer;
    padding:2px;
    background-color: #e16c08;
    color:#FFFFFF;
}
