@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.eot');
    src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-medium-webfont.woff') format('woff'),
         url('../fonts/roboto-medium-webfont.ttf') format('truetype'),
         url('../fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'oxygenbold';
    src: url('../fonts1/oxygen-bold-webfont.eot');
    src: url('../fonts1/oxygen-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts1/oxygen-bold-webfont.woff') format('woff'),
         url('../fonts1/oxygen-bold-webfont.ttf') format('truetype'),
         url('../fonts1/oxygen-bold-webfont.svg#oxygenbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	margin: 0;
	outline: 0;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
    font-style: normal;	
}
ul, ol, body, html {
	padding: 0;
}
img, iframe {
	border: 0;
	vertical-align: top;
}
a {
	text-decoration: none;
	color: #7b4323;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
#main_wrapper {
	width: 1000px;
	margin: 0 auto;
}
body {
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	background: url(../images/main_bg.jpg) repeat-x #f7f4f4;
	min-width: 1000px;
	color: #1c1c1c;
}
#header {
	width: 100%;
	background: url(../images/top_shadow.png) no-repeat top center;
	height: 139px;
}
#header .main_logo {
	width: 398px;
	float: left;
	margin-top: 25px;
}
#header .main_logo .logo {
	float: left;
}
#header .main_logo .logo_text {
	float: left;
	margin: 17px 0 0 10px;
}
#header .language {
	float: right;
	margin-top: 10px;
}
#header .language .text {
	float: left;
	margin-top: 5px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	margin-right: 5px;
}
#header .language .flage {
	float: left;
	margin-left: 5px;
}
#header .comreg {
	float: right;
	margin-top: 10px;
	color:#FFF;
}
/* menu::base */
#menu {
	position: relative;
	z-index: 101;
	height: 32px;
	margin-top: 7px;
}
#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: #fff;
}
#menu li li {
	float: none;
	_border: 1px solid #c4c4c4; /** fix for ie6 */
}
#menu div {
	visibility: hidden;
	position: absolute;
}
#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: #fff;
	position: relative;
	z-index: 77;
}
#menu a:hover {
	color: #bbb;
}
#menu a:hover span {
	color: #bbb;
}
#menu>ul>li:hover>a {
	color: #bbb;
}
#menu>ul>li:hover>a span {
	color: #bbb;
}
#menu span {
	text-transform: uppercase;
	font: 12px/18px 'Trebuchet MS', Arial, Helvetica, Sans-serif;
	color: #fff;
}
#menu li {
	background: none;
}
/* menu::level >= 2 */
#menu li li a {
	padding: 0;
	position: static;
}
#menu li li a:hover {
	background: #888;
}
#menu li li a span {
	color: #fff;
}
#menu li li a:hover span {
	color: #ffffff;
}
#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 span {
	display: block;
	text-transform: none;
	line-height: 16px;
	padding: 4px 25px 4px 14px;
	font-size: 11px;
}
/** <fix for ie6> */
#menu div div {
	_margin-top: -25px;
	_background: #c4c4c4;
}
#menu li li li {
	_border: 1px solid #c4c4c4;
}
#menu div div div {
	_background: #c4c4c4;
}
#menu li li li li {
	_border: 1px solid #c4c4c4;
}
/** </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;
}
#banner {
	border: 10px solid #069aca;
	margin-top: 20px;
	margin-bottom:67px;
}
#maincon {
	padding:20px 0;	
}
#maincon .leftcol{
	float:left;
	width:291px;
	height:auto;
}
#maincon .leftcol .box{
	background:#f1eeee;
	border:1px solid #d5d2d2;
	padding:15px;
	margin-bottom:20px;
}

#maincon .leftcol .box .title {
	font-family:robotomedium;
	color:#009bc9;
	font-size:18px;	
	margin-bottom:15px;
}
#maincon .packagebox {
	border-bottom:thin dotted #999;	
	padding-bottom:10px;
	margin-bottom:10px;
}
#maincon .packagebox.last{
	border-bottom:none;	
	padding-bottom:0px;
	margin-bottom:0px;
}
#maincon .packagebox .image {
	background:#cccacb;
	border:1px solid #b3b1b2;
	padding:5px;
	float:left;	
}
#maincon .packagebox .image1 {
	background:#cccacb;
	border:1px solid #b3b1b2;
	padding:5px;
	margin-right:15px;
}
#maincon .packagebox .heading {
	font-family:oxygenbold;
	font-size:14px;
	color:#043c01;
	margin-left:10px;
	float:left;
	width:162px;
}
#maincon .packagebox .duration {
	font-size:12px;
	color:#043c01;
	margin-left:10px;
	float:left;
	width:162px;
}
#maincon .packagebox .button {
	height:21px;
	margin-top:5px;
	background:url(../images/button-bg.jpg) repeat-x;
	padding:3px 10px 1px 10px;	
	float:right;
	text-align:center;
}
#maincon .packagebox .button a{
	text-decoration:none;	
	color:#FFF;
}
#maincon .packagebox .button a:hover{
	text-decoration:none;	
	color:#030;
}
#maincon .midcol {
	float:left;
	margin:0px 20px;
	width:376px;
}
#maincon .midcol .welcome {
	border-bottom:thin double #1ca4ce;
	padding-bottom:10px;
	margin-bottom:10px
}
#maincon .midcol .heading1 {
	font-family:robotomedium;
	color:#011920;
	font-size:18px;	
	margin-bottom:12px;
}
.mainbut {
	float:right;
	background:url(../images/main_but.png) no-repeat;
	width:92px;
	height:26px;
	text-align:center;
	padding-top:3px;	
}
.mainbut a{
	text-decoration:none;	
	color:#FFF;
}
.mainbut a:hover{
	text-decoration:none;	
	color:#030;
}
#maincon .midcol .noticebox {
	border-bottom:thin dotted #999;		
	padding-bottom:10px;
	margin-bottom:10px
}
#maincon .midcol .noticebox.last {
	border-bottom:none;		
	padding-bottom:0px;
	margin-bottom:0px
}
.strongcolor{
	color:#043c01;
}
#maincon .midcol .noticebox .date {
	color:#006;	
}

/**************************Footer*******************************/
#footer{
	background:url(../images/footer_bg.jpg) repeat-x #0a2540;
	height:auto;
	}
