/*--- subcommon.css ---*/

html, body, form { margin: 0px; padding: 0px; }

body { background: #FFFFFF; }

html > body { left:0; } /* This is "be nice to Opera 5" part of Tantek hack	*/

.siteerror {
	padding-top:30px;
	font-size:16px;
	font-weight:bold;
	text-align: center;
	color:brown;
}

.intro {
	height:30px;
	padding-top:12px;
	font-size:12px;
}
.returntopage {
	height:30px;
	padding-top:12px;
	font-size:12px;
}
.overright {
	float: right;
	padding-top:10px;
}
.grey {
	color: #888888;
}

object { outline:none; }

.mediakit {
	text-align: center;
	width:800px;
	margin:0 auto;

}
.mediakitleft {
	width:800px;
}
.mediakitbody {
	width:600px;
	margin: auto;
	font-size:15px;
}
.mediakitbody ul{
	font-size:15px;
}
.mediatitle {
	padding:16px;
	width:350px;
	color:brown;
	font-size:16px;
	margin:auto;
	text-align: center;
}
.mediasubtitle {
	padding-top:14px;
	padding-bottom:8px;
	font-size:17px; font-weight:bold;
}
.mediakitbody {
	width:600px;
	margin: auto;
	font-size:15px;
}
.mediakitbody ul{
	font-size:15px;
}
.mediatitle {
	padding:16px;
	width:350px;
	color:brown;
	font-size:16px;
	margin:auto;
	text-align: center;
}
.mediasubtitle {
	padding-top:14px;
	padding-bottom:8px;
	font-size:17px; font-weight:bold;
}


.cattitle {
	padding-top:5px;
	padding-bottom:5px;
	
}
.cattitle a {
	text-decoration:none;
	color:#23455C;
	font-size:15px;
	font-weight:bold;
	
}
.catdesc {
	width:300px;
	color:#23455C;
	font-size:13px;
	padding-bottom:4px;
}
.seealso {
	width:530px;
	color:#23455C;
	font-size:13px;
	padding-top:10px;
	padding-bottom:20px;
}
.seealso a {
	font-weight:bold;
	text-decoration:none;
	color:#23455C;
}
.seealso a:visited {
	color:#23455C;
}
.seealso a:hover {
	color: #356A8C; 
}
/*----- RIGHTLIST -----*/
.rightlist {
	float:left;
	min-width:786px;
	max-width:840px;
}
.rightlist a {
	float:left;
}

/*----- HLIST -----*/
.hlist {
	padding:0; 
	margin:0 auto 0 0; /* left justified */
}
.hlist:after {
	content: "&nbsp;"; display: block; height: 0; clear: both;
	visibility: hidden;
}
.hlist li {
	display: inline;
	float: left;
	list-style-type: none;
}
.hlist a {
	display: -moz-inline-block;
}

/*----- ROW -----*/
.row {
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0; 
}
.row:after { content: "&nbsp;"; display: block; height: 0; clear: both; visibility: hidden; }

/*----- COLUMN -----*/
.col {
	float: left;
	border: 0;
	padding: 0;
	margin: 0; 
	vertical-align: top;
}

/*----- FORMS -----*/
input.styled, textarea.styled {
	border:none;
	padding:3px 1px 1px 3px;
	background:url('../images/formfield-bg.gif') top left no-repeat;
	width:200px;
}
select.styled {
	border:1px solid #dddddd;
	padding:0;
}
input.button {
	cursor:pointer;
	outline:none;
	width:20px;
	height:20px;
	padding-left:3px;
	margin-left:8px;
	background:url('../images/subgo.gif') top left no-repeat;
	border:none;
	color:#FFFFFF;
} 

/*----- Styles -----*/
body, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #22455B;
}

a {
	color:#3355bb;
}
a:hover {
	color: #356A8C; 
}
a img {
	border:none;
}
p {
	margin:1em 0;
}

hr {
	height: 0;
	overflow:hidden;
	padding: 0;
	margin: 1em 0;
	border: none;
	border-bottom:1px solid #dddddd;
}

h1 {
	font-size: 16px;
	margin:0 0 12px 0;
}

h2 {
	font-size: 14px;
	margin:10px 0;
}

h3 {
	font-size: 13px;
	margin:5px 0;
}

ul, ul li {
	margin-left:0;
	padding-left:0;
	list-style:none;
	position:relative;
}
ul li {
	background:url('../images/bullet.gif') 0px 6px no-repeat;
	margin:0 0 5px 15px;
	padding: 0 0 0 8px;
}

