/* CSS Document */
html {
	padding:0;
	margin:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666;
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #f47820;
	background-image: url(../images/pattern02.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
}

body.propdetails {
	background-color:#fff;
	background-image:none;
}

element {
	/*cursor: hand;*/
	cursor: pointer;

}

h1, h2, h3, h4, h5, h6 {}
h1, h2 {
	color: #b21d3c;

}

h2 {
	font-weight:normal;
	color: #FED90C;
	font-size:1.6em;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 1.4em;
	margin: 0 0 0.7em 0;
	color: #b21d3c;
	font-weight: normal;
	line-height: 1.6em;
}

h4 {
	font-size: 1.3em;
	margin: 0 0 0.5em 0;
	color: #b21d3c;
	line-height: 1.8em;
}
h5, h6 {
	font-size: 1.0em;
	margin: 0 0 1.0em 0;
}
p {
	line-height: normal;
	margin: 0 0 0.4em 0;
}

ul, ol {}
li {}

table {
	float:left;
}

table tr.bg01, table td.bg01 {
	background-color:#e8e4c6;
}

table tr.bg02 {
	background-color:#F57921;
	color: #FFF;
}

table.border01 {
	border: 1px solid #d3cfb5;
}

table.border {
	border: 1px solid #e8e4c6;
}

table td.bordertb {
	border-top: 1px solid #d3cfb5;
	border-bottom: 1px solid #d3cfb5;
}

table td.borderl {
	border-left: 1px solid #d3cfb5;
}

#search_filters table,  table.tablesml {
	font-size: 0.9em;
}

#left {
	float:left;
	width: 736px;
	margin: 0 0 5px 6px;
}

table.marg01 {
	margin: 0 10px 10px 0;
}

table.marg02 {
	margin: 0 0 10px 0;
}

td {
	padding: 4px 8px;
}

td.doublepad {
	padding: 4px 16px;
}

td.nopad {
	padding: 0;
}

td td {
	line-height: 1.4em;}

form {
	padding:0;
	margin:0;
	}
label {}


a {
	color: #F15C26;
}
a:hover {
	text-decoration:none;
}

#page {
	margin: 0 auto;
	padding: 0 0 5px 0;
	background-image: url(../images/pattern01.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#jumpto, #jumpto * {
	display: none;
}
#header {
	text-align: center;
	margin: 0 auto;
	width: 960px;
	padding: 10px 0;
	height: 90px;
	background-image: url(../images/turkey.gif);
	background-repeat: no-repeat;
	background-position: right 30px;
}

#header h2 {
	margin:58px 0 0 0;
	}

#logo {
	text-align: left;
	float: left;
	width: 240px;
}
#logo a {
	background-attachment: scroll;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	width: 240px;
	height: 85px;
	display: block;
	text-decoration: none;	
	margin: 0;
}
#logo h1, #logo img {
	display: none;
}

.number {
	float:left;
	width: 485px;
	padding: 0;
	height: 85px;
}

#menu {
	margin: 0;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	height: 1.7em;
	padding: 0;
	width: 100%;
}
#menu ul {
	margin: 0 auto 0 auto;
	display: block;
	list-style-type: none;
	line-height: 1.7em;
	width: 952px;
	padding: 0 0 0 8px;
	height: 21px;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
}
#menu li a {
	display: block;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0 32px;
}
#menu li a.selected, #menu li a:hover {
	background-color: #fcc629;
	color: #F15C26;
	text-decoration: none;
}

#menu li li{
	margin:0;
	float: left;
	text-align: left;
	font-size:0.9em;
	line-height: 1.6em;
}

#menu li li a {
	font-weight: normal;
	padding: 3px 10px 0 10px;
	background-color: #fcc629;
	color:#F15C26;
	font-size:1.1em;
	text-align:left;
	border-bottom:1px solid #fff;
}

#menu li li a:hover {
	background-color: #F47820;
	color: #FFFFFF;
}

#menu  a { display: block; }
div#menu  li {
	position: relative;
}

