@charset "utf-8";
/* CSS Document */

/* -- RESET STYLES -- */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	min-height : 1000px; 
	background-color : transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ------------------------------------------------------------------------------------------------- */
body {
	font: 9pt Arial, Helvetica, sans-serif;
	background-color: #c0ebfd;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
	/*background-image:url(/images/new_bg_repeat.png);
	background-repeat:repeat-x; */
	background: url(../images/clouds-background.jpg) center fixed;

}

#container{
	width: 910px;
	margin: 0 auto;
	color: #000000;
}

#contactInfo{
	font-size: 1.6em;
	text-align:center;
	text-align:right;
	padding-right: 10px;
	float: right;
}

#header{
/*	height: 135px;*/
	height: 100px;
/*	background-color: #9d3694;*/
/* 	background-image:url(../images/tagline.png);
	background-repeat:no-repeat;
	background-position:left;
	text-align:left;
	background-image:url(/images/logo_final_bg.png);
	background-repeat:repeat-x;*/
	background: url(../images/header-background.jpg) no-repeat;
	width: 910px;
}

#header a, #header a:link, #header a:visited{
	color: #ffffff;
	text-decoration:none;
}

#header a:hover{
	text-decoration: underline;
	-moz-transition: color .25s linear .1s;
	-webkit-transition: color .25s linear .1s;
	-o-transition: color .25s linear .1s;
	transition: color .25s linear .1s;	
}

#header img{
	padding-top: 10px;	
}

#logo{
	float: left;	
}

#newIcon{
	display: none;	
}

#content{
	text-align:justify;
	margin-top: 10px;
	background: url(../images/content-background.png) repeat;
	border-radius: 20px;	
	width: 880px;  /* 910px - overall padding of 15px+15px */
	padding: 10px 15px;
	border: 1px solid #c4d3ea;
}	

#content td{
	vertical-align: middle;	
	background-color: #ffffff;
	padding: 10px;
}

.DetailsText{
	font-weight:bold;	
	text-transform:uppercase;
	text-align:left;
}

#content .imgPaddingAll{
	padding: 5px;
}

#content .imgPaddingRight{
	padding-right: 5px;
}


#content .imgPaddingLeft{
	padding-left: 5px;
}

#content .imgPaddingTop{
	padding-top: 5px;
}

#content .imgPaddingBottom{
	padding-bottom: 5px;
}

#content .imgPaddingLeftRight{
	padding: 0 5px 0 5px;
}

#content .imgPaddingTopBottom{
	padding: 5px 0 5px 0;
}

#content h1{
	font-size: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:left;
}

#content h2{
	font-size: 1.6em;
	color: #339;
	border-bottom: 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content h2 img.country-flag{
	padding: 0 2px;	
}

#content h3{
	font-size: 1.4em;
	color: #606;
	border-bottom: 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content h4{
	font-size: 1.4em;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content h4 img{
	padding-right: 2px;
	padding-top: 1px;
}

#content p{
	font-size: 16px;
line-height: 2.5ex;
margin-top: 1ex;
margin-right: 0pt;
margin-bottom: 1.4ex;
margin-left: 0pt;	
}

#content a, #content a:link, #content a:visited{
	color: #00C;
}

#content a:hover{
	color: #F09;
	-moz-transition: color .25s linear .1s;
	-webkit-transition: color .25s linear .1s;
	-o-transition: color .25s linear .1s;
	transition: color .25s linear .1s;	
}

#content ul{
	list-style:disc;
	list-style-image:none;
	padding-left: 60px;
	padding-top: 5px;
	font-size: 1.3em;
}

.floatRight{
	clear: both;
	float: right;
	margin: 0 auto;
	padding: 0;
}
.floatRight p{
	padding: 0;
	margin: 0;
}


.floatLeft{
	clear: both;
	float: left;
	margin: 0 auto;
	padding: 0;
}
.floatLeft p{
	padding: 0;
	margin: 0;
}

/* TOPNAV */
#topnav { 
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: none; 
	margin: 5px auto;
	color: #000000;
	/*background-color: #6682bb;*/
} 

