
/*	--------------------------------------	*/
/* 	STANDARD HTML TAG RESETS               	*/
/*	--------------------------------------	*/

	body,
	h1, h2, h3,
	p, ul, li,
	form {
		border:	0;
		margin:	0px;
		padding:0px;
	}

/*	--------------------------------------	*/
/* 	STANDARD HTML TAG DEFINITION           	*/


	body,
	form,
	input,
	td {
		font-family: 	MS Gothic, osaka, Sans-serif, verdana;
		font-size: 		12px;
		color: 			#000000;
		line-height:	120%;
	}
	
	p { /* text area text */
		font-family: 	MS Gothic, osaka, Sans-serif;
		font-size: 		12px;
		line-height:	120%;
		color: 			#000000;

	}
	
/*	
a,
a:link,
a:visited{
	color: 				#000000;
	text-decoration: 	none; 
	}


a:active,
a:hover{
	color: 				#F47521;
	text-decoration: 	none; 
	}	
	
*/

/*	--------------------------------------	*/
/* 	SCROLL BARS							 	*/

	html,
	body {
		scrollbar-track-color: 		#ffffff;
		scrollbar-face-color: 		#E7E7E8;
		scrollbar-arrow-color: 		#F47521;
		scrollbar-3dlight-color: 	#ffffff;
		scrollbar-highlight-color: 	#ffffff;
		scrollbar-shadow-color: 	#ffffff;
		scrollbar-darkshadow-color: #ffffff;
		background-color:			#ffffff;
	}


/*	--------------------------------------	*/
/* 	PAGE ELEMETS                           	*/
/*	--------------------------------------	*/

#Container {

	margin:			0 auto;
	position:		relative;
	width:			980px; 
	height:			800px;	 
	}

#Top {
	margin-top:		20px;
	height:			340px;
	position:		relative;
	}
#Top2 {
	margin-top:		20px;
	height:			220px;
	position:		relative;
	}

#MainArea {
	position: 		relative;
	height:			460px;
	background-image: url(Graphics/TextBG.gif);
	background-repeat:repeat-x;
	background-position:top;
	}
	
#BookingText {
	background-image: url(Graphics/TextBG.gif);
	background-repeat:repeat-x;
	background-position: top;
	width: 600px;
	padding: 10px;
	margin:			0 auto;
	}

.Blue {
		color: #0068B4; 
		}
.Orange {
		color: #F47521; 
		}
h1 { /* all main headers */
	color: 				#0068B4;
	font-size: 			20px;
	line-height:		140%;
	font-weight: 		normal;
	margin: 			0px;
	margin-bottom: 		20px;
	text-decoration: 	none;
	padding:			0px;
	font-family:		MS Mincho, serif;
	}


h2 { /* all sub headers */
	color: 				#F47521;
	font-size: 			14px;
	font-weight: 		normal;
	margin: 			0px;
	text-decoration: 	none;
	padding:			0px;
	}

/*	--------------------------------------	*/
/* 	TOP AREA	                           	*/
/*	--------------------------------------	*/

	
.InfoMenu {
	list-style-type: 	none;
	position:			relative;
	margin: 			0;
	width:				980px;
	padding: 			0;
	float:				left;
	z-index:			1;
	height:				40px;
	}
	
.InfoMenu li{
	display: 			inline;
	float:				left;
	padding-left: 		20px;
	padding-top: 		16px;
	}
	
.InfoMenu li a,
.InfoMenu li a:link,
.InfoMenu li a:visited {
	color: 				#000000;
	display: 			inline;
	font-size: 			12px;
	text-decoration: 	none;
	}


.InfoMenu li a:active,
.InfoMenu li a:hover {
	color: 				#F47521;
	}

	
#InfoMenuOn {
	padding-left: 		20px;
}

#InfoMenuOn a{
	color: 				#F47521;
}




	
.MainPic {
	position:			relative;
	width:				980px;
	height:				300px;

}
	
.MainPic2 {
	position:			relative;
	width:				980px;
	height:				180px;

}

