@charset "utf-8";
*, html {
	margin: 0;
	padding: 0;
}
img {
	border: 0;	
}
body  {
	font: 100% Tahoma;
	background: #ffffff;
	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 */
	color: #ffffff;
	font-size: 8pt;
}
a{
	color: white;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h1,h2,h3{
	font-size: 13px;
}
hr{
	color: #c8675a;
	margin: 4px;
}
.thrColFixHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #c80e01;
	background-image:url(../images/bg-top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	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. */
} 
.thrColFixHdr #header { 
	 height: 265px;
}
#header-content {
	float: right;
	margin-right: 30px;
}
#header-top-menu{
	margin-top: 15px;	
	color: #FFFFFF;
	font-size: 8pt;
}
#header-search-box{
	margin-top: 100px;
	color: #FFFFFF;
	font-size: 8pt;
}
#header-search-input{
	width: 213px;
	height: 19px;
	margin-left: 4px;
	border: 1px solid #a02913;
	color: #b0b0b0;
	padding: 0px 8px;
	vertical-align: middle;
}
.header-search-options{
	margin-left: 10px;
	margin-top: 3px;
}
.header-search-options input{
	margin-left: 10px;	
	margin-right: 2px;
	vertical-align: baseline;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-left: 2px;
}
#main-menu{
	width:160px;
	background-image:url(../images/menu-bg.jpg);
	background-repeat:no-repeat;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
#main-menu ul li{
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #a16559;
	width: 100px;
}
#main-menu a{
	color: #ffffff;
	text-decoration: none;
}
#main-menu1{
	width: 100%;
	margin-top: 10px;
	clear: both;
	text-align: center;
}
#main-menu1 ul{
	list-style: none;
	text-align: center;
	width: 100%;
}
#main-menu1 ul li{
	display: inline-block;
	margin: 5px;
}
#main-menu1 a{
	color: gray;
	text-decoration: none;
}

#partners{
	padding-left: 30px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#signin-box{
	width: 231px;
	height: 215px;	
}
#signin-box a{
	color: black;	
}
#signin-box h3{
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 10px;
}
.signin-box-bg{
	background-image:url(../images/login1.jpg);
	background-repeat: no-repeat;
	padding-bottom: 20px;
	background-color: #c80e01;
	height: 190px;
	padding-top: 10px;
}
#signin-box div.signin-box-bg p.text{
	color: #C80E01;
	font-weight: bold;
	padding-top: 10px;
	margin-left: 20px;
	padding-bottom: 10px;
}
#signin-box div.signin-box-bg table{
	width: 100%;
	margin-left: 20px;
	margin-top: 5px;
	color: #4B4B4B;
}
#signin-box div.signin-box-bg table td{
	padding: 10px;	
}
#signin-box .user-name{
	font-weight: bold;
}
#signin-box ul{
	margin-top: 0;
	list-style-type: none;
}
#signin-box div.signin-box-bg input.login{
	margin-top: 0px;
	margin-left: 20px;
	background-color: white;
	border: 0;
	width: 200px;
	height: 15px;
	font-size: 7pt;
	border:1px solid #E2E2E2;
}
#signin-box div.signin-box-bg input.pass{
	margin-top: 0px;
	margin-left: 20px;
	background-color: white;
	border: 0;
	width: 200px;
	height: 15px;
	font-size: 7pt;
	border:1px solid #E2E2E2;
}
#signin-box div.signin-box-bg p.forgot{
	margin-top: 15px;
	margin-left: 20px;
	color: #999999;
}
#signin-box div.signin-box-bg p.forgot a{
	color: #999999;
}
#signin-box div.signin-box-bg input.remember{
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 5px;
}
#signin-box div.signin-box-bg p
{
	color: #999999;
	vertical-align: middle;
}
.singin-form-ok
{
	margin-left: 175px;
	margin-top: 20px;
	position: absolute;
	cursor: pointer;
}
#other
{
	background-color: #c80e01;
	margin-top: 10px;
}
#other p.other-bold{
	font-weight: bold;
	margin-left: 10px;
}
#other p.other-trim{
	margin-left: 13px;
	margin-right: 30px;
	margin-top: 5px;
	line-height: 15px;
	margin-bottom: 5px;
}
#day-picks{
	width: 235px;	
	
	margin-bottom: 10px;
}
#day-picks h3{
	margin-bottom: 5px;
	margin-top: 15px;
	padding-left: 10px;
}
.daypick-box-top{
	background-image:url(../images/badge1.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	padding-top: 18px;
	padding-left: 30px;
	height: 25px;
	color:#4b4b4b;
}
.daypick-box-top .city{
	font-weight: bold;
	color:#4b4b4b;
}
.daypick-box-top  a{
	color:#4b4b4b;		
}
.daypick-box-top .city a{
	font-weight: bold;
	color:#4b4b4b;		
}
.daypick-box-middle{
	background-image:url(../images/badge-bg.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-left: 10px;
	text-align: center;
}
.daypick-box-middle a{
	color: white;	
}
.daypick-box-middle img{
	width: 200px;
	padding-bottom: 5px;
}
.daypick-box-bottom{
	background-image:url(../images/badge-bg-foot.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	line-height: 15px;
}
.daypick-box-bottom ul{
	list-style: none;
	margin-top: 10px;
}
.daypick-box-bottom ul li{
	margin: 7px 3px;	
}

.daypick-box-bottom ul li a{
	color:#FF0;
}

.thrColFixHdr #mainContent { 
	margin-left: 161px;
	margin-right: 268px;
} 

#multisearch{
	width: 530px;
}
#multisearch h3.top{
	margin-bottom: 10px;
	margin-top: 15px;
	padding-left: 10px;
}
#multisearch #msleft{
	width: 355px;	
	float: left;
}
#multisearch #msleft div.tab{
	height: 170px;
    color: gray;
	float:left;
	clear: both;
	margin-top: 10px;
}
#multisearch #msright{
	width: 165px;
	float: right;
	padding-top: 20px;
}
#multisearch #msright h3{
	color: #9c1401;
	margin-left: 10px;
}
#multisearch #msright ol{
	margin-left: 20px;
	margin-top: 10px;
	line-height: 17px;
}
#multisearch #msright li{
	color: #4b4b4b;	
}
#multisearch #msright li a{
	color: #4b4b4b;
	font-weight: bold;
	text-decoration: none;
}
.bold-city{
	font-weight: bold;	
}
.more-dest{
	color: #9c1401;
	margin-top: 10px;
	margin-left: 15px;
}

