/* CSS Document */
/*homepage styling
	Last Updated: Sept 2, 08 by bcronk

*/
/*RESET*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address,big,cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt,dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;
/*	vertical-align: baseline; */ /* Baseline creating problems throughout */ 
}
:focus {outline: 0;}
body {line-height: 1;color: black;background: white;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* BODY STYLES */

a {
	color:#0066CC;
	text-decoration: none;
}
a:visited {
	color:#0066CC;
	text-decoration: none;
}
a:hover {
	color:#FF6600;
	text-decoration: none;
}
a:active {
	color:#6699FF; 
	text-decoration: none;
}
body {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, San Serif;
	font-size: 12px;
	padding: 0px;
	margin:0px;
	height:100%;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

a img {
	border:none;
}

#frame {
	position:relative;
	top:35px;
	width:980px;
	margin:0 auto 35px;
	text-align:left;
	border: solid 1px #999999;
	overflow:visible;
}

/* HEADER
-----------------------------*/
#destnavlogin{
	position: absolute;
	top:-36px;
	right:0px;
	z-index:1000;
}
.loginbox {
	position: relative;
	float:right;
	background-color: #fff; 
	margin:0 6px 0 0;
	padding:0;
	color:#333;
	font-size:10px;
	width:auto;
	_min-width:100px;
}

#login-member,
#login-pw {
	border:1px #666 solid;
	width:100px;
	font-size:10px;
}

#login-submit {
	border:1px #666 solid;
	font-size:10px;
	cursor:pointer;
}


.logout {
	position:absolute;
	top:0;
	right:0;
}

#componentDiv {
	float:left;
	margin:0 5px;
}

.loginblock {
	float:left;
	display:block;
	margin: 0 50px 0 0;
	padding:0;
}

.loginbox p {
	margin: 0px;
	padding:0 10px 0 8px;
	color:#4e443d;
}

.loginbox a {
	color:#0066cc;
	text-decoration:none;
}

.loginbox a:hover {
	text-decoration:underline;
}

.loginbox form {
	margin:5px 5px 10px 5px;
	padding:0;
}

.welcome {
	font-size:11px;
	font-weight:bold;
	line-height:1.5em;
	margin:0;
	padding:0;
}

.login {
	margin:0px; 
	padding-bottom: 4px;
	width:155px;
	color:#0066CC; 
	font-size:11px;
	line-height:1.5em;
}

.loginbox h2 {
	float:left;
	line-height:30px;
}
.logged-out h3{
	clear:both;
	text-align:center;
}

.join-now {
	color:#0C77C7;
	font-size:16px;
}



#header-wrapper ul li {
	position:relative;
	z-index:2000;
}

#top-nav-header {
	background: #fc0 url(/images/main-sprite.png) repeat-x left -690px;
	width:100%;
}

#header-logo {
	float:left;
	width:239px;
	text-align:center;
}

#header-logo {
/*	background: transparent url(/images/main-sprite.png) no-repeat -380px 0;
	margin:10px 55px 5px;
	width:136px;
	height:74px;*/
}
#header-logo img {
	display:block;
	margin:5px auto;
}

#header-ad {
	float:left;
	margin:5px auto;
}

#navigation {
	background: #ccc url(/images/main-sprite.png) repeat-x left -550px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #f60;
	width:100%;
	z-index:1000;
}

#header-wrapper #menu {
	position:relative;
	float:left;
	width:800px; 
}
#header-wrapper ul {
	list-style:none;
	margin:0;
	padding:0;
}

#header-wrapper li {
	list-style:none;
	position:relative;
	float:left;
	border-right:1px #ccc solid;
	margin:10px 0;
	padding:0;
	z-index:2000;
}

#header-wrapper a.nav-plus {
	padding-left:16px;
}

img.nav-plus {
	position:absolute;
	top:1px;
	left:4px;
}

#menu a {
	padding:0 8px;
	color:#000;
	font-family: Arial, Helvetica, San Serif;
	font-size:11px;
	text-transform:uppercase;
}


