/* Tropical Box Styles */

.special-box {
	color: white;
	height: 100px;
	width: 720px;
}

.tropical-box {
	background-image: url('./images/trop_special_ban.jpg');
}

.winter-box {
	background-image: url('./images/winter_special_ban.jpg');
}
			
.special-content {
	background-color: white;
	border: 2px solid rgb(156,3,3);
	border-top: none;
	width: 708px;
	padding: 4px;
	min-height: 200px;
}

.tropical-content {
	background-color: white;
	border: 2px solid rgb(156,3,3);
	border-top: none;
}

.winter-content {
	background-color: white;
	border: 2px solid rgb(94,98,255);
	border-top: none;
}
			
.special-box-subtitle {
	text-align: center; 
	min-width: 720px;
	font-weight: bolder;
	position: relative;
	top: 44px;
	font-size: x-large;
	font-variant: small-caps;			
}
			
.special-box-links {
	text-align: center; 
	min-width: 720px;
	font-weight: bold;
	position: relative;
	top: 33px;
}
			
.special-box-links ul { padding-left: 0px !important; }			
			
.special-box-links ul li {
	list-style-type: none;				
	display: inline;
}
			
.special-box-links ul li a { color: white !important; font-size: smaller !important; }
			
ul.special-content-images { padding-left: 10px !important; }			
			
ul.special-content-images li {
	list-style-type: none;				
	display: block;
	float: left;
	padding-right: 10px;
}
			
ul.special-content-images li img {
	width: 220px;
	height: 148px;
}
			
.img-clear {
	clear: both;
	text-align: center;
}