@import url(http://fonts.googleapis.com/css?family=Marmelad);

/*
font-family: 'Marmelad', sans-serif;
*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

/*
font-family: 'Montserrat', sans-serif;

*/

@import url(http://fonts.googleapis.com/css?family=Merienda:400,700);

/*font-family: 'Merienda', cursive;*/


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

body{
	background:url(../images/top_bg.jpg) repeat-x;
	margin:0 auto 0 auto;
	font-family: 'Marmelad', sans-serif;
	font-size:13px;
	line-height:18px;
	color:#666666;
	}
	
*{
	padding:0px;	
	margin:0px;
}
a{
	text-decoration:none;
}

img{
	border:0px;
}

ul, ol, li, p, h1, h2, h3, h4, h5, h6, p{
	padding:0px;
	margin:0px;
	font-weight:normal;
	list-style:none;
}

.cl{
	clear:both;
	}
	
h1{
	font-size:18px;
	font-weight:bold;
	color:#000;
	padding-left:15px;
	padding-top:4px;
	padding-bottom:8px;
	}
	
h2{
	font-size:22px;
	color:#24afbb;
	padding-left:5px;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px double #CCC;
	width:580px;
	margin-bottom:10px;
	margin-top:20px;
	}
	
h3{
	font-size:150%;
	padding-top:4px;
	padding-bottom:8px;
	margin-bottom:10px;
	border-bottom:1px solid #e7e7e7;
	color:#1c9e48;
	}
	
h4{
	font-size:16px;
	font-weight:bold;
	color:#508129;
	padding-top:4px;
	padding-bottom:8px;
	margin-bottom:5px;
	}

strong.blue{
	font-size:110%;
	color:#025a9a;
	display:block;
	padding-bottom:5px;
	padding-top:8px;
	font-weight:normal;
	line-height:150%;
	text-align:left;
	font-family: 'Montserrat', sans-serif;
}

strong.green{
	font-size:110%;
	color:#1b9c4a;
	display:block;
	padding-bottom:5px;
	padding-top:8px;
	font-weight:normal;
	text-align:left;
	font-family: 'Montserrat', sans-serif;
}

strong.website{
	font-size:105%;
	color:#1b9c4a;
	display:block;
	font-weight:normal;
     -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;
    border-radius:4px;
	border:1px solid #1b9c4a;
	padding:3px;
	width:45%;
	margin:0px auto;
	text-align:center;
}

strong.website:hover{
	border:1px solid #025a9a;
}

/* Comman CSS -------------------------------------------------------------*/

#container{
	margin:0px auto;
	position:relative;
	width:980px;
}

#header{
	height:80px;
	position:relative;
	top:0px;	
}

#header div.logo{ 
	height:54px;
	width:260px;
	margin-top:20px;
}

.jfontsize-button {
  font-weight: bold;
  padding:3px;
  color: #0064a6;
  background:#fff;
  border: solid 1px #0064a6;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  
}



.jfontsize-button:hover {
  text-decoration: none;
  background:#fff;
  color: #27a44f;
  border: solid 1px #27a44f;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;

}

.jfontsize-disabled, .jfontsize-disabled:hover {
  color: #aaa;
  border: solid 1px #eee;
  background: #eee;
}

.fontadjustbox{
	position:absolute;
	top:0px;
	right:165px;
}

.google{
	position:absolute;
	top:-2px;
	right:0px;
}

#clicktocall{
	border:1px solid #0064a6;
     -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;
    border-radius:4px;
	behavior: url(border-radius.htc);
	position:absolute;
	right:260px;
	width:90px;
	height:22px;
	top:-3px;
	line-height:22px;
	cursor:pointer;
	padding-left:8px;
	padding-right:8px;
	text-indent:16px;
	color:#0064a6;
	background:url(../images/icon_phone.png) no-repeat 3px 0px;
}

#clicktocall:hover{
	border:1px solid #27a44f;
	color:#27a44f;
}

/* Intro page css ---------------------------------------------------------------- */

.welcometxt{
	line-height:150%;
	color:#0064a6;
	position:absolute;
	font-family: 'Montserrat', sans-serif;
	width:650px;
	z-index:90;
	font-size:100%;
	font-weight:normal;
}


.welcometxt img{
	clear:both;
	width:308px;
	height:75px;
	margin-top:15px;
	margin-bottom:30px;

}

#globalshpare{
	width:470px;
	height:400px;
	position:absolute;
	right:0px;
}

#tageline{
	position:relative;
	top:-30px;
}

