@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}


body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 100.01%;
}

a:link, a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	color: #000000;
	text-decoration: none;
}
#navWrap {
	background-color: #000000;
	background-repeat: repeat-x;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	z-index: 10;
}
#header {
	height: 90px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}


/*******************************************************************************************************************************************************************
********************* NAVIGATION *****************************************************************************************************************************/
#navigation {
	height: 60px;
	width: 501px;
	position: absolute;
	left: 220px;
	top: 30px;
	text-align: left;
}

#navHolder {
	position:relative;
	margin: 0px;
	padding: 0px;
	width: 501px;
}

#lists {
	padding:0;
	list-style:none;
	position:relative;
	height:60px;
	float:left;
	width:500px;
	z-index:500;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
}

/******** Controls common wideth and height for images used as buttons **********/
#lists li {
	display:block;
	float:left;
	height:60px;
	width: 125px;
}

/****** Main Nav Text ******/
/****** EXPLORE *****/
#lists li a.menu1 {
	display:block;
	width:125px;
	height:60px;
	text-decoration:none;
	line-height:20px;
	font-size:100%;
	font-weight:bold;
	font-weight:normal;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../tpl/img/btnExplore.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#lists li a.menu1:hover {
	background-position: 0px -60px;
	background-image: url(../tpl/img/btnExplore.gif);
}

/****** PLAN *****/
#lists li a.menu2 {
	display:block;
	width:125px;
	height:60px;
	text-decoration:none;
	line-height:20px;
	font-size:100%;
	font-weight:bold;
	font-weight:normal;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../tpl/img/btnPlan.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#lists li a.menu2:hover {
	background-position: 0px -60px;
	background-image: url(../tpl/img/btnPlan.gif);
}

/****** RESERVE *****/
#lists li a.menu3 {
	display:block;
	width:125px;
	height:60px;
	text-decoration:none;
	line-height:20px;
	font-size:100%;
	font-weight:bold;
	font-weight:normal;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../tpl/img/btnReserve.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#lists li a.menu3:hover {
	background-position: 0px -60px;
	background-image: url(../tpl/img/btnReserve.gif);
}

/****** ABOUT *****/
#lists li a.menu4 {
	display:block;
	width:125px;
	height:60px;
	text-decoration:none;
	line-height:20px;
	font-size:100%;
	font-weight:bold;
	font-weight:normal;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../tpl/img/btnAbout.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#lists li a.menu4:hover {
	background-position: 0px -60px;
	background-image: url(../tpl/img/btnAbout.gif);
}

.displace {
	position: absolute;
	left: -5000px;
}

#lists div {
	display:none;
}

#lists li a:hover {
	text-decoration:underline;
	white-space:normal;
	background-position:0px -60px;
}

#lists li:hover > a {
	text-decoration:underline;
	white-space:normal;
	background-position:0px -60px;
}


/*********** Background color and width of box for Nav Btn 1 ***********/
#lists :hover div {
	display:block;
	width:400px;
	position:absolute;
	left:0;
	top:60px;
	padding-bottom:10px;
	background-color: #F2F2F3;
}

#lists :hover div h2 {
	font-family: "Gill Sans", Arial;
	font-size: 120%;
	font-weight: lighter;
	text-transform: uppercase;
	color: #a12830;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-decoration: none;
}

/************ Background color for Nav btn 2 | inherits colors from parent if nothing is entered *************/
#lists :hover div.pos2 {
	position: absolute;
	left: 125px;
	width: 375px;
}

/************** Background color for Nav btn 3 on right *****************/
#lists :hover div.pos3 {
	width:175px;
	position: absolute;
	left: 250px;
}

/************** background color for Nav btn 4 *****************/
#lists :hover div.pos4 {
	width:175px;
	position: absolute;
	left: 325px;
}
/**************************************************************************************************************/
/************ column width inside boxes **************/
#lists :hover div dl {
	display:inline;
	padding:0;
	float:left;
	width:155px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#lists :hover div dl dd {
	padding:0; 
	margin:0;
}

/********* controls topic background ***********/
#lists :hover div dl dt {
	text-decoration:none;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	margin-top: 5px;
}

/*********** Color of text in subject block *******************/
#lists :hover div dt  {
	text-decoration:none;
	font-weight:lighter;
	color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	margin-bottom: 10px;
	letter-spacing: .1em;
}

#lists :hover div dt a  {
	text-decoration:none;
}

#lists :hover div dt a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}

/*********** Text inside boxes (links) **********************/
#lists :hover div dd a {
	display:inline;
	text-decoration:none;
	font-weight:lighter;
	font-size:80%;
	color:#333333;
	text-indent:10px;
	line-height:1.5em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#lists :hover div dd a:hover {
	text-decoration:none;
	background-color: #FFFFFF;
}

