@media print {
	.noprint{
		display:none;
		visibility:hidden;
	}
	.printable{
		display: block;
		visibility: visible;
	}
}

/*-----HTML TAG-----*/
BODY{
	margin: 0px 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 200%;
	background:url(../images/bg.gif) repeat-x left top #718582;
}

FORM{
	margin: 0px;
	padding: 0px;
}

INPUT{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif, "Times New Roman", Times, serif;
	font-size: 11px;
	width:300px
}
TEXTAREA{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif, "Times New Roman", Times, serif;
	font-size: 11px;
	width:300px;
	height:45px
}
INPUT.Button{
	width:80px;
	height:20px
}
A{
	color:#772B2F;
	text-decoration:none;
	cursor:pointer;
	font-weight:600;
}
A:hover{
	color:#907343;
	text-decoration:none;
}
UL{
	margin:0;
	padding:0;
}
LI{
	background:url(../images/bullet/brown.gif) no-repeat left 7px;
	padding-left:15px;
	list-style-type:none;
	list-style-position:outside;
}
B{
	font-weight:600;
}
Area {
	cursor:pointer;
}
/*-------------ID Base--------------*/
#PageHolder {
	margin:0px auto 0px auto; 
	width:962px;
	color:#3B1E01;
	padding:0;
	background:url(../images/bg_holder.gif) repeat left top;
}
#Header {
	background:url(../images/header.jpg) no-repeat left top; 
	height:157px;
}
#Footer {
	background:url(../images/footer.gif) no-repeat center top;
	background:expression('url(../images/footer_ie.gif) no-repeat center top');
	height:350px;
}
#FooterLink {
	color:#EFDDBB;
	border-left:1px dashed #EFDDBB;
	float:right;
	width:520px;
	text-align:justify;
	padding-left:10px
}
#FooterLink A {
	color:#EFDDBB;	
}
#FooterLink A:hover {
	color:#767676;	
}
/*---------------------------------------*/
.HRHome {
	border-bottom:1px #6A98C5 solid;
	padding:10px 0 5px 0;
	padding:expression('5px 0 0px 0');
}
.HR {
	background:url(../images/hr/hr.gif) no-repeat left top;
	height:2px;	
	font-size:0px;
	margin-left:15px;
	width:229px
}
.Text{
	padding:15px 20px 0 20px;
	text-align:justify
}
.PicBorder{
	border:3px solid #D3CFA3;
	margin-left:10px;
	margin-top:5px;
	float:right;
}
/*-------------Title--------------*/
.SmallTitle {
	background:url(../images/title/back.gif) no-repeat;
	height:30px;
	color:#7E8901;
	font-weight:bold;
	font-size:15px;
	text-align:center;
	padding-top:8px;
	margin-top:15px;
}
.BiggTitle{
	color:#7E8901;
	font-weight:400;
	font-size:20px;
	padding-bottom:15px;
}
.OrangeTitle{
	font-weight:600;
	color:#CD6600;
	padding-top:10px;	
}
.BrownTitle{
	font-weight:600;
	color:#3b1e01;
	padding-top:10px;
}
.GroupTitle{
	/*background:transparent url(../images/menu/menu.gif) no-repeat scroll left top;*/
	/*color:#8F4A38;*/
	color:#CD6600;
	font-size:15px;
	font-weight:bold;
	/*padding:8px 0 0 45px;*/
}
/*-------------Bullet --------------*/
.GreenBullet{
	background:url(../images/bullet/green.gif) no-repeat left 6px;
	font-weight:600;
	color:#8F4A38;
	padding-left:15px;	
}
.BrownBullet{
	background:url(../images/bullet/brown.gif) no-repeat left 8px;
	color:#3B1E01;
	padding-left:20px;
	font-weight:600;
	margin-left:5px;	
}
.BlueBullet{
	background:url(../images/bullet/blue.gif) no-repeat left 8px;
	color:#075581;
	padding-left:20px;
	font-weight:600;
	margin-top:25px;
	font-size:14px;
}
/*-------------Main Menu--------------*/
A#Menu {
	display:block;	
	height:33px;
	background:url(../images/menu/menu.gif) no-repeat left top;	
	color:#8F4A38;
	font-weight:bold;
	font-size:15px;
	padding:8px 0 0 45px;
}
A#Menu:hover   {
	background-position:left -41px;
	color:#8F4A38;
}
A#MenuSelected {
	background:url(../images/menu/menu.gif) no-repeat left -41px;
	color:#8F4A38;
	font-weight:bold;
	font-size:15px;
	display:block;
	height:33px;
	padding:8px 0 0 45px;
}
#MenuTop{
	background:url(../images/menu/top_menu.gif) no-repeat left top;
	width:83px;
	height:27px;
	text-align:center;
	float:right;
	padding-right:30px;
}
#MenuTop A{
	color:#7E8901;
	font-weight:600;
}
#MenuTop A:hover{
	color:#cd6600;
}
/*-------------Search--------------*/
.Search{
	background:url(../images/search/search.gif) no-repeat left top;
	height:81px	
}
.SearchSubmit{
	background:url(../images/search/submit.gif) no-repeat left top;
	height:53px;
	width:221px;
	border:0pt none;
	cursor:pointer;	
}
/*-------------Box Left--------------*/
.LeftBox{ 
	background:url(../images/box/left.gif) repeat-y left top;
}
/*-------------Slide--------------*/
.Slide{
	width:220px;
	height:320px;
}
/*-------------Read More--------------*/
A.ReadMore{
	color:#3b1e01;
}
A.ReadMore:hover{
	color:#5d5d5d;
}
/*-------------Itinerary--------------*/
A.Itinerary {
	color:#3B1E01;
}
A.Itinerary:hover {
	color:#cd6600;
}

div.ht		{
	overflow: hidden;
	height: 1px;
}













