/* FEATURES */
.feature {
	margin-left: 10px; 
	margin-top: 7px;
	text-align: left;
}
.feat_desc {
	font-size: 13px; 
	padding-top: 8px; 
	clear: both;
}

.feat_desc a:hover{
	text-decoration: none;
	color: #000000;
}
.feat_button {
	float: right; 
	position: relative; 
	top: 83px; 
	right: 6px;
}

/* MAP STYLES */
.map_heading {
	background-color: #ea0303; 
	color: #ffffff; 
	font-size: 18px; 
	font-weight: bold; 
	padding: 5px;
}
.map_heading a{
	text-decoration: none;
	color: #ffffff; 
	font-size: 18px; 
	font-weight: bold; 
}
.map_heading a:hover{
	text-decoration: none;
	color: #ffffff; 
	font-size: 18px; 
	font-weight: bold; 
}
.map_legend {
	border: 1px solid #c1c1c1;
	padding: 14px;
	font-size: 13px;
}

.map_legend a{
	font-size: 13px;
	text-decoration: underline;
	color: #ea0303;
}


/* DROP DOWN BOX STYLES */
.box_heading {
	background-color: #909090; 
	color: #ffffff; 
	font-size: 18px; 
	font-weight: bold; 
	padding: 5px;
}
.box_border {
	border: 1px solid #666666;
}
.box{
	height: 74px; 
	background-color: #e0e0e0;
}
.drop_down_width {
	width: 230px;
}
.spacer {
	height: 24px;
}

/* destinations list */

.list_rightmargin {
	padding-right: 8px;
}

#destinationslistcontainer {
	margin-top: 10px;
	width:246px;
	text-align: left;
	float: left;
}

#destinationslistcontainer img {
	margin-bottom: 3px;
}

#destinationscontainer P {
	margin: 4px 0px 4px 0px;
	padding: 0px;
}

#destinationslistcontainer ul{
	list-style-type: none;	
	margin: 5px 0px 0px 0px;
	padding: 0px;
	width: 119px;
}

#destinationslistcontainer ul li{
	margin:0px;
	padding: 0px;
	height: 19px;
	border-bottom: solid 1px #CCC;
}

#destinationslistcontainer ul li a{
	margin:0px;
	padding: 0px;
	height: 19px;
	width: 119px;
	display: block;
	text-decoration: none;
	color: #000;
}

#destinationslistcontainer ul li a:hover{
	background-color: #F8F8F8;
	font-weight: bold;
}

.redtext {
	color: #ee0000;
	font-weight: bold;
}

.destinationslistname {
	font-size: 11px;
	float: left;
}

#more_destinations {
	padding-top: 8px;
}

/* destinations search box */

#destinationssearchbox {
	margin-top: 10px;
	width:246px;
	text-align: left;
	float: left;
}

.peekaboo {
	display: none;
}

#destinationstabs {
	width: 225px;
	height: 17px;
	background: transparent url(/destinations/images/search_tabs.gif) no-repeat;
	background-position: 0px 0px;
}

#selectdestination {
	margin: 0px;
	padding: 0px;
	width: 126px;
	height: 17px;
	float: left;
}

#worldmap {
	margin: 0px;
	padding: 0px;
	width: 95px;
	height: 17px;
	float: left;
}

#selectoptioncontent {
	background-color:#EE0000; 
	width: 241px;
	height: 136px;
}

#selectdestinationcontent {
	color: #fff;
	font-size: 11px;
	padding-top: 10px;
	margin: 0px 0px 0px 9px;
	display: none;
}

#selectdestinationcontentMap {
	color: #fff;
	font-size: 11px;
	padding-top: 10px;
	margin: 0px 0px 0px 9px;
	display: none;
}

.selectdestinationdropdown {
	margin: 7px 0px 10px 0px;
}
.redBoldLink {
	color: #ea0303;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}