#lists .clear {
	clear:both;
	}
	
/*******************************************************************************************************************************************************************
********************* END NAVIGATION **********************************************************************************************************************/


#logo {
	position: absolute;
	left: 0px;
	top: 5px;
}
#search {
	height: 60px;
	width: 233px;
	position: absolute;
	padding-top: 40px;
	top:10px;
	right: 0px;
}
#search input {font-size:12px;border-width:1px;border-color:#585858;border-style:solid;}
#search #searchFor {width:150px;background-color:#F2F2F2;border-color:#F2F2F2;}
#search #searchBtn {width:30px;color:#FFF;background-color:#585858;font-size:12px;}


#contactInfo {
	position: absolute;
	top: 5px;
	right: 0px;
}
#contactInfo p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
}
#contactInfo a:link, #contactInfo a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size:10px;
	margin-right:2px;
}



#visualWrap {
	background-color: #333333;
	background-repeat: repeat-x;
	position: relative;
	height: 445px;
	background-image: url(../tpl/img/visualBG.gif);
	margin-top: 0px;
	padding-top: 0px;
	width: 100%;
}
#mainImage {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 950px;
	padding-top: 15px;
}

#mainImageLeft {
	float: left;
}
#mainImageRight {
	float: right;
}

#featureWrap {
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	height: 190px;
	position: relative;
	background-image: url(../tpl/img/featureBG.gif);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #666666;
	border-bottom-color: #999999;
	margin-top: 0px;
	padding-top: 0px;
	width: 100%;
}
#feature {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 160px;
	padding-top: 15px;
}
#breadcrumbWrap {
	height: 20px;
	position: relative;
	background-image: url(../tpl/img/breadcrumbBG.gif);
	width: 100%;
}

#breadcrumb {
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	width: 950px;
}
#breadcrumb ul {
	margin-left: 0;
	padding-left: 0;
	border: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: inline;
	list-style-type: none;
	} 

#breadcrumb  ul  li  {
	float: left;
	margin-left: 0px;
	border: none;
	padding-right: 20px;
	padding-left: 0px;
	background-image: url(../tpl/img/breadcrumbBullet.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	text-decoration: none;
	color: #333333;
	padding-top: 4px;
	margin-right: 5px;
}
#breadcrumb  ul  li  a:link, a:visited {
	color: #666666;
	text-decoration: none;
}



#sectionWrap {
	background-repeat: repeat-x;
	position: relative;
	height: 50px;
	background-color: #d2d3d5;
	border-bottom-style: groove;
	border-bottom-color: #CCCCCC;
	width: 100%;
	background-image: url(../tpl/img/floralWallpaperLight.gif);
	border-bottom-width: 1px;
}

#sectionHeading {
	height: 50px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
}
#sectionHeading h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 175%;
	color: #a12830;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-top: 10px;
}

#reservationWrap {
	position: relative;
	height: 100px;
	background-color: #beb59c;
	border-bottom-style: solid;
	border-bottom-color: #beb59c;
	width: 100%;
	border-bottom-width: 2px;
	background-image: url(../tpl/img/rezBG.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#reservationHeading {
	height: 100px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
}
#reservationHeadingDetails {
	position: absolute;
	top: 65px;
	left: 0px;
}
#reservationHeadingOptions {
	position: absolute;
	top: 55px;
	right: 0px;
}

#rezHeadingTitle {
	position: absolute;
	left: 0px;
	top: 20px;
}
#reservationHeading h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 175%;
	color: #a12830;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-top: 10px;
}
#reservationHeading h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #990000;
	margin-top: 0px;
	font-weight: 100;
	letter-spacing: 0.1em;
}

#reservationHeading p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	font-weight: normal;
	margin-top: 2px;
}
#reservationHeading a:link, a:visited {
	text-decoration: none;
	color: #000000;
}
#reservationHeading   a:hover {
	background-color: #FFFFFF;
}




#contentWrap {
	background-color: #F2F2F3;
	background-repeat: repeat;
	position: relative;
	width: 100%;
}
#contentMargin {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 1000px;
	background-color: #F2F2F3;
	padding-bottom: 25px;
}

#content {
	width: 950px;
	margin-right: 25px;
	margin-left: 25px;
	position: relative;
	text-align: left;
	padding-top: 15px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: lighter;
	color: #990000;
	letter-spacing: .1em;
}
#content  h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #000000;
	margin-top: 8px;
	margin-bottom: 8px;
}
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	color: #000000;
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: 100;
	letter-spacing: 0.1em;
}
#content h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-transform: uppercase;
	color: #333333;
	font-weight: 100;
	letter-spacing: 0.1em;
	margin-bottom: 7px;
	margin-top: 7px;
}
#content h5, #content h5 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: 100;
	color: #000000;
	line-height: 1.7em;
}

