
.cntBG {
	background-image: url(images/cntBg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 10px;
}

/* ------- nav button blank ------- */
.navBlnk
{
  display: block;
  width: 181px;
  height: 23px;
  background: url('images/nav/navBTN.gif') no-repeat 0 0;
  text-align:center;
  padding-top:8px;
  text-decoration: none;
  
}

.navBlnk:hover
{ 
  background-position: 0 -31px;
}

.navBlnk span
{
  font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
    color: #273502;
    text-align:center;
    margin-top:20px;
    cursor: pointer;
      
}
/* ------- end nav button blank ------- */

/* ------- button blank ------- */
.btn
{
  display: block;
  width: 181px;
  height: 31px;
  background: url('images/nav/navBTN.gif') no-repeat 0 0;
  text-align:center;
  text-decoration: none;
  border: 0px;
  font-weight:bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  color: #273502;
  cursor: pointer;
}

.btn:hover
{ 
  background-position: 0 -31px;
}


/* ------- Nav Elements ------  */
.navBgTop {
	background-image: url(images/navBgHdr.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.navBgBtm {
	background-image: url(images/navBgBtm.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 100;
}
.navBG {
	background-image: url(images/navBG.jpg);
	background-repeat: repeat-y;
	z-index: 1;
}
/* ------- End nav Elements ------  */

.mainTXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #353F0B;
}
.mainTxtsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #353F0B;
}

.mainTxtsmRed {
	color: #CC0000;
	font-weight: bold;
}

#copyright{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F9F8F3;
	width: 450px;
	text-align: center;
	margin-left:200px;
	cursor: default;
}

/* Show Hotel Info */
#hotelInfoRequest {
	background-image: url(images/hotels/hotelInfoRebate.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 300px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #353F0B;
		
}
.hotelInfoRequestDiv {
	height: 48px;
	width: 298px;
	margin-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #353F0B;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

#hotelInfo {
	background-image: url(images/hotels/infoBg.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 171px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #353F0B;	
}
.hotelInfoDiv {
	height: 48px;
	width: 142px;
	margin-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #353F0B;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

/* Form Info */
.txtBoxSm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #353F0B;
	height: 16px;
	width: 150px;
	background-color:#FFFFFF !Important;
	background-image: url('images/form/formBG.gif');
	background-repeat: repeat-x;
	background-position: 50% bottom;
	border: 1px solid #CCCCCC;
	padding-top: 4px;
	padding-left: 5px;
    margin-bottom: 0px;
}



.formResponse {
width:250px; 
height:20px; 
font-weight:bold; 
color:#FFFFFF; 
padding-left:10px; 
padding-right:10px;
}

.formHdrBg{
    background-image:url(images/form/formHdrBg.gif);
    background-repeat:repeat-x;
}
/* Search Form */
.droplist {
border: 2px solid #F5F5F5; 
height: 24px; 
width:200px; 
font-family:Arial; 
font-size:14px; 
font-weight:bold; 
color: #577015;
}


