/* City Sprint Vacations CSS Layout / Navigation Dynamics */
/* Design & Coding by Saluka Amarasinghe (saluka [at] gmail.com)
/* Copyright 2006 City Sprint Vacations CSVGSI */

html { overflow: -moz-scrollbars-vertical !important; }

body {
	padding:0;
	margin:0;
	font: 70% arial,sans-serif;
	text-align:center;
	background: url(images/bg.jpg) top left fixed repeat-x;
}

div#border {
	width: 770px;
	margin:0 auto;
	padding: 0;
	background-color: #fff;
}

div#container {
	text-align:left;
	padding: 5px;
	background-color: #fff;
	float: left;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	
}

div#header {
	height: 99px;
	width: 760px;
	background: #fff;
}

div#headerlogo {
	float: left;
	height: 99px;
	width: 245px;
}

div#headertext {
	width: 400px;
	float: right;
	margin-top: 27px;	
}

div#headertext table{
	float: right;
	font-size: 16px;
	color: #333;
}

div#headertext a {
	font-size: 11px;
	color: #666;
	font-weight: bold;
	text-decoration:none;
	text-align: left;
}

div#headertext a:hover {
	color: #00AEEF;
}

div#navigation {
	background: #fff;
	width: 760px;
	text-align: left;
	border-bottom: 5px solid #c12d2d;
}

div#footer {
	float: left;
	background: #336799;
	color: #fff;
	padding:10px;
}

/* for Internet Explorer */
/*\*/
* html #footer {
width: 760px;
}
/**/

div#footer_copyright {
	font-size: 9px;
	float: left;
	text-align: left;
	width: 170px;
	vertical-align: middle;
}

div#footer_links {
	margin-top: 10px;
	font-size: 11px;
	float: right;
	width: 568px;
	text-align: right;
	font-weight: bold;
}

div#footer_links a {
	color: #fff;
	text-decoration:none;
}

div#footer_links a:hover{
	color: #Ff9900;
}

div#main {
	float:left;
	width:760px;
	height: auto;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* for Internet Explorer */
/*\*/

* html div#main {
margin-bottom: -1px;
}
/**/

#main_left {
	margin-top: 282px;
	float:right;
}

#main_left a {
	font: 16px Arial;
	color: #cc0000;
	font-weight: bold;
	text-decoration:none;
}

#main_left a:hover {
	color: #666666;
}

/* for Internet Explorer */
/*\*/

* html div#main_left {
width: 245px;
}
/**/

#main_right {
	float: left;
	width:510px;
}

div#content {
	background: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}

div#contentTITLE {
	width: auto;
	height: auto;
	background: #fff;
	font-style: verdana;
	font-size: 15px;
	color: #c12d2d;
	font-weight: bold;
	padding: 2px 10px 2px 5px;
	border-bottom: 1px solid #999;
	margin-bottom: 4px;
}

div#contentbox {
	width: 535px;
	height: 95px;
	border: 1px solid #d7d7d7;
	background: #fff;
	padding: 4px 4px 4px 4px;
	float: right;
	font-style: verdana;
	font-size: 11px;
	color: #000;
	margin-bottom: 2px;
}

div#contentlinks a { 
	color: #336799;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
}

div#contentLinks a:hover {
	color: #666;
	text-decoration: none;
	background: #ebebeb;
}

div#contentboxDESTINATION {
	width: 540px;
	background-color: #fff;
	float: right;
	font-style: verdana;
	font-size: 11px;
	color: #000;
	margin-bottom: 5px;
}

div#contentboxDESTINATION table {
	font-style: verdana;
	font-size: 11px;
	color: #000;
}

div#contentboxDESTINATION_TITLE {
	width: 220px;
	height: auto;
	background: #fff;
	font-style: verdana;
	font-size: 15px;
	color: #ff9900;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
	margin-bottom: 4px;
}

div#contentboxTITLE {
	width: 220px;
	height: auto;
	background: #fff;
	font-style: verdana;
	font-size: 15px;
	color: #ff9900;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 4px;
}

div#contentboxTITLE a {
	text-decoration: none;
	font-style: verdana;
	font-size: 15px;
	color: #ff9900;
}	