#tageline h1{
	font-size:25px;
	line-height:34px;
	font-family: 'Merienda', cursive;
	font-weight:normal;
	color:#27a44f;
	padding-left:210px;
}

#tageline h1 span{
	color:#0064a6;
}

#enter{
	width:129px;
	height:30px;
	background:url(../images/enter_button.jpg) no-repeat 0px 0px;
	cursor:pointer;
}
#enter:hover{
	background:url(../images/enter_button.jpg) no-repeat -129px 0px;
}

/*  -------------------------- menu css ---------------------------------------- */

#menu {
    position:relative;
    z-index:100;
    height:32px;
}
#menu .menu {
    position:absolute;
}
#menu * {
    list-style:none;
    border:0;
    padding:0;
    margin:0;
}
#menu a {
    display:block;
    padding:7px 14px 7px 14px;
    white-space:nowrap;
}
#menu li {
    float:left;
    background:#000;
}
#menu li li {
    float:none;
    _border:1px solid #fff; /** fix for ie6 */
}
#menu div {
    visibility:hidden;
    position:absolute;
	background:url(../images/pix.gif);
}
#menu div div {
    margin:-24px 0 0 -1px;
    left:100%;
}
#menu li:hover>div { visibility:visible; }

/* menu::special styles */
/* menu::level 1 */
#menu a {
    text-decoration:none;
    color:#000;
    position:relative;
    z-index:77;
}
#menu a:hover {
    background:url(../images/back.png);
    color:#00a2d7;
}
#menu a:hover span { color:#0164A7; }
#menu>ul>li:hover>a {
    background:url(../images/back.png);
    color:#0164A7;
}
#menu>ul>li:hover>a span { color:#0164A7; }
#menu span {
    text-transform:uppercase;
    color:#000;
	font-family: 'Merienda', cursive;
	font-size:12px;
}
#menu li { background:none; }
/* menu::level >= 2 */
#menu li li a {
    padding:0;
    position:static;
}
#menu li li a:hover { background:#0164A7; }
#menu li li a span { color:#000; }
#menu li li a:hover span { color:#fff; }
#menu li li a.parent span { background:url(../images/pointer.gif) no-repeat right 9px; _background-position:right 10px; }
*+html #menu li li a.parent span { background-position:right 10px; }
#menu li li a.parent:hover span { background-position:right -49px; }
*+html #menu li li a.parent:hover span { background-position:right -48px; }
#menu li li span {


    display:block;
    text-transform:none;
    line-height:16px;
    padding:4px 25px 4px 14px;
    font-size:11px;
}
#menu li div { background:url(../images/back.png); }
/** <fix for ie6> */
#menu div div {
    _margin-top:-25px;
    _background:#fff;
}
#menu li li li { _border:1px solid #fff; }
#menu div div div { _background:#fff; }
#menu li li li li { _border:1px solid #fff; }
/** </fix for ie6> */

/* lava lamp */
div#menu li.back {
    width:10px;
    height:32px;
    z-index:8;
    position:absolute;
}
div#menu li.back .left {
    width:auto;
    height:32px;
    float:none;
    position:relative;
    top:0;
    left:0;
    visibility:visible;
}

div#menu {
    top:5px;
    left:5px;
    width:660px;
}


/* Index page css ---------------------------------------------------------------- */


#body{
	position:relative;
	width:100%;
}


/*  -------------------------- Mahatma Gandhi quote ---------------------------------------- */

#gandhiquote{
	position:absolute;
	right:0px;
	top:5px;
	width:310px;
	border:0px solid #CCC;
	background:url(../images/bottom_colon.png) no-repeat 230px 115px;
	color:#666666;
	z-index:82;
}
#gandhiquote p {
	color:#26a450;
	font-size:110%;
	margin-top:10px;
}

#homeflash{
	width:850px;
	height:307px;
	top:105px;
	border:0px solid #CCC;
	margin-top:45px;
	}

/*----------- footer  ------------*/
#footer{
	border:0px solid #CCC;
	clear:both;
	margin-top:5px;
}

.line{
	border-bottom:1px solid #f6f6f6;
	border-top:1px solid #f6f6f6;
	height:3px;
	background:url(../images/linebg.jpg) repeat-x;
}

#footerborderone{
	height:65px;
	margin-top:5px;
	border:1px solid #f7f5f6;
    -moz-box-shadow: 4px 4px 2px #a3a3a3;
    -webkit-box-shadow: 4px 4px 2px #a3a3a3;
    box-shadow: 4px 4px 2px #a3a3a3;
}

#footerbordertwo{
	height:57px;
	background:#f7f5f6;
	border:4px solid #ffffff;
}

