/**
 * layout.css
 * Defines the structure of our site:
 * widths, heights, displays, floats, etc.
 * NO colors, fonts, or backgrounds allowed.
 */

#flashNav {
	color: #e5f0c6;

}

#flashSubNav {
	color: #e5f0c6;

}

body {
	margin: 0;
}

div#container {
	width: 780px;
	margin: 0 auto;
	vertical-align:top;
}

h1{
	font-size: 16px;
}

.left-column {
	width: auto;
	padding: 20px;
}

.itinerary-left-column {
	width: auto;
	padding: 20px;
}

.right-column {
	/* width: 190px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-position: top left;
	
	border-left-width: 1px;
	border-left-style: solid; */
	vertical-align: top;
	background-repeat: no-repeat;
	border-left-width: 1px;
	border-left-style: solid;
}

.right-column-inside {
	width: 190px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-position: top left;
	background-repeat: no-repeat;
	
	vertical-align: top;
}

.right-column-inside a { color:#F8ECBA; }
.right-column-inside a:hover { color:#FCF5E0; text-decoration:none; }

.listings-right-column {
	vertical-align: top;
	width: 190px;
	background-position: top left;
	background-repeat: no-repeat;
	border-left-width: 1px;
	border-left-style: solid;
}

td.listings-tab-off {
	width: 190px;
	padding: 10px;
}
td.listings-tab-on {
	width: 190px;
	padding: 10px;
}

.right-column-top {

	background-position: top left;
	background-repeat: no-repeat;
}


.right-column .medpic-square {
	position: relative;
	left: -10px;
}

.medpic-square img {
	border: 6px solid black;
}

/* TEXT */

.left-column .midtext {
	text-align: left;
	margin-bottom: 4px;
}

.left-column .midtext a {
	/*color: #f8ecba;*/
	color: #456075;
	text-decoration: none;
}

.left-column .smmidtext {
	text-align: left;
	line-height: 15px;
}

.right-column {
	font-size: 10px;
}

.right-column .smmidtext {
	text-align: left;
	line-height: 19px;
	font-size: 12px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}

/* LISTINGS */
.listings .left-column {
	width: auto;
	padding: 6px 2px 6px 12px;
}

.listingBox {
	display: block;
	position: relative;
	/*background-color: #445161;*/
	background-color:#F8F5E6;
	margin-top: 10px;
	/*width:544px;
	height:162px;*/
	border-right: 5px solid  #445161;
	border-bottom: 5px solid  #445161;
}

.listingInner {
	display: block;
	position: relative;
	left: -5px;
	top: -5px;
	border: 5px solid #5b768d;
	margin-bottom:-5px;
	margin-right:-5px;
}

.evenListing {
	/*width:539px;*/
}

.listingInner table.listingContents {
	border: 1px solid #485566;
	/*background-color: #545a72;*/
	background-color: #F8F5E6;
}

.listingContents .midtext {
	text-align: left;
	padding: 10px 0px 0px 14px;
}

.listingContents .smmidtext {
	text-align: left;
}

.listingContents td {
	padding: 4px 4px 0px 14px;
}

.listingContents .smmidtext a { color:#456075; }

.listing-options {
}

.listing-options a{
	margin-top: 6px;
	display: block;
	color: #9dd6db;
	background-color: #556f7d;
	padding: 4px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.listing-options span{
	margin-top: 6px;
	display: block;
	color: #9dd6db;
	background-color: #556f7d;
	padding: 4px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.listing-image img {
	border: 1px solid black;
}

td.listing-image {
	vertical-align: middle;
	text-align: center;
	width: 150px;
	height: 80px;
}