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

#link7{
	background-image: url(/images/nav/contact-us-selected.gif);
}
#link7:hover, #link7.sfhover{
	background-image: url(/images/nav/contact-us-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{
	line-height: 18px;
}


/*-------------------------------------------------------------------------
Notes
-------------------------------------------------------------------------*/
#small{
	font-size: 11px;
	margin: 2em 0 1.5em 0;
	clear: both;
}
#contact-lt{
	width: 390px;
	float: left;
	margin: 0;
}
#contact-lt ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#contact-lt li{
	float: left;
}
.contact-label{
	width: 124px;
	padding: 4px 10px 0 0;
	text-align: right;
}

.contact-label-err{
	width: 124px;
	padding: 4px 10px 0 0;
	text-align: right;
	color: #ff0000;
}

.contact-field{
	width: 256px;
	padding: 0 0 10px 0;
}
.contact-field input,
.contact-field textarea{
	width: 250px;
}
.contact-field textarea{
	height: 80px;
}
.contact-state{
	width: 110px;
}
.contact-state select{
	width: 100px;
}
.contact-zip{
	width: 60px;
	text-align: right;
	padding: 4px 10px 0 0;
}
.contact-zip-field{
	width: 75px;
	padding: 0 0 10px 0;
}
.contact-zip-field input{
	width: 69px;
}
.contact-submit{
	width: 256px;
	padding: 1em 0 0 134px;
	text-align: center;
}
.contact-submit input{
	width: 150px;
}


#contact-rt{
	width: 150px;
	float: right;
	background-color: #E7E1EB;
	padding: 10px 10px 3em 10px;
	margin: 0;
	background-image: url(/images/areas-of-specialization-til.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 2px solid #E7E1EB;
}