.footerborder{
	border-left:1px dotted #98cbde;
	height:54px;
	float:left;
	
}

#member *{
	margin:0px;
	padding:0px;
	list-style:none;}

#member{
	width:275px;
	float:right;
	height:55px;
}

#member ul li{
	float:left;
	display:block;
	margin-left:3px;
	margin-right:3px;
}

#member ul li img{
	height:50px;
	padding-top:3px;
}


#seeyouin{
	width:360px;
	height:55px;
	float:left;
	margin-left:20px;
	margin-right:20px;
	border-left:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
}
.seeyouin{
	height:55px;
	width:237px;
	float:right;
	border:1px solid #000;
}

#copyright{
	margin-top:10px;
}

#copyright p{
	font-size:85%;
	color:#0164a7;
	float:left;
	width:400px;

}
#copyright p a{
	color:#0164a7;
	text-decoration:none;
}
#copyright p a:hover{
	color:#26a450;
	text-decoration:none;
}

.btnhelpdesk{
	width:360px;
	float:right;
	height:25px;
}


#special_offer{
	background:url(../images/special_offer.png) no-repeat 0px 0px;
	width:117px;
	height:23px;
	cursor:pointer !important;
}

#special_offer:hover{
	background:url(../images/special_offer.png) no-repeat 0px -23px;
}

.it_helpdesk{
width:111px;
float:left;
cursor:pointer;
margin-right:10px;
background:url(../images/it_helpdesk.png) no-repeat 0px 0px;
height:24px;
}

.it_helpdesk:hover{
background:url(../images/it_helpdesk.png) no-repeat 0px -24px;
}

#online_payment{
	width:143px;
	height:23px;
	float:left;
	background:url(../images/online_payment.png) no-repeat 0px 0px;
	cursor:pointer;
}

#online_payment:hover{
	background:url(../images/online_payment.png) no-repeat 0px -23px;
	cursor:pointer;
}

#socialicon *{
	padding:0px;
	margin:0px;
	list-style:none;
}


#socialicon{
	float:right;
	height:16px;
	width:80px;
}

#socialicon ul li{
	display:block;
	float:left;
	width:16px;
	margin-right:3px;
	margin-top:3px;
}

/* ------------------------------ inside page ------------------------------  */

#bodyborder{
	border:1px solid #edebf5;
	margin-bottom:10px;
	padding-bottom:5px;
	overflow:hidden;
}

#bodyborder div.left{
	width:620px;
	padding-left:9px;
	padding-right:9px;
	background:#FFF;
	background:url(../images/contectbgshddow.jpg) repeat-y;
	margin-top:60px;
	margin-left:5px;
	float:left;
	padding-bottom:15px;
	border-bottom:1px solid #e8e8e8;
/*    -moz-box-shadow: 0 8px 10px #ccc;
    -webkit-box-shadow: 0 8px 10px #ccc;
    box-shadow: 0 8px 10px #ccc;
    zoom: 1;
    filter:
          progid:DXImageTransform.Microsoft.Shadow(color=#b3b3b3,direction=0,strength=1),
          progid:DXImageTransform.Microsoft.Shadow(color=#b3b3b3,direction=45,strength=10),
          progid:DXImageTransform.Microsoft.Shadow(color=#b3b3b3,direction=90,strength=10),
          progid:DXImageTransform.Microsoft.Shadow(color=#b3b3b3,direction=135,strength=10),
          progid:DXImageTransform.Microsoft.Shadow(color=#fff,direction=180,strength=10),
          progid:DXImageTransform.Microsoft.Shadow(color=#b3b3b3,direction=225,strength=10),
          progid:DXImageTransform.Microsoft.Shadow(color=#b3b3b3,direction=270,strength=2),
          progid:DXImageTransform.Microsoft.Shadow(color=#b3b3b3,direction=315,strength=1);*/
		  
}

#bodyborder div.left .headline{
/*	-moz-border-radius:20px 20px 0px 0px;
    -webkit-border-radius:20px 20px 0px 0px;
    -khtml-border-radius:20px 20px 0px 0px;
    border-radius:20px 20px 0px 0px;
	behavior: url(border-radius.htc);
*/	background:url(../images/headline_bg.png) no-repeat;
	margin-top:-51px;
	width:620px;
	height:51px;

}

#bodyborder div.left .headline h6{
	font-size:96%;
	line-height:51px;
	text-indent:15px;
	color:#0164a7;
}