#topnav ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	padding: 0;
	margin: 0;
}
#topnav li {
	padding: 3px 6px;
	margin: 0 2px;
	display: inline;
	overflow: hidden;
	background-color: #095cac;
	border-radius: 10px;
}

#topnav li.first{
	margin-left: 0;	
}

#topnav li.last{
	margin-right: 0;	
}


#topnav a:link, #topnav a:visited {
	color: #ffffff;
	text-decoration: none;
}
#topnav a:hover, #topnav a:link.current, #topnav a:visited.current, #topnav li:hover {
	background-color: #0d81f2;
	-moz-transition: background-color .25s linear .1s;
	-webkit-transition: background-color .25s linear .1s;
	-o-transition: background-color .25s linear .1s;
	transition: background-color .25s linear .1s;	
}

#topnav li.current{
	color: #FFFFFF;
	background-color: #0d81f2;
}

/* Links List */
#container ul.linksList li{
	font-weight: bold;
	padding-bottom: 10px;
}

#container ul.linksList li a:link{
	font-weight: normal;
}

#container ul.linksList li a:visited{
	font-weight: normal;
}

/* Airline Links List */
#airlineListWrapper{
	text-align: left;
	margin: 0 0 20px 0;
	padding: 4px 0;
	background-color: #fff;
	border: 1px solid #6682bb;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: rgba(0,0,0,.25) 0 2px 2px;
	-webkit-box-shadow: rgba(0,0,0,.25) 0 2px 2px;
	-o-box-shadow: rgba(0,0,0,.25) 0 2px 2px;
	box-shadow: rgba(0,0,0,.25) 0 2px 2px;	
}

/* allow room for 3 columns */
#airlineListWrapper ul{
    width: 885px;
	margin: 0;
	padding: 0 6px 0 6px;
	list-style:none;
}

/* float & allow room for the widest item */
#airlineListWrapper ul li{
    float: left;
    width: 265px;
	padding: 6px 4px;
	margin: 6px;
	font-weight:bold;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #fff;		
}

#airlineListWrapper ul p.noAirlines{
	padding: 6px 0 6px 18px;
	font-weight: bold;
	background: url(/images/delete2.png) left center no-repeat;
}

#airlineListWrapper ul li a{
	font-weight: normal;
	font-size: smaller;

}

#airlineListWrapper a:focus,#airlineListWrapper a:hover{
	color: #F09;
	-moz-transition: color .25s linear .1s;
	-webkit-transition: color .25s linear .1s;
	-o-transition: color .25s linear .1s;
	transition: color .25s linear .1s;	
}

#airlineListWrapper li.recommended-4-star-old{
	border: 1px solid #ccc;	
	background: url(/images/yellow-star-recommended-4-star.png) 220px 50% no-repeat #ffffee;
}

#airlineListWrapper li.recommended-4-star{
	border: 1px solid #444;	
	background: url(/images/yellow-star-recommended-4-star.png) 220px 50% no-repeat #fea;
}

#airlineListWrapper li.recommended-5-star{
	border: 1px solid #444;	
	background: url(/images/yellow-star-recommended-5-star.png) 220px 50% no-repeat #fea;
}

/* City Links List On Country Pages*/
#cityListWrapper{
	text-align: left;
	margin: 0 0 20px 0;
	padding: 4px 0;
	background-color: #a2d0ed;
	border: 1px solid #6682bb;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: rgba(0,0,0,.25) 0 2px 2px;
	-webkit-box-shadow: rgba(0,0,0,.25) 0 2px 2px;
	-o-box-shadow: rgba(0,0,0,.25) 0 2px 2px;
	box-shadow: rgba(0,0,0,.25) 0 2px 2px;
}

/* allow room for 3 columns */
#cityListWrapper ul{
    width: 885px;
	margin: 0;
	padding: 0 6px 0 6px;
	list-style:none;
}

/* float & allow room for the widest item */
#cityListWrapper ul li{
    float: left;
    width: 295px;
	padding: 6px 0;
	font-weight:bold;
}

#cityListWrapper ul li a{
	font-weight: normal;
	font-size: smaller;
}

#cityListWrapper a:focus,#cityListWrapper a:hover{
	color: #F09;
	-moz-transition: color .25s linear .1s;
	-webkit-transition: color .25s linear .1s;
	-o-transition: color .25s linear .1s;
	transition: color .25s linear .1s;	
}

