/* CSS Document */

#titledescrip
	{
		margin-bottom: 10px;
	}

.resortinfo
	{
		margin-bottom: 5px;
		font-weight: bold;
	}

.resortdescrip
	{
		margin-bottom: 5px;
		font-weight: normal;	
	}


.res-left
	{
		float: left;
		width: 322px;
		margin-right: 10px;
	}
	
.res-left span
	{
		font-weight: normal;	
	}
	
h2
	{
		margin: 0 0 0 0;
	}
	
.res-right
	{
		float: left;
		padding: 0px;
		margin: 0px;
	}
	
.res-link a
	{
		color: #000;
		text-decoration: none;	
	}
	
.top
	{
		background: transparent url(/images/generic/small-bord-top.gif) no-repeat;
		height: 149px;
		width: 193px;	
	}
	
.right
	{
		background:transparent url(/images/generic/small-bord-right.gif) no-repeat scroll 185px 5px;
		height:149px;
		width:193px;	
	}
	
.bottom
	{
		background:transparent url(/images/generic/small-bord-bottom.gif) no-repeat scroll 0pt 135px;
		height:149px;
		width:193px;	
	}
	
.left
	{
		background:transparent url(/images/generic/small-bord-left.gif) no-repeat scroll 0pt 5px;
		height:149px;
		width:193px;	
	}
	
.res-right a
	{
		position: relative;
		margin-left: 10px;	
		top: 5px;
		border: 0px;
	}
	
img
	{
		border: 0px;
	}
	
div.resort-box {
		margin-bottom: 10px;
		position: relative;
	}

/* End of CSS Document */

/* start resort box */
div.resort-box {
	width: 525px;
	position: relative;
	margin: 10px 0;
}

div.res-left {
	float: left;
	width: 327px;
	margin-right: 5px;
}

div.res-left div.res-link {
	background: url(/images/generic/bullet-white-bg.gif) 0 2px no-repeat;
	padding-left: 15px;
}

div.res-left div.res-link a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

div.res-left div.res-link a:hover {
	text-decoration: underline;	
}

div.res-right {
	float: left;
	width: 193px;
}

div.res-right div.top {
	width: 193px;
	height: 149px;
	background: url(/images/generic/small-bord-top.gif) 0 0 no-repeat;
}

div.res-right div.right {
	width: 193px;
	height: 149px;
	background: url(/images/generic/small-bord-right.gif) 185px 5px no-repeat;
}

div.res-right div.bottom {
	width: 193px;
	height: 149px;
	background: url(/images/generic/small-bord-bottom.gif) 0 135px no-repeat;
}

div.res-right div.left {
	width: 193px;
	height: 149px;
	background: url(/images/generic/small-bord-left.gif) 0 5px no-repeat;
}

h2 {
	margin-top: 0;
}

div.left img {
	border: 0;
	margin: 0 0 0 0;
}
/* end resort box */