#content p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	line-height: 1.7em;
}
#content a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
#content a:hover {
	color: #000000;
	background-color: #D4CBAE;
	text-decoration: none;
}

		
/*************** 3 COLUMN 2-1-3 LAYOUT - CATEGORY DETAIL LAYOUT *******************/
/* #col1 becomes the middle column - col 1 presented first in markup for SEO, gives left column background color that extends to bottom to match content */
#ThreeColContainer {
	width:950px;
	float:left;
	background-repeat:repeat-y;
	background-position:left;
	position: relative;  /* helpful for several problems in older IE versions*/
}

/* gives right column a background that extends to the bottom to match content */
#mainRight {
	float:right;
	background-repeat:repeat-y;
	background-position:right;
	width: 100%;
}

#col1 {
	width: 490px;
	float:left;
	margin-left: 230px;
	position: relative;
	overflow:hidden;
}
#col1_content {
	padding-left: 15px;
	padding-right: 15px
}

/* #col2 becomes the left colum */
#col2 {
	width: 229px;
	float:left;
	margin-left: -720px;
	position: relative;
	overflow:hidden;
}
#col2_content {
	padding-left: 0px;
	padding-right: 0px
}

#col2_content p {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	font-weight: lighter;
}

/* #col3 becomes the right column */
#col3 {
	margin-left: 0px;
	margin-right: 0;
	width: 229px;
	float:right;
	position: relative;
	overflow:hidden;
}
#col3_content {
	padding-left: 0px;
	padding-right: 0px
}

#col3_content p {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	font-weight: lighter;
}


.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}
		
* html #col1, * html #col2 { 
	display: inline; 
}


/****************** 2 COLUMN LAYOUTS - CATEGORY LAYOUT ******************/

#TwoColContainer {
	width:100%;
	float: left;
}

#TwoColLeft {
	width: 709px;
	float: left;
	padding-right: 10px;
}

#TwoColRight {
	width: 230px;
	float: right;
}
#TwoColRight p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color: #333333;
	font-weight: lighter;
}


#TwoColContainerFlip {
	width:100%;
	float: left;
}

#TwoColLeftFlip {
	width: 230px;
	float: left;
}
#TwoColLeftFlip p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color: #666666;
	font-weight: lighter;
}


#TwoColRightFlip {
	width: 710px;
	float: right;
	padding-left: 10px;
}


/*************** FOOTER SECTION ****************/
#footerSpaceMaker {
	height: 15px;
	width: 100%;
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: url(../tpl/img/stripeBG.gif);
	position: relative;
}
#footerWrap {
	background-color: #000000;
	position: relative;
	width: 100%;
}
#footerMargin {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	width: 950px;
	position: relative;
	text-align: left;
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 20px;
	padding-bottom: 30px;
}
#footer h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #CCCCCC;
	letter-spacing: 0.1em;
	margin-top: 7px;
	margin-bottom: 7px;
	font-weight: 100;
}
#footer h3 a:link, a:visited {
	color: #CCCCCC;
}

#footer h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: lighter;
	text-transform: uppercase;
	color: #999999;
	margin-top: 3px;
	margin-bottom: 3px;
}

#footer p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.7em;
	color: #333333;
	text-align: left;
	letter-spacing: normal;
}
#footer a:link, a:visited {
	text-decoration: none;
	color: #999999;
}
#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#footer ul li {
	list-style-type: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #999999;
	line-height: 1.5em;
}
#footer  ul  li  a:link, a:visited {
	color: #999999;
}
#footer ul li a:hover {
	color: #FFFFFF;
}




.footerColumn {
	float: left;
	width: 170px;
	padding-right: 10px;
	text-align: left;
	margin-right: 10px;
}
.footerColumnRight {
	float: left;
	width: 180px;
	margin-left: 5px;
}
.footerColumnRightP {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	line-height: 1.3em;
}

#footerContact {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
#footerContact ul li {
	list-style-type: none;
	display: inline;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-transform: uppercase;
	color: #999999;
	letter-spacing: .1em;
}

#footerLinks {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	margin-top: 15px;
}
#footerLinks ul li {
	list-style-type: none;
	display: inline;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 65%;
	text-transform: uppercase;
	color: #666666;
}
#footerLinks ul li a:link, a:visited {
	color: #666666;
}
#footerLinks ul li a:hover {
	color: #999999;
}



#footerBottomSpace {
	position: relative;
	height: 30px;
	width: 100%;
	background-color: #000000;
}


/*********************** RESERVATION STYLES ********************************************************/
#RezContainer {
	width:100%;
	float: left;
}