div#menu li ul, div#menu ul ul li {
	width:15em;
}
div#menu  ul ul {
	display: none;
	z-index: 500;
	position: absolute;
}
div#menu  li:hover { z-index: 100; cursor: pointer; }
div#menu  li:hover ul ul,
div#menu  li li:hover ul ul,
div#menu  li li li:hover ul ul,
div#menu  li li li li:hover ul ul { display: none; }
div#menu  li:hover ul,
div#menu  li li:hover ul,
div#menu  li li li:hover ul,
div#menu  li li li li:hover ul { display: block; }
/* ## Edit values below to create pop up/down/out navcont  levels */
div#menu  ul {
	width: 960px; /* set to width of popout level one & above */
}
div#menu  ul ul {
	left: 0; /* set horizontal offset - 100% set navcont  to right */
	top: 21px; /* set vertical offset - 100% to go underneath */
	margin: 0;
	padding: 0;
	/*background-color:#FF0000;*/
	/*padding-top: 1px;*/
	border-top: 1px solid #FFF;
	
}

div#menu ul li ul {
	left: 0px; /* set horizontal offset - 100% set navcont  to right */
	top: 22px; /* set vertical offset - 100% to go underneath */
 /* set to width of popout level two & above */
	
}

body{ behavior:url(css/csshover.htc); } /* required to work with older IE */
/* ### end of pop out menu ### */	

#content {
	text-align: left;
	margin: 5px auto 0 auto;
	width: 960px;
}
#content ol li {
	margin-bottom: 1.0em;
}
#content ul li {
	margin-bottom: auto;
	list-style-type: disc;
}

#imagesleft {
	float:left;
	width:210px;
	margin: 0 5px 0 0;
}

#footer {
	text-align: center;
	margin: 5px auto;
	clear: both;
	overflow: visible;
}
#domain strong{
	display:none;
	}
	
#blank{
	border:none;
	}
	
#search_filters {
	float:left;
}
	
#blank td	 {
	font-size: 1em;
	padding: 2px 5px;
}

#footer{
	margin: 0;
	height: 1.7em;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

.meantime{
}

#pod1 {
	float:left;
	background-color: #fff;
	width: 519px;
	border: 1px solid #fff;
	background-image: url(../images/pattern03.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
	
.search {
	background-color:#e8e4c6;
	width: 208px;
	margin: 0 0 5px 0;
	border: solid 1px #fff;
}

.podsml, .podlrg{
	border: solid 1px #fff;
	margin: 0 5px 5px 0;
}
.podsml {
	width: 208px;
	height: 140px;
	margin: 0 0 5px 0;
}
.podlrg {
	width: 519px;
	height: 287px;
	float: left;
	margin: 0 0 5px 0;
}
.podcopy {
	overflow: visible;
	width: 735px;
	background-color: #FFF;
	float: left;
	margin: 0;
	
}
.copy {
	overflow: visible;
	width: 715px;
	float: left;
	margin: 0;
	padding: 10px;
}

.copy01 {
	padding: 10px;
	float: left;
	font-size: 0.9em;
}

.copyright {
	text-align:right;
	color: #b21d3c;
}

.copy_titles {	
	width: 695px;
	float: left;
	margin: 10px 0 0 10px;
}
.copy13 {	
	overflow: visible;
	width: 176px;
	float: left;
	margin: 0 0 0 20px;
	padding: 10px 0;
}
.copy12 {	
	overflow: visible;
	width: 337px;
	float: left;
	margin: 0 0 0 20px;
	padding: 10px 0;
}
.copy23 {	
	overflow: visible;
	width: 500px;
	float: left;
	margin: 0 0 0 20px;
	padding: 10px 0;
}

.popups{
	margin:20px 0 15px 0;
	}


.hidden {
	display:none;
	}
	
.explain {
	text-decoration: underline;
	}
	
	
.titleleft {
	float: left;
	width: 350px;
	}
	
.titleright{
	float: right;
	width: 310px;
	text-align: right;
	padding: 10px 10px 0 0;
	}

.formLabel {
	font-weight: bold;
}

input, textarea {
	border: 1px solid #999;
	color: #666;
}

select.formInput01 {
	font-size: 0.9em;
	border: 1px solid #999;
	width: 230px;
	color: #666;
}

.input01 {
	width:80px;
}

.input02 {
	width:100px;
}

input.btn01 {
	border:1px solid #999;
	background-color:#b21d3c;
	color: #FFFFFF;
	padding: 0 4px;
}

input.btn01:hover {
	background-color:#999;
}

.pageHeader {
	color: #009BD4;
	font-size:1.4em;
	font-weight: bold;
}

table img {
}

#headers {
	color: #005480;
	font-weight: bold;
	width: 705px;
	padding: 0 10px;
	margin: 0 0 15px 0;
	}

