@charset "utf-8";
/* CSS Document */
/****************************** Main Css ******************************/
html, body {border: 0; margin: 0; padding: 0; height: auto;}
body {	
	font: 12px arial, helvetica, sans-serif;
	color: #8a7b50; /*Font color*/
	background: #ffffff url(../images/bg.gif) top repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	scrollbar-arrow-color:#8a7b50; 
	scrollbar-base-color: #f5f5ea;
	scrollbar-darkshadow-color:white;
	scrollbar-shadow-color:#dbd3ad;
}
	p { margin: 0; padding: 0; }
	ul, ol { margin: 0; padding-left: 2em; }
	img, img a { border: none; }
 	/*img, div { behavior: url(iepngfix.htc) }
	img, div, a, input { behavior: url(iepngfix.htc) }*/
	form { margin: 0; padding: 0; }
	hr { height:1px; color:#dbd3ad; }
	
/************************* Global linking *************************/	
a:link {
	color: #b76d14;
	text-decoration: none;
}
a:visited {
	color: #b76d14;
	text-decoration: none;
}
a:hover {
	color: #ff6600;
	text-decoration: underline;
}
a:active {
	color: #534c33;
}
/************** Fonts ************************/
.NormalSmall {
	font-size:11px;
}
/****************** DNN Pane Css *************************/

.ContentPane2 {
	width:613px;
	min-height:310px;
	height:auto !important;
	height:310px;
	float:left;
	background:url(../images/bgsub.gif) repeat-x bottom;
	padding-bottom: 10px;
}

.TopPane {
	width: 850px;
	height:200px;
	/*border:1px solid red;*/
	margin-bottom: 10px;
}
.RightPane2 {
	width: 227px;
	float:right;
}
/******** index_2column ********/
.LeftPane2 {
	width:430px;
	float:left;
}
.ContentPane6 {
	width:422px;
	float:left;
}
/**** index_3column ***/
.LeftPane3 {
	width:213px;
	float:left;
}
.RightPane3 {
	width:144px;
	float:right;
}
.ContentPane4 {
	width: 479px;
	float:left;
	padding:0 8px;
}
/**** end of index_3column ***/
.ContentPane3 {
	width:850px;
	float:left;
}
/**** Copy of index ***/
.LeftPane4 {
	width:144px;
	float:left;
}
.ContentPane5 {
	width:230px;
	padding:0 8px;
	float:left;
}
.RightPane4 {
	width:462px;
	float:right;
}
/************************* Wrapper Css *************************/	
#Wrapper {
	width: 960px;
	padding: 0 38px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*position:relative;*/
}

/****************************** Header Css ******************************/
#header{
	width: 884px;
	height: 89px;
	/*background-color:#FF6600;*/
	float:left;
}
#flash-logo {
	position:absolute;
	left:50px;
	top:0;
	border:1px solid red;
}
#header-logo {
	float:left;
}
#header-right {
	float:right;
	width: auto;
	font: 11px arial, helvetica, sans-serif;
	
}
.divider {
	float: left;
	width: 6px;
	height: 21px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
}
#header-language {
	width: auto;
	padding: 5px 0 0 10px;
	color: #b76d14;
	float: left;
	text-align: left;
	background: url(../images/divider.png) no-repeat left;
}
#header-language a:link, #header-language a:visited, #header-language a:hover {
	text-decoration:none;
	color: #b76d14;
	font-size:11px;
}
#header-login {
	padding: 5px 10px 0 5px;
	color: #b76d14;
	float: left;
}
#header-greeting {
	width: auto;
	padding: 5px 15px 0 0;
	color: #b76d14;
	float: left;
	background: url(../images/divider.png) no-repeat right;
}
#header-login a, #header-greeting a {
	color: #b76d14;
}

/****************************** Nav Css ******************************/
#nav {
	height:22px;
	float: right;
	padding-top: 45px;
	text-align:right;
	width: 700px;
}