#multisearch .multisearch-bg{
	height: 260px;
	background-image:url(../images/multis_i_topdest1.png);
	background-position: 3px 0px;
	background-repeat: no-repeat;
}
#multisearch .line-list{
	float: left;
	list-style-type: none;
	padding-top: 0px;
	padding-left: 0px;	
	margin-left: 5px;
	clear: both;
}
#multisearch .line-list li{
	float: left;
	font-weight: bold;
	color: #9c1401;
	font-size: 8pt;
	text-decoration: none;
	display: block;
	height: 44px;
	line-height: 44px;
	width: 60px;
	text-align: center;
	padding-right: 10px;
}
#multisearch .line-list li a{
	background-repeat: no-repeat;
	height: 44px;
	line-height: 44px;
	cursor: pointer;
}
#multisearch .line-list li a.mss{
	font-weight: bold;
	color: #ffffff;
	font-size: 8pt;
	text-decoration: none;
}
#multisearch div .mscry{
	margin-left: 20px;
	color: #4b4b4b;
}
#multisearch div .mscty{
	margin-left: 20px;
	margin-top: 15px;
	color: #4b4b4b;
}
#multisearch div .search-long-input{
	margin-top: 7px;
	margin-left: 15px;
	background-color: white;
	border: 0;
	width: 315px;
	height: 18px;
	font-size: 11px;
	border: 1px solid #E2E2E2;
}
#multisearch div .search-short-input{
	margin-top: 7px;
	margin-left: 15px;
	background-color: white;
	border: 0;
	width: 215px;
	height: 18px;
	font-size: 11px;
	border: 1px solid #E2E2E2;
}
#multisearch div button.search-submit{
	border: 0;
	width: 50px;
	height: 36px;
	margin-left: 30px;
	background-color: transparent;
	cursor: pointer;
}
#multisearch div button.search-submit img{
	display: inline;
	vertical-align: middle;
}
#multisearch div select{
	font-size: 11px;
	margin-top: 7px;
	margin-left: 15px;
	background-color: white;
	border: 0;
	width: 215px;
	height: 18px;
	border: 1px solid #E2E2E2;	
}
#multisearch .line-list2{
	list-style-type: none;
	padding-top: 15px;
	padding-left: 20px;
	color: #4b4b4b;
}
#multisearch .line-list2 li{
	float: left;	
	margin-right: 65px;
}
#multisearch .msmo{
	color: #999999;
	letter-spacing: 1px;
}
#multisearch .line-list3{
	list-style-type: none;	
	margin-left: 15px;
	margin-top: 0px;
	border-top: 1px solid #CCC;
	padding-top: 7px;
	float: left;
	clear: both;
}
#multisearch .line-list3 li{
	float: left;	
	margin-right: 8px;
	color: #9c1401;
}
#multisearch .line-list3 li a{
	font-weight: bold;
	color: #9c1401;
	font-size: 8pt;
	text-decoration: none;	
}