#bodyborder div.left h1{
	background:url(../images/headlineleftbg.jpg) no-repeat left;
	line-height:33px;
	height:33px;
	font-size:140%;
	text-indent:15px;
	color:#0164a7;
	margin-top:15px;
	margin-bottom:12px;
	font-family: 'Merienda', cursive;
}


#bodyborder div.left div.txt{
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
}


#bodyborder div.left div.txt p{
	text-align:justify;
	color:#666;
	line-height:20px;
}

/* ---------------------------------------------------------- full page width* ----------------------------------------------------------  */


#bodyborder div.fullwidth{
	width:97%;
	background:#FFF;
	margin-top:61px;
	margin-left:15px;
	padding-bottom:15px;
    -moz-box-shadow: 0 8px 10px #ccc;
    -webkit-box-shadow: 0 8px 10px #ccc;
    box-shadow: 0 8px 10px #ccc;
    zoom: 1;
    filter:
          progid:DXImageTransform.Microsoft.Shadow(color=#b3b3b3,direction=0,strength=1),
          progid:DXImageTransform.Microsoft.Shadow(color=#b3b3b3,direction=45,strength=10),
          progid:DXImageTransform.Microsoft.Shadow(color=#b3b3b3,direction=90,strength=10),
          progid:DXImageTransform.Microsoft.Shadow(color=#b3b3b3,direction=135,strength=10),
          progid:DXImageTransform.Microsoft.Shadow(color=#fff,direction=180,strength=10),
          progid:DXImageTransform.Microsoft.Shadow(color=#b3b3b3,direction=225,strength=10),
          progid:DXImageTransform.Microsoft.Shadow(color=#b3b3b3,direction=270,strength=2),
          progid:DXImageTransform.Microsoft.Shadow(color=#b3b3b3,direction=315,strength=1);
}

#bodyborder div.fullwidth .headline{
	-moz-border-radius:20px 20px 0px 0px;
    -webkit-border-radius:20px 20px 0px 0px;
    -khtml-border-radius:20px 20px 0px 0px;
    border-radius:20px 20px 0px 0px;
	behavior: url(border-radius.htc);
	margin-top:-51px;
	background:url(../images/bgheadline.jpg) repeat-x;
	height:51px;

}

#bodyborder div.fullwidth .headline h6{
	font-size:96%;
	line-height:51px;
	text-indent:15px;
	color:#0164a7;
}

#bodyborder div.fullwidth h1{
	background:url(../images/headlineleftbg.jpg) no-repeat left;
	line-height:33px;
	height:33px;
	font-size:140%;
	text-indent:15px;
	color:#0164a7;
	margin-top:15px;
	margin-bottom:12px;
	font-family: 'Merienda', cursive;
}


#bodyborder div.fullwidth div.txt{
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
}


#bodyborder div.fullwidth div.txt p{
	text-align:justify;
	color:#666;
	line-height:20px;
}






/*---------------------------------------------------------------*/

#bodyborder div.right{
	width:320px;
	margin:10px 10px 10px 0px;
	float:right;
     -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;
    border-radius:4px;
	border:1px solid #CCC;
	behavior: url(border-radius.htc);
	overflow:hidden;
	background: #ececec; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ececec)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #ececec); /* for firefox 3.6+ */

}


#bodyborder div.right h1{
	color:#090;
	padding-left:0px;
	border-bottom:1px dotted #CCC;
	margin-bottom:10px;
}

/*About Us */

#about_us{
	background:url(../images/about_us.png) no-repeat 60px 200px;
	height:380px;
	padding:10px;
}


#about_us li{
     -moz-border-radius:3px;
	 background:#FFF;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    border-radius:3px;
	border:1px solid #025a9a;
	margin-top:8px;
	padding:3px;
	text-indent:4px;
	cursor:pointer;
    -moz-box-shadow: 0 2px 3px #ccc;
    -webkit-box-shadow: 0 2px 3px #ccc;
    box-shadow: 0 2px 3px #ccc;
    zoom: 1;
    filter:
          progid:DXImageTransform.Microsoft.Shadow(color=#b3b3b3,direction=0,strength=1),
          progid:DXImageTransform.Microsoft.Shadow(color=#b3b3b3,direction=45,strength=10),
          progid:DXImageTransform.Microsoft.Shadow(color=#b3b3b3,direction=90,strength=10),
          progid:DXImageTransform.Microsoft.Shadow(color=#b3b3b3,direction=135,strength=10),
          progid:DXImageTransform.Microsoft.Shadow(color=#fff,direction=180,strength=10),
          progid:DXImageTransform.Microsoft.Shadow(color=#b3b3b3,direction=225,strength=10),
          progid:DXImageTransform.Microsoft.Shadow(color=#b3b3b3,direction=270,strength=2),
          progid:DXImageTransform.Microsoft.Shadow(color=#b3b3b3,direction=315,strength=1);
}

#about_us li:hover{
	border:1px solid #1b9c4a;

}

#about_us li span {
	font-size:120%;
}


/* ------------------------------ core team ------------------------------ */

#team li{
	display:block;
	width:145px;
	float:left;
	text-align:center;
	height:150px;
}

#team li img{
	margin:0px auto;
	display:block;
	margin-bottom:4px;
}

#team li strong{
	font-weight:normal;
	color:#26a450;
	font-size:98%;
}

#team li span{
	font-weight:normal;
	color:#000;
	font-size:90%;
}

#csr_initiatives li{
	list-style:none;
	display:block;
	margin-top:4px;
	padding-left:20px;
	padding-right:10px;
	padding-bottom:3px;
	border-bottom:1px dotted #CCC;
	background:url(../images/apply.png) no-repeat 0px 5px;
}