.noCityGuideAvailable{
	color: #666;	
	font-weight:normal;
	font-size: smaller;
}



/* City Links List */
#container ul.cityLinksList li{
	font-size: 0.9em;
	font-weight: normal;
	padding-bottom: 10px;
}

#container ul.cityLinksList li a:link{
	font-weight: normal;
}

#container ul.cityLinksList li a:visited{
	font-weight: normal;
}



/* Site Map */
#container ul.sitemap {
	font-size: 1.3em;
	margin: 5px 0 10px 10px;
	list-style-type: none;
	list-style-image: url(/images/button-blue-next_16x16.png);
	list-style-position: outside;
}

#container ul.sitemap li {
	margin:5px 0;
}

#container ul.sitemap ul {
	font-size: 0.8em;
	margin:0px 0 10px 0px;
	padding-top: 5px;
	list-style-type: none;
	list-style-image: url(/images/bullet_square_blue.png);
	list-style-position: outside;	
	line-height: 8px;
}

#container ul.sitemap ul a {
	font-weight:normal;
	color:#00C;
}

#container ul.sitemap ul ul a {
	font-weight:normal;
	font-size:90%;
}

#container ul.sitemap a:hover{
	color: #F09;
	text-decoration:underline;
	-moz-transition: color .25s linear .1s;
	-webkit-transition: color .25s linear .1s;
	-o-transition: color .25s linear .1s;
	transition: color .25s linear .1s;	
}

/* FOOTER */
#footer { 
	font-size: 1em;
	padding: 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 890px;  /* 910px - padding of 10px+10px */
	height: 40px;
	margin: 0 auto;
	margin-top:5px;
	color: #222;
	background-color: #6682bb;
	border: 1px solid #c4d3ea;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	background: url(../images/footer-background.png) repeat;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	padding-top: 0px;
	margin-left:0;
	padding-left:0;
	padding-bottom:0;
	margin-bottom:0px;
}
#footer li {
	padding: 0pt 0px 0px 12px;
	display: inline;
}
#footer li.first {
	border: 0pt none ;
	background:none;
	}
#footer a:link, #footer a:visited {
	color: #44f;
	text-decoration: none;
}
#footer a:hover, #copyright a:hover,#footer a:link.current, #footer a:visited.current {
	color: #ff0099;
	text-decoration: underline;
	-moz-transition: color .25s linear .1s;
	-webkit-transition: color .25s linear .1s;
	-o-transition: color .25s linear .1s;
	transition: color .25s linear .1s;	
}

#footer li.current{
	color: #ff0099;
	text-decoration: underline;
}

#divMap
{
	text-align: center;
	table-layout:fixed;
}

.topOfPage{
/*	float: right;*/
	text-align: right;
	padding-right: 20px;
	background: url(../images/cityguides/button-up_16x16.png) no-repeat right;
}

/* Clear Float */
.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;
}


/* Styles for City Guide */
#outerGuide{
	margin: 0 auto;	
	width: 880px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
}

#guideMain{
	float: left;
	width: 640px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
	background:  transparent;
}

#guideSidebar{
	float: right;
	width: 225px;
	background-color: transparent;
}

#guideMain h3{
	margin-top: 10px;
}

#guideMain .guideTopThings{
	border-bottom: 1px solid #000;
	margin: 10px 0 20px 0;
	padding-bottom: 5px;
}

#guideMain .guideTopThings h4{
	text-decoration:none;
	font-weight:bold;
	color: #000000;
	font-size: 14px;
}

#guideMain .guideTopThings ul{
	font-size: 12px;	
}

a.externalLink{
	background-color: transparent;
	background-image: url("/images/external.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right center;
	padding-top: 0pt;
	padding-right: 13px;
	padding-bottom: 0pt;
}

#guideSidebar .sidebarModuleContainer{
	margin-bottom: 10px;
	background-color: #a2d0ed;
	border-radius: 10px;
}

#guideSidebar .sidebarModuleHeader{
}

#guideSidebar .sidebarModuleHeader h2{
	background-color: #6682bb;
	color: #ffffff;
	text-align:center;
	text-decoration:none;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#guideSidebar .sidebarModuleContent h4{
	text-decoration:none;
	font-weight:bold;
	color: #000000;
	font-size: 14px;
}