sup {
	font-size:0.8em;
}

blockquote {
	margin:0;
	padding:0 0 0 25px;
}

table td {
	vertical-align:top;
}

/* COMMON WYSIWYG CLASSES ---------------------------------- */

.imgborder {
	padding:4px;
	border:1px solid #dddddd;
}
.imgright {
	float:right;
	margin:0 0 5px 10px;
}
.imgleft {
	float:left;
	margin:0px 10px 0px 5px;
}
.towerad{
	width:160px;
	position:absolute;
	right:10px;
	top:75px;
}

.areaname {
	font-size:13px;
	font-weight:bold;
}
.newsitedate {
	height: 20px;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	background-color:#D7E4F2;
	font-size:13px;
}


.small {
	font-size:11px;
}
.smaller { 
	font-size:10px;
}
.normalsize {
	font-size:12px;
}
.big {
	font-size:13px;
}
.bigger {
	font-size:14px;
}
.stats { 
	display:inline-block;
	font-size:12px;
	color:#666666;
	padding-top:2px;
}

.tightop {
	margin-top:0;
}
.tight {
	margin:0;
}
.padbottom {
	margin-bottom:5px;
}

.unbold {
	font-weight:normal;
}

.paddedbox {
	padding:0 0 0 40px;
}

.fancytext {
	font-size:16px;
	color:#999999;
}
.resetlist, .resetlist ul, .resetlist li {
	padding:0;
	margin:0;
	background:none;
	list-style:none;
}

.flort { float:right; }


/* COMMON ---------------------------------------------------------------------- */
body {
background-color:#D8E5F3;
}

#bg {
	background:url('../images/bg.jpg') top no-repeat;
}
#bg-top {
}

.subpage {
	min-width:980px;
	max-width:105em;
	background-color:#FFFFFF;
}

.subpage .banner {
	padding:20px 10px 10px 10px;
}
.subpage .banner-top {
	xfloat:center;
	xmin-width:748px;
	xmax-width:800px;
	xbackground-color: pink;
	xfloat: left;
	xfloat: middle;
	xborder: 0;
	xpadding: 0;
	xmargin: 0; 
	height:100px;
	xfloat:middle;
	xalign:center;
	padding-top:20px;
	vertical-align: bottom;
}
.subpage .header-right {
	float:right;
	overflow: hidden;
	min-width:748px;
	xbackground-color: gray;
}
.subpage .skireport {
	background:url('../images1/skireport.jpg') top left no-repeat;

}
.subpage .skipackages {
	background:url('../images1/skipackages.jpg') top left no-repeat;

}

.page {
	margin:0 0 0 0;
}
/* HEADER ---------------------------------------------------------------------- */
.header {
	background:url('../images/subheader.jpg') top left no-repeat;
	height:148px;
	overflow:hidden;
}
.mediaheader {
	background:url('../images/bg-top-mediakit.jpg') top left no-repeat;
	height:268px;
	width:960px;
	overflow:hidden;
}
.spacer {
	height:13px;
	margin: 0 auto;
}


/*----- sub category page sections for all about pages -----*/
.subcattable {
	font-size:13px;
	background-color:#D7E4F2;
	height:34px;
	margin-top: 10px;
	min-width: 590px;
	max-width: 770px;
}
.subcattable .subcat-left {
	background:url('../images1/heading-corner-l.gif') top left no-repeat;
	padding-top: 5px;
	padding-left: 10px;
}
.subcattable .subcat-right {
	background:url('../images1/heading-corner-r.gif') top right no-repeat;
	position: relative;
	margin-top: -5px;
	padding-top: 10px;
	padding-right: 10px;
	float: right;
}
.subcattitle { font-size:13px; }

/*----- area sections for ski packages -----*/
.packtable {
	font-size:13px;
	background-color:#D7E4F2;
	height:25px;
	margin-top: 12px;
	margin-bottom: 6px;
}
.packtable .pack-left {
	background:url('../images1/heading-corner-l.gif') top left no-repeat;
	padding-top: 5px;
	padding-left: 10px;
}
.packtable .pack-right {
	background:url('../images1/heading-corner-r.gif') top right no-repeat;
	position: relative;
	margin-top: -5px;
	padding-top: 10px;
	padding-right: 10px;
	float: right;
}

.rpttable1 {
	border-style: solid;
	border-color:#D7E4F2;
	border-width: 1px 1px 1px 1px;
	
}
.rptlabel {
	padding-top:10px;
	font-size: 12px;
	font-weight: bold;
}
.rptdetail {
	padding-top:10px;
	font-size: 12px;
	font-weight: normal;
}

