@charset "utf-8";
/* CSS Document */

@import url("nav.css");
@import url("forms.css");

body, html{
	margin:0px;
	height:100%;
	padding:0px;
	background:#EFAC1F;
}
body{
	min-width:768px;
	font-family:"Times New Roman", Times, serif;
	font-size:.8em;
}
.wrap{
	margin:0px auto;
	width:768px;
	background:#00A2ED;
	height:100%;
}
#header, #main, #footer{
	float:left;
	margin:0px;
	padding:0px;
	border:0px;
	width:100%;
}
#logo{
	float:left;
	width:202px;
	height:96px;
	padding:10px 0px 0px 10px;
}
#header{
	background:url(../_cssimages/bg_head.jpg) no-repeat center top;
	height:218px;
}
#main{
	background:#FFF;
}
#col_1{
	float:left;
	width:520px;
	margin:20px 0px;
	padding-bottom:20px;
}
#col_2{
	float:right;
	width:240px;
	border-left:1px solid #00A2ED;
	margin:20px 0px;
	clear:right;
}
.coll_all{
	float:left;
	width:100%;
	margin:20px 0px;
	clear:right;
}
.inner{
	float:left;
	padding:10px 20px;
}
	.inner a{
		font-weight:bold;
		color:#00A2ED;
		text-decoration:none;
		border-bottom:1px dotted #00A2ED;
	}
	.inner a:hover{
		border-bottom:1px solid #00A2ED;
	}	
#footer{
	background:url(../_cssimages/bg_foot.jpg) no-repeat center top;
	height:265px;
}
	#footer #address{
		float:left;
		padding-top:60px;
		padding-left:20px;
		color:#FFF;	
	}
	#footer p{
		line-height:1.4;
	}
	#footer a{
		color:#FFF;
		text-decoration:none;
	}
	#footer a:hover{
		color:#EFAC1F;
	}
	#footer #mini_bot{
		float:right;
		padding-top:60px;
		padding-right:20px;
	}
	#footer img{
		border:0px;	
	}
h1{
	color:#336666;
	font-size:1.5em;
	margin:5px 0px;
	/*text-transform:capitalize;
	font-variant:small-caps;*/
}
#home_h1{
	display:block;
	background:url(../_cssimages/bg_home_h1.jpg) no-repeat left top;
	width:467px;
	height:202px;
}
h2{
	color:#CC0000;
	font-size:1em;
	margin:5px 0px;
	border:none;
}
	.inner h2 a{
		color:#CC0000;
		text-decoration:none;
		display:block;
		cursor:pointer;
		border:none;
	}
	.inner h2 a:hover{
		cursor:auto;
		text-decoration:underline;
		border:none;
	}
h3{
	color:#339966;/*#00A2ED;*/
	font-size:1em;
	margin:5px 0px;
}
p{
	margin:5px 0px;
	line-height:1.3;
}
.date{
	color:#339966;
	font-size:.8em;
}
a img{
	border:0px;
}
.destinations{
	width:100%;
	border:1px solid #FFF;
	display:block;
}
/*.destinations a p, .destinations a h2, .destinations a h3{
	text-decoration:none;
	border-bottom:none;
}
.destinations a p{
	color:#000;
	font-weight:normal;
}*/
.destinations_details{
	clear:right;
}
.list{
	float:left;
	width:100%;
	margin:6px 0px;
}
	.list ul{
		list-style:none;
		margin:0px;
		padding-left:6px;
	}
		.list ul li{
			margin-bottom:4px;
		}
			.list ul li a{
				font-weight:bold;
				color:#00A2ED;
				text-decoration:none;
				border-bottom:1px dotted #00A2ED;
			}
			.list ul li a:hover{
				border-bottom:1px solid #00A2ED;
			}
.tnc_notice{
	float:left;
	width:50%;
}
.inner .teachers_img{
	float:left;
	padding-right:10px;
	margin-top:6px;
	min-width:100px;
}			
.inner .teachers_text{
	
}
.gallery_img{
	float:left;
	position:relative;
	width:120px;
	height:120px;
	margin:0px 20px 20px 0px;
	clip: rect(0px 120px 120px 0px);
	overflow:hidden;
}
.past_img{
	float:left;
	position:relative;
	width:90px;
	height:50px;
	margin:0px 10px 10px 0px;
	clip: rect(0px 90px 50px 0px);
	overflow:hidden;	
}
.inner_gallery{
	position:relative;
	left:-50px;
	top:-50px;
	overflow:hidden;
}

/*FOR JS*/
.hidden{
	display:none;
}
.display{
	/*margin:12px 0px;*/
}
.plus{
	text-indent:16px;
	background:url(../_cssimages/bg_plus.png) left no-repeat;
}
	.plus a:hover{
		cursor:pointer;	
	}
.minus{
	text-indent:16px;
	background:url(../_cssimages/bg_minus.png) left no-repeat;
}
	.minus a:hover{
		cursor:pointer;	
	}