#guideSidebar .sidebarModuleContent{
	padding: 5px;
	text-align:left;
}

#guideSidebar .sidebarModuleContent p{
	font-size: 14px;
}

#guideSidebar .sidebarModuleContent a.externalLink:link{
	
}


#content span.money{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 95%;
}


/* DEBUG */
#debug{
	background-color: #2f1502;
	font-size: 1em;
	color:#ffffff;
	width: 800px;
	margin:10px auto;
	padding: 0px 0px 5px 0px;
	text-align:center;
}

#debug p{
	text-align:center;
}


#newIcon{
	position:relative;
	float: right;
	margin-right: 85px;
	margin-top: -50px;
	width: 49px;
	height: 49px;
/*	background-image: url(/images/new.gif);*/
	background-image: url(/images/icon_new_07.png);
	background-repeat:no-repeat;
	background-position:center;
}

#topnav .newIconHighlight{
	background-color:#F90;		
}

.redBox {
	background:#FFD6D6;
	border-top:solid 2px #EF706F;
	border-bottom:solid 2px #EF706F;
	color:#CC0000;
	padding:13px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;		
}

.blueBox {
	background:#D0DCEC;
	/*border-top:solid 2px #5B95DA;
	border-bottom:solid 2px #5B95DA;*/
	border:solid 2px #5B95DA;
	color:#1B6FC2;
	padding:8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;	
}

.blueBox p img{
	padding: 0;
	margin: 0;
}

.greenBox {
	background:#EEF7DD;
	border-top:solid 2px #B0CB79;
	border-bottom:solid 2px #B0CB79;
	color:#8DCB0E;
	padding:13px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;	
}

.orangeBox {
	background:#FEF6D8;
	border-top:solid 2px #FDE179;
	border-bottom:solid 2px #FDE179;
	color:#A38106;
	padding:13px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;	
}

.yellowBox {
	background:#F4F5B9;
	border-top:solid 2px #EFF11E;
	border-bottom:solid 2px #EFF11E;
	color:#9FA112;
	padding:13px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;	
}

.grayBox {
	background:#FFFFFF;
	border-top:solid 2px #9D9D9D;
	border-bottom:solid 2px #9D9D9D;
	color:#4B4B4B;
	padding:8px;
	width: 725px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;	
}

.blackBox {
	background:#333333;
	border-top:solid 2px #4D4D4D;
	border-bottom:solid 2px #4D4D4D;
	color:#FFFFFF;
	padding:13px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;	
}

#timeZoneClock{
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	height: 75px;
	padding-top: 25px;
	background: url(/images/cityguides/clock.png) top center no-repeat;
	text-align:center;
}

#timeZoneClock .zoneMonth{
	color: #ddd;
}

#timeZoneClock .zoneTime{
	color: #000;
	font-size: 11pt;
}

#content .bluebox table{
	border: 0;	
}

#content .blueBox td{
	background-color: #D0DCEC;
	vertical-align: top;
padding: 0;
}

#socialItems-NEW{
	margin-top: 10px;
	margin-bottom: 45px;
}

#socialBookmarkTop-NEW{
	float: left;	
	padding-right: 8px;
}


#socialBookmarkTop{
	float: right;	
}

#content .sitemapTable{
	border: 0;	
	width: 800px;
	background: none;
	padding: 0;
	margin: 0;
	margin-left: 20px;
}


#content .sitemapTable tr{
}

#content .sitemapTable td{
	vertical-align:top;
	background: none;
	padding: 0;
	width: 100px;
}

#content ul.sitemap .sitemapTable ul{
	margin: 0;
	padding-top: 0;
	padding-left: 10px;
}

#content .sitemapTable ul li{
	padding: 2px 0;
}


#latest-news-wrapper {
	/*background-image: url(../images/latest-news-bg.png);
	background-position:left;
	background-repeat:no-repeat;*/
	width: 550px;
	min-height: 71px;
	margin-top: 5px;
	text-align: left;
}