#wheretogo{
	background-image:url(../images/wherego.jpg);
	background-repeat: no-repeat;
	height: 45px;
}
#wheretogo input.search-place-input{
	margin-left: 205px;
	margin-top: 13px;
	background-color: white;
	border: 0;
	width: 273px;
	position:absolute;
}
#wheretogo img.search-mag{
	
}
#wheretogo .quick-submit{
	border: 0;
	background-image:url(images/mag.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 7px;
	margin-right: 10px;
}

#big-map{
	width: 531px;
	border-top: 1px solid #c9695b;
	border-bottom: 1px solid #c9695b;
	margin-top: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	height: 300px;
}
#gmap{
	width: 520px;
	height: 300px;
}
#reviews{
	background-image:url(../images/revs-bg.jpg);
	background-repeat:repeat-y;
	padding-right: 20px;
}
#reviews a{
	color: #8f8f8f;
}
#reviews ol{
	margin-left: 30px;
	color: #8f8f8f;
}
#reviews ol li{
	margin-top: 4px;
	margin-bottom: 4px;
	line-height: 17px;
}
#reviews ol li .rev-city{
	font-weight: bold;
	color:#4b4b4b;
}
#reviews ol li .rev-city a{
	color: #4b4b4b;
	font-weight: bold;
}
#reviews ol li .rev-title{
	color:#aa1602;
}
#reviews ol li div a{
	color:#8F8F8F;	
	font-weight: bold;
}
#reviews a.rev-more{
	font-weight: bold;
	color:#4b4b4b;	
	text-decoration: none;
}
#reviews p.more-revs {
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#reviews p.more-revs a{
	font-weight: bold;
	color: #aa1602;
	text-decoration: none;
}
a.gray-link{
	color:#8F8F8F;	
}

#other-one{
	border-top: 1px solid #c9695b;
	margin-top: 10px;	
	padding-top: 15px;
}

#other-one div.other-rss{
	float: left;
	width: 90px;
	text-align:center;
	margin-bottom: 15px;
}
#other-one div.other-opts{
	float: left;
	width: 210px;
	margin-left: 10px;
}
#other-one div.other-opts img{
	vertical-align:middle;
}
#other-one div.other-opts a{
	color: white;	
}
#other-one div.other-opts button{
	border: 0;
	background-color: transparent;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	cursor: pointer;
}
#other-two{
	border-top: 1px solid #c9695b;
	margin-top: 10px;	
	padding-top: 15px;
	margin-bottom: 15px;
}
#other-two div{
	margin-right: 15px; 
	width: 160px; 
	height: 100px;	
	float: left;
	position: relative;
}
#other-two div a{
	color: white;
}

#footer { 
	padding-top: 10px;
	padding-bottom: 20px;
	background:#f9f9f9;
	color: gray;
	width: 100%;
	text-align: center;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.line-list{
	list-style-type: none;
}
.line-list li{
	float: left;	
	margin-left: 0px;
	margin-right: 0px;
	color: #9C1401;
}
.line-list li a{
	color: #9C1401;
	text-decoration: none;
}

.line-list4{
	list-style-type: none;
}
.line-list4 li{
	float: left;	
	margin-left: 5px;
	margin-right: 0px;
	color: #white
}
.line-list4 li a{
	color: #white
	text-decoration: none;
}


