@charset "UTF-8";
#destwrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/leftmenu_back.png);
	background-repeat: repeat-y;
	background-position: 17px top;
}
#destmain {
	width: 680px;
	float: right;
}
#destbanner {
	background-image: url(../images/destinationpage_02.jpg);
	height: 205px;
	width: 680px;
}
#destleft {
	background-image: url(../images/leftmenu_top.png);
	height: 573px;
	width: 255px;
	float: left;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 25px;
}
#destmenu {
	padding-left: 1px;
	padding-right: 19px;
}
#destcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 20px 19px 0px 3px;
}
#destcontentleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 470px;
	float: left;
}
#destcontentright {
	width: 155px;
	float: right;
}
#destcontentfooter {
	background-color: #f58020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4px;
	color: #F58020;
	margin-bottom: 15px;
	margin-top: 15px;
}
h1.dest {
	font-size: 25px;
	font-weight: normal;
	color: #002D4D;
	margin-top: 0px;
	padding-top: 0px;
	text-transform: capitalize;
}
#subfooterrightdest {
	background-color: #F58020;
	float: right;
	margin-top: 15px;
}

/* added andrewg nov 2010 */

#email_link, #print_link, .directions_link, .email_link {
	cursor: pointer;
}

#email_form {
	margin-left:40px;
	font-size:12px;
	padding:10px;
	z-index:10;
	opacity:0.95;
	width:550px;
	height:420px;
	background:#fff;
	border:1px solid #cdcdcd;
	position:absolute;
	top:360px;
}

#email_form_close {
	width:15px;
	height:15px;
	cursor: pointer;
	position:absolute;
	top:0px;
	right:0px;
	background:url('/images/tb-close.png') no-repeat;
}

#email_form .input {
	width:400px;
	font-family: helvetica,arial,sans-serif;
}

#email_form textarea {
	height:100px;
	font-size:12px;
}