#latest-news-followus{
	float: left;
	width: 60px;
	height: 34px;
	padding: 0;
	margin: 6px 0 0 0;
	/*background: url(../images/twitter-bird.png) no-repeat left;	*/
	position: absolute;
}

#tweet{
	float: left;
	width: 510px;
	min-height: 40px;
	margin-top: 28px;
	margin-left: 35px;
	background-color: #a1dcf7;
	border: 1px solid #88ceef;
	border-radius: 15px;
	padding: 2px 6px;
}

#tweet ul{
	list-style:none;
	padding: 2px 6px;
}

#tweet li{
	background:none;
	font: 11pt Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#tweet span.time{
	color: #999999;
	font-style:italic;
	font: 8pt Arial, Helvetica, sans-serif;
}


#latest-news-title{
	padding: 0;
	margin-left: 65px;
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	color: #444;
}
#findCityAtoZ{
	text-align:left;	
}


/* Highlight Social Bookmarks */

#effect{
	padding: 0px;
	width: 140px;
	position: absolute;
	margin-left: -140px;
	background-image:url(../images/small-rhs-arrow.gif);
	background-position: 100% 50% ;
	background-repeat:no-repeat;	
	visibility: hidden;
}

#effect p{
	margin: 0 16px 0 0;
	padding: 2px 0;
	text-align: right;
	font-size: 0.8em;
	color: #fff;
	background-color:#6682bb;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}


#form-wrap{
	margin: 15px 0 0 0;	
}

.feedback-panel {
   padding:20px 20px 0 20px;
   width: 250px;
   background: #6682bb;
   border: #4d618c 1px solid;
   position:absolute;
   top:200px;
   left:-291px;
   text-align:left;
}

.feedback-panel a.feedback-tab {
   background:transparent url(../images/feedbacktab.gif) no-repeat scroll 0 0;
   border-width: 1px 1px 1px 0;
   display:block;
   height:99px;
   left:51px;
   bottom:21px;
   position:relative;
   float:right;
   text-indent:-9999px;
   width:30px;
   outline:none;
}

.feedback-panel textarea{
   width: 95%;
   margin-bottom: 20px;
   padding: 0;
}

.feedback-panel h3{
	font-size: 1.4em;
	color: #fff;
	border-bottom: 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
}


.feeback-panel p{
	margin: 0;
	padding: 0;	
}

.feedback-panel form{
	padding: 0;
	margin: 0;	
}


.feedback-panel #close{
	float: left;
	margin-top: -20px;	
}

#response-message{
   background: #6682bb;
   padding:50px 0;
   text-align:center;
}

#response-message p{
	font-size:1.4em;
}

.feedback-panel #close a, .feedback-panel #close a:link, .feedback-panel #close a:visited{
	color: #ccc;	
}

.feedback-panel #close a:hover{
	color: #fff;	
}


.highslide-gallery{
	margin: 5px;
}



.guideImageDescription{
	text-align:center;
	font-size: 10px;
	font-weight:bold;
	background-color:#6682bb;
	color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

#content #img_caption,
#content .guideImageDescription p{
	margin: 0;
	padding: 0;	
	font-size: 13px;
}


#guideMain .highslide img{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8x;
	border: none;
}

#content .highslide img{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8x;
	border: none;
}

.highslide-container img.highslide-image{
	z-index: 999;	
}


#a{
	margin: 0 auto;	
}

#frontpageFeaturedArticles{
	width: 730px;
	background:#d3f0fd;
	border:solid 2px #daaf5b;
	color:#1B6FC2;
	padding:4px;
	margin: 4px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;	
}

#frontpageFeaturedArticles p span.title{
	color: #000;
	font-weight:bold;
	padding: 0;
	margin: 0;
	font-size: 1.0em;
}

.article h1{
	padding: 8px 0;	
}
.article p{
	margin: 6px 0;
	padding: 4px 0;
}

#city-ratings ul{
	padding: 0;
	margin: 0;
	width: 900px;  /* room for 3 columns */
}

#city-ratings ul li{
	font-size: 12px;
	padding: 2px;
	margin: 4px;
	list-style:none;
	float: left;
	width: 210px;  /* accommodate the widest item */
	border: 1px solid #6682bb;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: rgba(0,0,0,.25) 0 2px 2px;
	-webkit-box-shadow: rgba(0,0,0,.25) 0 2px 2px;
	-o-box-shadow: rgba(0,0,0,.25) 0 2px 2px;
	box-shadow: rgba(0,0,0,.25) 0 2px 2px;	
}