#header-wrapper a:hover {
	color:#f60;
}
#header-wrapper a.gray {
}
#header-wrapper a#selected,
#header-wrapper a.selected {
	color:#ff6600;
	font-weight:bold;
	border-bottom:1px #fff solid;
}

#header-wrapper #traveldeals {
	font-weight:bold;
	color:#f60;
}

#header-wrapper ul.sub-nav {
	display:none;
	position:absolute;
	top:23px;
	left:0;
	background: #f1f1f1 url(/images/main-sprite.png) repeat-x left -525px;
	border-right:1px #ccc solid;
	border-bottom:1px #ccc solid;
	border-left:1px #ccc solid;
	border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	padding-bottom:20px;
	width:200px;
	z-index:1000;
	
}
#header-wrapper .sub-nav li {
	float:none;
	border-right:0;
	margin:0;
	padding:5px 10px;
}
#header-wrapper .sub-nav a {
	margin:0;
	padding:0;
	text-transform:none;
}


#header-search {
	float:right;
}

#header-search form {
	width:170px; 
	margin:0;
	padding:0;
}

#header-search input {
	float:left;
	display:inline;
	margin:5px 5px 0 0;

}
	
#search-q {
	font-size:11px;
	width:100px;
	margin:8px 0 0 0;
	padding:0;
	}

#search-input {
	margin:4px;
	padding:0;
}

#navigation,
#menu {
	z-index:3001;
}
#header-wrapper {
	z-index:3001;
}

#main-nav,
#world_destnavline p,
#destbreadcrumb p,
#destinationname,
#breadcrumb,
#breadcrumb-holder p.faq-header {
	padding-left:0;
}	
	

/* TTOD
-----------------------------------------*/
#ttod {
	position:relative;
	border-top:2px #f60 solid;
	border-bottom:1px #f60 solid;
	background:#fff;
/*	background:#d7eaf1 url(/images/ttod-bg-0210.jpg) no-repeat left top;*/
	margin:0 0 15px 16px;
}

#ttod .ttod-head {
	padding-bottom:0;
	text-transform:none;
}

#ttod .ttod-head a {
	color:#f60;
}



#ttod-hp-module {
	position:relative;
	margin:0 0 0 0;
/*	height:70px;*/
	overflow:hidden;
}

#ttod-hp-module h2 {
	margin:15px 0 0 0;
	padding:0 8px;
	font-size:18px;
}

#ttod-hp-module h2 a {
	font-weight:bold;
}

#ttod-hp-module h3 {
	margin:0;
	padding:5px 8px 3px 8px;
	color:#666;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
}

#ttod-hp-module p {
	margin:0 0 25px 0;
	padding:10px 8px;
	color:#4E443D;
	font-size:13px;
}

#ttod-hp-module p a {
}

#ttod-hp-module p a:hover {
	text-decoration:underline;
}

#ttod-more {
	float:right;
	clear:both;
	list-style:none;
	background: #ccc;
	margin:0 0 15px 0;
	padding:5px;
	overflow:hidden;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	text-align:right;
	line-height:13px;
}	

#ttod-more li {
	display:inline;
	margin:0;
	padding:5px 10px 5px 5px;
}

#ttod-more a {
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:normal;
	text-transform:uppercase;
}

#ttod-more img {
	border:none;
	vertical-align:middle;
}


/*#ttod .closed {
	display:none;
	visibility:none;
}

#ttod-news-module .closed,
#ttod-ttforum-module .closed {
	display:block;
	visibility:visible;
}

#rollover,
#close {
	position:absolute;
	top:12px;
	left:300px;
	cursor:pointer;
	background-color:#6fa1b0;
	padding:5px;
	line-height:13px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
}

a.noscript {
	display:block;
	height:98px;
	width:467px;
}

a.noscript span {
	position:absolute;
	left:-9999px;
}
*/

#ttod-hp-module #ttod-sponsor {
	position:absolute;
	left:10px;
	bottom:10px;
	padding:0;
}

#ttod-sponsor {
	padding:10px;
}
#ttod-sponsor.closed, #ttod-sponsor .closed {
	display:block;
	visibility:visible;

}