#headers h4 {
	font-size:1.4em;
	margin: 0;
	padding: 0;
	float: left;
	color: #009BD4;
	

}

#headers strong {
	float:right;
	color: #009BD4;

}

#page_links {
	text-align: center;
	border:thick #CC0033; 
}

#page_links a {
	font-weight: 900;
}

#page_links a:hover {
	color: #B9D7E2;
}

#photogallery {
	width: 600px;
	text-align:center;
	margin: 0 0 10px 0;
}

#photogallery img{
	border:1px solid #FFC628;
	margin: 0;
	padding: 0;

}
#photogallery_buttons{
	margin: 0;
	padding: 0 88px 0 88px;
	float: left;

}

#slideshow {
	padding: 10px;
}

#slideshowbtns {
	padding: 10px 109px;
}

#previousbtn, #nextbtn {
	font-size: 11px;
	width: 85px;
	padding:0;
	border:1px solid #33afdd;
	background-color: #FFC628;
	color: #009BD4;
	font-weight: bold;
	float:left;
	text-decoration:none;
}



#nextbtn{
	float: right;
}

#col_03 {
	float:left;
	width:213px;
	padding:0;
	margin: 0 0 0 5px;
	}
	
.offer01 {
	width:201px;
	margin: 0 0 8px 0;
	border: 1px solid #FFF;
	font-size: 0.9em;
	padding: 8px 5px;
	text-align: center;
	color: #fff;
	background-image: url(../images/bird_orange.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.offer01 h3 {
	font-size:1.1em;
	color: #fff;
	font-weight: bold;
}

.offer01 a {
	color:#fff;
}

.offer02 {
	width:201px;
	background-color: #005480;
	margin: 0 0 8px 0;
	border: 1px solid #FFF;
	font-size: 0.9em;
	padding: 8px 5px;
	text-align: center;
	color: #fff;
	background-image: url(../images/whitebird.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.offer02 h3 {
	font-size:1.1em;
	color: #fff;
	font-weight: bold;
}

.offer02 a {
	color:#fff;
}
#thawte {
	width:211px;
	margin: 0 0 8px 0;
	text-align: center;
}

#side{
	width:210px;
	float:left;
}

#side01{
	float:left;
	padding: 0 0 0 10px;
	width: 210px;
}

#side img, #side01 img{
	border: 1px solid #FFF;
	margin: 0 0 5px 0;
	}
	
#main01 {
	float:left;
	width: 485px;
	margin: 0 0 0 5px;
	padding: 0 0 0 15px;
	color: #FFF;
}

#main01 h4 a{
	color: #fcc629;
}

#main01 p a{
	color: #fff;
}

#hotell {
	float:left;
	width:250px;
}

#hotelr {
	float:left;
	width:455px;
	padding: 0 0 0 10px;
}

.hotel_searchheader{
	font-size: 1em;
	/*background-color:#6db8d5;*/
	background-color: #6DB8D5; /*Change for WR 595a*/
	font-weight:bold;
	color:#FFFFFF;
	padding:2px 5px 2px 5px;
}

.hotel_titles{
	font-size: 16px;
	font-weight:bold;
	color:#6db8d5;

}

.hotel_titles_sml, h5{
	font-size: 1.1em;
	color:#b21d3c;
	margin: 0 0 4px 0;
	padding: 0;

}

