/* Basic Elements */
html {
	margin: 0;
	}

body {
	background: #DEDEDE url(../images/top_bg.jpg) repeat-x top;
	margin:auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
 	text-align: left; 
}

a {
text-decoration: none;
}

h3{
	font-size: 15px;
	margin:0px;
	padding:9px 0 12px 0;
	font-size: 14px;
	font-family: Helvetica, Arial;
}
		
a:hover {
text-decoration: underline;
}

#container {
	width: expression(document.body.clientWidth < 757? "755px" : document.body.clientWidth > 902? "900px" : "auto");
	min-width:755px;
	max-width:900px;
	margin: 0 auto;
	padding-top:20px; 
	padding-right:0px; 
	padding-left:0px; 
	padding-bottom:10px;
	}


#mycontent{
padding-left: 15px;
padding-right: 15px;
}


#header {
	width: 100%;
	height: 90px;
	background: #F6F6EE url(../images/illustr.jpg) top right no-repeat;
	border-top: 10px solid #FFFFFF;
	}

#wrap {
	float: left;
	width: 100%;
	margin: auto;
	height: auto;
	overflow: hidden;	
	}

#wrapper {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: -3000px; 
	padding-bottom: 3000px;	
	background: #f6f6f6 url(../images/leftbg.gif) repeat-y left;	
	}

#content {
	margin: 0 20% 0 0;
	background: url(../images/leftbg.gif) repeat-y left;
	}

#myright{
padding-right: 15px;
}

#right {
	float: left;
	width: 20%;
	margin-left: -20%;
	background: url(../images/rightbg.gif) top right repeat-y;
	margin-bottom: -3000px; 
	padding-bottom: 3000px;
	}


#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #cecece;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	background: #103b54;
	height: 35px;
	}
	
#footer .left{
	float: left;
	padding-left: 15px;
	text-align: left;
	}

#footer .left a{
	color: #CFDBC7;
	text-decoration: none;
	}

#footer .left a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	}	
	
#footer .right{
	float: right;
	text-align: right;
	padding-right: 15px;
	}

form, input {
padding: 0px;
margin: 0px;
vertical-align:middle;
}

/* Sidebar */
#sidebar {
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#sidebar li {
	border-top: 1px dotted #cecece;
	}

#sidebar li a {
	display: block;
	font-weight: bold;
	font-size: 1em;
	color: #666;
	border-left: 7px solid #cecece;
	text-decoration: none;
	padding: 7px 20px 4px 7px;
	text-align: left;
	}

#sidebar li a:hover {
	color: orange;
	border-left: 7px solid orange;
	}


/* Top and other style */

/** Top Menu Tabs **/
#topmenu {
height:auto;
margin:auto;
width: expression(document.body.clientWidth < 757? "755px" : document.body.clientWidth > 902? "900px" : "auto");
min-width:755px;
max-width:900px;
}

#topmenu_left{
width:55%;
height:auto;
float:left;
padding:10px;
}
#topmenu_right{
width:40%;
height:auto;
float:right;
padding:0px;
}


	#menutabs{
	margin-right: 0px;
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-right: 0px;
	}
	
	#menutabs ul{
	font: bold 12px Arial, Verdana, sans-serif;
	margin:0;
	margin-bottom: 1em; /*margin between menu and rest of content*/
	padding:0;
	padding-right: 0px;
	list-style:none;
	}
	
	#menutabs li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:normal;
	line-height: 1.5em;
	}
	
	
	#menutabs a{
	float:right;
	color: #FFFFFF;
	background: #5c5c5c url(../images/left2.gif) no-repeat left top;
	margin:0 2px 0 0;
	padding:0 0 0 4px;
	text-decoration:none;
	letter-spacing: 0px;
	}
	
	#menutabs a span{
	float:right;
	display:block;
	background: transparent url(../images/right2.gif) no-repeat right top;
	padding:10px 9px 7px 9px;
	}
	
	#menutabs a span{
	float:none;
	}
	
	
	#menutabs a:hover{
	background-color: #FFFFFF;
	color: #005687;
	}
	
	#menutabs a:hover span{
	background-color: #FFFFFF;
	}
	
	#menutabs #current a, #menutabs #current span{ /*currently selected tab*/
	background-color: #507800;
	}