/* NEWS BOX 
------------------------*/
#content-news #box1 {
	position: relative;
	width: 154px;
	margin-top: 0px;
	margin-bottom: 10px;
	border: solid #ccc 1px;
	background: #FFFFFF;
}

#content-news #box1 h2 {
	border-bottom: solid 1px #cccccc;
	font-size: 10px;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin:0px;
	font-size:10px;
	font-weight: normal;
	background: #f7f7f7;
	color: #4e443d;
	line-height:1.5em;
}

#content-news #box1 ul {
	padding:8px 6px 2px 6px;
	font-size:11px;
}

#content-news #box1 li {
	list-style: none;
	padding: 0 0 8px 0;
}

#box1 .left {
	float: left;
	width: 50%;
}

#box1 .right {
	float: right;
	width: 40%;
}

#box1 .indent {
	padding-left:5px;
}

/* NEWSLETTER BOX
---------------------------------------*/
#newsletter-popup {
	position:absolute;
	left:0;
	top:284px;
	width:455px;
	height:226px;
	border:2px #fc0 solid;
	background:#fff;
	z-index:10000;
	text-align:left;
	padding:12px;
}

#newsletter-popup .close {
	text-align:right;
}

#newsletter-popup .close {
	position:absolute;
	top:5px;
	right:5px;
	background-color:#ccc;
	
}

#newsletter-popup .close a {
	padding:2px;
	color:#000;
	font-weight:bold;
}

#newsletter-popup h2 {
	margin:0 45px 10px 0;
	color:#f60;
	font-size: 16px;
	font-weight:bold;
}

#newsletter-popup p {
	padding:0 10px 0 0;
	margin:0 0 10px 0;
	line-height:1.3em;
	color:#333;
	font-size:12px;
}

#newsletter-popup input {
	margin:3px 0;
}


#dest-newsletter_signup {
	position:relative;
	float:left;
	background: #fff;
	border:1px #fc3 solid;
	margin:17px 0;
	width:300px; 
	min-height:250px;
	height: auto !important;
	height:250px;
	text-align:left;
}

.box-sidebar {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:16px;
	background: #fff url(/images/main-sprite.png) repeat-x;
}

.destinations {
	background-position: -715px top;
}

.newsletter {
	background-position: -859px top;
}

#dest-newsletter_signup h3 {
	margin:0 0 0 30px;
	padding:5px 0;
	color:#f60;
	font-size:15px;
	font-weight:bolder;
	text-transform:uppercase;
}
#dest-newsletter_signup p {
	margin:0 0 0 30px;
	padding:5px 0;
	color:#666;
	font-size:13px;
}

#dest-newsletter_signup form {
	margin:0;
	padding:0;
}


.current-news {
	display:block;
	padding-top:5px;
	font-size:14px;
	font-weight:bold;
}

.past-news {
	display:block;
	padding-bottom:5px;
}
.current-news, .past-news {
	text-align:center;
	font-size:12px;
	font-weight:normal;
	}

#dest-newsletter_signup img {
	display:none;
}

#dest-newsletter_signup form {
	padding:0 0 0 30px;
}

#dest-newsletter_signup #FODORS_FIELD, 
#dest-newsletter_signup #DEALS_FIELD, 
#dest-newsletter_signup label {
	display:inline;
	}

#dest-newsletter_signup input {
	margin:3px 0 5px 0;
}
#dest-newsletter_signup label {
	margin:0 6px 0 3px;
}

.submit-button {
	border:1px #f60 solid;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	background:#F60;
	padding:2px 5px;
	color:#FFF;
	font-weight:bold;
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
	cursor:pointer;
}



/* FOOTER 
-----------------------------------------*/

#bottom-nav {
	position:relative;
	background: #fc0 url(/images/main-sprite.png) repeat-x left -660px;
	width:982px;
	height:87px;
	margin-right:auto;
	margin-left:auto;
	padding: 10px 0 0 0;
	clear:both;
	text-align:left;
}