.hotel_results_bg{
	background-color:#FFF;
	padding:2px 0 2px 4px;

}

.hotel_searchbox{
	font-size: 1em;
	background-color:#d1e8f0;
	color:#687f91;
}

.hotel_searchbox img{
   border: 1px solid #666;
}

.hotel_infobox{
	font-size: 1em;
	background-color:#d1e8f0;
	color:#375368;
	border: 1px solid #6db8d5;
	padding:6px;
}

.hotel_icons{	

}

.hotel_icons img, .hotel_guidebox img{
	border: 1px solid #6db8d5;

}

.greyimageborders img {
	border:1px solid #999;
}

.imageborders{
	border:1px solid #999;
	margin-bottom: 5px;
}

.hotel_guidebox{
	background-color:#6DB8D5;
	padding:0px;
	float: left;
	width: 445px;
	margin: 10px 0;
	border: 1px solid #6db8d5;
	color: #FFF;
}

.hotel_guidebox_conts{
	color:#666;
}

#content ul.hoverbox {
	float:left;
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
	width: 455px;
	display: block;
}

#content ul.hoverbox li {
	float:left;
	list-style-type: none;
	display: inline;
	margin: 0 3px 0 0;
	padding: 0;
}

#content ul.hoverbox img {
	border:1px solid #666;
}

td.sideSearch {
	padding:2px 0 2px 4px;
}
td.sideSearchRed {
	padding:2px 0 2px 4px;
	color: #c02646;
	font-size:11px;
}

.largeheadUnder{
	font-size: 1em;
	font-weight:bold;
	border-bottom:thin solid #c02646;
	color: #c02646;
}

.headUnder{
	font-size: 11px;
	font-weight:bold;
	border-bottom:thin solid #c02646;
	color: #666;
}

.summaryBoxRed{
	font-weight:bold;
	color:red;
}

.totalBox {
	font-weight:bold;
	font-size: 1em;
}

.leftcol {
	float:left;
	width:535px;
}

.rightcol {
	float:left;
	width:170px;
	margin: 0 0 0 10px;
}

.leftcol01 {
	float:left;
	width:455px;
}

.rightcol01 {
	float:left;
	width:350px;
	margin: 0 0 0 15px;
}

	
.white {
	color:#fff;
}

.purple {
	color:#b21d3c;
}

.generalError {
	color:red;
}

.buttonsright {
	text-align:right;
	float:right;
	clear: both;
	margin: 0 0 5px 0;
}

.buttonsleft {
	float:left;
	clear: both;
	margin: 5px 0;
}

.smallheadUnder{
	font-size: 10px;
	font-style:italic;
	border-bottom:thin solid #CCC;
	color:#666;
}

.headerbg{
	color:#c02646;
	background-color: #E8E4C6;
	padding: 6px;
	width: 703px;
	float: left;
}

.headerbg1{
	color:#c02646;
	background-color: #E8E4C6;
	padding: 6px;
	width: 603px;
	float: left;
}

.boxbg{
	color:#c02646;
	background-color: #E8E4C6;
	padding: 6px;
}

div.headerbg a {
	padding: 0;
	margin: 0;
	text-align: right;
	display: block;
}

div.headerbg1 a {
	padding: 0;
	margin: 0;
	text-align: right;
	display: block;
}

.headerbg .left {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}

.headerbg1 .left {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}

.headerbgtxt{
	padding: 6px;
	width: 600px;
	float: left;
}

.headerbgtxt1{
	padding: 6px;
	width: 550px;
	float: left;
}
	 
.clearfix:after {
/*
	float: left;
	height: 1px;
*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



/* WR 595b for company info */
.leftCompanyInfo{
	display:block; 
	width:208px; 
	float:left; 
	margin-right:5px; 
	margin-left:0px; 
	border:1px solid #FFFFFF;
	color:#FFFFFF;
}
.leftCompanyInfo strong, .leftCompanyInfo a {
	color: #FFFFFF;
}