/* Style for Language Drop Down Menu */
.dropmenulang{

	position:absolute;
	margin-top: 3px;
	border: 1px solid #d5c1a7; /*THEME CHANGE HERE*/
	z-index:100;
	background-color: white;
	width: 200px; 
	padding: 3px;
	visibility: hidden;
	float:left;
	text-align:center;
	
	/*top: 0;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenulang a {
	color: #494949;
	padding: 4px;
	margin: 0;
}

/** html .dropmenulang a{ IE only hack
	width: 100%;
}
*/
.dropmenulang a:hover{ /*THEME CHANGE HERE*/
	text-decoration: underline;
	color: #ff6600;
}

/****************************** Main Flash Css ******************************/
#content {
	/* width: 852px; IE5.x/win sees this.. 
  	voice-family: "\"}\"";
  	voice-family: inherit;*/
	width: 852px;
	padding: 10px;
	border: 1px solid #f5f5ea;
	background-color:white;
	float:left;
	text-align:left;
	position: relative;
}

#content2 {
	width: 872px;
	/*min-height:380px;
	height:auto !important;
	height:380px;*/
	padding:10px 10px 0 10px;
	border: 1px solid #f5f5ea;
	background-color:white;
	float:left;
	text-align:left;
	position: relative;
}
html>body #content2 {
	width:852px;
}

#main-flash{
	width: 640px;
	float:left;
	/*z-index: 1;*/
}
#main-btn {
	width: 334px;
	/*right: 8px;*/
	bottom: 9px;
	position: absolute;
}

/****************************** Main right panel Css ******************************/
#col-panel {
	width: 220px;
	float:right;
}
.banner {
	height: 100px;
	border-bottom: 1px solid #e9e4cc;
}
.banner img {
	padding: 5px 10px 5px 0;
}
.banner a {
	color: #ff6600;
	text-decoration: none;
}
.banner a:hover {
	text-decoration: underline;
}

/****************************** Main right panel Css ******************************/
#right-panel {
	width: 230px;
	height: 275px;
	position: absolute;
	background: url(../images/home/rightbg.gif) bottom repeat-x;
	right:0;
}

/****************************** Subpages panel Css ******************************/
#sub-leftpanel {
	width: 425px;
	float:left;
}
#sub-content {
	width: 260px;
	height: 358px;
	padding: 0 10px;
	float:left;
	background:url(../images/bgsub.gif) repeat-x bottom;
}
#sub-content-text {
	padding: 0 7px;
	/*overflow: auto; 
	height: 320px;*/
}
#sub-content-text a {
	color: #ff6600;
}
#sub-content-text a:hover {
	text-decoration:underline;
}
#sub-rightpanel {
	width: 144px;
	/*padding-right: 8px;*/
	float:left;
}
#sub-btn {
	width: 156px;
	height: 66px;
	right: 5px;
	bottom: 8px;
	position: absolute;
    /*z-index:9999;*/
}
#sub-longcontent {
	width: 613px;
	float: left;

}

/****************************** Reservation panel Css ******************************/
#res-leftpanel {
	width: 144px;
	float:left;
}
#res-content {
	width: 698px;
	height: auto;
	margin-left: 10px;
	float:left;
	/*background:url(../images/bgsub.gif) repeat-x bottom;*/
}
#res-content-text {
	padding: 0 7px;
}
.formtable td {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: black;
}
.formtxt {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

/****************************** Footer Css ******************************/
#footer{
	width: 884px;
	height: 80px;
	padding-top: 8px;
}

#footercontent { 
  	float: left;
  	margin: 0;
  	padding: 0;
	color:#534c33;
	font-size: 10px;
  	list-style: none;

  	}
#footercontent a {
	color:#534c33;
	font-size: 10px;
  	text-decoration: none;
  	}
	
#footercontent a:hover{
	color:#534c33;
	font-size: 10px;
	text-decoration:underline;
}

#copyright {
	width:549px;
  	float: left;
  	margin: 0;
	padding: 5px 0;
  	}
#address {
	width:335px;
  	margin: 0;
	float: left;
	padding: 5px 0;
  	} 
	
/****************************** Clear float Css ******************************/	
#clear{
	clear:both;
}

/**************** Form style ************************/
.buttons {
	background-color: #f5f5ea;
	border:1px solid #dbd3ad;
}
.formbox {
	border:1px solid #dbd3ad;
	width: 84%;
}
/******* Group Portal Hotels Image ********/
.hotelimg {
	margin: 0 10px 10px 0;
}