@charset "utf-8";
/* CSS Document */
#ambassadors{
	display:inline;
	list-style:none;
	width:100%;
}
#ambassadors li{
	float:left;
	text-align:center;
	background-image:url(/images/btn_global_off.jpg);
	width:337px;
	height:47px;
}
#ambassadors li a{
	text-align:center;
	float:left;
	width:337px;
	height:31px;
	padding-top:16px;
}
#ambassadors li a.selected{
	background-image:url(/images/btn_global_on.jpg);
	width:337px;
	height:31px;
}
.ambassador_profile{
	clear:both;
	margin-top:10px;
	float:left;
	width:650px;
}
.ambassador_profile img{
	float:left; padding:0px 10px 10px 0px;
}
.tab{
	float:left;
	padding:15px;
	background-color:#efeee4;
	margin:20px 0 0;
	clear:both;
	width:650px;
}
#joeys p, #globals p{
	background:#efeee4;
}
.tab img{
	float:left; padding:0px 10px 10px 0px;
}

	/*background-image:url(/images/btn_global_off.jpg);
	width:337px;
	height:47px;*/