/*
// $Id: wrapperImap.css,v 1.2 2008/10/16 19:27:00 karenk Exp $
// $Revision: 1.2 $
// $Author: karenk $
//
// $Log: wrapperImap.css,v $
// Revision 1.2  2008/10/16 19:27:00  karenk
// revert back to UTF-8 encoding
//
// Revision 1.1  2008/09/25 17:20:34  karenk
// add interactive map.  move footer/vp to include files for imap.
//
*/
body {
 	background-image: url(/cbmr/SiteBase/wrap/theme1/images/lod.background.jpg);
 	background-repeat: no-repeat;
 	background-color: #6A4D3F;
 	margin: 0px 0px 0px 0px;	
}

#bodyFrame {
	width: 1023px;
 	position: relative;
}

#interactiveMapFrame {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1023px;
	height: 694px;
}

#contentFrameIE {
	position: absolute;
	left: 301px;
	top: 693px;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#leftNavFrame {
	position: absolute;
	width: 259px;
	left: 30px;
	top: 670px;
}

#vacationPlanner {
	position: relative;
	width: 259px;
	margin: 20px 0px 0px 0px;
	background-color: #f6f5f1;
}

#vacationPlanner input{
	margin: -2px 2px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 50px;
	font-size: 10px;
	font-family: Arial;
	font-style: normal;
}
#vacationPlanner select{
	margin: 0px 3px 5px 5px;
	width: 35px;
	height: 20px;
	font-size: 10px;
	font-family: Arial;
	font-style: normal;
}
#cal1Container {
	display:none;
	position:absolute;	/* in bodyFrame */
	left: 0px;
	top: 690px;
	z-index:2;
} 
#cal2Container {
	display:none;
	position:absolute;	/* in bodyFrame */
	left: 210px;
	top: 690px;
	z-index:2;
	overflow: visible;
} 

#contentFrame {
	position: relative;
	width: 685px;
}

#mainContentBottom {
	background-image: url(/cbmr/SiteBase/wrap/theme1/images/lod.body.footer.jpg);
	width: 685px;
	height: 50px;
	text-align: left;
	color: #ffffff;
	font-size: 10px;

}
#mainContentBottom #footer {
	padding: 15px 15px 15px 20px;

}

#mainContentBottom a {
	color: #ffffff;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

#rssLogo {
	float:left;
}
#rtp {
	float: right;
	font-style: italic;
	overflow: hidden; /* have to set this for italics font or else IE will draw a horizontal scrollbar */
}
#rtp a {
	font-style: normal;
	text-decoration: underline;
	padding-right: 0px;
}
#mapDisclaimer {
	color: #ffffff;
	font-size: 10px;
}
