/* CSS Document */
p, h1, h2, h3, div, ul {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#333333;
	font-size:14px;
	line-height:18px;
	}
ul {
	margin-left:20px;
	padding-left:0px;
}
h1{font-size:18px; font-weight:bold; margin:17px 0 0 0; color:#0161CF}

h2{font-size:14px; line-height:20px; margin:10px 0 0 0; font-weight:bold; color:#666666}

h3{font-size:14px; line-height:18px; margin:10px 0 0 0;}

.blue {color:#0066CC}
.bold{font-weight:bold}
.small{font-size:10px;}

.hr_executive{
width: 992px;
clear:both;
border-bottom:#eeece3 1px solid;
margin: 10px auto 10px auto;
}
.destination{
	display:block;
	width: 992px;
	clear:left;
	margin:0 auto 0 auto;
}
.cityBox{
	display:block;
	width: 33%;	
	float:left;
	border-left:#eeece3 1px solid;

}
.locationBox{
	display:block;
	width: 33%;	
	float:left;
	border-left:#eeece3 1px solid;
	
}
.businessBox{
	display:block;
	width: 33%;	
	float:left;
	border-left:#eeece3 1px solid;

}
.helpBox{
	display:block;
	width: 19%;	
	float:left;
	border-left:#eeece3 1px solid;
	height:160px;
}
.destination_left{
	/*border:#eeece3 1px solid;*/
	float:left;
	width:520px;
}

.destination_right{
	float:left;
	/*border:#eeece3 1px solid;*/
	width:460px;
	margin:30px 0 0 10px;
}
.cityName{
	font-size:12px; 
	font-weight:bold; 
	margin:17px auto 0 auto;
	padding:5px;
	color:#008000;
	clear:both;
}

.link{font-size:12px; color:#008000}

.takeatour{color:#999999; font-weight:bold}