#mediaspace{
	border:1px solid #CCC;
	margin-bottom:10px;
}


#team_profile li{
margin-left:10px;
padding-left:15px;
list-style:none;
background:url(../images/arrow-0.jpg) no-repeat 0px 7px;
margin-top:3px;
	color:#666;
	line-height:20px;

}

#note li{
margin-left:10px;
padding-left:15px;
list-style:none;
background:url(../images/star.png) no-repeat 0px 7px;
margin-top:3px;
color:#666;
line-height:20px;
font-size:12px;

}

/*destination management */

#destination_management_img li{
	width:278px;
	height:190px;
	list-style:none;
	float:left;
	padding:0px;
	margin:0px;
	display:block;
	margin-right:12px;
}

#destination_management_img li img{
	width:278px;
	height:138px;
	-moz-box-shadow: 1px 0px 6px #1f1f1f;
	-webkit-box-shadow: 1px 0px 6px #1f1f1f;
	box-shadow: 1px 0px 6px #1f1f1f;
	border:1px solid #e2e2e2;

}

#destination_management_img li div{
	border-bottom:1px dotted #CCC;
	text-indent:5px;
	font-size:100%;
	margin-top:2px;
	font-weight:normal;
	text-align:left;
	color:#0164a7;
	text-align:center;
}	



#client_logo li{
	display:block;
	float:left;
	height:92px;
	width:92px;
	list-style:none;
	margin:2px;
}

#client_logo li img{
	height:92px;
	width:92px;
}	

#partner li{
	list-style:none;
	display:block;
	float:left;
	margin:5px;
}

#media li{
	font-size:100%;
	color:#6b6666;
	line-height:22px;
	list-style:none;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:5px;
	padding-bottom:8px;
	border-bottom:1px dotted #cecece;
}

#media li a{
	color:#6b6666;
}

#media li a:hover{
	text-decoration:underline;
}

#media li strong{
	display:block;
	width:100px;
	float:left;
	font-weight:normal;
}

/* This code is tested with latest version of Firefox and Chrome */
.box {
  position: relative;
  margin-right:15px;
  margin-bottom:10px;
  margin-top:5px;
  width:295px;
  height:206px;
  text-align:center;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0,0,0,0.25), 0 0 50px rgba(0,0,0,0.1) inset;
  border-radius: 0%     0%     1%     0% /     0%     0%     20%     0%;
}
.box:before {
    z-index: -1;
    position: absolute;
    content: "";
    width: 98%;
    height: 96%;
    bottom: 0px;
    right: 0px;
    background: #eee;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.1);
    -webkit-transform: skew(2deg,2deg) translate(3px,8px);
     -moz-transform: skew(2deg,2deg) translate(3px,8px);
     -ms-transform: skew(2deg,2deg) translate(3px,8px);
     -o-transform: skew(2deg,2deg) translate(3px,8px);
     transform: skew(2deg,2deg) translate(3px,8px);
    }
.box:after {
    z-index: -1;
    position: absolute;
    content: "";
    width: 98%;
    height: 96%;
    bottom: 0px;
    right: 0px;
    background: #eee;
    border: 1px solid #ccc;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    -webkit-transform: skew(2deg,2deg) translate(-1px,2px);
     -moz-transform: skew(2deg,2deg) translate(-1px,2px);
     -ms-transform: skew(2deg,2deg) translate(-1px,2px);
     -o-transform: skew(2deg,2deg) translate(-1px,2px);
     transform: skew(2deg,2deg) translate(-1px,2px);
    }