#bottom-nav .logo {
	background: transparent url(/images/main-sprite.png) repeat-x -1033px -74px;
	position: absolute;
	top:10px;
	left:30px;
	display:block;
	width:116px;
	height:64px;
}
#bottom-nav ul {
	list-style:none;
	text-align:left;
	margin:0 0 10px 175px;
	padding:0;
	font-family: Verdana, Arial, Helvetica, San Serif;
	font-size: 8pt;
	}

#bottom-nav li {
	margin:0;
	padding:0;
	display:inline;
	}

#bottom-nav p {
	text-align:left;
	margin:3px 0 0 175px;
	padding:8px 0 0 0;
	color: #666;
	}


/* Explore Destinations */

#content-destinations {
	position:relative;
	float:left;
	width:483px;
	margin-bottom:50px;
	overflow:hidden;
}

#dest-map {
	position:relative;
	background:#fff url(../images/world-map.jpg) no-repeat left top;
	margin-left:16px;
	width:467px;
	height:254px;
	border-top:6px #f60 solid;
	z-index:999;
}

#dest-map h2 {
	font-size:26px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	color:#f60;
	margin:0;
	padding:0;
	
}

#dest-map h2 a {
	color:#f60;
	}

#world-dests {
	list-style:none;
	margin:0;
	padding:0;
}

#world-dests li {
	background-color:#fff;
	border:1px #999 solid;
	padding:2px;
	filter:alpha(opacity=85);
	-moz-opacity:85;
	opacity:.85;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:1px 1px 5px #999;
	-webkit-box-shadow:1px 1px 5px #999;
	box-shadow:1px 1px 5px #999;
}



#world-dests a {
	font-size:10px;
	color:#333333;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
	text-shadow: 1px 1px 2px #ccc;
}

#world-dests a:hover {
	color:#f60;
}

#canada {
	position:absolute;
	top:63px;
	left:71px;
}

#us {
	position:absolute;
	top:94px;
	left:44px;
}

#caribbean {
	position:absolute;
	top:118px;
	left:110px;
}

#mexico {
	position:absolute;
	top:125px;
	left:6px;
}

#southamerica {
	position:absolute;
	top:180px;
	left:90px;
}

#europe {
	position:absolute;
	top:76px;
	left:212px;
}

#africa {
	position:absolute;
	top:118px;
	left:230px;
}

#asia {
	position:absolute;
	top:94px;
	left:324px;
}

#australia {
	position:absolute;
	top:183px;
	left:370px;
}


#dest-popular {
	position:relative;
	background:#fff;
	border-top:1px #f60 solid;
	margin:0 0 15px 16px;
	width:467px;
	overflow:hidden;
}

#dest-popular h3 {
	background:#ccc url(/images/main-sprite.png) repeat-x left -590px; 
	margin:0;
	padding:10px 8px;
	font-size:14px;
	color:#333;
	
}
#dest-popular h2 a {
	color:#333;
}

/* Popular dests */
#dest-popular ul {
	list-style:none;
	padding:0 8px;
	float:left;
	width:100px;
	line-height:1.5em;
}
#dest-popular li, #dest-popular a {
	width:100px;
	}

#dest-popular p {
	clear:both;
	margin:0;
	padding:8px 8px;
	font-weight:bold;
}


/* Features Content */
#sub-content {
	position:relative;
	float:left;
	left:12px;
	margin-bottom:50px;
	overflow:hidden;
}

#content-features {
	position:relative;
	width:312px;
	background: url(/images/main-gradients.jpg) repeat-x left -236px;
	border-top:6px #f60 solid;
	margin-bottom:12px;

}

/* Feature Slideshow */
.features-mask{
	position:relative;
	width:312px;
	height:250px;
	overflow:hidden;
	margin:0;
	padding:0;
}

#slides{
	position:absolute;
	margin:0;
	padding:0;
}
#slides div{
	width:312px;
	height:250px;
	float:left;
	margin:0;
	padding:0;
}

#inner3 {
	position:absolute;
	width:112px;
	left:6px;
	top:5px;
	right:18px;
}

#inner2 {
	position:absolute;
	right:5px;
	top:5px;

}

.buttons {
	clear:both;
	list-style:none;
	background: #0083ca;
	overflow:hidden;;
	text-align:center;
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;

}	

