/*a { text-decoration: none;color: #00d155; }
p {color: #444;}*/
.menu{
	background:url(images/bg_menu.jpg) repeat-x;
}
h1 span {color: #ddd;font-size: 26px;}
body { font-family: "Helvetica Neue"; }
.container {margin: 0 auto;width: 100%;padding: 0px auto;max-width: 1000px;}
.menu_container { display: block;padding: 0 0px;margin: 2px 0;background: none;border-bottom: 0px solid #00d155;height: 36px; 
-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.075);
-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.075);
box-shadow: 0 2px 2px rgba(0,0,0,0.075);
z-index:50;
}
.menu_container a { text-decoration: none;color: #333;font-weight: 800;font-size: 12px;display: block;height: 34px;line-height: 34px;padding: 0 15px; }
.menu_container ul {margin: 0;padding: 0;list-style: none;}
.menu_container ul li.current-menu-item { background-color: none;
	border-bottom:2px solid #00d155;color: #000;}
.menu_container > ul > li { display: block;float: left;position: relative; z-index:5; }
.menu_container ul li:hover {background: none;}
.menu_container > ul > li > ul { background-color: #fff;position: absolute;display: none;border: 1px solid #eee;top: 100%;width: 140px; }
.menu_container > ul > li:hover > ul { display: block; }
.menu_container > ul > li > ul > li { position: relative; }
.menu_container > ul > li > ul > li > ul { display:none;position: absolute;left: 100%;top: 0;border: 1px solid #eee;width: 140px; }
.menu_container > ul > li > ul > li:hover > ul { display:block;background-color: #fff; }
.menu_container > ul > li > ul > li > ul > li {  }
.content { clear: both; }
.title {font-weight: 800;font-size: 12px;text-transform: uppercase;}
pre {background-color: #fafafa;padding: 20px;overflow: auto;border: 1px solid #f1f1f1;color: #000;}
.responsive_menu select {
	display: block;
	width: 100%;
	height: 36px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: rgb(85, 85, 85);
	vertical-align: middle;
	background-color: rgb(255, 255, 255);
	background-image: none;
	border: none;
	border-bottom:1px solid #00d155;
}
.nofull select {width: auto;}
label {float: left;line-height: 36px;font-weight: 800;font-size: 12px;}
.note {color: #999;font-size: 14px;}
.download_button {padding: 15px 0;background: #F2F2F2;display: block;margin: 30px auto;width: 100%;max-width: 200px;text-align: center;color: #4988C6;text-decoration: none;font-weight: 800;font-size: 12px;border-bottom: 3px solid #ddd;}
.download_button:active {position: relative;top: 3px;border-bottom: 0;}
.download_button:hover {background-color: #eaeaea;}
.menu_container ul li a.textcolor{
	color:#00d155;
}
.titletextdetail{
	font-size:2em;
	font-weight:bold;
	display:block;}
.textruns{
	margin:10px 0 0 0;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	line-height:2.5rem;
}
/*---- Scroller ----*/
div.columnsruntext       { width: 100%; border:0px; }
div.columns div   { height: 255px; float: left; }
div.grey          { background-color:none; }
div.clear         { clear: both; }
.img_coming{
	display:block;
	text-align:center;
}

#font-header-coming{
	font-family:arial;
	font-size:14px;
	text-transform:uppercase;
	color:#034ea2;
	display:block;
}

#font-header-coming a{
	font-family:arial;
	font-size:14px;
	text-transform:uppercase;
	color:#034ea2;
	text-decoration:underline;
}

#font-header-coming a:hover{
	font-family:arial;
	font-size:14px;
	text-transform:uppercase;
	color:#034ea2;
	text-decoration:none;
}

#font-text{
	font-family:arial;
	font-size:12px;
	color:#656565;
}
/*---- End Scroller ----*/


.image {
	float: left;
}

.imgHotel{
	margin:0px;
	background:#f9feff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 10px 10px 5px -3px rgba(0,0,0,0.65);
-moz-box-shadow: 10px 10px 5px -3px rgba(0,0,0,0.65);
box-shadow: 10px 10px 5px -3px rgba(0,0,0,0.65);
	padding:5px;
	margin-right:25px;
	border:1px solid #fff;
	float:left;
}
.block_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:8px;
	padding-bottom:0px;
}
.text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	line-height:22px;
	/*text-align:justify;*/
	padding:10px 20px 35px 10px;
	/*border-bottom:1px solid#2b3339;*/
}
.titleHotel{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#479205;
	font-weight:bold;
	display:block;
}

.button-more {
    padding: 6px 8px;
	background: #72c02c; /* Old browsers */
	background: -moz-linear-gradient(top,  #72c02c 0%, #60ab1d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72c02c), color-stop(100%,#60ab1d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #72c02c 0%,#60ab1d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #72c02c 0%,#60ab1d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #72c02c 0%,#60ab1d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #72c02c 0%,#60ab1d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72c02c', endColorstr='#60ab1d',GradientType=0 ); /* IE6-9 */

    color: #fff;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	float:right;
	width:100px;
	text-align:center;
}
.button-more:hover {
    padding: 6px 8px;
	background: #fffaf8; /* Old browsers */
	background: -moz-linear-gradient(top,  #fffaf8 0%, #fff4ee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffaf8), color-stop(100%,#fff4ee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fffaf8 0%,#fff4ee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fffaf8 0%,#fff4ee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fffaf8 0%,#fff4ee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fffaf8 0%,#fff4ee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffaf8', endColorstr='#fff4ee',GradientType=0 ); /* IE6-9 */
    color: #fc6400;
    text-decoration: none;
}
.button-more:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}
.more{
	float:right;
	padding-bottom:10px;
	margin-right:5px;
}
.titlepage{
	background:url(images/line_page.png) no-repeat bottom;
	display:block;
	height:45px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2rem;
	color:#666565;
	margin-bottom:15px;
}
.titlepage1{
	background:url(images/line_page.png) no-repeat bottom;
	display:block;
	height:45px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2rem;
	color:#666565;
	margin-bottom:15px;
	margin-top:25px;
}
#coltext_working{
	background:#f3f3f3;
	padding:5px;
	display:block;
	overflow:auto;
}
.img_working{
	float:left;
	/*margin:10px 9px;*/
}
.bg_title_left{
	background:url(images/bg_title.jpg) no-repeat;
	display:block;
	color:#2e3192;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	height:56px;
	padding:14px;
	text-indent:32px;
}
.box_left{
	margin:1px 1px 25px 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	/*text-align:justify;*/
}
.border{
	border-bottom:1px dotted #333333;
	margin-bottom:5px;
	overflow:auto;
	width:100%;
}
.color_footer{
	background:#1c64a1;
}
	
	#footer {
		text-align:center;
		/*To anchor to bottom of page uncomment the following lines:*/
		/*position:fixed;
		bottom:0;*/
	}
	
	#footer a {
		color:#000000;
	}
.title_footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#1c64a1;
	background:url(images/line_page.png) no-repeat bottom left;
	line-height:28px;
	font-weight:bold;
	text-align:left;
}
.title_footer_right{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	line-height:28px;
	font-weight:bold;
	text-align:left;
    width: 30%;
}
#row_footer {
   width:100%;
   margin:0 auto;
}
#left_col1 {
   float:left;
   text-align:left;
   width:33%;
   /*background:url(images/line_ver.png) right repeat-y;*/
}
#left_col2 {
   float:left;
   text-align:left;
   width:33%;
   /*background:url(images/line_ver.png) right repeat-y;*/
}
#left_col3 {
   float:left;
   text-align:left;
   width:34%;
   /*background:url(images/line_ver.png) right repeat-y;*/
}
/* CSSTerm.com Simple CSS menu */

#Menu
        {
            padding:0;
            margin:0;
            list-style-type:none;
			font-size:0.7em;
            color:#007236;
            width:95%;
			margin-left:8px;
        }

        #Menu li
        {
            border-bottom:1px solid #eeeeee;
            padding:7px 10px 7px 20px;
			background:url(images/link_menu.png) center left no-repeat;
        }

        #Menu li:hover
        {
            color:#000000;
            /*background-color:#ffcc00;*/
        }

        #Menu a:link
        {
           /* color:#007236;*/
            text-decoration:none;
        }

        #Menu a:hover
        {
            color:#000000;
		}
.address{
	color:#235173;
	line-height:20px;
	/*text-align:justify;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	text-align:left;
}
.copy{
	color:#fff;
	line-height:20px; 
	text-align:justify; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	padding:1em 0;
	
}
.text-border{
	border-bottom:0px dotted #333333;
	margin-bottom:5px;
	/*overflow:auto;*/
	width:100%;
}