.rpttable {
	border-style: solid;
	border-width: 0 1px 1px 1px;
	width: 100%;
}
.rpttable td {
	margin: 0;
	padding: 4px;
}

.rpttitle {
	font-size:16px;
	color:#333333;
	display:block;
	text-decoration:none;
	font-weight:bold;
	padding-top:5px;
}
.rpttitle1 {
	font-size:14px;
	color:#333333;
	display:block;
	text-decoration:none;
	font-weight:bold;
	padding-top:5px;
}
.rpttitle2 {
	font-size:14px;
	color:#333333;
	display:block;
	text-decoration:none;
	font-weight:bold;
	padding-top:2px;
	background-color: #333333;
	background-color: cornflowerblue;
	color: white;
	font-size: 13px;
}

.rpt {
	background-color:#D7E4F2;
	height:30px;
	margin-top: 12px;
	font-weight: bold;
}
.rpt1 {
	background-color:#D7E4F2;
	height:27px;
	margin-top: 12px;
	padding-top: 3px;
	padding-right: 4px;
	font-weight: bold;
}
.rptalt1 {
	background-color:white;
}
.rptalt2 {
	background-color:#EEEEEE;
}
.rptline {
	padding-top: 8px;
	padding-bottom: 7px;
	font-size:12px;
}
.rptline .leftb {
	border-color: black;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}
.rptline a {
	text-decoration: none;
	font-size: 12px;
}
.rpt .rpt-left {
	background:url('../images1/heading-corner-l.gif') top left no-repeat;
	padding-top: 3px;
	padding-left: 10px;
}
.rpt .rpt-right {
	background:url('../images1/heading-corner-r.gif') top right no-repeat;
	padding-top: 8px;
	padding-left: 10px;
}


.regiontable {
	background-color:#D7E4F2;
	height:30px;
	margin-top: 12px;
	min-width: 590px;
	max-width: 770px;
}
.regiontable1 {
	background-color:#D7E4F2;
	height:30px;
	margin-top: 12px;
}
.regiontable1 .regiontable-left {
	background:url('../images1/heading-corner-l.gif') top left no-repeat;
	padding-top: 8px;
	padding-left: 10px;
}
.regiontable .regiontable-left {
	background:url('../images1/heading-corner-l.gif') top left no-repeat;
	padding-top: 8px;
	padding-left: 10px;
}
.regiontable1 .regiontable-right {
	background:url('../images1/heading-corner-r.gif') top right no-repeat;
	position: relative;
	margin-top: -8px;
	padding-top: 10px;
	padding-right: 10px;
	float: right;
}
.regiontable .regiontable-right {
	background:url('../images1/heading-corner-r.gif') top right no-repeat;
	position: relative;
	margin-top: -8px;
	padding-top: 10px;
	padding-right: 10px;
	float: right;
}
.regiontitles {
	font-size:12px;
	font-weight:bold;
}
.indent {
	padding-left: 16px;
}
.statelink {
	font-size:13px;
}
.statelink li {
	list-style-type: none;
	padding-top: 4px;
}
.statelink a {
	color:#23455C;
	text-decoration:none;
}
.statelink a:hover {
	color: #356A8C; 
}

.dealslink {
	font-size:13px;
	line-height: 160%;
}
.dealslink li {
	list-style-type: none;
	padding-top: 0px;
}
.dealslink a {
	color:#23455C;
}
.dealslink a:hover {
	color: #356A8C; 
}
.dealsresort {
        padding-left:2px;
        font-size:13px;
        line-height: 140%;
        color:#23455C;
}
.dealsresort a {
        text-decoration:none;
}
.dealscnt {
	padding-right:10px;
}



.table .heading-l {
	background:url('../images1/heading-corner-l.gif') top left no-repeat;
	padding-top: 0px;
	padding-left: 10px;
}
.table .heading-r {
	background:url('../images1/heading-corner-r.gif') top right no-repeat;
	padding-top: 6px;
	padding-right: 10px;
	float: right;
}
.subtable {
	background-color:#D7E4F2;
	min-width: 590px;
	max-width: 770px;
}

