/* CSS Document */
/* Home - Page Specific Styling */
p{
	margin-bottom:4px;
}
a:hover{
	text-decoration:underline;
}
.three_pane , .three_pane_nr{
	width:163px;
	float:left;
	/*background:rgb(254,232,163);*/
	background:white;
	border-right:1px solid rgb(47,50,147);
	margin-right:1px;
	height:280px;
	font-size:11px;
}
.three_pane_nr{
	border-right:0px;
}
.three_pane a, .three_pane_nr a{
	font-size:11px;
}
.three_pane h5, .three_pane_nr h5{
	margin-left:4px;
}
.three_pane div.head , .three_pane_nr div.head{
	padding-top:2px;
	padding-bottom:2px;
	height:28px;
	border-bottom:1px solid rgb(47,50,147);
}
.hidden{
	display:none;
	visibility:collapse;
}
.para{
	height:100px;
	margin-left:4px;
}
a{
	cursor:pointer;
}
.controls{
	float:left;
	width:100%;
	padding-bottom:2px;
	border-bottom:2px solid rgb(47,50,147);
	margin-bottom:2px;
}

.controls .back{
	float:left;
	width:10%;
}	
.controls .next{
	float:left;
	width:10%;
}
.controls .mid{
	float:left;
	width:79%;
	text-align:center;
}
.around_the_world_top h3 ,	.popular_locations_top h3 ,	.themed_holidays_top h3{
	margin-left:4px;
	font-size:16px;
	color:white;
}
.around_the_world_top h3{
	font-size:16px;
	color: rgb(47,50,147);
}
.bold{
	font-weight:bold;
}
.popular_regions{
	height:140px;
}
.themed_holidays_top{
	background-attachment:fixed;
	background:url(/images/golfer.gif);
	background-position:right;
	background-color: rgb(132,173,222);
	color: rgb(255,255,255);
	width:162px;
	height:92px;
	background-repeat:no-repeat;
	float:left;
}
.popular_locations_top{
	background-attachment:fixed;
	background:url(/images/romantic.gif);
	background-position:right;
	background-color: rgb(132,173,222);
	color: rgb(255,255,255);
	width:162px;
	height:92px;
	background-repeat:no-repeat;
	float:left;
}

.around_the_world_top{
	background-attachment:fixed;
	background:url(/images/worldcorner.gif);
	background-position:right;
	background-color: RGB(254, 213, 82);
	color: rgb(47,50,147);
	width:164px;
	height:92px;
	background-repeat:no-repeat;
	float:left;
}
.themed_holidays h3, .popular_locations h3, .around_the_world h3{
	font-weight:bold;
}
.themed_holidays h3 em, .popular_locations h3 em, .around_the_world h3 em{
	font-weight:bold;
	font-size:18px;
	font-style:normal;
}
.themed_holidays, .popular_locations, .around_the_world{
	width:162px;
	float:left;
	color:inherit;
	background:RGB(254, 213, 82);
	margin-right:2px;
	margin-bottom:0px;
	height:200px;
}
.around_the_world{
	width:164px;
	float:left;
	color:inherit;
	background:RGB(132, 173, 222);
	margin-right:2px;
	margin-bottom:0px;
	height:200px;
}
.themed_holidays .heading_text, .popular_locations .heading_text, .around_the_world .heading_text {
	margin-top:2px;
	margin-left:2px;
	font-size:14px;
	float:left;
}
.themed_holidays_top p.sub , .popular_locations_top p.sub , .around_the_world_top p.sub{
	margin-top:2px;
	margin-left:4px;
	width:100px;
	color: rgb(47,50,147);
	font-size:10px;
	float:left;
	clear:left;	
	background-color:inherit;
}
ul{
	margin-top:2px;
	float:left;
}
.themed_holidays a , .popular_locations a , .around_the_world a{
	font-size:10px;
}
.text_changing{
	margin-left:0px;
	border-top:2px solid rgb(47,50,147);
	width:100%;
	margin-top:2px;
	float:left;
	clear:left;
}
.text_changing h2{
	margin:3px;
	font-size:16px
}
.popular_regions li{
	margin:12px 4px;
}
.top_right_dark_100{
	margin-top:2px;
}
.frontpage_searchbox{
	height:140px;
}
