@charset "utf-8";
/* CSS Document */


 .DraggableDivToTop {/* Bring the draggable div to the top.  This makes it so that divs can be added anywhere in the page, and still show up properly */
	position:absolute;
	top:180px;
	left:0px;
	width:100%;
	z-index:75;
}
.DraggableDivToCenter {/* Centers div on the page. */
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:600px;
}
.DraggableDiv {/* Change the width of the div here */
	position: absolute;
	width:600px;
	visibility:hidden;
	background-color: #FFFFFF;
	border-color:#646464;
	border-style:solid;
	border-width:1px;
	padding:0px;
	height:auto;
}
.DraggableDivCloseButton {/* Close button in upper right corner */
	position:absolute;
	top:6px;
	right:6px;
	cursor:pointer;
	width:15px;
	height:15px;
}
.DraggableDivHandle {/* The handle is the area of the popup that the user clicks and drags to make the popup div draggable */
	cursor:move;
	width:100%;
	height:25px;
	background-color:#172D69;
	background-image:url(../images/draggableDiv/topbar.gif);
}
.DraggableDivHandleText {
	margin-left:10px;
	margin-right:15px;
	text-align:left;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:10.5pt;
	font-weight:700;
	padding-top:4px;
}
.DraggableDivContent {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.DraggableDivClose {/* Textual close link at the bottom of the div */
	text-align:center;
	cursor:pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-decoration:underline;
	padding-top:10px;
	padding-bottom:10px;
}
#BlackFrost {/* The semi-transparent div that appears behind the draggable popup div */
	clear:both;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	overflow:auto;
	background: #000000;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	width: 100%;
	height: 2000px;
	visibility:hidden
}
.vTourNavigation {
}
.vTourIframe {
	width:340px;
	position:absolute;
	right: 20px;
	top:25px;
	background-color:#FFFFFF;
	height:505px;
}
#draggableLeftContent {
	float:left;
	width:469px;
}
.DraggableDivBody {
	padding:10px;
	text-align:left;
	color:#6F489D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.DraggableDivBody strong {
	font-size:13px;
	font-weight:bold;
}
.DraggableDivBody h1 {
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
}
.DraggableDivBody th {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	background-color:#9070B4;
}
.recommendation{
border:1px solid #9070B4;
}
.recommendation a{
color:#6F489D;
}
.recommendation img{
padding:10px;
}
.recommendation h2{
font-size:13px;
color:#000000;
}