.buttons a {
	padding:0 10px;
	color:#004095;
	font-size:36px;
	
}

.buttons .activeSlide {
	color:#333;
}

#slides div {
	position:relative;
	margin:0;
	padding:0;
}

#slides img {
	border:0;
}

#slides p {
	position:absolute;
	top:200px;
	width:99%;
	_width:100%;
	background-color:#fff;
	margin:0;
	padding:5px 5px 50px 5px;
	font-size:1.2em;
	font-weight:bold;
	filter:alpha(opacity=85);
	-moz-opacity:85;
	opacity:.85;
}



/* Travel Talk */
#content-forums, #content-newsletter,#national-parks {
	position:relative;
	width:312px;
	border-top:6px #f60 solid;
	margin-bottom:15px;
}
#content-forums p, #content-deals p, #content-newsletter p {
	margin:0;
	padding:0 0 8px 8px;
	color:#4E443D;
	line-height:1.5em;
}

#content-forums h3 {
	margin:0;
	padding:0 0 8px 8px;
	font-size:13px;
}

.forums-link {
	text-align:right;
	padding-right:10px;
}


#content-forums ul {
	background: #FFFFFF;
	margin:0;
	padding:0 0 0 8px;
	line-height:1.5em;
	clear:both;
}

#content-forums li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #4e443d;
}

#content-forums li {
	position:relative;
	display: block;
	_height: 25px;
	list-style-type: none;
	margin:0;
	padding:0 5px 15px 25px;
}

span.bubble-icon {
	position:absolute;
	top:5px;
	left:0;
	display:block;
	background: #fff url(/images/main-sprite.png) no-repeat -382px -178px;
	width:20px;
	height:20px;
}

.f-editor {
	display:inline-block;
	background: #fff url(/images/main-sprite.png) no-repeat -382px -238px;
	width:16px;
	height:16px;
}

#content-newsletter h2 {
	margin:0;
	padding:10px 8px;
	text-transform:uppercase;
	color:#f60;
	font-size:16px;
	font-weight:bold;
}

/* Content Deals */

#traveldealsbox {
	list-style:none;
	margin:0 10px 0 0;
	padding:0 0 0 5px;
	color:##666;
}

#traveldealsbox li {
	padding-bottom:7px;
	line-height:1.5em;
}

#traveldealsbox span {
	display:block;
	color:#4E443D;
	font-size:11px;
	text-decoration:none;
	font-style:italic;
}


/* Content News */
#content-news, #content-deals {
	position:relative;
	left:16px;
	margin-right:16px;
	padding-bottom:15px;
	border-top:6px #f60 solid;
	width:467px;
	overflow:hidden;
}

h2.section-head {
	background: #ccc url(/images/main-sprite.png) repeat-x left -580px;
	margin:0;
	padding:10px 8px;
	text-transform:uppercase;
	color:#f60;
	font-size:18px;
	font-weight:bold;
}

#content-news h2 a, #content-forums h2 a, #content-deals h2 a, #dest-types h2 a, #national-parks h2 a {
	color:#f60;
	}

#content-news h2 span {
	padding-left:5px;
	text-transform:none;
	color:#666;
	font-size:14px;
	font-weight:normal;
}

.blog-item {
	clear:both;
	border-bottom: thin dotted #d1d1d1;
	margin: 0 0 12px;
	padding: 0 8px 12px;
}


#content-news .blog-item h2 {
	margin:0;
	padding:0;
	font-size:13px;
}

#content-news .blog-item h2 a {
	color:#06c;
} 

#content-news .blog-item h2 a:hover {
	color:#f60;
} 

.blog-item p {
	padding:0 6px 0 0;
}

.blog-item ul,
.blog-item p {
	color:#4e443d;
	line-height:1.5em;
	margin-bottom:8px;
}

#content-news ul {
	margin:0;
	padding:8px 12px 2px;
}

#content-news .hp-news {
	list-style:disc;
	list-position:outside;
	margin:0 0 0 10px;
	padding:0 0 10px 0;
}