.box img{
	margin-top:7px;
	margin-bottom:3px;
	border:0px solid #CCC;
}

/* ---------------------------------------------------------------------------------------------------- */


#emp_enganement{
	border:1px dotted #CCC;;
	height:auto;
	width:96%;
	padding:10px;
	margin-bottom:6px;
	margin-top:12px;
}

#emp_enganement h6.mainhead{
	text-shadow:1px #999999;
	font-family: 'Montserrat', sans-serif;
	font-weight:normal;
	font-size:19px;
	font-weight:bold;
	color:#017FB2;
	margin-top:1px;
	padding-bottom:2px;
	margin-right:10px;
	background:none;
	margin-bottom:10px;
}

#emp_enganement h2{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:16px;
	text-transform:none;
	color:#fff;
	margin-top:5px;
	margin-bottom:8px;
	background:url(../images/bg_h2.jpg) no-repeat right #0164a7;
	height:25px;
	line-height:24px;
	padding-left:5px;
}

#patonback{
	border:1px solid #dedede;
	padding-left:5px;
	clear:both;
	border-bottom:none;
}


#patonback h3{
	font-family:Calibri, "Trebuchet MS";
	font-weight:normal;
	font-size:16px;
	text-transform:none;
	color:#0164a7;
	margin-top:3px;
	margin-bottom:8px;
	height:25px;
	line-height:24px;
	padding-left:5px;

}

#patonback li{
	list-style:none;
	display:inline-block;
	width:85px;
}

.articledate{
	font-size:11px;
	color:#999;
	padding-left:20px;
}

/* ---------------------------------------------- Association Management Page  ------------------------------------------------ */

#association_consulting{
width:338px;
height:555px;
background:url(../images/association_consulting.jpg) no-repeat top center;
}

#association_consulting ul li p {
	width:150px;
	display:block;
	color:#FFF;
	padding-top:10px;
	padding-left:15px;
}

#association_consulting ul li.rsp {
background:url(../images/am_rsp_bg.png) no-repeat 0px 0px;
width:310px;
cursor:pointer;
height:54px;
margin-top:10px;
margin-left:5px;
}

#association_consulting ul li.rsp:hover{
background:url(../images/am_rsp_bg.png) no-repeat -310px 0px;
}

#association_consulting ul li.down {
background:url(../images/am_download_bg.png) no-repeat 0px 0px;
width:310px;
cursor:pointer;
height:54px;
margin-top:10px;
margin-left:5px;
}

#association_consulting ul li.down:hover{
background:url(../images/am_download_bg.png) no-repeat -311px 0px;
}

/* ----------------------------------- conference management page ----------------------------------- */

#conference_management{
width:338px;
height:590px;
background:url(../images/conference_management.jpg) no-repeat top center;
}

#conference_management ul li p {
	width:150px;
	display:block;
	color:#FFF;
	padding-top:10px;
	padding-left:15px;
}

#conference_management ul li.rsp {
background:url(../images/cm_rsp_bg.png) no-repeat 0px 0px;
width:310px;
cursor:pointer;
height:54px;
margin-top:10px;
margin-left:5px;
}

#conference_management ul li.rsp:hover{
background:url(../images/cm_rsp_bg.png) no-repeat -310px 0px;
}

#conference_management ul li.down {
background:url(../images/cm_download_bg.png) no-repeat 0px 0px;
width:310px;
cursor:pointer;
height:54px;
margin-top:10px;
margin-left:5px;
}

#conference_management ul li.down:hover{
background:url(../images/cm_download_bg.png) no-repeat -310px 0px;
}

/* ----------------------------------- Exhibition management page ----------------------------------- */

#exhibition_management{
width:338px;
height:600px;
background:url(../images/exhibition_management.jpg) no-repeat bottom center;
}


#exhibition_management ul li p {
	width:150px;
	display:block;
	color:#FFF;
	padding-top:10px;
	padding-left:15px;
}

#exhibition_management ul li.rsp {
background:url(../images/rsp_destination_bg.png) no-repeat 0px 0px;
width:310px;
cursor:pointer;
height:54px;
margin-top:10px;
margin-left:5px;
}

#exhibition_management ul li.rsp:hover{
background:url(../images/rsp_destination_bg.png) no-repeat -310px 0px;
}

#exhibition_management ul li.down {
background:url(../images/download_destination_bg.png) no-repeat 0px 0px;
width:310px;
cursor:pointer;
height:54px;
margin-top:10px;
margin-left:5px;
}

