@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg-inner-body.png);
	background-attachment: fixed;
	margin: 0px;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#container{}

/*CONTENT SETTING*/
.x{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#1f497d;
	font-weight:800;}
.strong{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
.componentheading{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-left:10px;
	

}
.contentheading{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color:#fbe34d;
	/*color: #4f81bd;*/
	padding: 3px;
	background-color: #000000;
	text-transform: uppercase;
	width:350px;
}
.contentheading1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color:#464646;	
	/*color: #4f81bd;*/
	padding: 0px 0px 0px 10px; 
}
.contentheading2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #4f81bd;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}
.contentheading-white{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}
.contentheading-white2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}
.contentheading-yellow{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFCC33;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}
.contentheading3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #4f81bd;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}
.contentheading4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4f81bd;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.content-tag{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #464646;
	background-color: #FFCC00;
	border: 1px dashed #362f2d;
	text-align:justify;	
	padding:5px;		
}
.content-tag2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	background-color: #F3F3F3;
	border: 1px dashed #80706A;
	text-align:justify;
	padding:5px;
}
.cotent-yellow{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fcde21;}
.content-white{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	color: #FFFFFF;
	padding: 0px 10px 0px 10px;
}
.content-white a:link, .content-white a:visited, .content-white a:hover, .content-white a:active {	
	color:#FFCC33;
	}
.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	color: #464646;
	padding: 0px 15px 10px 0px;
}
.content-italic{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #666666;
	text-align:center;
	padding:3px;
}
.content-top{
	background-image: url(../images/top-content.png);
	background-repeat: no-repeat;
	height: 13px;
	width: 596px;
	
}
.content-bg{
	background-image: url(../images/bg-content.png);
	background-repeat: repeat;
}
.content-bottom{
	background-image: url(../images/bottom-content.png);
	background-repeat: no-repeat;
	height: 13px;
	width: 596px;
}
li{
	list-style:none;
	padding: 10px 0px 10px 0px;}
.li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fcde21;
	list-style-type: square;
	font-weight: bold;
	padding:0px 0px 5px 0px;
}
.li2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	list-style-type: square;
	font-weight: bold;
	padding:0px 0px 5px 0px;
}
.innner-top{
	background-image: url(../images/top-inner.png);
	height: 11px;
	width: 282px;
	background-repeat: no-repeat;
}
.inner-bg{
	background-image: url(../images/bg-inner.png);
}
.inner-bottom{
	background-image: url(../images/bottom-inner.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 201px;
}
.innner-top1{
	background-image: url(../images/top-inner1.png);
	height: 5px;
	width: 201px;
	background-repeat: no-repeat;
}
.inner-bg1{
	background-image: url(../images/bg-inner1.png);
}
.inner-bottom1{
	background-image: url(../images/bottom-inner1.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 201px;
}
.about-top{
	background-image: url(../images/about-top.png);
	height: 29px;
	width: 703px;
	background-repeat: no-repeat;
}
.about-bg{
	background-image: url(../images/about-bg.png);
	background-repeat:repeat-y;
}
.about-bottom{
	background-image: url(../images/about-bottom.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 703px;
}


/*NAVIGATION*/
a.left:link, a.left:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left:15px;
		font-weight:bold;
		text-decoration:none;
	
}
a.left:hover{

	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	padding-right:0px;
	height: 12px;
	width: 12px;
	}
a.inner:link, a.inner:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fcde21;
	
}
a.inner:hover{}
.mainlevel {
	display: block;
	/*border-bottom    : 1px dotted #C0C0C0;*/
    width            : 200px;
	margin-left: 5px;
	padding-left:20px;
}

a.mainlevel:link, a.mainlevel:visited {
	text-decoration  : none;
	font-size: 14px;
	font-weight:normal;
	padding-bottom:10px;
	background-image: url(../images/indent2.png);
	background-repeat: no-repeat;
	color:#464646;
}
a.mainlevel:hover {
   text-decoration  : none;
  	padding-bottom:10px;
	background-image: url(../images/indent2.png);
	background-repeat: no-repeat;
	
	color:#146ab2;
}
a.mainlevel#active_menu {
	color:#333333;
	font-weight:bold;
}

a.mainlevel#active_menu:hover {
	color:#146ab2;
}

.sublevel {
  font-size  : 10px;
  margin-left: 5px;
}

/*FOOTER*/
.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#464646;
		padding-bottom:3px;}
.footer2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFCC00;}
a.footer:link, a.footer:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #000;
	text-decoration:none;	
}
a.footer:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	text-decoration:underline;}
/* code by:eric cabusao */

.booking tr{
	height:50px;
}
.area{
	float:left;
	clear:right;
	width:100px;
}
.faq-list .question{
	list-style-position:outside;
	list-style-type:decimal;
}
.question .p-question{
	font-style:italic;
	font-weight:bold;
}
.adviceAnchors ul{
	float:left;
	
}
.adviceAnchors li{
	float:left;
	width: 33%;
	margin: 0px;
	padding: 0px;
}
.topLink{
	float: right;
}