body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 12px;
	background: url(assets/bg.jpg) repeat-x #E5EAFF;
}
a {outline: 0}
a:link {color: #292D74;}
a:visited {color: #292D74;}
a:hover {color: #000;}
a:active {color: #292D74;}

#wrapper {
	width: 760px;
	text-align: left; margin: 0 auto;
	background: url(assets/bg-wrapper-inside.jpg) no-repeat #fff;
	}
#home #wrapper {
	background: url(assets/bg-wrapper2.jpg) no-repeat #fff;
	}	
#top {
	height: 122px;
	position: relative;
	} 
#home #top {
	height: 212px;
	}
#flash {display: none;}	
#home #flash 	{
	padding-top: 10px;
	margin: 0 0 10px 191px;
	display: block;
	}
#logo-home {display: none;}
#home #logo-home {
	width: 161px;
	height: 144px;
	display: block;
	position: absolute;
	top: 30px;
	left: 10px;
	display: block;
	}
#logo-home img {border: 0;}
/* Main Navigation */
#navcontainer {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border-top: 3px solid #2b2f74;
  z-index: 1;
	position: relative;
	margin-top: 0px;
}
#navcontainer ul {
  list-style-type: none;
  text-align: center;
  margin-top: -10px;
  padding: 0;
  position: relative;
  z-index: 2;
}
#navcontainer li {
  display: inline;
  text-align: center;
  margin: 0 5px;
}
#navcontainer li a {
  padding: 1px 7px;
  color: #292d73;
  background-color: #fff;
  border: 1px solid #cbc49c;
  text-decoration: none;
	font-weight: bold;
}
#navcontainer li a:hover {
  color: #000;
  border: 1px solid #cbc49c;
  border-top: 2px solid #cbc49c;
  border-bottom: 2px solid #cbc49c;
}
#navcontainer li a#current {
  color: #000;
  border: 1px solid #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#available-soon {
	display: block;
	margin-left: 3px;
	margin-bottom: 22px;
	}
#available-soon2 {
	display: block;
	margin-left: 3px;
	margin-bottom: 22px;
	}
#available-soon {display: none;}
#home #available-soon {display: block;}
#available-soon2 {margin-top: 20px;}
#home #available-soon2 {display: none;}

#news {
	width: 180px;
	/*float: left;
	position: relative; */
	background: url(assets/bg-connection.gif) no-repeat #586dc2;
	border-bottom: 1px solid #2b2f74;
	padding-top: 36px;
	padding-bottom: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	display: none;
	}
#home #news {display: block; margin-top: 10px;}
	
.news-item {
	background-color: white;
	background-position: 5px 10px;
	margin: 0 3px;
	border-right: 1px solid #2b2f74;
	padding: 5px 10px 5px 15px;
	background-repeat: no-repeat;
	color: #253887;
	font-weight: bold;
	}
.news-item-domestic { 	/*background-image: url(assets/bg-news-item-domestic.gif); */	}
.news-item-international { /*	background-image: url(assets/bg-news-item-international.gif); border-bottom: 1px solid #2b2f74;*/		}
	
.news-item a {
	padding: 0.5em 0px;
	font-size: 13px;
	font-weight: bold;
	display: block;
	}	
.news-item a:link {color: #292e74; }
.news-item a:visited {color: #292e74; }
.news-item a:hover {color: #000; }
.news-item a:active {color: #292e74; }

/*  Content */
#content {
	width: 540px;
	margin: 0 0 0 20px;
	margin-left: 200px;
	position: relative;
	}
body#home #content {
	/*width: 300px;
	float: left; 
	position: relative;
	margin: 20px;*/ 
	}

#right {
	width: 191px;
	float: left;
	position: relative;
	}
 /* #right form {margin: 0; } */

#banners {clear: both; margin: 0 auto; text-align: center;}	
#banners img {border: 1px solid #3858a1; margin: 7px; display: block; float:left; position: relative; display: inline;}

#agent-search {
	background: url(assets/bg-search.jpg) no-repeat;
	background: url(assets/coming-soon.jpg) no-repeat; /* This is the temporary background until search is working */
	position: relative;
	height: 145px;
	text-align: left;
	
	display: none;
	}