/*** My Text ***/
	.mytext{
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:justify;
	line-height: 1.6em;
	}
	
	.text{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:justify;
	line-height: 1.5em;
	}

	.toptext{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}

	.leftimg{
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	padding: 4px;
	margin-right: 10px;
	margin-bottom: 5px;
	}
	
	.rightimg{
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	padding: 4px;
	margin-left: 10px;
	margin-bottom: 5px;
	}	


/*** Teaser ***/
	.teaser {
		padding:0 0 0 11px;
		margin:0px;
		background:url("../images/tsr-l.gif") top left no-repeat;
	}
	.teaser h3 {
		background:url("../images/tsr-r.gif") top right no-repeat;
		margin:0;
		padding:8px 0 0.6em 0;
		font-size: 14px;
	}
	.teaser p {
		margin:0 0 0 -11px;
		padding:0px 11px 12px 15px;
		border:1px solid #d8d8d8;
		border-width:0 1px;
		background:#ffffff;
		line-height: 1.4em;
		font-family: "Lucida Grande", Arial, Tahoma, Verdana, Helvetica;
	}
	.teaser div {
		margin:0 0 0 -11px;
		padding-left:11px;
		background:url("../images/tsr-l.gif") bottom left no-repeat;
	}
	.teaser a.more {
		display:block;
		text-align:right;
		padding:0 20px 10px 0;
		background:url("../images/tsr-r.gif") bottom right no-repeat;
	}
/*** Search bar ***/
	#searchbar{
	width: expression(document.body.clientWidth < 757? "755px" : document.body.clientWidth > 902? "900px" : "auto");
	min-width:755px;
	max-width:900px;
	clear:both;
	margin-top:0px;
	vertical-align: middle;
	background-color:#DDDDDD;
	height: 30px;
	}
	
	#searchbar_content{
	width: expression(document.body.clientWidth < 757? "755px" : document.body.clientWidth > 902? "900px" : "auto");
	min-width:755px;
	max-width:900px;
	margin:auto;
	}
	
	#searchbar_left{
	width:45%;
	height:30px;
	color: #000000; 
	font-size:12px;
	font-family:  Arial, Tahoma;
	font-weight: bold;
	float:left;
	padding-left: 15px;
	background: url(../images/leftbg.gif) repeat-y left;
	}
	
	#searchbar_right{
	width:45%;
	height:30px;
	float:right;
	text-align:right;
	padding-top:0px;
	padding-right: 10px;
	background: url(../images/rightbg.gif) repeat-y right;
	margin-top: 0px;
	}
	.searchtable {
		display:table;
		border-collapse:separate;
		margin-right:0px;
		border-spacing:4px;
		width:300px;
		float:right;
	}
	.searchrow {
		display:table-row;
	}
	.searchrow div {
		display:table-cell;
	}
	.searchrow div.one {
		width:100px;
		vertical-align:middle;
		padding-top: 0px;	
	}
	.searchrow div.two {
		width:150px;
	}
	.searchrow div.three {
		width:50px;
	}	

/*** My Box ***/

	#mybox{
		height: auto;
		padding: 9px;
		background:#898B60 url("../images/top-left1.gif") top left no-repeat;
	}
	
	#mybox p{
		padding: 5px;
		margin: 0px;
	}
	
	#mybox #two-columns {
		/*set that background image*/
		/*repeat it and center it*/
		background: url(../images/bg.gif) repeat-y center;
		height: auto;
		width: 100%;
		margin:auto;
		margin-bottom:0px;
	}
	#mybox #two-columns #column-2 {
		/*float it*/
		float:right;
		height: auto;
		width: 49%;
		padding:0px;
	}
	#mybox #two-columns #column-1 {
		height: auto;
		width: 49%;
		padding:0px;
	}
	/*clear the above float*/
	#mybox .clr {
		clear:both;
	}
	
	.boxtitle{
		padding:5px;
		font-family:Arial, Verdana, Helvetica;
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;
		width: auto;
		background-color: #595b30;
	}

.boxtitle a{
	color: #FFFFFF;
}


.boxtext{
	padding:5px 10px 5px 7px;
	text-align:justify;
}

.package{
	font-family: Arial, Verdana, Helvetica;
	font-size:12px;
	width: auto;
	clear: left;
	left: auto;
	right: auto;
	margin: 0;
	padding: 5px 10px 5px 20px;
	border-bottom: 1px dashed #CC6600;	
}

.packagebox{
	font-family: Arial, Verdana, Helvetica;
	font-size:12px;
	width: auto;
	clear: left;
	left: auto;
	right: auto;
	margin: 0;
	padding: 5px 10px 5px 20px;
}