.subsection-l {
	background:url('../images1/heading-corner-l.gif') top left no-repeat;
	background-color:#D7E4F2;
	height:30px;
	padding-left: 8px;
	float: left;
	min-width:200px;
}
.subsection-r {
	background:url('../images1/heading-corner-r.gif') top right no-repeat;
	background-color:#D7E4F2;
	height:30px;
	width:393px;;
	align: right;
	padding-right: 10px;
	float: right;
	display: inline;
}
.subtable bluebar {
	background-color:#D7E4F2;
	width:300px;
	display: inline;
}
.blue {
	background-color:#D7E4F2;
	height:30px;
	width:30px;
	padding:10px 10px 10px10px;
	display: inline;
}

.subsectext-l {
	float: left;
	padding-top: 5px;
	background-color:#D7E4F2;
}
.subsectext-r {
	float: right;
	padding-top: 5px;
}

.getlisted {
	background:url('../images/getlisted.gif') top left no-repeat;
	height:57px;
	width:640px;
	margin-left: 20px;
}
.getlistedtext {
	width:440px;
	padding:12px 0 0 68px;
}
.getlistedspace {
	padding-top:12px;
}

.leftside {
	float: left;
	padding-top: 7px;
}
.rightside {
	float: right;
	padding-top: 7px;
}

.logo {
	width:112px;/*232px*/
	height:148px;/*168px*/
	padding:10px 0 0 101px;
}

.logo a img {
	width:112px;
	height:148px;
}

.banner {
	padding:20px 0 24px 0;
	align:left;
}

.links {
	margin-right:8px;
	background:url('../images/sub-top-buttons3.jpg') top right no-repeat;
	padding-left:40px;
}

.links a {
	height:19px;
	width:95px;
	padding:4px 0 0 35px;
	display:block;
	text-decoration:none;
	font-size:12px;
	color:#FFFFFF;
}
.links a:hover {
	text-decoration:underline;
}
.link2 a {
	margin-left:6px;

}

.toplinks {
        margin-right:8px;
        background:url('../images/sub-top-buttons3.jpg') top right no-repeat;
        padding-left:40px;
	height:22px;
}

.toplinks a {
        padding:4px 0 0 36px;
        display:block;
        text-decoration:none;
        font-size:12px;
        color:#FFFFFF;
}
.toplinks a:hover {
	text-decoration:underline;
}
.topdealslink {
        font-size: 12px;
        width:142px;
}
.toppackageslink {
        font-size: 12px;
        width:137px;
}
.topsnowlink {
        font-size: 12px;
        width:128px;
}

/* MENU ------------------------------------------------------------------------ */
.subhand {
	background:url('../images/sub-hand.jpg') top left no-repeat;
	height:30px;
	width:24px;
	overflow:hidden;
	float: left;
}
.menu {
	background:url('../images/submenu-bg.jpg') bottom left repeat-x;
	height:30px;
	min-width:750px;
	overflow:hidden;
}
.menu li {
	background:url('../images/menu-line.jpg') top left no-repeat;
	padding-left:2px;
}
.menu li.first {
	background:none;
	padding-left:0px;
}
.menu a {
	background:url('../images/menu-bg.jpg') top left repeat-x;
	height:14px;
	padding:8px 12px;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
}
.menu a:hover {
	background:url('../images/menu-bg.jpg') bottom left repeat-x;
	color:#FFFFFF;

}
.menuright {
	margin: 0 auto;
	width:5px;
	overflow: hidden;
}
/* SUBNAV ---------------------------------------------------------------------- */
.nav {
	margin-left:0px;
}
.nav ul {
	background:#EBF2F9;
	padding:5px 0 8px 17px;
}
.nav li {
	padding-bottom:1px;
	margin-bottom:-1px;
}
.nav a {
	border-bottom:1px solid #DBCED6;
	padding:4px 4px 4px 0;
	font-size:13px;
	display:block;
	color:#23455C;
	text-decoration:none;
}
.nav a:hover {
	color:#387095;
}
.nav-title {
	background:url('../images/subleft-col-top.gif') top left no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	padding:7px 0 7px 15px;
}

.round-top-bottom {
	background:url('../images/subleft-col-end.gif') top left no-repeat;
	height:30px;
}
.round-bottom {
	background:url('../images/subleft-col-end.gif') top left no-repeat;
	height:15px;
}

.nav-title-2 {
	border-bottom:1px solid #DBCED6;
	padding:5px 5px 5px 0px;;
	color:#22465F;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
}
.nav-title-2 span {
	color:#A17604;
	font-size:12px;
}
.nav-list {
	padding-left:15px;
	background:#EBF2F9;
}
.nav-list ul {
	padding-left:0px;
}
.nav-list a {
	border-bottom:none;
	padding:5px 5px 5px 15px;
	background:url('../images/bullet-blue.gif') 0px 8px no-repeat;
}
/* SHARED ---------------------------------------------------------------------- */