div#imagebox {
	width: 210px;
	float: left;
	margin-bottom: 3px;
	margin-top: 5px;
}

div#linkbox {
	width: 210px;
	border-top: 1px solid #ebebeb;
	height: auto;
	float: left;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}

#linkbox ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#linkbox li {
	border-bottom: 1px solid #ebebeb;
	margin: 0;
}
	
#linkbox li a {
	display: block;
	padding: 3px 3px 3px 0.7em;
	/*background-color: #F2F2F2;*/
	color: #c12d2d;
	text-decoration: none;
	width: 100%;
}

html>body #linkbox li a {
	width: auto;
}

#linkbox li a:hover {
	background-color: #ebebeb;
	color: #333;
}

div#bottomnav {
	float: left;
	width: 748px;
	font: 10px Verdana;
	border: 1px solid #ccc;
	padding: 5px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}
/* for Internet Explorer */
/*\*/

* html div#bottomnav {
width: 100%;
}
/**/

div#bottomnav a {
	color: #336799;
	text-decoration: none;
}

div#bottomnav a:hover {
	text-decoration: underline;
	background: #fff;
}

#rollover a {
	display: block;
	width: 260px;
	height: auto;
	padding: 5px 5px 5px 10px;
	background-color: #ebebeb;
	color: #666;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #fff;
}
	
#rollover a:hover {
	background-color: #666;
	color: #fff;
}

#rolloverRAIL a {
	display: block;
	margin-top: 2px;
	width: 220px;
	height: auto;
	padding: 5px 5px 5px 10px;
	background-color: #cdcdcd;
	color: #666;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #fff;
}
	
#rolloverRAIL a:hover {
	background-color: #ebebeb;
	color: #666;
}

#box {
	margin-top: 5px;
	height: auto;
	border: 1px solid #d7d7d7;
	background: #fff;
	padding: 5px;
}	
	
#nestedbox {
	padding: 5px;
	background: #f5f5f5;
}

/* for Internet Explorer */
/*\*/
* html #box {
width: 537px;
}
* html #nestedbox {
width: 527px;
}
/**/

#boxLogin {
	margin-top: 5px;
	width: 260px;
	height: auto;
	border: 1px solid #d7d7d7;
	background: #fff;
	padding: 6px 6px 6px 6px;
}	
	
#nestedboxLogin {
	padding: 6px 6px 6px 6px;
	width: 245px;
	background: #f5f5f5;
}

div#faq a {
	color: #336799;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

div#faq a:hover {
	color: #666;
	text-decoration: underline;
}

div#reservations a {
	color: #336799;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}

div#reservations a:hover {
	color: #666;
	text-decoration: none;
}

div#airbox {
	width: 242px;
	height: auto;
	float: left;
	border: 1px solid #d7d7d7;
	background: #fff;
	padding: 4px 4px 4px 4px;
	font-style: verdana;
	font-size: 11px;
	color: #000;
	margin-bottom: 2px;
	margin-right: 2px;
}

div#airboxFIX {
	width: 242px;
	height: 259px;
	float: right;
	border: 1px solid #d7d7d7;
	background: #fff;
	padding: 4px 4px 4px 4px;
	font-style: verdana;
	font-size: 11px;
	color: #000;
	margin-bottom: 2px;
}

div#airboxTITLE {
	width: auto;
	height: 25px;
	background: #ebebeb;
	font-style: verdana;
	font-size: 15px;
	color: #333;
	font-weight: bold;
	padding: 4px 5px 2px 5px;
	border-bottom: 1px solid #999;
	margin-bottom: 4px;
}

div#airlinksbox {
	width: 200px;
	border-top: 1px solid #ebebeb;
	margin-top: 2px;
}

div#airlinks a {
	color: #336799;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	padding: 1px 100px 1px 5px;
	border-bottom: 1px solid #ebebeb;
	text-decoration: none;
}

div#airlinks a:hover {
	color: #c12d2d;
	background: #efefef;
}

div#homespecial {
	margin-top: 2px;
	width: 342px;
	float: left;
	height: auto;
	border-top: none;
}

div#homespecialTEXT {
	padding: 3px 3px 3px 10px;
	width: 342px;
	height: auto;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