#agent-search h2 {
	color: white;
	text-align: center;
	margin: 0;
	padding-top: 10px;
	}
#agent-search select {margin-left: 10px; width: 190px; font-size: 12px;}	
#agent-search option { }
#agent-search .submit {
	color: #b89c02;
	font-weight: bold;
	position: absolute;
	top: 99px;
	left: 183px;
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: 0;

	}	
#sign-up {
	/* background: url(assets/bg-travel-news.gif) no-repeat;
	height: 72px;
	width: 185px;
	position: relative;
	text-align: left;
	float: right;
	margin-right: 10px;
	*/
	}
#sign-up img {
	display: block;
	border: 0;
	}	
#sign-up input {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 11px;
	width: 159px;
	margin: 0;
	padding: 0;
	}	
#sign-up .submit {
	position: absolute;
	top: 30px;
	left: 10px;
	font-size: 12px;
	}	
/* botom nav */
#navlist {text-align: center; clear: both;}
#navlist li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
}
#navlist a:link {color: #2B2F74;}
#navlist a:visited {color: #2B2F74;}
#navlist a:hover {color: #000;}
#navlist a:active {color: #2B2F74;}

#copyright {
	background-color: #E5EAFF;
	padding: 10px;
	clear: both;
	text-align: center;
	}
#baddress {
	padding: 10px 0;
	border-top: 2px solid #2B2F74;
	border-bottom: 2px solid #2B2F74;
	margin: 0 auto; text-align: center;
	}	
/* Breadcrumbs */
#breadcrumbs {
	font-size: 11px;
	margin-bottom: 10px;
	}

/* Subnav */
#subnav {
	width: 184px;
	border-top: 3px solid #2B2F74;
	z-index: 1;
	margin-top: 12px;
	position: relative;
	}
#subnav div {
	font-weight: bold;
	font-size: 13px;
	background-color: none;
	padding: 2px;
	margin-top: -12px;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #cbc49c;
	background-color: #efe7bb;
	z-index: 2;
	position: relative;
	}

#subnav ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

#subnav a {
  display: block;
	margin: 3px;
	font-weight: bold;	
  padding: 4px;
  /* width: 160px; */
  background-color: #fff;
  border: 1px solid #cbc49c;
	position: relative;
}

#subnav a:link, #subnav a:visited {
  color: #000;
  text-decoration: none;
}

#subnav a:hover {
/*   background-color: #B39A09; */
  color: #000;
	text-decoration: underline;
}	
/* Newsletter */
#domestic {margin-top: 2em;}
.ag-box {
	float: left;
	position: relative;
	width: 240px;
	border: 1px solid black;
	background: #ddd;
	margin: 10px 0 0 10px;
	text-align: center;
	height: 130px;
	display: inline;
}
.ag-box label {
	font-weight: bold;
	margin: 10px auto;
	display: block;
	font-size: 16px;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.ag-box input {
	display: block;
	width: 120px;
	margin: 10px auto;
	font-size: 14px;}
.ag-box select,
.ag-box option {font-size: 11px; padding-left:3px;}	
#ag-1 {
	background-image: url(assets/ag-1bg.jpg);
	width: 270px;
}
#ag-2 {
	background-image: url(assets/ag-2bg.jpg);
	width: 245px;
}
#ag-sidesearch {
	margin: 0;
	padding: 0;
	padding-top: 58px;
	background: url(assets/ag-search-bg.gif) no-repeat;
	margin-left: 3px;
	margin-bottom: 6px;
	}
#ag-sidesearch select {
	width: 100%;
	margin-bottom: 2px;
	}

/* Agent search result */
.search-result-item {
  background-color: #fff;  
  background-repeat: repeat-x;
	height: 1%;
	overflow: hidden;
	position: relative;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	border: 1px solid white;
	border-bottom: 2px solid #CBC49C;
	cursor: pointer;
		}