#footer .wrapper{
	width:1000px;
	margin:0 auto;
	padding:40px 0;
}
#footer .wrapper .logobox{
	float:left;
	margin-top:100px;
}
#footer .wrapper .copyright{
	float:right;
	margin-top:138px;
	color:#FFF;
	letter-spacing:1px;
}
#footer .wrapper .copyright a{
	color:#FFF;
	text-decoration:none;
}
#footer .wrapper .copyright a:hover{
	color:#0CF;
	text-decoration:none;
}
#innerpagecon {
	width:655px;
	height:auto;
	padding:15px;
	margin-right:22px;
	float:left;
}
.heading2 {
	font-family:robotomedium;
	color:#011920;
	font-size:18px;	
	margin-bottom:12px;
}
#innerpagecon .description {
	text-align:justify;
	color:#262626;
}
.activities {
	margin: 18px 0 0 0
}.title_tab {
	width: 567px;
	float: left;
}
.title_tab ul {
	margin: 0px !important;
	list-style: none;
}
.title_tab ul li {
	float: left;
	height: 28px;
	font-weight: bold;
	margin: 0 4px 0 0;
}
.title_tab ul li a.tab:hover {
	text-decoration: none;
	background: #afafaf; /* Old browsers */
	color: #000;
}
.title_tab ul li a.tab {
	cursor: pointer;
	display: block;
	padding: 0 7px;
	line-height: 28px;
	border-bottom: none;
	color: #FFF;
	text-align: center;
	margin: 0;
	background: none repeat scroll 0 0 #606060;
	font-size: 13px;
}
.title_tab ul li a.active {
	background: #afafaf; /* Old browsers */
	color: #000;
	border-bottom: none;
}
.activities {
	margin: 18px 0 0 0
}
.content {
	width: 605px;
	float: left;
	background: #fff;
	border: 3px solid #afafaf;
	padding: 10px;
}
.content ul {
	margin: 0px 0 0 17px;
}
.content ul li {
	list-style: square !important;
	line-height: 20px;
	color: #666;
}
.content ul li a {
	color: #004F8B;
	text-decoration: none;
}
.content ul li a:hover {
	text-decoration: underline;
}
#content_1 {
	float: left;
}
#content_2 {
	display: none;
}
#content_3 {
	display: none;
}
#content_4 {
	display: none;
}
#content_5 {
	display: none;
}
#content_6 {
	display: none;
}
#content_7 {
	display: none;
}
#content_8 {
	display: none;
}
#content_9 {
	display: none;
}
#content_10 {
	display: none;
}
.subcontent {
	background: #f3f3f3;
	line-height: 20px;
	margin-top: 3px;
	padding: 10px;
	border: 1px solid #ece3e3;
	margin-bottom: 15px;
}
.imagebgb {
	background:#cccacb;
	border:1px solid #b3b1b2;
	padding:5px;
	float:left;	
	margin-right:15px;
}
#relatedpackage1 {
	border-top:thin double #1ca4ce;
	padding-bottom:10px;
	margin-top:10px
}
.relatedpackageline {
	border-bottom:thin dotted #999;
	margin:20px 0;
	padding-bottom:10px;
}








/*** Contact Page ***/
.input_field1 {
	width: 300px;
	padding: 5px;
	height: 24px;
	border: 1px solid #c4c4c4;
	font-size: 13px;
	color: #666;
	background: #fff;
}
.input_field1a {
	width: 247px;
	padding: 5px;
	height: 18px;
	border: 1px solid #c4c4c4;
	font-size: 13px;
	color: #666;
	background: #fff;
	margin-bottom:12px;
}
.input_field01 {
	width: 235px;
	padding: 5px;
	height: 24px;
	border: 1px solid #c4c4c4;
	font-size: 13px;
	color: #666;
	background: #fff;
}
.input_select1 {
	width: 312px;
	padding: 5px;
	height: 32px;
	border: 1px solid #c4c4c4;
	font-size: 13px;
	color: #666;
	background: #fff;
	padding: 3px;
}
.input_field2 {
	width: 100px;
	padding: 5px;
	border: 1px solid #c4c4c4;
	font-size: 13px;
	color: #666;
	background: #fff;
}
.input_field3 {
	width: 50px;
	padding: 4px;
	border: 1px solid #c4c4c4;
	font-size: 13px;
	color: #666;
	background: #fff;
}
.input_field4 {
	width: 100px;
	padding: 4px;
	border: 1px solid #c4c4c4;
	font-size: 13px;
	color: #666;
	background: #fff;
}
.input4 {
	width: 350px;
	padding: 4px;
	border: 1px solid #c4c4c4;
	font-size: 13px;
	color: #666;
	background: #c4c4c4;
}
.text_area {
	width: 340px;
	height: 100px;
	padding: 5px;
	border: 1px solid #c4c4c4;
	font-size: 13px;
	color: #666;
	background: #fff;
}
.text_area_a {
	width: 247px;
	height: 104px;
	padding: 5px;
	border: 1px solid #c4c4c4;
	font-size: 13px;
	color: #666;
	background: #fff;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:12px;
}
#description {
 	font-size:9px;
position:absolute;
	top:120px;
	left:24px;
}
.description{
	color:#FCF8F8;
}