.blog-item excerpt {
	color:#4e443d;
	line-height:1.5em;
}

.blog-item .category {
	color:#4e443d;
	line-height:1.5em;
	margin-top:6px;
}

.blog-item .news-image {
	float:left;
	display:block;
	border:1px #999 solid;
	margin: 5px;
	width:120px;
	height:120px;
	_height:122px;
	box-shadow: 2px 2px 2px #666;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;

}
.blog-item .news-image img {
	float:left;
	margin: 5px;
	width:110px;
	height:110px;
}

/* Ad - skyscraper */
#content-skyscraper {
	position:relative;
	float:right;
}


/* OLD STYLES --------------------------------------- */







#hptravelnews_middle{
float: left;
background: #ffffff;
margin-left: 1px;
width: 165px;
height:400px;
border-right: solid 1px #ffcc00;
}



/* TRAVEL TIP OF THE DAY BOX */

#hp_tipofday {
	width:318px;
	_width:320px;
	float: right;
	margin: 0px;
	padding:0px;
	border: solid 1px #999;
	height: 250px;
}

#hp_tipofday_header {
	background:#a1bdcb;
	padding:0;
	margin:0;
	height:50px;
	overflow:hidden;
}

#hp_tipofday_header #ttod_graphic h2 {
	background:none;
	padding:0;
	color:#fff;
	font-size: 16px;
	text-transform:uppercase;
	line-height:50px;
	}
	
#hp_tipofday_header #ttod_graphic h2 a {
	color:#fff;
	}

	
#hp_tipofday p {
	padding:0 10px;
	margin:5px 0;
	}

#hp_tipofday ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#hp_tipofday li {
	margin:0;
	padding:0 10px;
	}
	

#ttod_graphic {
	float: left;
	padding:0;
	margin:0;
/*	width:205px; */
}

#westin_ad {
/*	float: right; */
	padding:0;
	margin:0;
}



/* RESOURCES FOOTER
------------------------------------*/

#dest-resources {
	border-top:1px solid #ccc;
	background: #ccc url(/images/main-sprite.png) repeat-x left -440px;
	width:980px;
	height:300px;
	min-height:300px;
	margin:5px 0 0 0;
	padding:0;
	overflow:visible;
	clear:both;
}

#dest-resources #box1 {
	margin:17px 0;
	padding:0;
	width:336px;
	text-align:center;
	float:left;
	background:transparent;
	border:0px;
}

#dest-resources #box2 {
	margin:0;
	padding:0;
	width:304px;
	text-align:center;
	float:left;
	background:transparent;
	border:0px;
}

#dest-resources #box3 {
	margin:17px 0;
	padding:0;
	width:336px;
	text-align:center;
	float:left;
	background:transparent;
	border:0px;
}

#dest-resources #dcsponsor_island {
	margin:0;
	padding:0;
}

#footer-resource {
	float:left;
	background:#fff;
	border:1px #fc3 solid;
	margin:17px 6px;
	width:300px;
	min-height:250px;
	height: auto !important;
	height:250px;
}

#footer-resource h3 {
	margin:0 0 0 30px;
	padding:5px 0;
	color:#f60;
	font-size:15px;
	font-weight:bolder;
	text-transform:uppercase;
}


#twitter {
	margin-top:12px;0
}

#language-badge {
	background:#fff url(/images/lang-badge.png) no-repeat left top;
	border-bottom:1px #fc3 solid;
	width:161px;
	margin-top:12px;
}

#language-badge ul {
	list-style:none;
	margin:0;
	padding:130px 0 15px 0;
}

#language-badge li {
	margin:0;
	padding:0 0 7px 10px;
}

#language-badge a {
	font-weight:bold;
}


/* Promo
----------------------------------*/

#find-your-europe .small,
#find-your-europe .large {
	position:relative;
	width:980px;
	cursor:pointer;
}

#find-your-europe .large {
	display:none;
}

#find-your-europe .sponsored-ad {
	position:absolute;
	right:5px;
	bottom:5px;
}

#find-your-europe .sponsored-ad2 {
	position:absolute;
	right:10px;
	bottom:15px;
}


/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