.search-result-item-on {
  background-color: #fff;  
  background-repeat: repeat-x;
	height: 1%;
	overflow: hidden;
	position: relative;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	border: 1px solid #ccc;
	border-bottom: 2px solid #CBC49C;
	cursor: pointer;
		}		
.search-result-img {
	position:relative;
	margin: 5px 10px 0px 5px;
	float: right;
/*	position: absolute;
	top: 10px;
	right: 10px; */
}
.search-result-item-info {
	/* position: absolute;
	top: 5px;
	text-align: center;
	left: 10px; */
	margin: 5px 10px;
	}
#agent-name {font-size: 20px;}
.search-result-item h2,
.search-result-item-on h2 {
	font-size: 14px;
	margin: 0;
	clear: both;
}
.search-result-item-info h2 {
	clear: none;
}
.search-result-location {position:relative;
	/*float: left;
	text-align: center;
	margin-right: 30px;*/
	}
.search-result-distance {position:relative;
	font-style: italic;
	float: left;
	clear: left;
	}	
.search-result-more {
	position: absolute;
	right: 5px;
	top: 28px;
	border: 0;
	}
.search-result-more2	 {
	position: absolute;
	right: 10px;
	top: 60px;
	border: 0;
	}
div.search-result-more-div {
	margin: 5px 10px 5px 5px;
	margin: 10px auto;
	/*float: right;
	position: relative; */
	clear: right;
	clear: both;
	width: 75px;
	width: 150px;
	text-align: center;
	padding-top: 10px;
	}
div.search-result-more-div a {
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	font-weight: bold;
	font-size: 11px;
	}	
div.search-result-more-div a:link {color: white;background-color: #b99c02;
	}
div.search-result-more-div a:visited {color: white;background-color: #b99c02;
	}
div.search-result-more-div a:hover {color: white; background-color: #292D74}
div.search-result-more-div a:active {color: white;background-color: #b99c02;
	}
	
.search-result-phones {margin-bottom: 12px; }
.search-result-web {margin-top: 12px;}		

/* Member Detail */
#member-detail {margin: 10px 15px; border: 0px solid #244B8D; padding: 20px; background: white;}
#member-img-l {display: block;}
.member-img-s {float: left; position: relative; display: block; margin: 10px 10px 0 0;}
h1 {font-size: 18px; margin: 0;}
.business-list-amenities {
	font-weight:bold;
	line-height:15px;
	float: right;
	position: relative;
	clear: right;
	width: 290px;
	
	}
.business-list-amenities img {
  margin-bottom:3px;
  padding:5px 6px 2px 0px;
	}
.business-list-amenities h2 {
	font-size: 16px;
	margin: 10px 20px 0 0;
	}

/* certification on detail page */
.spec-cert {
	height: 1%;
	overflow: hidden;
	border-top: 1px solid #ccc;
	padding: 30px 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	}
.spec-cert img {
	float: left;
	margin: -25px 12px 0 0;
	}
#member-country-list {
	padding: 20px 10px;
}		
.member-country-item {
	display: block;
	width: 250px;
	float: left;
}
#back-member {
	display: block;
	width: 100px;
	padding: 5px;
	background: #eee;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 11px;
}
#back-member:hover {
	border: 1px solid #ccc;
	background-color: white;
}
#member-ads-item img {
	display: block;
	margin: 10px 0;
	border: 0;
}
#member-ads {
	display: none;
}

/* Travel Planner */
#travelPlanner {
	background: url(assets/checklist.gif) 15px top no-repeat;
	padding-top: 20px;
	margin-right: 9px;
	margin-left: 2px;

}
#travelPlanner div {
	background: rgba(219,205,126,0.7);
	border: 2px solid white;	

	text-align: center;
	padding: 5px;
	}
#travelPlanner h2 {
	margin: 0 7px;
	text-align: right;
}
#travelPlanner h2 a {
	font-size: 14px;
	color: #630;
}
#travelPlanner p {
	margin: 5px 5px;
	line-height: 16px;

}
#travelPlanner a {
	display: block;
	color: #630;

}

.list-add-link,
.list-view-link {
	float: right;
	display: block;
	clear: right;
	margin: 10px 2px 10px 10px;
}