/* stop the floating after the list */
#city-ratings br
{
  clear: left;
}

/* separate the list from what follows it */
#city-ratings{
  margin-bottom: 1em;
}

.most-voted-city{
	background-color: #99FF99;
	font-weight: bold;
}
.least-voted-city{
	background-color: #fdc0c0;
	font-weight: bold;
}

#cityguideFlightsSidebar{
	float: right;
	width: 250px;
	margin-right: 0px;
	margin-top: 5px;
	background-color: #edd0a2;	
	border: 1px solid #bb8266;
}

#cityguideFlightsSidebar:hover{
	border: 1px solid #bb3e00;
	background-color: #ffe0ae;

}

#cityguideFlightsSidebar .cityguideFlightsSidebarHeader{
	color: #fff;
}

#cityguideFlightsSidebar .cityguideFlightsSidebarHeader h3{
	background-color: #bb8266;
	color: #ffffff;
	text-align:center;
	text-decoration:none;
	border: none;
	margin: 0;
	padding: 0;
	text-shadow: 0px 1px 1px #000;
}

#cityguideFlightsSidebar p{
	padding: 2px 4px;
	font-size: 10px;
	line-height:normal;
	font-stretch:normal;
	font-family:Arial, Helvetica, sans-serif;
}

.shadow{
	-moz-box-shadow: rgba(0,0,0,.25) 0 2px 2px;
	-webkit-box-shadow: rgba(0,0,0,.25) 0 2px 2px;
	-o-box-shadow: rgba(0,0,0,.25) 0 2px 2px;
	box-shadow: rgba(0,0,0,.25) 0 2px 2px;		
}

#rateThis{
	float: left;
	width: 300px;	
	margin-left: 5px;	
}

#breadcrumbs{
	font-size: 10px;
}

/* Content Boxes */

div .clear-all{
	clear: both;	
}

div .clear-all-margin-bottom{
	clear: both;	
	margin-bottom: 20px;
}

.inner-wrapper{
	margin-top: 20px;
}

.inner-right-1{
	float: right;
	width: 270px;
}

.inner-left-2{
	float: left;
	width: 560px;	
}

.inner-left-2 .float-left{
	float: left;	
}


div .clear-all-margin-bottom-small{
	clear: both;	
	margin-bottom: 10px;	
}

#content .content-box-title{
	font-size: 20px;
	font-weight: bold;
	color: #444;
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
	height: 20px;	
}


.content-box{
	background-color: #fff;
	min-height: 50px;	
	border-radius: 15px;
	border: 1px solid #aaa;
	-moz-box-shadow: rgba(0,0,0,.25) 0 2px 2px;
	-webkit-box-shadow: rgba(0,0,0,.25) 0 2px 2px;
	-o-box-shadow: rgba(0,0,0,.25) 0 2px 2px;
	box-shadow: rgba(0,0,0,.25) 0 2px 2px;	
	padding: 5px 10px;
}

.content-box p{
	text-align: left;
	padding: 0 10px;	
}

#world-map{
	width: 540px;	
}

#content .content-box ul{
	margin: 0;	
	padding: 0;
	list-style-type: none;
/*	list-style-image:url(../images/yellow-star.png); */
	list-style-position:inside;
}

#content .content-box ul li{
	margin: 0;
	padding: 0;	
	padding: 4px 0 2px 18px;
	background-image:url(../images/yellow-star.png);
	background-repeat: no-repeat;
	background-position:left;
}


#content .content-box-wrapper p{
	font-size: 14px;	
}


#content .content-box-wrapper a,
#content .content-box-wrapper a:link,
#content .content-box-wrapper a:visited{
	color: #0193d8;	
	font-weight: bold;
	text-decoration: none;
}

#content .content-box-wrapper a:hover{
	color:  #ff0099;	
}

#content .content-box-wrapper  #img_caption,
#content .content-box-wrapper  .guideImageDescription p {
	font-size: 16px;	
	padding: 4px 0 2px 18px;
	background-image:url(../images/yellow-star.png);
	background-repeat: no-repeat;
	background-position:left;
	
}

