/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.1.1
build: 47
*/
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#000;
	background:#FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}
/*
	TODO Figure out where this list-style rule is best set. Hedger has a request to investigate.
*/
li {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}


/*-------------------------GLOBAL BODY STYLE---------------------*/

body, td, input, select, span, textarea {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 16px;
}

body {
	background-color: #B0B0B0;
	margin: 0 auto;
	padding: 0;
}

a {
	color: #336699;
}

a:hover {
	color: #990000;
}

img {
	border: 1px solid silver;
	border-width: 0px;
}

p {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

img {
	border-color: silver;
}

form {
	margin: 0px;
}

table {
	border-width: 0px;
}

td {
	padding: 0px;
}

table.topAlign td {
    vertical-align: top;
}

h5 {
    margin-left: 0px;
    margin-right: 0px; 
    margin-top: 20px; 
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    display: block;       
}

h5.bottom-margin {
    margin-left: 0px;
    margin-right: 0px; 
    margin-top: 0px; 
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #444444;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    display: block;       
}

/*------------------GLOBAL HEADER STYLE--------------------------*/

div#debug {
    position: absolute; 
    top: 0px; 
    left: 0px; 
    font-size: 9px; 
    padding: 10px; 
    width: 800px;
}

div#debug2 {
 padding: 20px;
} 

div#no-nav {
    border-bottom: 1px solid silver;    
}

#navContainer {
	height: 29px;
	margin-right: 0;
	border-right: 0;
	border-top: 1px solid #c0c0c0;
	background: url('/images/shared/nav_sprite_new_2.gif') no-repeat 0 0;
	width: 100%;
}
#nav {
	float: left;
}
#nav, #nav ul {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	background: url('/images/shared/nav_sprite_new_2.gif') no-repeat 0 0;
	height: 29px;
	text-align: left;
	z-index: 9999;
	zoom: 1.0;
}

#nav a {
	display: block;
	height: 20px;
	padding: 0;
	margin: 0;
}
#nav a span {
	display: none;
}
#nav a.parent {
	height: 28px;
}
#nav a.parent:hover {
	border-bottom: 1px solid #FFF;
	padding-bottom: 0px;
	overflow: hidden;
}

#nav a.phover {
	border-bottom: 1px solid #FFF;
	padding-bottom: 0px;
	overflow: hidden;
}

#nav li a.parent {
	background: url('/images/shared/nav_sprite_new_2.gif');
}

#nav li.auctions a.parent {
	background-position: 0px 0px;
	width: 107px;
}

#nav li.buyNow a.parent {
	background-position: -107px 0px;
	width: 105px;
}

#nav li.destinations a.parent {
	background-position: -212px 0px;
	width: 140px !important;	
}
#nav li.styles a.parent {
	background-position: -352px 0px;
	width: 110px !important;
}
#nav li.property a.parent {
	background-position: -462px 0px;
	width: 151px;
}

/*Active Effects*/
/*
#nav li.destinations a.active {
	background-position: 0 -59px;
}
#nav li.styles a.active {
	background-position: -143px -59px;
}
#nav li.property a.active {
	background-position: -260px -59px;
}
#nav li.auctions a.active {
	background-position: -418px -59px;
}
#nav li.buyNow a.active {
	background-position: -534px -59px;
}*/

/* Hover Effects */

#nav li.auctions a.parent:hover,
#nav li.auctions a.phover {
	background-position: 0px -30px;
	width: 107px;
	position: relative !important;	
	margin-right: -1px !important;
    border-right: 1px solid #c0c0c0;
}

#nav li.buyNow a.parent:hover,
#nav li.buyNow a.phover {
	background-position: -107px -30px;
    width: 105px;
    position: relative;
   	margin-right: -1px;
    border-right: 1px solid #c0c0c0;	
}

#nav li.destinations a.parent:hover,
#nav li.destinations a.phover {
	background-position: -212px -30px;
	width: 140px !important;
    position: relative; 
    margin-right: -1px;
    border-right: 1px solid #c0c0c0;
}

#nav li.styles a.parent:hover,
#nav li.styles a.phover {
	background-position: -352px -30px;
	width: 110px !important;
	position: relative; 
    margin-right: -1px;
    border-right: 1px solid #c0c0c0;
}

#nav li.property a.parent:hover,
#nav li.property a.phover {
	background-position: -462px -30px;
	width: 151px;
	position: relative !important;
	margin-right: -1px !important;    
	border-right: 1px solid #c0c0c0;
}

