/*
	contains info for the pieces the are held by the main body parts
*/

a#logo {
	display: block;			/* makes the background hover effect work in Mozilla */
	float: left;
	}

#motto {
	display: block;			/* makes the background hover effect work in Mozilla */
	float: left;
	padding-top: 30px;
	}
#motto span {
	/*vertical-align: middle;*/
}

/*
div.breakImage {
	margin-top: 50px;
	height: 24px;
	background: transparent url(/images/side_squares.gif) left bottom repeat;
}
*/

/***  start of news items */

#news {
	width: 200px;
	/*height: 200px;*/
	/*overflow: auto;*/
	margin: 0px 0px;
	padding: 0px 0px;
	}

div#news h2 {
	text-align: right;
	padding: 0;
	margin: 2px 0;
	padding-right: 10px;
}

div#news h4 {
	text-align: right;
	padding: 0;
	margin: -2px 0 2px 0;
	padding-right: 5px;
}

div#news p.row {
	display: block;
	width: 100%;
	margin: 0;
	padding: 3px 0; 
	}

div#news p.row span.leftcol {
	float: left;
	padding-left: 4px;
	}
	
div#news p.row span.rightcol {
	width: 70%;
	text-align: left;
	float: right;
	}
	
div#news p.row span.rightcol a {
	font-weight: bold;
	}
	
div#news p.last {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	}

div#news p.last a {
	margin: 0;
	padding: 0;
	/*margin-bottom: 5px;*/
	}

div#news p.row span.nolink{
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	}


	
/*  end of news items ***/

/***  start of mainnav items ***/

ul#mainnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
		
ul#mainnav li {
	display: block;
	}

ul#mainnav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 6px 6%;
	text-decoration: none;
	width: 88%;				/* 	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix		*/
	}

ul#mainnav li#current ul.subnav {
	margin: 0px;
	list-style: none;
	padding: 0px;
	}

ul#mainnav li#current ul.subnav li {
	padding-left: 1.5em;
	}

ul#mainnav li#current ul.subnav li a {
	padding: 1%;
	margin: 0px;
	}

ul#mainnav li#current ul.subnav li a:hover {
	text-decoration: underline;
	}


/*  end of mainnav items ***/

/*** start of crumb items */

ul#crumbs {
	margin: 3px 0;
	padding: 0;
	padding-left: 10px;
}

ul#crumbs li {
	display: inline;
	/*padding: 0 0.5em;*/
}

ul#crumbs li.first {
	border-left: 0;	
}

ul#crumbs li.last {
	border-right: 0;	
}

ul#crumbs li a {
	display:inline;
	text-align:left;
	width: auto;
}

/* end of crumb items ***/

/*** start of image items */

.pics {
	width: 100%;
	text-align: center;
}

.pics a img {
	width: auto;
	display:inline;
	vertical-align: middle;
	margin-right: 5px;
}

/* end of image items */

/*** start of list items */

/* end of list items ***/

/*** start of toplinks items */

ul#toplinks {
	position: absolute;
	right: 0px;
	top: 2px;
	list-style: none;
	margin: 0px 0px 40px 0px;
	}
ul#toplinks li {
	display: inline;
	padding: 0 0.5em;
	}

/* end of toplinks items */

/*** start of quickjump items */

form#quickjump {
	position: absolute;
	right: 0px;
	bottom: 10px;
	margin: 0px 10px 0px 0px;
}

/* end of quickjump items */

/*** start of itinerary */

#itinerary {
}

#itinerary h3 {
	text-align: left;
	padding-left: 50px;
	margin-bottom: 0;
}

#itinerary ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 0;
}

#itinerary ul li {
	text-align: justify;
	padding-right: 20px;
}


/* end of itinerary */

/*** start of DETAILS */

.details {
}

.details h3 {
	text-align: left;
	padding-left: 50px;
	margin-bottom: 0;
}

ul.details {
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 0;
}

ul.details li {
	text-align: justify;
	padding-right: 20px;
	font: 0.8em Verdana, sans-serif;
}


/* end of DETAILS */

/*** start of ol */

div#booking_options {
}

div#booking_options ul {
	padding-left: 100px;
}
div#booking_options ul li, div#booking_options ul li a {
	text-align: left;
}
/* end of ol */

/* start of welcome links */
.welcome {
	margin: 0 0 3px 0;
}
/* end of welcome links */