#content .content-box-wrapper #img_caption span.visit-guide-link,
#content .content-box-wrapper .guideImageDescription p span.visit-guide-link,
#content .content-box-wrapper span.visit-guide-link{
	font-size: 12px;
	padding: 4px 0;
	/*float: right;	*/
}


#content .content-box-wrapper .airlines-content-box-links{
	float: right;
	margin-top: 6px;
}

#content .content-box-wrapper p span.airlines-content-box-links a{
	padding-left: 10px;
}


#content .content-box .highslide-gallery img{
	/*margin-left: 40px;*/
}

#content .content-box-wrapper-small{
	
}

#content .content-box-small{
	background-color: #fff;
	min-height: 50px;
	width: 155px;	
	border-radius: 15px;
	border: 1px solid #aaa;
	-moz-box-shadow: rgba(0,0,0,.25) 0 2px 2px;
	-webkit-box-shadow: rgba(0,0,0,.25) 0 2px 2px;
	-o-box-shadow: rgba(0,0,0,.25) 0 2px 2px;
	box-shadow: rgba(0,0,0,.25) 0 2px 2px;	
	padding: 10px 10px;
	margin: 0px 7px;
}

#content .content-box-small.first-box{
	margin-left: 0;
}

#content .content-box-small.last-box{
	margin-right: 0;	
}

#content p span.content-box-small-title{
	font-size: 14px;
	font-weight: bold;
	color: #444;
	margin: 0;
	padding: 0 0 0 10px;
}

#content .content-box-small img{
	border: 1px solid #aaa;
}

#content .content-box-wrapper-small p{
	margin: 5px auto;
	padding: 0;	
}

#content .content-box-small:hover{
	background-color: #feefd0;	
	-moz-transition: background-color .25s linear .1s;
	-webkit-transition: background-color .25s linear .1s;
	-o-transition: background-color .25s linear .1s;
	transition: background-color .25s linear .1s;	
}

#content h1 span.city-guide-links{
	font-size: 14px;
	line-height: 30px;
	padding: 4px 10px 0 0;
	float: right;	
}

#content h1 span.city-guide-links a,
#content h1 span.city-guide-links a:link,
#content h1 span.city-guide-links a:visited{
	color: #0193d8;	
	text-decoration: none;
}

#content h1 span.city-guide-links a:hover{
	color:  #ff0099;	
}

#gwg{
	float: right;
	padding: 2px;
	padding-right: 0;
	-webkit-transform: rotate(0deg) scale(0.85);
	-moz-transform: rotate(0deg) scale(0.85);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform 0.15s ease-in;
}

#gwg:hover{
	-webkit-transform: rotate(-5deg) scale(1.0);
	-moz-transform: rotate(-5deg) scale(1.0);
	transform: rotate(-5deg) scale(1.0);
}

/* Airline Popup CSS */
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 10px solid #095cac;
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -50px -50px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

#airlineListWrapper .popup_block h2{
	font-size: 20px;	
}

#airlineListWrapper .popup_block p{
	font-size: 14px;	
	font-weight: normal;
}

a.airlineInfo{
	background-color: transparent;
	background-image: url("/images/icon_airline_info.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right center;
	padding-top: 0pt;
	padding-right: 15px;
	padding-bottom: 0pt;
}


img.airlineInfoLogo{
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}


div.airlineInfoRating{
	float: right;
	font-size: 12px;
	color: #000;
	margin-top: 10px;
	padding-right: 10px;
}


/* ADD THIS */
.addthis_toolbox{
	margin-top: 25px !important;	*/
}

.addthis_toolbox a{
	margin-bottom: 5px;	
}

.addthis_button_tweet {
	clear: both;
}

p.people{
	background:url(../images/users4.png) top left no-repeat;
	padding-left: 35px;
}

img.icon-people{
	margin-top: 10px;	
	overflow: hidden;
}

#content p.recommended-airline{
	background: url(../images/yellow-star.png) center left no-repeat;
	font-size: 14px;
	padding-left: 20px;
	margin-left: 16px;	
	color: #666;
}