#exhibition_management ul li.down:hover{
background:url(../images/download_destination_bg.png) no-repeat -310px 0px;
}


/* ----------------------------------- Destination Management page ----------------------------------- */

#destination_management{
width:338px;
height:555px;
background:url(../images/destination_management.jpg) no-repeat top center;
}

#destination_management ul li p {
	width:150px;
	display:block;
	color:#FFF;
	padding-top:10px;
	padding-left:15px;
}

#destination_management ul li.rsp {
background:url(../images/rsp_destination_bg.png) no-repeat 0px 0px;
width:310px;
cursor:pointer;
height:54px;
margin-top:10px;
margin-left:5px;
}

#destination_management ul li.rsp:hover{
background:url(../images/rsp_destination_bg.png) no-repeat -310px 0px;
}

#destination_management ul li.down {
background:url(../images/download_destination_bg.png) no-repeat 0px 0px;
width:310px;
cursor:pointer;
height:54px;
margin-top:10px;
margin-left:5px;
}

#destination_management ul li.down:hover{
background:url(../images/download_destination_bg.png) no-repeat -310px 0px;
}

/* ----------------------------------------- past events photo gallery ----------------------------------------- */

#photogallery{
	padding:10px;
}

#photogallery img{
  height:64px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.25), 0 0 50px rgba(0,0,0,0.1) inset;
  border-radius: 0%     0%     1%     0% /     0%     0%     20%     0%;
}
/*#photogallery img:before {
    border: 1px solid #ccc;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.1);
    -webkit-transform: skew(2deg,2deg) translate(3px,8px);
     -moz-transform: skew(2deg,2deg) translate(3px,8px);
     -ms-transform: skew(2deg,2deg) translate(3px,8px);
     -o-transform: skew(2deg,2deg) translate(3px,8px);
     transform: skew(2deg,2deg) translate(3px,8px);
    }
#photogallery img:after {
    border: 1px solid #ccc;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    -webkit-transform: skew(2deg,2deg) translate(-1px,2px);
     -moz-transform: skew(2deg,2deg) translate(-1px,2px);
     -ms-transform: skew(2deg,2deg) translate(-1px,2px);
     -o-transform: skew(2deg,2deg) translate(-1px,2px);
     transform: skew(2deg,2deg) translate(-1px,2px);
    }*/
	
table tr td{
	font-family: 'Montserrat', sans-serif;
	color:#666;
	padding:3px;
	margin:0px;
	text-align:left;
	border:1px solid #CCC;
	padding:3px;
	text-indent:10px;
}

table tr th{
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	background:#1c9e48;
	font-size:110%;
	padding:3px;
	margin:0px;
	height:30px;
	text-align:left;
	padding:3px;
	text-indent:10px;
	border:1px solid #CCC;
}	

input{
	font-family: 'Montserrat', sans-serif;
	font-size:90%;
	height:18px;
	padding:1px;
}

select{
	font-family: 'Montserrat', sans-serif;
	font-size:90%;
	height:22px;
	padding-left:2px;
}	
option{
	font-family: 'Montserrat', sans-serif;
	font-size:90%;
	padding-left:5px;
}	

.send_button{
	height:25px;
	width:80px;
}

#online_payment_list li{
	display:block;
	padding:3px;
	border-bottom:1px solid #CCC;
}

#online_payment_list li a{
	color:#666;
}

#online_payment_list li a:hover{
	color:#666;
	text-decoration:underline;
}

#contant_txt tr td{
	font-family: 'Montserrat', sans-serif;
	color:#666;
	padding:3px;
	margin:0px;
	font-size:13px;
	text-align:left;
	
}

#contant_txt tr td input{
	font-family: 'Montserrat', sans-serif;
	height:22px;
	width:350px;
	line-height:22px;
}

#contant_txt tr td input.one{
	width:18px;
	height:18px;
}

#contant_txt tr td input.btn{
	width:80px;
	height:25px;
}

#crenditial{
	padding:5px;
	padding-left:12px;
	padding-right:12px;
}

#crenditial ul li{
	display:block;
	margin-top:3px;
	padding-bottom:5px;
	color:#666;
	text-align:left;
	border-bottom:
	1px solid #CCC;
}

#crenditial ul li a{
	color:#666;
}

#crenditial ul li a:hover{
	color:#000;
	text-decoration:underline;
}

#ourclientssay{
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
}