/* HOME ------------------------------------------------------------------------ */

.col-left {
	width:160px;
}


.col-top {
	margin-left:0px;
	background:url('../images/sub-top-left-col.jpg') top left no-repeat;
	height:23px;
	padding:22px 0 0 12px;
}
.xsubcol-right {
	min-width:700px;
	margin: 0 auto 0 0;
background-color:green;
}
.content {
}
.search {
	xpadding:0px 30px 0 0px;
	padding:0px 20px 0 0px;
}

.search .title{
	padding:3px 5px 0 0;
	color:#0d4a6e;
	font-weight:bold;
	text-transform:uppercase;
}
.content-left {
	margin: 8px 0 0 0;
	min-width: 600px;
	max-width: 700px;
	background-color:black;
}

.content-left .ad-bg {
	padding:8px 0 0 10px;
	background:url('../images/ad-bg.jpg') top left repeat-y;
}
.maincontent {
	float: left;
	min-width: 600px;
	max-wdith: 700px;
}

.bodycontent-bg {
	padding:0px 0 0 20px;
	background:url('../images/ad-bg.jpg') top left repeat-y;
background-color:#fcfcfc;
	width:780px; /* main body width! */
	font-size: 13px;
}
.content-left .bodycontent-bg {
	padding:0px 0 0 25px;
	background:url('../images/ad-bg.jpg') top left repeat-y;
xbackground-color:#eeeeee;
	font-size: 13px;
}
.content-right {
	width:180px;
	align:right;
	float: top;
	float: right;
}
.content-right .ad-bg {
	padding:8px 0 0 10px;
}
.content-right .ad-bottom {
	height:50px;
}
.mainbody {
	width:400px;
	padding: 30px 0 0 0;
}

.blueshade {
	height:8px;
	background-color: #9fb6c4;
	padding: 0 0 0 0;
}

.contentbody {
	border-left:8px solid #FFFFFF;
	min-width:480px;
	margin-left:160px;
	background:url('../images/subcontent-heading.jpg') top left repeat-x;
}
.contentbody .pagetitle {
	height:30px;
	padding-left: 10px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}
.contentbody .heading { padding-top:7px; }