#nav li.styles ul,
#nav li.property ul,
#nav li.auctions ul,
#nav li.buyNow ul
{
	margin-left: 0px;
}
#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	float: left;
	display: block;
	height: auto;
	left: -999em;
	background: #dfdfdf;
	margin-top: -1px;
	border-top: none;
	padding-top: 5px;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	width: 175px;
	z-index: 9999;
}
#nav li.styles ul
{
	padding-left: 5px;
}
#nav li.property ul
{
	padding-left: 8px;
}
#nav li.auctions ul
{
	padding-left: 5px;
}
#nav li.buyNow ul
{
	padding-left: 8px;
}
#nav li ul li {
	clear: both;
	display: block;
	float: none;
	background: #dfdfdf;
}
#nav li li a,
#nav li li a:visited {
	display: block;
	padding: 0 0 0 10px;
	margin: 0;
	text-decoration: none;
	font-size: 11px;
	color: #111;
	font-weight: bold;
	border: none;
	background: #dfdfdf;
	font-family: Verdana;
}
#nav li li a:hover {
	padding: 0 0 0 10px;
	color: #900;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#account_links {
	text-align: right;
	float: right;
	margin: 0;
	padding: 5px 0 0 0;
}
#account_links li {
	float: left;
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
}
#account_links li a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #444444;
}
#account_links li a:hover {
	text-decoration: underline;
	color: #990000;
	line-height: 
}

#nav li:hover, #nav li.hover {
    position: static;
}


div#navContainer #keyword {
    border: 1px solid #444444;
    color: gray; 
    text-indent: 3px; 
    height: 14px; 
    line-height: 14px; 
    margin-top: 3px; 
    width: 250px; 
    z-index: 500; 
    float: right;
    padding: 3px;
    font-size: 11px;
    color: #444444;
}

div#navContainer #btn-magnify {
    float: right; 
    margin-top: 3px; 
    margin-right: 10px;
}

/*-----------------------------GLOBAL SITE TABS---------------------------------*/

#site_container {
	background: #E9E4DF url(/images/family/sitetabsback.png) repeat-x;	
	height:35px;
	border-bottom: 2px solid #8E8D8D;
	margin:0px;
	padding:0px;
}

#site_tabs {
	background: #E9E4DF url(/images/family/sitetabsback.png) repeat-x;	
	height:35px;
	border-bottom: 0px solid #8E8D8D;
	margin:0px;
	padding:0px;
    width: 1010px;
   	margin-left: auto;
	margin-right: auto;
}

#site_tabs div.tabs_container {
	width: 977px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
    border-bottom: 0px solid #8E8D8D;
}

#site_tabs span.sites {
	width:467px;
	float:left;
	margin-left:10px;
	padding-top:11px;
    margin-bottom:-3px;
}

#site_tabs span.sites img {
	padding-left:5px;
	position:relative;
	z-index:9999;
}

#site_tabs span.login {
	width:467px;
	float:right;
	padding-right:18px;
	padding-top:12px;
	text-align:right;
}

#site_tabs span.login a {
	color:#444;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

#site_tabs span.login a.refer {
	color:#336699;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

#site_tabs span.login a:hover {
	color:#000;
}

/*-------------------------PUSH DOWN AD-----------------------------------------*/

#push-down-ad {
    width:970px; 
    margin-bottom:20px; 
    margin-top:20px;
    text-align:center;    
}

/*-----------------------------GLOBAL FOOTER STYLE------------------------------*/
#footer {
    position: relative;
	width: 1000px;
	padding: 15px 0px 15px 15px;
	margin: 0px auto;
}

#footer div.errorMsgBoxNews {
    position: absolute; 
    float: right;
    left: 785px;
    color: #990000; 
    font-weight: bold;
    font-size: 11px;
    border: 0px solid #000000;
    width: 280px;
}

#footer div#footer1 {
    width: 990px;
    line-height: 24px; 
    font-size: 11px; 
    color: #3b3b3b; 
    font-weight: bold;
    margin-bottom: 5px;
    height: 24px;
}

#footer div#footer1 span {
    font-size: 11px;
    font-weight: normal; 
    color: #3b3b3b;
}

#footer div#footer2 {
    width: 990px;
    margin-bottom: 5px;
}

#footer div#footer2 a.footerLink, a.footerLink:visited, #footer span {
	color: #F0F0F0;
	font-size: 11px;
	font-weight: bold;
    line-height: 12px;
}

#footer div#footer2 a.footerLink:hover {
	color: white;
}