/* start of general ul */
/*
ul.centered {
	padding: 0;
	margin: 0 0 0 50px;
	text-align: center;
	width: 300px;
}

ul.centered li {
	display: block;
	width: 100%;
	text-align: center;
	clear: both;
}

ul.centered li img {
	vertical-align: middle;
}

ul.centered li img.left {
	float:left;
}

ul.centered li img.right {
	float:right;
}
*/

/* end of general ul */

/* start of general ul */
/*
ul.image_links {
	padding: 0;
	margin: 0 0 0 50px;
	width: 300px;
	border: 1px solid red;
}

ul.image_links li {
	clear: both;
}

ul.image_links li img {
	vertical-align: middle;
}
*/
/*
ul.centered li {
	display: block;
	width: 100%;
	text-align: center;
	clear: both;
	border: 1px solid blue;
}

ul.centered li img {
	vertical-align: middle;
}
*/

.left {
	float:left;
}

.right {
	float:right;
}

/* end of general ul */

/* start of general ul */
/*
ul.image_list {
	list-style: none;
	margin: 0px;
	margin-left: 50px;
	padding: 0px;
	}
		
ul.image_list li {
	display: block;
	clear: both;
	vertical-align: middle;
	margin: 0;
	}

ul.image_list li a img {
	margin-right: 10px;
	padding: 0;
}

ul.image_list li a:hover img {
	padding: 1px;
}

ul.image_list li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 10px 6%;
	text-decoration: none;
	width: 88%;
	height: 50px;
	vertical-align: middle;
	}

ul.image_list li a span {
	padding-top: 10px;
}


ul.image_list li a:hover {
	text-decoration: underline;
	}
*/

/* end of general ul */

/* start of link_box */
div.link_box_container {
	width: 375px;
	text-align: center;
	margin-bottom: 10px;
	padding-left:25px;
}

div.side_box_container {
	width: 190px;
	padding-left:10px;
}

.link_box {
	float: left;
	width: 150px;
	height: 150px;
	text-align: center;
	margin: 5px 10px;
}

.link_box a {
	display: block;
	height: 150px;
	width: 150px;
	text-decoration: none;
}

.link_box a:hover {
	text-decoration: none;
}

.noDescription {
	height: 107px;
}

.noDescription a {
	height: 107px;
}

.link_box .title {
	padding: 2px;
}

.link_box .description {
	padding: 2px;
}

.link_box .more_link {
	padding: 2px;
	text-align: right;
}

.noDescription .description {
	display: none;
}

.link_box img {
	width: 150px;
}

/* end of link_box*/

.personal {
	text-align: right;
	margin-bottom: 20px;
}

/* start of gallery stuff */

.pic_page {

}

.pic_page a {
	font-weight: bold;
}

.gallery_pic {
	text-align: center;
	width: 400px;
}
.gallery_pic_thumb {
	display: block;
	text-align: center;
	max-height: 90px;
	max-width: 120px;
	padding-left: 5px;
	padding-bottom: 5px;
	float: left;
}

a.left {
	padding-left: 20px;
}

a.right {
	padding-right: 20px;
}

a.center {
	float: left;
	margin-left: 70px;
}

/* end of gallery stuff */

div.center {
	width: 100%;
	text-align: center;
}

.noscript {
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.booking_instruction {
	width: 200px;
	padding: 3px 0 3px 0;
}
.booking_instruction img{
	float: left;
	padding-right: 3px;
}

.attractions {
	width: 200px;
	padding: 3px 0 3px 0;
	margin: 0;
}

.attractions .title{
	text-align: center;
	padding-bottom: 5px;
}

.attractions ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

.attractions .content {
	padding: 0 10px 0 10px;
}

.side_image {
	padding: 0;
	margin: 0;
}

#container-left .side_image {
	display: none;
}

#module_titles {
	padding: 5px;
	height: 90px;
}

#module_title {
	font-weight: bolder;
	text-align: right;
}

#module_subtitle {
	font-weight: bold;
	text-align: right;
}

.module_block_image {
	float:right;
	margin: 2px;
	margin-left: 10px;
}

div.module_text {
	padding: 5px;
	padding-left: 15px;
	margin-bottom: 5px;
}

div.module_pricing {
	margin-top: 3px;
	/*display: inline;*/
	text-align: right;
}
div.module_price {
	float: right;
}

#trip_titles {
	padding: 5px;
	height: 40px;
}




#center p.smallprint {
	padding-left: 10%;
	padding-right: 10%;
	text-align: center;
}