.TopText {
	position:			absolute;
	width:				234px;
	height:				250px;
	float:				right;
	padding:			20px;
	text-align:			left;
	background-color:	#ffffff;
	right:				40px;
	top:				34px;
	filter:				alpha(opacity=75);
	opacity:			0.75;
	
	}		

.TopText p {
	line-height:		140%;
	color: 				#000000;
	font-size: 			12px;
	margin-top:			10px;
	margin-bottom: 		10px;
}

.TopText h1 { /* top text main headers */
	color: 				#0068B4;
	font-size: 			17px;
	font-weight: 		normal;
	margin: 			0px;
	margin-top: 		10px;
	text-decoration: 	none;
	padding:			0px;
	}
	
.Price {
	position:			absolute;
	right:				10px;
	bottom:				10px;
	width:				256px;
	height:				36px;
	background-color:	#0068B4;
	}
	
.TopPrice { /* top text main headers */
	color: 				#ffffff;
	font-size: 			16px;
	font-weight: 		normal;
	margin: 			5px;
	margin-top: 		10px;
	text-decoration: 	none;
	padding:			0px;
	padding-left:		20px;
	display:			inline;
	float:				left;
	}
.TopPrice2 { /* top text main headers */
	color: 				#ffffff;
	font-size: 		12px;
	font-weight: 		normal;
	margin: 			5px;
	margin-top: 		10px;
	text-decoration: 	none;
	padding:			0px;
	display:			inline;
	float:				left;
	}

/*	--------------------------------------	*/
/* 	MAIN AREA	                           	*/
/*	--------------------------------------	*/




.Stripe {
	position:			relative;
	background-color:	#F47521;
	width:				980px;
	height:				10px;
	border-bottom:		1px solid #ffffff;
	border-top:			1px solid #ffffff;
	margin-bottom:		60px;
}
.Line {
	border-bottom:		1px solid #d1d9e4;
}
/* welcome template                   	*/


	
.TextArea2 {
	position:			relative;
	width:				490px;
	padding:			30px;
	padding-top:		0px;
	text-align:			left;
	float:				left;
	overflow:			auto;
	}	
	
.TextArea p {
	line-height:		140%;
	text-align:    		left;
	margin-top: 		10px;
}


.TwinBox {
	position:			relative;
	width:				345px;
	height:				400px;
	top:				0px;
	float:				right;
	margin-right:		30px;
	padding:			20px;
	padding-top:		17px;
	background-image: 	url(Graphics/Cover-Box.gif);
	background-repeat:	no-repeat;
	background-position:top;
	}		

.BoxText {
	position:			relative;
	height:				157px;
	width:				345px;
	overflow:			hidden;
	margin-bottom:		47px;
	}	

.BoxTextLonger {
	position:			relative;
	height:				200px;
	width:				345px;
	overflow:			hidden;
	margin-bottom:		47px;
	}	
.BoxText p {
	line-height:		140%;
	text-align:    		left;
	margin-top: 		10px;
	width:				120px;
	font-size: 			11px;
}
.BoxTextLonger p {
	line-height:		140%;
	text-align:    		left;
	margin-top: 		10px;
	width:				120px;
	font-size: 			11px;
}
.BoxPrice { /* all sub headers */
	position:			absolute;
	bottom:				12px;
	left:				8px;
	color: 				#ffffff;
	font-size: 			17px;
	font-weight: 		normal;
	margin: 			0px;
	text-decoration: 	none;
	padding:			0px;
	}
.Link{
	font-size: 			11px;
	font-weight: 		normal; 
	}


.Link:hover{
	font-size: 			11px;
	font-weight: 		normal;
	}
	/*	color: 				#F47521;
	text-decoration: 	none; */
.SmallPic {
	position:			absolute;
	top:				0px;
	right:				0px;
	width:				195px;
	
}
/* 	text template                     	*/

.TextArea {
	position:			relative;
	width:				390px;
	padding:			30px;
	padding-top:		0px;
	text-align:			left;
	float:				left;
	overflow:			auto;
	}	
	