.package .day{
	font-weight: bold;
	color: #006600;
	font-size: 11px;
	float: right;
	margin-right: 5px; 
	width: 20%;
	text-align: right;
}

.pmore{
	float: right;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

/*** Right Menu  ***/

.rightimage{
background: url(../images/right-photo.jpg) no-repeat; 
width: 100%;
margin-bottom: 10px;
}

.arrowlistmenu{
width: 98%; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: #999999;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 5px 0 5px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 15px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding: 0px; /*bottom spacing between menu items*/
font-family: Georgia, Arial, Verdana;
font-weight: normal;
font-size: 12px;
}

.arrowlistmenu ul li a{
color: #0000ee;
background: #d5d5d5 url(../images/arrow.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 5px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #eeeeee;
font-size: 100%;
}

.arrowlistmenu ul li a:visited{
color: #115900;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #015507;
background-color: #F3F3F3;
}

.formbox{
	width: auto;
	padding: 10px;
	border: 1px solid #e0e0d0;
	background:#fbfbf6 url(../images/fillup.gif) no-repeat top right; 	
}

.formbox p{
	font-family: Arial, Verdana, Helvetica;
	font-size:12px;
	width: auto;
	clear: left;
	right: auto;
	margin: auto;
	padding: 5px 2px 5px 2px;
	border-bottom: 1px dashed #CCCCCC;
	height: 15%;

}

.formbox .writespace{
	font-weight: bold;
	font-size: 12px;
	float: left;
	margin-left: 5px; 
	width: 25%;
	text-align: left;
}

.textbox{
	width: auto;
	padding: 0px 10px 5px 10px;
	border: 1px solid #e0e0d0;
	background:#fafafa url(../images/read.gif) no-repeat top right; 
}

.textbox .smalltext{
	font-size: 12px;
	font-weight:bold;
	color: #FF0000;
}

.textbox p{
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;	
	text-align: justify;
}

.linkman{
padding-top: 5px;
 padding-bottom: 5px;
 border-bottom: 1px dotted #dedede;
}

.linkmantitle{

}

.linkmanURL{
	font-size: 11px;
	color : #237000;
	font-style:italic;
}


.infobox{
	width: auto;
	padding: 2px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;	
}

.infobox p{
	font-size:12px;
	width: auto;
	clear: left;
	right: auto;
	margin: auto;
	padding: 7px 2px 7px 2px;
	border-bottom: 1px dashed #CCCCCC;
	height: 15%;
}

.infobox .left{
	font-family: Helvetica, Arial;
	font-weight: bold;
	color:#660033;
	font-size: 14px;
	float: left;
	margin-left: 5px; 
	width: 25%;
	text-align: left;
}

.it {
	
}

.it .hi{
	display:block;
	width: 95%;
	background: #DDDDDD;
	font-family: Helvetica, Arial;
	font-size: 13px;
	font-weight:bold;
	padding-left: 10px;
	background:transparent url(../images/iti-bar.gif) no-repeat center left; 	
	color: #FFFFFF;
}


/*** trip box ***/

#tripbox {
position: relative;
width: 100%;
padding-bottom: 10px;
background: #f4efe8 url(../images/pkg-right-bot.gif) bottom right no-repeat;
height: 130px;
border-top: 1px solid #CCCCCC;
}

#tripbox p{
font-family: Tahoma, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 1.5em;	
text-align: justify;
padding: 3px 0px 2px 0px;
margin: 0px;
}

#tripbox .leftside{
position: relative;
float:left;
text-align:left;
padding: 0px;
width: 65%;
padding-left: 5px;
}

#tripbox .rightside{
position: relative;
float:right;
text-align:left;
padding-left: 10px;
width: 30%;
}

.triptitle{
font-family: Georgia, Helvetica, Arial, Verdana;
font-size: 12px;
font-weight: bold;
padding: 3px 0px 5px 0px;
margin: 0px;
}

.tripinfo{
width:100%;
position:relative;
border-bottom: 1px solid #DDDDDD;
padding: 2px;
margin: 0px;
}

.infotitle{
position:relative;
float: left;
width: 65%;
text-align: left;
}

.infotext{
position:relative;
float: right;
width: 30%;
text-align: left;
padding-right: 5px;
}

.tripleftimg{
border: 1px solid #d4d4d4;
background-color: #e8eae7;
padding: 2px;
margin-right: 10px;
margin-bottom: 5px;
}
