.contactUs {
	position: relative;
	float: left;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 485px;
	
	background-image: url('../img/member/contactUs.jpg');
	background-position: center;
	background-repeat: no-repeat;
}

.seeMap {
	position: relative;
	float: left;
	display: block;
	margin: 0 auto;
	padding: 0;
	cursor: pointer;
	font-size: 15px;
	color: #F37025;
	font-weight: bold;
	top: 215px;
	left: 35px;
}

.agencies {
	position: relative;
	float: left;
	display: block;
	margin: 0;
	background-color: Red;
	padding: 0;
	width: 350px;
	height: 348px;
	margin-top: 10px;
	
	background-image: url('../img/agencies/agencies.jpg');
	background-position: center;
	background-repeat: no-repeat;
}


.agenciesData {
	position: relative;
	float: left:
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 300px;
	height: 167px;
	top: 15px;
}

.agenciesData .title {
	position: relative;
	float: left;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	color: #F37025;
	font-weight: bold;
	font-size: 22px;
}

.agenciesData .description {
	position: relative;
	float: left;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	color: #064366;
	font-weight: bold;
	font-size: 16px;
}
.agenciesData table {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	margin-top: 10px;
}

.agenciesData table .itemTitle {
	color: #064366;
	font-size: 12px;
	font-weight: bold;
	width: 100px;
}

.agenciesData table td input {
	width: 200px;
}

.agenciesData table .itemDescription {
	color: #414142;
	font-size: 10px;
}
.agenciesData table .itemDescription a
{
    text-decoration: none;
    color: #414142;
}

.agenciesButton {
	position: relative;
	float: right;
	display: block;
	margin: 0 auto;
	padding: 0;
	cursor: pointer;
	text-align: right;
	margin-right: 95px;
}

.mainContent {
	position: relative;
	float: right;
	display: block;
	margin: 15px 0 0 0;
	padding: 0;
	width: 623px;
	height: 713px;
	
	background-image: url('../img/agencies/benefits.jpg');
	background-position: center;
	background-repeat: no-repeat;
}

.travelAgentData {
	position: relative;
	float: left;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 322px;
	top: 20px;
	left: 20px;
}

.travelAgentData .title {
	position: relative;
	float: left;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	color: #F37025;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}

.travelAgentData table {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	margin-top: 10px;
}

.travelAgentData table .itemTitle {
	color: #064366;
	font-size: 12px;
	font-weight: bold;
	width: 100px;
}

.travelAgentData table td input {
	width: 140px;
}

.travelAgentData table .itemDescription {
	color: #414142;
	font-size: 10px;
}

.travelAgentButton {
	position: relative;
	float: left:
	display: block;
	margin: 0 auto;
	padding: 0;
	cursor: pointer;
}


.travelAgentData .save {
	position: relative;
	float: left;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.travelAgentData .save input {
	position: relative;
	float: left;
	display: inline;
}

.travelAgentData .save .desc {
	position: relative;
	float: left;
	display: inline;
}

.signInOption {
	position: relative;
	float: left;
	display: block;	
	font-size: 10px;
	color: #F37025;
	font-weight: bold;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}