button.blue, a.blue, input[type=submit].blue {
    padding: 10px 10px;
    -webkit-border-radius: 2px 2px;
    border: solid 1px #027727;
    background: #27a44f; /* Old browsers */
    background: -moz-linear-gradient(top,  #27a44f 0%, #027727 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#27a44f), color-stop(100%,#027727)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #27a44f 0%,#027727 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #27a44f 0%,#027727 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #27a44f 0%,#027727 100%); /* IE10+ */
    background: linear-gradient(top,  #27a44f 0%,#027727 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d927a44f0fe', endColorstr='#4787ed',GradientType=0 ); /* IE6-9 */
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-weight:normal;
	font-family: 'Merienda', cursive;
    text-transform:uppercase;
    font-size:13px;
    line-height: 1;
	width:320px;
	text-align:left;
	margin-bottom:2px;
}
 
button.blue:hover, a.blue:hover, input[type=submit].blue:hover {
    border: 1px solid #027727;
    background: #27a44f; /* Old browsers */
    background: -moz-linear-gradient(top,  #12923b 0%, #027727 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#12923b), color-stop(100%,#027727)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #12923b 0%,#027727 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #12923b 0%,#027727 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #12923b 0%,#027727 100%); /* IE10+ */
    background: linear-gradient(top,  #12923b 0%,#027727 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12923b', endColorstr='#027727',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0 1px 1px #027727;
    -moz-box-shadow: 0 1px 1px #027727;
    box-shadow: 0 1px 1px #027727;
}
 
button.blue:active, a.blue:active, input[type=submit].blue:active {
    border: 1px solid #027727;
    -webkit-box-shadow: inset 0 0 2px 2px #097c2e, 0 1px 0 0 #aaa;
    -moz-box-shadow: inset 0 0 2px 2px #097c2e, 0 1px 0 0 #aaa;
    box-shadow: inset 0 0 2px 2px #097c2e, 0 1px 0 0 #aaa;
}



#ticker{
	width:320px;
	height:300px;
	border:1px solid #aaaaaa;
	overflow:auto; }
#ticker dt {
	font-family: 'Montserrat', sans-serif;
	background-color:#e5e5e5;
	font-size:13px;
	font-weight:normal;
	padding-top:5px;
	border:1px solid #ffffff;
	border-bottom:none;
	color:#666666;
	border-right:none;
	position:relative;
}

#ticker dd {
	margin-left:0;
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:0 5px 5px 10px;
	border-bottom:1px solid #aaaaaa;
	background-color:#e5e5e5;
	border-left:1px solid #ffffff;
	position:relative;
	color:#666666;
	}
	
#ticker dd a{
	color:#666666;
	}

#ticker dd a:hover{
	color:#666666;
	text-decoration:underline;
	}

#ticker dd.last {
	border-bottom:1px solid #ffffff;
	}

#ticker div {
	margin-top:0;
	}
	
	
#apply li{
margin-left:10px;
list-style:none;
display:block;
padding-left:15px;
background:url(../images/arrow.gif) no-repeat 0px 12px;
}

#apply li a{
	text-decoration:none;
	color:#000;
}

#apply li a:hover{
	text-decoration:underline;
	color:#999;
}

#apply li img{
	float:inherit;;
	margin-left:10px;
}



.become{
	padding:10px;
	}


.white_txt li{
list-style:none;
display:block;
height:35px;
}

.white_txt li strong{
	display:block;
	float:left;
	width:80px;
	font-family: 'Marmelad', sans-serif;
	font-weight:normal;
}
.white_txt li input{
	font-family: 'Marmelad', sans-serif;
	font-size:13px;
	color:#666;
	border:#999999 1px solid;
	width:205px;
	float:right;
}

#WhatOurclientSays li{
	width:153px;
	height:140px;
	display:block;
	float:left;
	margin:3px;
}

.dnone{
	display:none;
}


/*tour cost table*/

#tourcost tr th{
	background:#0164a7;
	font-size:14px;
	color:#FFF;
	padding:6px;
	text-align:center;
	font-family: 'Marmelad', sans-serif;
}

#tourcost tr.one td{
	font-size:14px;
	color:#0164a7;
	padding:3px;
	font-weight:normal;
	background:#daeffd;
	text-align:center;
	font-family: 'Marmelad', sans-serif;
}

#tourcost tr.two td{
	font-size:14px;
	color:#1c9e48;
	padding:3px;
	font-weight:normal;
	text-align:center;
	background:#e2ffec;
	font-family: 'Marmelad', sans-serif;
}

#itinerarybox{
	width:450px;
	float:left;
}

#imagebox{
	width:430px;
	float:right;
}

#imagebox ul li{
	display:block; float:left;
	height:100px;
	margin:2px;
}

#imagebox ul li img{
	height:100px;
}