@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;

}

#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;*/
}

#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;	
}

#content{
	text-align:justify;
	margin-top: 10px;
	
}	

#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: 1.8em;
	margin-top: 5px;
	margin-bottom: 5px;
}

#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: 1.1em;
}

#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: 1.1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px 1px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: none; 
	height: 13px;
	margin: 0 auto;
	color: #000000;
	text-transform:capitalize;
	background-color: #6682bb;
} 

#topnav 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 */
}

#topnav 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;
}
#topnav li {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: 1px;
	margin-right: 1px;
	display: inline;
	overflow: hidden;
	background-color: #008080;
}

#topnav a:link, #topnav a:visited {
	color: #ffffff;
	text-decoration: none;
}
#topnav a:hover, #topnav a:link#current, #topnav a:visited#current {
	background-color: #195b99;
	margin-left: -4px;
	margin-right: -4px;
	padding: inherit;
	-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;
	text-decoration: underline;
	background-color: #195b99;
}

/* 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: 295px;
	padding: 6px 0;
	font-weight:bold;
}

#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;	
}


/* 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 5px 5px 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 40px;
	margin: 0 auto;
	margin-top:5px;
	color: #ffffff;
	background-color: #6682bb;
	border: 1px solid #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
} 
#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: #ffffff;
	text-decoration: none;
}
#footer a:hover, #copyright a:hover,#footer a:link#current, #footer a:visited#current {
	color: #FC3;
	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: #FC0;
	text-decoration: underline;
}

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

.topOfPage{
	float: 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: 900px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
	background: transparent url(../images/cityguides/city_guide_content_bg.png) repeat-y;
}

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

#guideSidebar{
	float: right;
	width: 250px;
	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;
}

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;
}

#guideSidebar .sidebarModuleHeader{
}

#guideSidebar .sidebarModuleHeader h2{
	background-color: #6682bb;
	color: #ffffff;
	text-align:center;
	text-decoration:none;
	border: none;
	margin: 0;
	padding: 0;
}

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


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

#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;
}

.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;
}

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

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

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

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

#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: 15px;
}

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


#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: 738px;
	height: 71px;
	margin-top: 5px;
}

#latest-news-followus{
	float: right;
	width: 70px;
	height: 70px;
	padding: 0;
	margin: 9px;
}

#tweet{
	float: left;
	width: 600px;
	height: 40px;
	margin-top: 22px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#tweet ul{
	list-style:none;
	padding: 0;
}

#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;
}

#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{
	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;
}

.guideImageDescription{
	text-align:center;
	font-size: 1em;
	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;
}

#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;
}

#a{
	margin: 6px 0 6px 150px;	
}