body {
	font:12px/1.5em  "Verdana", "Sans Serif", "Arial", "Lucida Sans Unicode",  "Trebuchet MS", "Lucida Grande",  "Helvetica"; 
	margin: 0 auto;
	background:#ccc;
}


.middle { 
	padding:0px 0px 0px 0px; 
	width:1002px; 					/* This is the width of content (sidebox+content) */
	margin:0 auto; 
	text-align:left; 	
}

.col-main { 
	width:1002px;					/* This is the DIV that contains the sidebox+content */
	float:left; 
	border:4px solid #647785;
	background:#fff;
} 
/* Edit these settings for the main layout EOF ---- */

h2 {
	font-family: "Georgia", Verdana;
	padding: 5px;
	font-size:18px;
}

h3 {
	font-family: "Georgia", Verdana;
	background:#AB6F1C;
}

h3.fyi {
	background: #FFF;
	padding-top:5px;
	
	}

.country-name {
	padding-left:5px;
	color:#FFF;
	font-size:14px;
	}


/*------------------------------------------*/
/* c5 column layout                         */
/* col-1:250px, col-2:250px, col-3:250px    */
/*------------------------------------------*/
.c5-col-1 {
	float: left;
	width: 200px;
	background:#F6D5B1;
}

.c5-col-1 ul {
	list-style-type : square;
	margin : 0 5px 15px 20px;
	padding: 0;
}

.c5-col-1 ul li {
	background:#FEF9E7;
	margin-bottom: 5px;
	font-size:0.9em;
	padding-left:5px;
}


.c5-col-main {
	float: left;
	margin: 0;
	width: 790px;
	height: 100%;	
}

#c5-col-2 {
	float: left;
	width: 590px;
	padding: 0 10px 10px 10px;
	text-align:left;
	
	
}

#c5-col-3 {
	float: left;
	padding-left: 5px;
	width: 170px;
}

#c5-cols {
	font-size: 0.9em;
}

.google-link {
	padding-top:5px;
}

/***** For trip info ****/
table.trip a,
table.trip a:link,
table.trip a:visited {
	border:none;
	}							
	
table.trip img {
	border:0;
	margin-top:.5em;
	}	

table.trip {
	/*
	width:90%;
	*/
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	/*
	margin:1em auto;
	*/
	border-collapse:collapse;
}

table.trip caption {
	color: #9ba9b4;
	font-size:.94em;
	letter-spacing:.1em;
	margin:1em 0 0 0;
	padding:0;
	caption-side:top;
	text-align:center;
}	

table.trip tr.odd td	{
	background:#f7fbff
}

table.trip tr.odd td.cool {
	font-weight:bold;
	color: #257443;
}

table.trip td {
	color:#678197;
	color:#000;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.2em .5em;
	font-size: 1em;
}		

table.trip td.cool {
	font-weight:bold;
	color: #257443;
}


table.trip th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em .5em;
	}				
	

table.trip thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.5em/1.5em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3
}	

table.trip tfoot th {
	text-align:center;
	background:#f4f9fe;
}	

table.trip tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
		}		
table.trip tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}	


div.clearer {clear: both; display: block; margin: 0; padding: 0; height: 0px; line-height: 1px; font-size: 1px;}

