@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'MyriadProRegular';
    src: url('fonts/myriadpro-regular.eot');
    src: url('fonts/myriadpro-regular.eot') format('embedded-opentype'),
         url('fonts/myriadpro-regular.woff') format('woff'),
         url('fonts/myriadpro-regular.ttf') format('truetype'),
         url('fonts/myriadpro-regular.svg#MyriadProRegular') format('svg');
}
@font-face {
    font-family: 'MyriadProBold';
    src: url('fonts/myriadpro-bold.eot');
    src: url('fonts/myriadpro-bold.eot') format('embedded-opentype'),
         url('fonts/myriadpro-bold.woff') format('woff'),
         url('fonts/myriadpro-bold.ttf') format('truetype'),
         url('fonts/myriadpro-bold.svg#MyriadProBold') format('svg');
}




*{margin:0; padding:0;}
a{text-decoration:none;}
a img{border:none;}

ul li{list-style-type:none;}
.clearfix{clear:both;}
h1,h2,h3,h4,h5,h6{ font-family: 'MyriadProRegular';}
h1{}
h2{}
h3{}
h4{}
h5{}
h6{}
p{font-family: 'MyriadProRegular';}

body{}
.green_shadow{width:100%; height:13px; background:url(images/home/green_shadow.png) repeat-x;}
a.book_btn{float:right; background:#01863b; border:1px solid #045c2a; font-family:verdana; font-size:12px; color:#fff; text-transform:capitalize; padding: 2px 4px 4px; margin-top:3px; transition:all 0.2s linear 0s; -webkit-transition:all 0.2s linear 0s; -moz-transition:all 0.2s linear 0s; -o-transition:all 0.2s linear 0s; -ms-transition:all 0.2s linear 0s;}
a.book_btn:hover{background:#FF9900; border:1px solid #9f6104;}
span.text1{background:url(images/home/rupees.png) no-repeat left center;font-size:24px; color:#4c4c4b; font-family: 'MyriadProRegular';  font-weight:bold; line-height:28px; padding-left:20px;}
span.text2{font-family: 'MyriadProRegular';  font-weight:normal;font-size:12px; color:#4c4c4b; display:inline-block; vertical-align:bottom; line-height:23px;}
a.read_more{background:#008d3f; color:#fff; font-style:italic; padding:4px 10px 6px; border-radius:5px; border:1px solid #48eb91; font-size:18px; float:right;transition:all 0.2s linear 0s; -webkit-transition:all 0.2s linear 0s; -moz-transition:all 0.2s linear 0s; -o-transition:all 0.2s linear 0s; -ms-transition:all 0.2s linear 0s;}
a.read_more:hover{background:#01632d; border:1px solid #008d3f;}



/*=================Header section style start here============================*/
#header{width:100%;}

/*----------------Header top section style start here---------------------------*/
#header .header_top{width:1100px; margin:0 auto; height:128px;}
#header .header_top .logo{float:left; width:150px; padding:10px 0 0;}
#header .header_top .logo img{width:100%; height:auto;}
#header .header_top .logo .tagline {color: #E57A1C;display: block;font-family: verdana;font-size: 12px; font-style: italic;font-weight: bold;text-align: right;}
#header .header_top .col_two{float:left; width:500px; padding:31px 0; text-align:center;margin-left:135px;}
#header .header_top .col_two h2:before {content: url("images/header/call_us.png"); display: inline-block;height: 40px;margin-right: 15px;vertical-align: top; width: 40px;}
#header .header_top .col_two h2{font-weight:normal; font-size:25px; color:#012f16;line-height:40px; }
#header .header_top .col_two span {display: table; float: right; margin-right: 56px;margin-top: -10px;text-align: right;font-family:Verdana; font-size:13px;}
#header .header_top .col_two span.time{margin-top: 0px; font-size:13px; font-family:Verdana;}
#header .header_top .col_three{float:right; width:205px; text-align:right;}
#header .header_top .col_three > img:first-child { height: auto; width: 30%;}

#header .header_top .col_three > img:nth-child(2) { height: auto;width: 70%;}
/*----------------Header top section style end here---------------------------*/

/*----------------header_middle section style start here---------------------------*/

#header .header_middle{width:1100px; margin:20px auto 30px; }
/*----------------header_middle query_form section style start here---------------------------*/
#header .header_middle .query_form{ width:300px; background:#008d3f; float:left; box-shadow:0px 5px 10px -4px #000000;}
#header .header_middle .query_form h3{
background: #008f3f; /* Old browsers */
background: -moz-linear-gradient(top, #008f3f 0%, #025325 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008f3f), color-stop(100%,#025325)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #008f3f 0%,#025325 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #008f3f 0%,#025325 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #008f3f 0%,#025325 100%); /* IE10+ */
background: linear-gradient(to bottom, #008f3f 0%,#025325 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008f3f', endColorstr='#025325',GradientType=0 ); /* IE6-9 */ height:38px; line-height:35px; text-align:center; font-size:25px; color:#FFF; text-shadow:0 1px 1px #000;}
#header .header_middle .query_form form{width:280px; padding:14px 10px 14px;}
#header .header_middle .query_form form label{width:120px; display:inline-block; vertical-align:top; font-size:13px; color:#fff;font-family: 'MyriadProRegular'; line-height:30px; }
#header .header_middle .query_form form .text_box{width:200px;display:inline-block; vertical-align:top;font-size:15px; color:#666;height:30px; font-family: 'MyriadProRegular'; border:none; margin-bottom:12px; padding:0 4px; box-shadow: inset 0 2px 6px #9c9c9c;}
#header .header_middle .query_form form .sub_box{
width:108px; height:28px; text-transform:capitalize; border: 1px solid #bb7102; border-radius:5px; color:#fff; text-shadow:0 1px 1px #222; font-size:15px; font-family: 'MyriadProRegular'; cursor:pointer; float:right; margin-right:3px;
background: #b56e03; /* Old browsers */
background: -moz-linear-gradient(top, #b56e03 0%, #fe9900 50%, #b56e03 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b56e03), color-stop(50%,#fe9900), color-stop(100%,#b56e03)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b56e03 0%,#fe9900 50%,#b56e03 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b56e03 0%,#fe9900 50%,#b56e03 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b56e03 0%,#fe9900 50%,#b56e03 100%); /* IE10+ */
background: linear-gradient(to bottom, #b56e03 0%,#fe9900 50%,#b56e03 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b56e03', endColorstr='#b56e03',GradientType=0 ); /* IE6-9 */
}
#header .header_middle .query_form form .textarea_box{width:145px;min-width:145px; max-width:145px;display:inline-block;vertical-align:top;font-size:12px; color:#666;height:60px; min-height:60px;  max-height:60px;  font-family: 'MyriadProRegular'; border:none; margin-bottom:12px; padding:0 4px; box-shadow: inset 0 2px 6px #9c9c9c;}
/*----------------header_middle query_form section style end here---------------------------*/
/*----------------header_middle slider section style start here---------------------------*/
#header .header_middle .slider{ width:696px; float:right;}
#header .header_middle .slider img{width:100%; height:334px;}
.slidesjs-container{height:334px !important;}
.slidesjs-control{height:334px !important;}
.slidesjs-navigation{display:none;}
.slidesjs-pagination{display:none;}
/*----------------header_middle slider section style end here---------------------------*/
/*----------------header_middle section style end here---------------------------*/

/*----------------navigation section style start here---------------------------*/
#header .nav_wrap{width:100%; background:#065302;}
#header .nav_wrap .navigation{ margin:0 auto; width:1150px;}
#header .nav_wrap .navigation ul{list-style:none; text-align:center; padding-left:4px;}
#header .nav_wrap .navigation ul li{display:inline-block; vertical-align:top; box-sizing:border-box;  -webkit-box-sizing:border-box;  -moz-box-sizing:border-box;  -ms-box-sizing:border-box; -o-box-sizing:border-box;}

#header .nav_wrap .navigation ul li:first-child {
    margin-left: -4px;
}

#header .nav_wrap .navigation ul li a{font-family: Verdana; color:#fff; font-size:14px; text-transform:capitalize; display:block; transition:all 0.2s linear 0s; -webkit-transition:all 0.2s linear 0s; -moz-transition:all 0.2s linear 0s; -o-transition:all 0.2s linear 0s; -ms-transition:all 0.2s linear 0s;padding:14px 6.4px; letter-spacing:0.1px;}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
#header .nav_wrap .navigation ul li a{padding:14px 5.7px;} 
}

#header .nav_wrap .navigation ul li:hover a{background:#002B00;}
#header .nav_wrap .navigation ul li.active a{background:#002B00;}
/*----------------navigation section style end here---------------------------*/

/*=================Header section style end here============================*/


/*=================Content section style start here============================*/
#contentWrap{width:100%;}
#contentWrap .container{width:1100px; margin:30px auto;}

/*------------------------left sidebar style start here------------------------------*/
#contentWrap .container .left_sidebar{width:250px; float:left; min-height:600px;}
#contentWrap .container .left_sidebar img{width:100%; height:auto;}
#contentWrap .container .left_sidebar .bottom_row{margin-top:35px;}
#contentWrap .container .left_sidebar .bottom_row .title img{margin-bottom:20px;}
/*------------------------left sidebar style end here------------------------------*/

/*------------------------content_wrap  style start here------------------------------*/
#contentWrap .container .content_wrap{width:820px; float:right; min-height:600px;}
#contentWrap .container .content_wrap h2{height:45px; display:block; line-height:45px; font-family:Verdana, sans-serif,arial; color:#fff; font-weight:bold; background:#008d3f; padding:0 15px; font-size:23px; margin-bottom:30px;}

/*------------------------content  style start here------------------------------*/
#contentWrap .container .content_wrap .content ul li {display: inline-block;margin-right: 30px; margin-bottom:30px;vertical-align: top;width: 30.57%; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box;-o-box-sizing:border-box; border:1px solid #aeaeae; padding:4px;}
#contentWrap .container .content_wrap .content ul li .img_wrap{width:100%;}
#contentWrap .container .content_wrap .content ul li .img_wrap img{width:100%; height:auto; max-width:244px; max-height:146px}
#contentWrap .container .content_wrap .content ul li:nth-child(3n){margin-right:0;}
#contentWrap .container .content_wrap .content ul li .package_detail{padding-top:10px;}
#contentWrap .container .content_wrap .content ul li .package_detail h4{font-size:15px; font-weight:bold; color:#666; border-bottom:1px solid #c3c3c3; padding-bottom:3px; margin-bottom:10px; height:40px;}
#contentWrap .container .content_wrap .content ul li .package_detail p{font-size:13px; color:#a09f9f;}
#contentWrap .container .content_wrap .content ul li .cost_wrap {padding: 10px 0 5px;}
#contentWrap .container .content_wrap .content ul li .cost_wrap .cost{float:left; width:160px;}
#contentWrap .container .content_wrap .content ul li .cost_wrap a.book_btn{float:right;}
/*------------------------content  style end here------------------------------*/

/*------------------------content_row2  style start here------------------------------*/
#contentWrap .container .content_wrap .content_row2 {padding: 40px 0;}
#contentWrap .container .content_wrap .content_row2 .con{padding-bottom:25px;}
#contentWrap .container .content_wrap .content_row2 .con p{ font-family:Verdana; font-size:15px; line-height:25px; color:#666666;}
/*------------------------content_row2  style end here------------------------------*/

/*------------------------content_wrap  style end here------------------------------*/

/*=================Content section style end here============================*/


/*=================Footer section start here============================*/

#footer{width:100%; background:#8bb789; box-shadow:inset 0 1px 2px #082107;}
#footer .top_footer{width:1100px; margin:0 auto; padding:25px 0 22px; min-height:160px}
#footer .top_footer .column{width:14.5%; min-height:100px; display:inline-block; margin-right:5px; vertical-align:top;}
#footer .top_footer .column:nth-child(2) {width: 10%;}
#footer .top_footer .column h5{font-family:Verdana; font-weight:bold; font-size:15px; color:#00642c; text-align:left;}
#footer .top_footer .column ul{padding:15px 0 0;}
#footer .top_footer .column ul li {margin-bottom:6px;}
#footer .top_footer .column ul li a{ text-transform:capitalize; font-weight:normal; font-size:12px; font-family:verdana; color:#00642c;}
#footer .top_footer .column ul li a:hover{text-decoration:underline;}
#footer .top_footer .contact_us{width:22%; min-height:100px; display:inline-block; position:relative;margin-left:4.6%}
#footer .top_footer .contact_us h5{font-family:Verdana; font-weight:bold; font-size:15px; color:#00642c; text-align:left;}
#footer .top_footer .contact_us .contact_detail{margin-top:20px;}
#footer .top_footer .contact_us .contact_detail p{text-transform:capitalize; font-weight:normal; font-size:12px; font-family:verdana; color:#00642c;margin-bottom:6px;}
img.incre {bottom: -50px;left: -55px;position: absolute;}

#footer .bottom_footer{width:100%; background:#0b7606; border-top:1px solid #21fb17; }
#footer .bottom_footer .copyright_wrap{width:1100px; margin:0 auto;}
#footer .bottom_footer .copyright_wrap .copyright{width:50%; float:left;}
#footer .bottom_footer .copyright_wrap .copyright h6{font-size:14px; color:#fff; font-weight:normal; line-height:60px;}
#footer .bottom_footer .copyright_wrap .social_icon{width:40%; float:right; text-align:right; padding:16px 0;}
#footer .bottom_footer .copyright_wrap .social_icon a{display:inline-block; width:28px; height:28px; opacity:0.7; transition:all 0.2s linear 0s; -webkit-transition:all 0.2s linear 0s; -ms-transition:all 0.2s linear 0s; -moz-transition:all 0.2s linear 0s; -o-transition:all 0.2s linear 0s;}
#footer .bottom_footer .copyright_wrap .social_icon a img{width:100%; height:100%;}
#footer .bottom_footer .copyright_wrap .social_icon a:hover{ opacity:1;}


/*=================Footer section end here============================*/



/*============================Inner page style start here=========================*/
/*-----------------------------------2nd page style start here-------------------------------*/
#contentWrap.second_page .container .content_wrap .content_row2 {padding: 0 0 30px 0;}
/*-----------------------------------2nd page style end here-------------------------------*/


#header .header_middle .slider .tour_banner{float:left; width:500px;}
#header .header_middle .slider .tour_detail{float:right; width:240px; min-height:334px;}
#header .header_middle .slider .tour_detail h3{font-size:20px; height:44px; color:#ff9900; line-height:22px; margin-bottom:10px; font-family: 'MyriadProRegular'; }
#header .header_middle .slider .tour_detail > p {font-size: 15px; color:#4c4c4b; text-align:justify;}
#header .header_middle .slider .tour_detail .con_two{text-align:right; margin:20px 0;}
#header .header_middle .slider .tour_detail .con_two span.text3{ background: url("images/innerpage/rs_icon.png") no-repeat scroll left center rgba(0, 0, 0, 0); display: inline-block; line-height: 40px; padding-left: 24px; color:#ff9900; font-size:30px;font-family: 'MyriadProRegular'; vertical-align:top;font-weight:bold;text-shadow: 1px 1px 1px #FF9900}
#header .header_middle .slider .tour_detail .con_two span.text4{font-family: 'MyriadProRegular'; font-size:14px; display:inline-block; vertical-align:top; margin-top:13px;color:#4c4c4b;}
#header .header_middle .slider .tour_detail .package_inclue{padding-top:5px;}
#header .header_middle .slider .tour_detail .package_inclue span.text5{color:#008d3f;font-family: 'MyriadProRegular'; font-weight:bold; font-size:21px; display:block; margin-bottom:15px;}
#header .header_middle .slider .tour_detail .package_inclue > img { height: auto !important;width: 90% !important;}


#contentWrap .container .content_wrap .content.tab .tab_wrap ul{background: #099347; /* Old browsers */
background: -moz-linear-gradient(top, #099347 0%, #0a582d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#099347), color-stop(100%,#0a582d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #099347 0%,#0a582d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #099347 0%,#0a582d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #099347 0%,#0a582d 100%); /* IE10+ */
background: linear-gradient(to bottom, #099347 0%,#0a582d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#099347', endColorstr='#0a582d',GradientType=0 ); /* IE6-9 */ padding-top:6px; text-align:center;}
#contentWrap .container .content_wrap .content.tab .tab_wrap ul li {display: inline-block;vertical-align: top;width: 24.2%; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box;-o-box-sizing:border-box; margin:0; border:none; text-align:center; font-family: 'MyriadProBold'; text-transform:uppercase; font-size:18px; color:#ff9900; text-shadow:0 -1px 1px #000000; cursor:pointer;  transition:all 0.2s linear 0s; -webkit-transition:all 0.2s linear 0s; -ms-transition:all 0.2s linear 0s; -moz-transition:all 0.2s linear 0s; -o-transition:all 0.2s linear 0s; padding-bottom:6px;}
#contentWrap .container .content_wrap .content.tab .tab_wrap ul li.active{padding:5px 4px;}

#contentWrap .container .content_wrap .content.tab .tab_wrap ul li:hover{padding-bottom:6px;}
#contentWrap .container .content_wrap .content.tab .tab_wrap ul li.active:hover{padding:5px 4px;}
#contentWrap .container .content_wrap .content.tab .tab_wrap ul li:hover,#contentWrap .container .content_wrap .content.tab .tab_wrap ul li.active{border-top-left-radius:10px; border-top-right-radius:10px; background:#fff; font-family: 'MyriadProBold'; text-transform:uppercase; color:#007c38; box-shadow:0 -2px 3px #444;}


#contentWrap .container .content_wrap .content.tab .tab_one{padding:35px 6px;}
#contentWrap .container .content_wrap .content.tab .tab_one h4{font-family:verdana; font-size:25px; font-weight:bold; color:#065302; padding-bottom:20px;}
#contentWrap .container .content_wrap .content.tab .tab_one h6{color:#434342; font-family:verdana; font-weight:bold; font-size:14px; padding:15px 0;}
#contentWrap .container .content_wrap .content.tab .tab_one p{color:#525151; font-family:verdana; font-weight:normal; font-size:14px;  margin:5px 0; line-height:25px;}
/*------------------------- for Content wrap_two starts here--------------------------------------------*/
#contentWrap .container .content_wrap .content.tab .tab_two{padding:35px 6px; display:none;}
#contentWrap .container .content_wrap .content.tab .tab_two h4{font-family:verdana; font-size:25px; font-weight:bold; color:#065302; padding-bottom:20px;}
#contentWrap .container .content_wrap .content.tab .tab_two h6{color:#434342; font-family:verdana; font-weight:bold; font-size:14px; padding:15px 0;}
#contentWrap .container .content_wrap .content.tab .tab_two p{color:#525151; font-family:verdana; font-weight:normal; font-size:14px;  margin:5px 0; line-height:25px;}
/*------------------------- for Content wrap_two ends here--------------------------------------------*/
/*------------------------- for Content wrap_three starts here--------------------------------------------*/
#contentWrap .container .content_wrap .content.tab .tab_three{padding:35px 6px; display:none;}
#contentWrap .container .content_wrap .content.tab .tab_three h4{font-family:verdana; font-size:25px; font-weight:bold; color:#065302; padding-bottom:20px;}
#contentWrap .container .content_wrap .content.tab .tab_three h6{color:#434342; font-family:verdana; font-weight:bold; font-size:14px; padding:15px 0;}
#contentWrap .container .content_wrap .content.tab .tab_three p{color:#525151; font-family:verdana; font-weight:normal; font-size:14px;  margin:5px 0; line-height:25px;}
/*------------------------- for Content wrap_three ends here--------------------------------------------*/
/*------------------------- for Content wrap_four starts here--------------------------------------------*/
#contentWrap .container .content_wrap .content.tab .tab_four{padding:35px 6px; display:none;}
#contentWrap .container .content_wrap .content.tab .tab_four h4{font-family:verdana; font-size:25px; font-weight:bold; color:#065302; padding-bottom:20px;}
#contentWrap .container .content_wrap .content.tab .tab_four h6{color:#434342; font-family:verdana; font-weight:bold; font-size:14px; padding:15px 0;}
#contentWrap .container .content_wrap .content.tab .tab_four p{color:#525151; font-family:verdana; font-weight:normal; font-size:14px;  margin:5px 0; line-height:25px;}
/*------------------------- for Content wrap_four ends here--------------------------------------------*/

/*------------------------- for Side bar packages starts here--------------------------------------------*/
#contentWrap .container .left_sidebar .sidebar_packages{width:100%;}
#contentWrap .container .left_sidebar .sidebar_packages ul li { width:100%;margin-bottom:30px;vertical-align: top;box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box;-o-box-sizing:border-box; border:1px solid #aeaeae; padding:4px;}
#contentWrap .container .left_sidebar .sidebar_packages ul li .img_wrap{width:100%;}
#contentWrap .container .left_sidebar .sidebar_packages ul li .img_wrap img{width:100%; height:auto; max-width:244px; max-height:146px}
#contentWrap .container .left_sidebar .sidebar_packages ul li .package_detail{padding-top:10px;}
#contentWrap .container .left_sidebar sidebar_packages ul li .package_detail h4{font-size:15px; font-weight:bold; color:#666; border-bottom:1px solid #c3c3c3; padding-bottom:3px; margin-bottom:10px;}
#contentWrap .container .left_sidebar .sidebar_packages ul li .package_detail p{font-size:13px; color:#a09f9f;}
#contentWrap .container .left_sidebar .sidebar_packages ul li .cost_wrap {padding: 10px 0 5px;}
#contentWrap .container .left_sidebar .sidebar_packages ul li .cost_wrap .cost{float:left; width:160px;}



/*------------------------- for Side bar packages ends here--------------------------------------------*/

.content_wrap .con{padding:0 15px;}
.content_wrap .con p{color:#666; margin-bottom:10px; font-family: verdana;  font-size: 15px;  line-height: 25px;}

.content_wrap .con ul{margin-top:-5px;}
.content_wrap .con ul li{color:#666; margin-bottom:10px; font-family: verdana;  font-size: 15px;}
h4.ul_title{padding:20px 0 15px; font-family: verdana; font-size: 16px;}


/*============================Inner page style end here=========================*/

#contentWrap .container .content_wrap .content.tab .tab1 ul{list-style:circle;}
#contentWrap .container .content_wrap .content.tab .tab1 ul li{list-style:circle; display:block;margin-right: 0px; margin-bottom:0px;vertical-align: top;width: auto; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box;-o-box-sizing:border-box; border:none; padding:4px; color: #525151;
    font-family: verdana;
    font-size: 14px;
    font-weight: normal;
    line-height: 15px;
    margin:0;}
#contentWrap .container .content_wrap .content.tab .tab1 ul li:before {
    content: "*";
    display: inline-block;
    font-family: verdana;
    font-weight: bold;
    margin-right: 10px;
    vertical-align: middle;
}
p.upper{ text-transform:uppercase;}

.star p:before {
    content: "*";
    display: inline-block;
    line-height: 20px;
    margin: 2px 10px 0 0;
    vertical-align: middle;
}
a.contact{color:#060; text-decoration:none;}
a.contact:hover{text-decoration:underline;}


.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    background: none repeat scroll 0 0 #fff;
    width:220px;
}

.ui-datepicker-prev.ui-corner-all {
    float: left;
	
    color: #fff;
    cursor: pointer;

    font-family: verdana;
    font-size: 12px;
    line-height: 18px;

}
.ui-datepicker-next.ui-corner-all {
    color: #fff;
    cursor: pointer;
    float: right;
    font-family: verdana;
    font-size: 12px;
    line-height: 18px;
}

.ui-datepicker-title{ color: #fff;
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 1px 0 #000;}


.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: #FF9900;
    padding: 3px 10px;
}
table.ui-datepicker-calendar {
    background:#CEFFCE;
    padding: 4px 10px;
    width: 100%;
}

table.ui-datepicker-calendar th span {
    font-family: verdana;
    font-size: 13px;
	font-weight: normal;
}
table.ui-datepicker-calendar tbody tr td {
    background: none repeat scroll 0 0 #fff;
    text-align: center;
}
table.ui-datepicker-calendar tbody tr td a{
	color: #065302;
    display: block;
    font-family: verdana;
    font-size: 14px;
}
table.ui-datepicker-calendar tbody tr td a.ui-state-hover, table.ui-datepicker-calendar tbody tr td a.ui-state-active{color:#fff; background:#060;}
img.cont_logo{width:100px; height:auto; margin:5px 0 0 15px;}
.approved{ text-align:left; padding:20px 0 80px;}