#footer div#footer2 span {
	padding: 0px;
    line-height: 12px;
    font-weight: normal; 
}

#footer div#footer3 {
    width: 990px;
    font-size: 9px;
    color: #7e7e7e;
	padding: 5px 0px 5px 0px;
    margin-bottom: 5px;
    line-height: 12px; 
}

#footer div#footer4 {
    width: 990px;
    border-top: 1px solid #bdbdbd;
    font-size: 11px;
    line-height: 20px;    
	color: #515151;
    margin: 10px 0px 10px 0px;
    padding: 10px 0px 10px 0px;
}

#footer div#footer4 a {
    color: #515151;
    font-weight: bold;
    text-decoration: none;
}

#footer div#footer4 a:hover a:visited {
    color: #515151;
    font-weight: bold;
    text-decoration: none;
}

#footer div#footer-signup {
    position: absolute;
    color: #515151;
    font-size: 9px;
    line-height: 24px;
    margin: 23px 10px 5px 770px;
    width: 230px; 
}

#footer div#footer-signup a {
    color: #515151;
    font-size: 10px;
    line-height: 24px;
    padding-top: 5px;    
}

#footer div#footer-signup a:hover a:visited {
    color: #515151;  
}

#footer div#footer-signup a.feedback {
    color: #336699;
    font-size: 10px;
    font-weight: bold;
    line-height: 24px;
    padding-top: 5px;    
}

#footer div#footer-signup a.feedback:hover a.feedback:visited {
    color: #336699;  
}

#footer div#footer-signup span {
    color: #515151;
    line-height: 24px;
    font-weight: normal;   
}

#footer div#footer-signup input#emailInsert {
    position: relative;
    color: #515151;
    font-size: 11px;
    line-height: 12px;
    padding: 3px 3px 2px 3px;
    width: 150px;
    top: -1px;
}

#footer div#footer-signup input#emailBttn {
    position: absolute;
    float: right;
    width: 52px;
    height: 30px;
    margin: -2px 0 0 10px;
}

/* DIVIDER */
.fancyDividerLeftHeader {
	width: 100%;
	height: 3px;
	line-height: 3px;
	background: url(/images/shared/fancyDividerLeft.gif) no-repeat top left;
	margin: 5px 0px 15px 0px;
	padding: 0px;
	overflow: hidden;
}

.fancyDividerLeftHeaderSmall {
	width: 100%;
	height: 3px;
	line-height: 3px;
	background: url(/images/shared/fancyDividerLeft.gif) no-repeat top left;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	overflow: hidden;
}

.fancyDividerLeft {
	width: 100%;
	height: 3px;
	line-height: 3px;
	background: url(/images/shared/fancyDividerLeft.gif) no-repeat top left;
	margin: 14px 0px;
	padding: 0px;
	overflow: hidden;
}

.fancyDividerRight {
	width: 50%;
	height: 3px;
	line-height: 3px;
	background: url(/images/shared/fancyDividerRight.gif) no-repeat top	right;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	float: right;
}

.imgBack {
    width: 87px;
    height: 73px;
    background-image: url(/images/shared/img-back.gif);
    background-repeat: no-repeat;
    padding-top: 6px;
    padding-left: 8px;    
}

#textads_right_container{
	text-align:left; 
	font-size:11px; 
	font-weight:bold;
	padding: 15px 0px 10px 0px;
	display: none;
}

.textads_right_ad{
	padding: 7px 0px 8px 5px;
	width: 280px;
	border-top: 1px solid #ddd;
}

.textads_right_ad_top{
	border-top: 0px;
}

/* start footer links */

.sections_of_links {
	height:300px;
}

.links_section .fancyDividerLeftHeader {
	display:none;
}

.links_section {
	float:left;
	width:30%;
	margin-right:10px;
}

.links_section h2 {
        padding-top:5px;
	padding-top:5px;
        font-family:Verdana,Arial,Helvetica;
        color:#3b3b3b;
        font-weight:bold;
        font-size:11px;
}

.links_section ul, .links_section ul li {
	margin:0;
	padding:0;
	list-style-type:none;
        display:block;
}

.links_section ul li {
        float:left;
        padding-bottom:3px;
        font-size:10px;
	width:50%;
}

.links_section ul li a{
	color:#777;
}

.luxury_hotels_popular ul li {
	padding-bottom:0px;
}

.luxury_hotels_by_interest ul li {
	width:100%;	
}

.luxury_hotel_groups ul li {
	width:100%;
}

/* end footer links */