/* ------------------------------------------------------------------------------------------------------------------------------- */
#subPages h2,h3{
	margin: 5px;
}
#subPages h2 a{
	margin: 5px;
	color: #f9eb3c;
}
#tours-table{
	width: 530px;
}
#tours-table td{
	padding: 5px 5px;
}
#tours-table td a:hover{
	font-weight: normal;
	text-decoration: underline;
}
#tours-search-table{
	width: 500px;
}
#tours-search-table button{
	background: none;
	border: none;
	cursor: pointer;
}
#tours-search-table td{
	padding: 3px 5px;
	vertical-align:middle;
}
#tours-search-table input{
	border: 1px solid #FF9900;
	width: 200px;
}
#tours-search-table select{
	border: 1px solid #FF9900;
	width: 200px;
}
#tours-search-table img{
	float: right;
}

#tour-details p{
	margin: 5px 0px;	
}
#tour-details h2{
	color: yellow;	
}
#tour-details a{
	font-size: 13px;
	color: yellow;
}
#tour-details #tour-images{
	text-align: center;
}
#tour-details #tour-images table{
	width: 100%;
}
#tour-details #tour-images table td img{
	background-color:#CCCCCC;
	padding: 5px 5px;
}

#pagination{
	text-align:center;
	width:100%;
	font-size: 12px;
	border-top: 1px solid #c8675a;
	border-bottom: 1px solid #c8675a;
	margin-top: 5px;
	margin-bottom: 5px;
}

#subbox{
	margin-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #c8675a;
}

#search-result #result-item{
	margin: 10px 5px 5px 5px;
	border: 1px solid #CCCCCC;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
}
#search-result #result-item a{
	line-height: 25px;
	color: yellow;
	font-weight: bold;
}
#search-result #result-item h3{
	margin-bottom: 10px;
	text-decoration: underline;
	font-size: 12px;
}
#search-result #result-item div{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
}
#search-result #result-item span{
	font-weight: bold;
}
#search-result #result-item div img{
	float: right;
	margin: 5px 5px;
}

#search-result #result-item-special{
	margin: 10px 5px 5px 5px;
	border: 2px solid #FF0000;
	padding: 5px 5px 5px 5px;
}
#search-result #result-item-special h3{
	margin-bottom: 10px;
	color: gold;
	text-decoration: underline;
	font-size: 12px;
}
#search-result #result-item-special div{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
}
#search-result #result-item-special span{
	font-weight: bold;
}
#search-result #result-item-special img{
	float: right;
	margin: 5px 5px;
	display: inline;
}

#place-images{
	width: 100%;
}
#place-images table{
	width: 100%;
}
#place-images td{
	text-align: center;
	vertical-align: middle;
	font-size: 9px;
}
#place-images img{
	border: 3px solid #ffffff;
	margin: 3px 3px;
	padding: 0;
}
#img-container{
	text-align: center;
	font-size: 9px;
	margin-bottom: 7px;
	width: 205px;
}
#description {
	overflow: hidden;
}
#description #place-sidebar{
	float: right;
	margin: 0px 0px 10px 10px;
	position: relative;
	overflow: hidden;
	display: block;
	width: 203px;
}
#description #place-sidebar h2{
	color: yellow;	
}
#description #place-sidebar ul{
	margin: 5px;	
}
#description #place-sidebar li{
	font-weight: bold;
}
#description #place-sidebar li a{
	font-size: 12px;	
}
#place-map{
    width: 200px; 
    height: 200px;
}
#place-map #map{
    width: 200px; 
    height: 200px;
	margin-top: 3px;
	border: 1px solid gray; 
}

#subpages #review h3 a{
	margin: 5px;
	color: #f9eb3c;
}
#subpages #review h2{
	margin: 5px;
	color: #f9eb3c;
}
#subpages #review a{
	color: white;
}

#sign-form fieldset legend{
	font-weight: bold;
}
#sign-form fieldset{
	border:1px solid #999999;
	margin: 5px 5px;
	padding: 10px 10px;
}
#sign-form fieldset p{
	margin: 3px 3px;
}
#sign-form fieldset p input{
	margin: 3px 3px;
	padding: 3px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 250px;
	letter-spacing: 2px;
	border: 1px solid #FF9900;
}
#sign-form fieldset select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 3px 3px;
	padding: 3px 3px;
	border: 1px solid #FF9900;
	width: 250px;
}
#form-errors{
	color: #FF0000;
	margin: 10px 10px 5px 5px;
}
#sign-frame{
	width: 100%;
	text-align: center;
	border: 1px solid white;
	line-height: 50px;
}

