
/* ---------------------------------- /
/ TOP SECTION OF THE PAGE
/ ----------------------------------- */


#topArea {/* the top area of the page that has the big picture in the background */
	background: url('/visitors/images/leadImage/accommodations_new.jpg') top left no-repeat;
	height: 300px;
	position: relative;
}

#topAreaTitleOverhand {
	width: 20px;
	height: 50px;
	position: absolute;
	left: -19px;
	top: 200px;
	background-color: #006699;
}

#topAreaContent {/* div to hold the promo content that lives in the top area */
	clear:both;
	width: 590px;
}

#topArticleLeft {
	position: relative;
	margin-left: -15px;
	width: 300px;
	float: left;
}

#topArticleRight {
	width: 300px;
	float: right;
}

h2 {
/* color: #2F6089; */
color: #2F6089;
font-family: arial;
line-height: 20px;
}






/* ---------------------------------- /
/ CONTENT ROWS
/ ----------------------------------- */


.contentRow {
/* This is A horizontal row that is visually implied by the arrangement of the content on the page.
Elements that appear side by side on the page are likely grouped in a div with a contentRow class. */
background-position:top left;
background-repeat: no-repeat;
clear: both; /* to compensate for floated interior content */
display: inline-table; /* see clearfix.css - to compensate for floated interior content */
}
.contentRow:after {/* see clearfix.css - to compensate for floated interior content */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* Hides from IE-mac (see clearfix.css - to compensate for floated interior content) \*/
* html .contentRow {
	height: 1%;
}
.contentRow {
	display: block;
}
/* End hide from IE-mac */

#contentRow1 {/* the first roqw */

	background-image:url(/visitors/images/bkg/contentRow1.jpg);
}


#contentRow2 {
	background-image: url(/visitors/images/bkg/contentRow2.jpg);
}



/* SLOTS - these are empty areas where components can be inserted

> slots carve off space in the docuemnt for the component to be inserted,
so the width and maybe height of the slot will be defined. The background image/color
may also be set here. Components themselves are usually devoid of a background.

> Slots speced with IDs (# in front) are intended to only have one per page

> Slots speced with classes (. in front) can have more than one per page

*/






#promoPanelSlot {/* this is where an interactive flash widget may go, like on fishing */
	width:420px;
	float: left;
}



/* ---------------------------------- /
/ PHOTO GALLERY / VIDEO VIEWER SLOT
/ ----------------------------------- */

#photoGallerySlot {
	position: relative;
	float: right;
	width: 300px;
	height: 350px;
}

#photoGallerySlotBkg {
	position: absolute;
	top: -90px;
	right: 0px;
	background-color: #b0d7a9;
	width: 320px;
	height: 410px;
	filter: alpha(opacity=20);
	-moz-opacity: .20;
	opacity: .20;
}


/* ---------------------------------- /
/ INFO PANEL SLOT
/ ----------------------------------- */

#infoPanelSlot {
	float: right;
	width: 420px;
}


#secondaryPromoSlot {
/* if multiple secondary promos need to be used they can be stacked vertically in the same slot */
width:300px;
float: left;
}






/* ---------------------------------- /
/ SEARCH LISTINGS SLOT
/ ----------------------------------- */


#searchListingsSlot {
	position: relative;
	width: 740px;
	background-image: url(/visitors/images/bkg/searchComponent.jpg);
	background-repeat: repeat;
	background-color: #fcfff4;
}


#searchListingsTopBorder {
	background-image: url(/visitors/images/bkg/borderSearchTop.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 745px;
	height: 11px;
}

#searchListingsBottomBorder {
	position: relative;
	top: -3px;
	background-image: url(/visitors/images/bkg/borderSearchBottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 745px;
	height: 11px;
}





/* ---------------------------------- /
/ BOTTOM CROSS PROMOS SLOT
/ ----------------------------------- */

#btmCrossPromoSlot {
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 30px;
	background-image: url(/visitors/images/bkg/bottomCrossPromos.jpg);
	background-position: top left;
	background-repeat: repeat;
}




/* ---------------------------------- /
/ REMOVED FROM CATEGORYDETAILS.ASP
/ ----------------------------------- */

#searchContent {
	position: relative;
	background-image: url(images/bkg/viewAllListings_top_bkg.jpg);
	background-repeat: no-repeat;
	min-height: 350px;
}
#bkg {
	background-image: url(/visitors/images/bkg/viewAllListings_btm_bkg.jpg);
	background-repeat: repeat;
}
#main_container {
	position: relative;
	margin-left: 25px;
}
/*------------------main-----------------*/
#listing {
	width: 612px;
	voice-family: "\"
}
\"";
voice-family: inherit;
width: 560px;
padding: 12px 20px 35px 32px;
}
.main_acc_img {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
#info {
	padding-top: 2px;
}
.listInfo {
/*color: #1B3681; */
color: #2F6089;
}
select {
	width: 200px;
	font-size: 12px;
	color: #1B3681;
}
option.list {
	font-size: 12px;
	color: #1B3681;
}
/*----listing of options for catagories---*/
table {
	width: 561px;
	line-height: 11px;
}
td.info {
	padding: 0 30 5 0;
}
h2 {
	margin-bottom: 0px;
}
.imgMargin {
	margin: 2px 8px 3px 1px !important;
	float: left !important;
	border: 1px solid #454545 !important;
}
.infoHeader {
	font-weight: bold;
	color: #6E0207;
}
.infoHeader a {
	color: #6E0207;
}
td.contact {
	padding-left: 10px;
	padding-top: 2px;
	width: 150px;
}
#feature_listing {
	position: relative;
	background-image: url(images/searchresults/searchResults_featured.jpg);
	background-repeat: no-repeat;
	height: 145px;
	width: 555px;
	margin-left: -60px;
}
#feature_listing p {
	position: relative;
	width: 550px;
}
.zone {
	float: right;
	margin-right: 20px;
}
#feature_listing a {
	text-transform: uppercase;
	color: #993300;
}
#listing_container a {
	color: #993300;
}










/* ---------------------------------- /
/ REMOVED FROM TRIPPLANNER.ASP
/ ----------------------------------- */

#BLmain {
	background-image: url(images/tripplanner/tripPlanner_top_bkg.jpg);
	background-repeat: no-repeat;
}
#article_email_txt {
	color: #4a6d82;
	margin-left: 10px;
	width: 500px;
	font-size: 11px;
}
#hotel_info {
	background-image: url(images/tripplanner/tripPlanner_btm_bkg.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding: 40px 0px 40px 30px;
}
#additional_hotels {
}
.printer_icon {
	margin-left: 105px;
}
#tripplanner_hdr {
	position: relative;
	margin-left: -23px;
}