div#homespecialTEXT a {
	padding: 3px 5px 5px 0px;
	text-decoration: none;
	color: #336799;
	font-weight: bold;
}

div#homespecialTEXT a:hover {
	text-decoration: underline;
	color: #333;
}

div#homespecialTITLE {
	padding: 5px 5px 5px 10px;
	width: 342px;
	height: 25px;
	border-bottom: 1px solid #c12d2d;
	background: #0072BC;
	color: #fff;
	font-weight: bold;
	font-style: arial;
	font-size: 12px;
}

div#specials_page_list {
	float: left;
	width: 260px;
	background: #ebebeb;
	height: auto;
	border-bottom: 3px solid #0072BC;
}

/* for Internet Explorer */
/*\*/
* html div#specials_page_list {
width: 250px;
}
/**/

div#specials_page_list_TITLE {
	background-color: #0072BC;
	color: #fff;
	padding: 5px 15px 5px 12px;
	font-weight: bold;
	font-size: 12px;
}
div#specials_page_list_TEXT {
	color: #000;
	padding: 10px 5px 10px 5px;
}

div#specials_page_list_TEXT a {
	text-decoration: none;
	font-weight: bold;
	color: #336799;
}

div#specials_page_list_TEXT a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #333;
}

div#specials_page {
	background: #fff;
	float: right;
	width: 483px;
	height: auto;
	border: 1px solid #ebebeb;
	padding: 5px 5px 5px 5px;
	margin-bottom: 2px;
}

/* for Internet Explorer */
/*\*/
* html div#specials_page {
width: 505px;
}
/**/

div#specials_page table {
	font-style: verdana;
	font-size: 11px;
	color: #000;
}

div#specials_page table a{
	font-size: 11px;
	font-weight: bold;
	color: #336799;
	text-decoration:underline;
}

div#specials_page table a:hover{
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

div#specialsTITLE {
	width: auto;
	height: auto;
	background: #fff;
	font-style: verdana;
	font-size: 15px;
	color: #ff9900;
	font-weight: bold;
	padding: 2px 10px 2px 0px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 4px;
}

div#groupplanners {
	height: auto;
	float: left;
	width: 190px;
	margin-bottom: 2px;
	margin-top: 3px;
	background: #efefef;
	border-bottom: 2px solid: #999;
	padding: 10px;
}

/* for Internet Explorer */
/*\*/
* html div#groupplanners {
width: 210px;
}
/**/

div#escortedTITLE {
	width: 300px;
	height: auto;
	background: #fff;
	font-style: verdana;
	font-size: 15px;
	color: #c12d2d;
	font-weight: bold;
	padding: 2px 10px 2px 5px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 4px;
}

div#escorted_page {
	width: 535px;
	float:left;
	background: #fff;
	padding: 0px 10px 5px 7px;
	margin-bottom: 4px;
}

div#escorted_page_image {
	width: 205px;
	height: 260px;
	float:right;
	background: #fff;
	margin-bottom: 10px;
	margin-right: 2px;
}

div#pricebox {
	width: 200px;
	height: 100px;
	background: #efefef;
	padding: 5px 10px 10px 10px;
	border: 1px solid #666;
	margin-top: 34px;
	margin-bottom: 4px;
}

div#escorted_itinerary {

	width: 345px;
	height: auto;
	background: #fff;
	padding: 5px 5px 5px 5px;
	float: right;
	font-style: verdana;
	font-size: 11px;
	color: #000;
	margin-bottom: 4px;
}

div#priceboxTITLE {
	width: 175px;
	height: auto;
	font-style: verdana;
	font-size: 14px;
	color: #336799;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #666;
	margin-bottom: 6px;
}

div#sidecontainer {
	width: 200px;
	height: 100px;
	float: right;
}

div#newsletterbox {
	float: left;
	width: 248px;
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 5px;
	margin-top: 3px;
}

/* for Internet Explorer */
/*\*/
* html div#newsletterbox {
width: 250px;
}
/**/

div#newsletterbox h1 {
	font-size: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #cc0000;
	font-weight: bold;
	margin:0;
}

