/* CSS Document */
* {
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
    margin:0px;
    padding:0px;
}
.clear {
    clear: both;
}
.header_logo {
	padding: 18px 0 0 0;
}
.header_text {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	text-align: right;
	padding: 0 5px 7px 0;
}
.pagetop {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding: 0 15px 7px 0;
}
.pagetop a {
	color: #000000;
	text-decoration: none;
}
.pagetop a:hover {
	color: #EC2124;
	text-decoration: underline;
}
.top_navi {
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	padding: 4px 0 4px 0;
}
.top_navi a {
	color: #000000;
	text-decoration: none;
}
.top_navi a:hover {
	color: #000000;
	text-decoration: underline;
}
/* Content */
.content_size {
	padding: 5px 20px 15px 15px;
}
.content_size ul {
	font-weight: bold;
	list-style-position: inside;
	list-style-type: none;
	margin: 0 0 0 5px;
}
.content_size ul a {
	color: #0B3891;
	text-decoration: none;
}
.content_size ul a:hover {
	color: #000000;
	text-decoration: underline;
}
.content_intro {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	padding: 5px 20px 10px 60px;
	text-align: right;
}
.content_concl {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	padding: 10px 20px;
	text-align: left;
}
.content_thumb {
	padding: 0 0 15px 0;
}
.content_thumb img {
	border: 1px solid #000000;
}
.content_title {
	font-weight: bold;
	color: #EC2124;
}
.content_title2 {
	font-weight: bold;
	color: #0B3891;
}
.content_list_title {
	font-weight: bold;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 0 20px;
}
.content_list_text {
	font-weight: normal;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 0 20px;
}
.content_list {
	font-weight: normal;
	list-style-position: outside;
	list-style-type: circle;
	margin: 0 0 0 50px;
}
.link_title {
	font-weight: normal;
	color: #000000;
}
.link_title a {
	font-weight: bold;
	color: #EC2124;
	text-decoration: none;
}
.link_title a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.link_title_text {
	font-weight: normal;
	color: #000000;
	margin: 0 0 0 20px;
	list-style-position: outside;
	list-style-type: none;
}
.resort {
	font-weight: bold;
	font-style: italic;
	list-style-position: inside;
	list-style-type: none;
	margin: 0 0 0 20px;
}
.resort a {
	color: #000000;
	text-decoration: none;
}
.resort a:hover {
	color: #0B3891;
	text-decoration: underline;
}
.big_letter {
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
}
/* Trip Planners */
.trip_planners {
	margin: 0 0 0 40px;
}


/* Newsletter */
.newsletter_box {
	margin: 10px;
}
.newsletter_thankyou {
    color: #990000;
	font-weight: bold;
}


/* Footer */
.footer_navi {
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
}
.footer_navi a {
	color: #000000;
	text-decoration: none;
}
.footer_navi a:hover {
	color: #000000;
	text-decoration: underline;
}
.footer_title {
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
}
.footer_title a {
	color: #000000;
	text-decoration: none;
}
.footer_title a:hover {
	color: #000000;
	text-decoration: underline;
}
.footer_bar {
	padding: 10px 0 0 0;
}
.footer_logo {
	padding: 0 10px 0 0;
}
.copy {
	font-size: 10px;
}
.footer_navi p {
	vertical-align:middle; text-align:right; float:right; margin-top:8px;}