/* NEW sidebar2 */
#sidebar	{
	padding: 0;
	width: 140px;
	font-family: Verdana, sans-serif;
	text-align: center;
	float: left;
	margin-top: 5px;
	margin-left: 4px;	
	}
	
#sidebar h2 {
	margin: 0;
	padding: 3px 6px;
	font-weight: bold;
	font-size: 9pt;
	color: white;
	background-color: #336699;
	}
.headerbar {
	margin: 0;
	padding: 3px 6px;
	font-weight: bold;
	font-size: 9pt;
	color: white;
	background-color: #336699;
	}

#sidebar div {
	margin: 0;
	margin-bottom: 12px;
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: solid 1px #336699;
	border-top: none;
	text-align: center;
	}

#sidebar div p {
	margin: 0;
	padding: 0;
	font-size: 8pt;
	}

/*romance ul*/
#sidebar div ul {
	font-size: 8pt;
	text-align: left;
	text-decoration: none;
	list-style-image:   url("images/hrtblt.jpg");
	padding-left: 5px;
	list-style-position: inside;
	margin-left: 1px;
	}

#sidebar div ul li {
	vertical-align: middle;
	font-size: 9px;
	font-weight: bold;
	}
	
#sidebar div p a {
	margin: 0.5em 0;
	color: #336699;
	font-weight: bold;
	display: block;
	text-align: center;
	text-decoration: none;
	}
	
#sidebar div p a:hover {
	text-decoration: underline;
	}

/* themesContent */

#themesContent h3 {
display: block;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #003366;
padding: 0;
margin-top: 0px;
margin-bottom: 0px;
}

#themesContent p {
display: block;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
padding: 0;
margin-bottom: 10px;
text-align: justify;
}

/* misc */
.smalltext {
	font: normal 11px Verdana, sans-serif;
	text-align: center;
	}
	
.smallHeader {
	font: normal 12px Verdana, sans-serif;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

.rightbox {
	border: dashed 1px #336699;
	border-top: none;
	border-right-style: dashed;
}

/*themepark styles*/
.blueitalic {
	color: #003466;
	font-style: italic;
	font-weight: bold;
}
/* Change by Iridius, on 6/11/08 per Geoff Req */
.themepark_ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 20px;
	font-size: 12px;
	color: #0033CC;
}

/* Added by Iridius on 06/24/2008 to ensure a margin to the right of resort images below content */
#relatedResorts {
	display: block; 
	margin-bottom: 8px;
	text-align: left;
}

/* Added by Iridius on 06/24/2008 to ensure a margin to the right of resort images below content */
#relatedResorts img.resortImage {
	display: block;
	float: left;
	margin-right: 5px;
	border: 0;
}