div#newsletternestedbox {
	padding: 5px;
	background: #f5f5f5;
	font-size: 12px;
	font-style: arial;
}

div#newsletternestedbox a {
	color: #336799;
	font-weight:bold;
	font-size: 11px;
	text-decoration: none;
}

div#newsletternestedbox a:hover {
	color: #666;
	text-decoration: underline;
}

div#multicitycontain {
	width: 760px;
	background:#fff;
}
div#multicityimage {
	width: 150px;
	height: 120px;
	float: left;
	margin-bottom: 2px;
}
div#multicityside {
	width: 175px;
	height: auto;
	float: right;
	border: 1px dotted #666;
	background: #efefef;
	font-weight: bold;
	color: #222;
	padding: 10px 10px 10px 10px;
	position: absolute;
	right: 20px;
}
div#sidespacer {
	width: 200px;
	float: right;
	height: 240px;
}
div#multicity {
	width: 590px;
	height: 108px;
	float: right;
	padding: 5px 5px 5px 5px;
	font-family: arial;
	font-size: 11px;
	margin-left: 5px;
	margin-bottom: 2px;
	border: 1px solid #d7d7d7;
}

#multicitybox {
	width: 760px;
	background-color: #fff;
	float: left;
	font-style: verdana;
	font-size: 11px;
	color: #000;
	margin-bottom: 5px;
}

div#multicitybox table {
	font-style: verdana;
	font-size: 11px;
	color: #000;
	float: left;
}

/* for Internet Explorer */
/*\*/
* html div#multicitybox table {
float: none;
}
/**/

div#multicitybox table a{
	font-size: 11px;
	font-weight: bold;
	color: #336799;
	text-decoration:underline;
}

div#multicitybox table a:hover{
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

.multicitybox_TITLE {
	float: left;
	font: 16px Arial;
	color: #ff9900;
	font-weight: bold;
}

.slideshowbutton {
	height: 20px;
	background-color: #f2f2f2;
	color: #202020;
	font: 10px Arial;
	border: 1px solid #ccc;
	width: 115px;
	text-align: center;
}

#hotelbox {
	width: 470px;
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #cccccc;
}

#hotelbox table {
	font-size: 11px;
}

#destination_container {
	margin-top: 5px;
	float: left;
	width: 760px;
	background-color: #ffffff;
}

#destination_container table {
	float: left;
}

#navlist {
	margin:0;
	padding:0;
	
}

#navcontainer ul
{
list-style-type: none;
text-align: left;
margin:0;
padding: 0;
margin-left: 5px;
margin-bottom: 5px;
}

#navcontainer ul li {

	padding: 0;
	margin: 0;
}

#navcontainer ul li a
{
background: transparent url(images/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 13px Arial, verdana, lucida, sans-serif;
text-decoration: none;
color: #333333;
}

#navcontainer ul li a:hover
{
background: transparent url(images/list-on.gif) left center no-repeat;
color: black;
text-decoration: underline;
}

.destinationtitle {
	color: #cc0000;
	border-bottom: 1px solid #cccccc;
	padding: 3px;
	padding-left: 5px;
	font: 15px Arial;
	font-weight: bold;
}

.slideshow a {
	font-weight: bold;
	color: #cc0000;
	font-size: 12px;
	text-decoration: none;
	padding: 5px;
	width: 80px;
	border: 1px solid #cccccc;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
}

.slideshow a:hover {
	border: 1px solid #cc0000;
	text-decoration: none;
	color: #666;
}

#keywords {
	color: #d5d5d5;
	float: left;
}

.escortedtours_title {
	font: bold 15px Arial;
	color: #cc0000;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#escortedtours_intro {
	padding: 5px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	font: 12px Arial;
}

#escorted_column {
	float: left;
	width: 245px;
	margin-right: 6px;
}

#escorted_image {
	margin-bottom: 10px;
	margin-top: 10px;
}

#escorted_text {
	padding: 5px;
}

#escorted_text a {
	color: #336799;
	font: bold 12px Arial;
	text-decoration: underline;
}

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

#escorted_text_title a {
	font: bold 14px Arial;
	color: #ff9900;
	text-decoration: none;
}

#escorted_text_title a:hover {
	color: #666;
}