#RezContainer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #333333;
}
#RezContainer h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #990000;
	margin-bottom: 10px;
	font-weight: lighter;
}
#RezContainer h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-transform: uppercase;
	font-weight: bold;
}


#RezContainer h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 0.1em;
}
#RezContainer h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 105%;
	color: #990000;
	font-weight: lighter;
}
#RezContainer h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	font-weight: lighter;
}



#RezContainer ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #333333;
	text-decoration: none;
	list-style-position: inside;
	list-style-type: circle;
	line-height: 1.25em;
}

/************** Rez rounded corners ******************************/
.sideboxRez-tr {
	padding:0;
	width: 100%;
	background-image: url(../tpl/img/boxRez_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

/* top-left corner and left side */
.sideboxRez-tl {
	margin:0;
	padding:0;
	background-image: url(../tpl/img/boxRez_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* bottom-right corner and bottom side */
.sideboxRez-br {
	margin:0;
	padding:0;
	background-image: url(../tpl/img/boxRez_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* bottom-left corner */
.sideboxRez-bl {
	margin:0;
	padding:0;
	background-image: url(../tpl/img/boxRez_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* content div, it could be omitted (the content going into "roundbox-bl" but I felt that alinging the content was easier 
with "roundbox-content" in place */
.sideboxRez-content {
	margin:0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.reservationOptions {
	width: 950px;
	margin-bottom: 5px;
	position: relative;
}

.RezLeft {
	width: 550px;
	float: left;
}

.RezRight {
	width: 335px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 15px;
}
.RezTrainPrice {
	width: 335px;
	margin-bottom: 5px;
	position: relative;
}










/********************** REUSABLE ITEMS - IT'S GOOD TO RECYCLE ****************************/
.clear {
	clear: both;
}
.smallPrint {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 65%;
}
.GeorgiaMedium {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	font-weight: 100;
}
.GenevaMediumCaps {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.imageRight {
	float: right;
	margin-left: 7px;
	margin-top: 5px;
	margin-bottom: 3px;
}
.imageRightNoMargin {
	float: right;
}
.imageLeft {
	float: left;
	margin-right: 7px;
	margin-top: 5px;
	margin-bottom: 3px;
}
.imageLefttNoMargin {
	float: left;
}
.hiLiteBox {
	background-image: url(../tpl/img/hiLiteBox.gif);
	background-position: top;
	width: 210px;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	padding-top: 10px;
}
.categoryFeatureContainer {
	width: 705px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.categoryFeature {
	width: 232px;
	display: block;
	margin: 0px;
	float: left;
}
.categoryFeatureRight {
	width: 229px;
	display: block;
	float: right;
}





/*********** Rounded corners *****************/
.sideboxGold-tr {
	padding:0;
	width: 100%;
	background-image: url(../tpl/img/roundbox_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

/* top-left corner and left side */
.sideboxGold-tl {
	margin:0;
	padding:0;
	background-image: url(../tpl/img/roundbox_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* bottom-right corner and bottom side */
.sideboxGold-br {
	margin:0;
	padding:0;
	background-image: url(../tpl/img/roundbox_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* bottom-left corner */
.sideboxGold-bl {
	margin:0;
	padding:0;
	background-image: url(../tpl/img/roundbox_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* content div, it could be omitted (the content going into "roundbox-bl" but I felt that alinging the content was easier 
with "roundbox-content" in place */
.sideboxGold-content {
	margin:0;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
}

/************** Metallic rounded corners ******************************/
.sideboxMetal-tr {
	padding:0;
	width: 100%;
	background-image: url(../tpl/img/boxMetallic_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

/* top-left corner and left side */
.sideboxMetal-tl {
	margin:0;
	padding:0;
	background-image: url(../tpl/img/boxMetallic_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* bottom-right corner and bottom side */
.sideboxMetal-br {
	margin:0;
	padding:0;
	background-image: url(../tpl/img/boxMetallic_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* bottom-left corner */
.sideboxMetal-bl {
	margin:0;
	padding:0;
	background-image: url(../tpl/img/boxMetallic_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* content div, it could be omitted (the content going into "roundbox-bl" but I felt that alinging the content was easier 
with "roundbox-content" in place */
.sideboxMetal-content {
	margin:0;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
.promoblock_top {
    position:relative; 
	width:237px; 
	float:left;
}

#searchLog {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	padding:10px;
	color:#333333;
	height:290px;
	overflow:auto;
}
#searchLog a, #searchLog a:hover {
	color:#777777;
}
#searchLog .searchtitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#A12830;
	text-decoration:none;
	font-weight:bold;
}
#searchLogTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#closeSearch{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#A12830;
}
#roomsrow {display:none;}


.noborder, input#aaago {border-width:0px;}
 