/*-------------------------------------------------------------------------
Selected Tab
-------------------------------------------------------------------------*/

#link1{
	background-image: url(/images/nav/home-selected.gif);
}
#link1:hover, #link1.sfhover{
	background-image: url(/images/nav/home-selected.gif);
}

/*-------------------------------------------------------------------------
Slight modifications to destinations & advantages callouts
-------------------------------------------------------------------------*/
#destinations{
	margin: 40px auto 0 auto;
	background-image: url(/images/top-destinations.gif);
}

#advantage{
	background-image: url(/images/travel-mba-advantage.gif);
}
#main-content{
	padding: 34px 17px 0 22px;
}
#main-content h2,
#main-content h3{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#main-content h3{
	font-size: 14px;
}
/*-------------------------------------------------------------------------
Formatting
-------------------------------------------------------------------------*/
#home-lt{
	/*float: left;
	width: 279px;*/
	line-height: 20px;
}


#home-rt{
	float: right;
	width: 292px;
	padding: 0 0 30px 30px;
}

#areas-container{
	border: 2px solid #E7E1EB;
	background-color: #E7E1EB;
	background-image: url(/images/areas-of-specialization-til.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 11px 17px 17px 17px;
}
#areas-header{
	padding: 0 0 16px 0;
}
.areas-photo{
	width: 75px;
	float: left;
	padding: 0 0 5px 0;
}
.areas-text{
	width: 170px;
	float: left;
	font-size: 10px;
	padding: 3px 0 5px 0;
	line-height: 14px;
}
.areas-text a:link,
.areas-text a:visited{
	text-decoration: none;
}
.areas-text a:hover,
.areas-text a:active{
	text-decoration: underline;
}
.areas-text a strong{
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #4F2970 !important;
	line-height: 16px;
}
.areas-text a:link,
.areas-text a:visited,
.areas-text a:hover,
.areas-text a:active{
	color: #000000;
}