.Box {
	position:			relative;
	width:				345px;
	height:				364px;
	top:				0px;
	float:				right;
	margin-right:		30px;
	padding-right:		22px;
	padding-left:		20px;
	padding-top:		16px;
	background-image: 	url(Graphics/PicBG.gif);
	background-repeat:	no-repeat;
	background-position:top right;
	}	
.Box p {
	line-height:		140%;
	text-align:    		left;
	margin-top: 		10px;
}
.Box2 {
	position:			relative;
	width:				345px;
	height:				760px;
	top:				0px;
	float:				right;
	margin-right:		30px;
	padding-right:		22px;
	padding-left:		20px;
	padding-top:		16px;
	background-image: 	url(Graphics/2PicBG.gif);
	background-repeat:	no-repeat;
	background-position:top right;
	}	
.Box2 p {
	line-height:		140%;
	text-align:    		left;
	margin-top: 		10px;
	margin-bottom: 		58px;
}
.Box3 {
	position:			relative;
	width:				345px;
	height:				1200px;
	top:				0px;
	float:				right;
	margin-right:		30px;
	padding-right:		22px;
	padding-left:		20px;
	padding-top:		16px;
	background-image: 	url(Graphics/3PicBG.gif);
	background-repeat:	no-repeat;
	background-position:top right;
	}	
.Box3 p {
	line-height:		140%;
	text-align:    		left;
	margin-top: 		10px;
	margin-bottom: 		58px;
}
/* 	widetext template                     	*/

.TextArea3 {
	position:			relative;
	width:				735px;
	padding:			30px;
	padding-top:		0px;
	text-align:			left;
	float:				left;
	overflow:			auto;
	}	
/*	--------------------------------------	*/
/* 	SUBMENU ON TEXT.PHP					   	*/	


.SubMenuArea {
	position: 			relative;
	bottom:				0px;
	right:				0px;
	float:				right;
	display:			inline;
	width:				110px;
	height:				300px;
	}
	
.SubMenu {
	list-style-type: 	none;
	margin: 			0;
	padding: 			0;
	width:				110px;
	}
	
.SubMenu li{
	display:			block;
	float:				left;
	text-align:			right;
	padding-right: 		30px;
	padding-top: 		10px;
	padding-bottom: 	3px;
	width:				80px;
	border-bottom:		1px solid #c0d1eb;
	}
	
.SubMenu li a,
.SubMenu li a:link,
.SubMenu li a:visited {
	color: 				#000000;
	display: 			block;
	font-size: 		12px;
	text-decoration: 	none;
	}
	
.SubMenu li a:active,
.SubMenu li a:hover {
	color: 				#F47521;
	}

#SubMenuOn a{
	color: 				#F47521;
	}


.tabcal table, .tabcal table td, .tabcal td, .tabcal a {
	padding: 0px;
	font-size:8pt;
	line-height:8pt;
}

#cal					{ background-color: #AAAAAA }
#cal, #cal tr, #cal td, #cal table, table#cal	{ padding: 0; margin: 0; border: 0; width: 0; }
#cal td					{ padding: 3px; cursor: hand; font-family: Arial; font-size: 8pt; line-height: 8pt; text-align:center; color: #555555; background-color: #F2F2F2 }
#cal td.outer			{ padding: 0; margin: 0; background-color: #AAAAAA }
#cal td.sel				{ cursor: default; font-family: Arial; font-size: 8pt; line-height: 8pt; text-align:center; color: #555555; background-color: #e4e4e4 }
#cal td.none			{ cursor: default; font-family: Arial; font-size: 8pt; line-height: 8pt; text-align:center; color: #555555; background-color: #f0f0f0 }
#cal td.grey			{ cursor: hand; font-family: Arial; font-size: 8pt; line-height: 8pt; text-align:center; color: #AAAAAA; background-color: #FFFFFF }
#cal tr.cols td			{ cursor: default; font-family: Arial; font-size: 8pt; line-height: 8pt; text-align:center; color: #555555; background-color: #e4e4e4; font-weight: bold; }
#cal tr.cols td.arrows	{ cursor: hand; font-family: Arial; font-size: 8pt; line-height: 8pt; text-align:center; color: #555555; background-color: #FFFFFF }