.plitem {
	font-size:14px;
	font-weight:bold;
	color: #154fbb; 
}
.plpromoitem {
	font-size:14px;
	font-weight:bold;
	color: #154fbb; 
}
a.plitem:hover {
	color: #3583b6;
	text-decoration: underline;
}
a.plitem:visited:link {
	color: #3583b6; 
}
.pldesc {margin-left: 14px; font-size: 10pt; xcolor: #000000; color:#22455B; }

.item {
	font-size:13px;
	font-weight:normal;
	color: #154fbb;
}
a.item:hover {
	color: #3583b6;
	text-decoration: underline;
}
a.item:visited:link {
	color: #3583b6;
}
.desc {margin-left: 14px; font-size: 10pt; color: #000000; }
.populardesc {margin-left: 14px; font-size: 10pt; color: #000000; overflow: auto;}

.content-left .heading {
	background:url('../images/subcontent-heading.jpg') top left no-repeat;
	height:38px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:normal;
	float:left;
	margin:0 auto 0 0;
	display:block;
	text-decoration:none;

}
a:hover.heading{
	color:#397099;
}
.content-left .bio {
	background:url('../images/logo.jpg') 40px 10px no-repeat;
	padding:30px 10px 20px 180px;
	border-bottom:1px solid #E6DDE2;
	height:80px;
}
.textpromocell {
	padding: 10px 10px 0px 0px;
}
.content-left .cell {
	width:600px;
	background-color: #F8F8F8;
}
.content-left .cell .title{
	font-size:16px;
	color:#333333;
	display:block;
	text-decoration:none;
	font-weight:bold;
	padding-bottom:3px;
}
.content-left .cell a:hover.title{
	color:#397099;
}
.content-left .cell a:hover.subnav{
}
.content-content {
	background:url('../images/ad-bg.jpg') top left repeat-y;
	padding: 0 0 0 0;
	margin-top:0px;
        padding-top: 10px;
	padding-left:15px;
	padding-right:15px;
        padding-bottom: 20px;
	margin-right:170px;
	height:auto !important;
        min-height: 630px;
        margin-bottom:-10px;
}
.maintable {
	width:100%;
	float: left;
	Xmin-height:610px;
}
.maintable1 {
	width:100%;
	float: left;
	min-height:520px;
}
.maintable2 {
	width:100%;
	float: left;
	min-height:610px;
}
.maintablerpt {
	width:100%;
	float: left;
}
dl {
	margin-top:0px;
	margin-bottom:4px;
	padding-top:12px;
	padding-left:10px;
}
.content-content dl {
	font-size:13px;
}
.bottomspace {
	height:30px;
}
.content-main {
	padding:0px 0px 0 0px;
}
.content-main .content-bottom {
	background:url('../images/ad-bottom.jpg') bottom left no-repeat;
	padding:10px 10px 0 10px;
}

.subnav {
	font-size:13px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
a:hover.subnav{
	color:#999999;
}
.plpromodesc {
	font-color:#000000;
	font-size:12px;
}

.textpromocell .col {
	float: left;
	border: 0;
	padding: 0;
	margin: 0; 
	vertical-align: top;
}
.morelink{
	font-size:11px;
	color:#8C6703;
	float:right;
}
.morelinkleft{
	font-size:12px;
	color:#8C6703;
	float:left;
}
/* CONTENT */

/* FOOTER */
.footer li {
	padding-bottom:1px;
	margin-bottom:-1px;
}
.footer-top {
	background:url('../images/footer-top.jpg') top left no-repeat;
	height:95px;
}
.footer {
	background:url('../images/footer-bg.jpg') top left no-repeat;
	padding:0 0 0 330px;
	height:150px;
}
.footer-bg-x {
	background:url('../images1/footer-bgx.jpg') top left repeat-x;
}
.links1 {
	font-size: 12px;
	width:310px;
}
.links2 {
	font-size: 12px;
	width:320px;
}
.footer .links1 ul {
	padding:40px 25px 0 0;
}
.footer .links2 ul {
	padding:60px 20px 0 0;
}
.footer a {
	color:#9BBCDD;
	text-decoration:none;
	padding-bottom:6px;
	display:block;
}
.footer a:hover {
	color:#EBF2F9;
}
.footer-bottom {
	height:14px;
	padding:20px 10px;
	background-color:#0F2740;
	font-size:11px;
	color:#FFFFFF;
}

.footer-bottom a {
	color:#FFFFFF;
	text-decoration:none;
}
.footer-bottom a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.footer-bottom span{
	padding:0 10px;
	color:#1A4671;
}
.footer-bottom .credit {
	float:right;
}
/* SITE MAP */

.sitemap ul {
	padding:0 0 0 50px;
	margin:0;
}
.sitemap ul ul {
	padding:0 0 0 5px;
}
.sitemap li {
	background:url('../images/bullet-page.gif') 0px 1px no-repeat;
	margin:0 0 15px 0;
	padding:0 0 0 15px;
}
.sitemap li a {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	outline:none;
}
.sitemap li li {
	margin: 0 0 4px 0;
	background:url('../images/bullet-sub.gif') 0px 4px no-repeat;
	padding:0 0 0 10px;
}
.sitemap li li a {
	font-size:11px;
	font-weight:normal;
	text-transform:none;
}
.sitemap a:visited {
	color: #999999;
}
.sitemap a:hover {}

.resortsubtitle {
	margin-left:10px;
	margin-top:18px;
	font-size:14px;
	font-weight:bold;
}
.resortsubtitle1 {
	margin-left:10px;
	font-size:14px;
	font-weight:bold;
}

.sponsorlinks {
	margin-left:10px;
	margin-top:12px;
	margin-bottom:0px;
	font-size:13px;
	font-weight:bold;
}

img.resorticon { padding-right: 5px; padding-bottom: 0px; }
img.resorticon1 { padding-right: 5px; padding-bottom: 0px; }
img.regularplicon { padding-right: 7px; padding-bottom: 5px; }

.popularitem { float:left; width:100%; }
.popularresort { font-size:13px; font-weight:bold; padding-right: 5px; text-decoration: none; color: #000000; }
.popularresort a:hover { text-decoration: none; }
a.popularresort { text-decoration: none; }

.leftcolumn { width:160px; float: left; }
.contentleft { width:100%; float: left; }
.bottom-banner { background:url('../images/ad-bg.jpg') top left repeat-y; padding-left:15px; margin-right:170px; padding-bottom:2px; margin-bottom:10px; }
.skyscraper { width: 160px; height:620px; float:right; margin: 10px 10px 0 0; border:solid black 1px; }

