/* --- COMMON --- */

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	*/

object { outline:none; }

/* --- RIGHTLIST --- */

.rightlist {
	float:right;
}

.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;
}

.pagetopic {
	padding-top:5px;
	padding-right:10px;
	float: right;
	margin:0 auto 0 0; /* left justified */
	font-size:16px;
	color:white;
}

.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;
}
.mediatext {
	font-size:15px;
}
.mediatext p{
	font-size:15px;
}

/* --- 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/btn.gif') top left no-repeat;
	float:right;
	border:none;
	color:#FFFFFF;
}

/* --- STYLES --- */

body, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	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:0 10px 5px 0;
}

.small {
	font-size:11px;
}

.smaller {  
	font-size:10px;
}

.normalsize {
	font-size:12px;
}

.big {
	font-size:13px;
}

.bigger {
	font-size:14px;
}

.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 repeat-x;
}

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

.page {
	width:960px;
	margin:0 auto;
	background-color:#FFFFFF;
}

/* --- HEADER --- */

.header {
	background:url('../images/header.jpg') top left no-repeat;
	height:168px;
        width:960px;
	overflow:hidden;
}
.mediaheader {
        background:url('../images/bg-top-mediakit.jpg') top left no-repeat;
        height:168px;
        width:960px;
        overflow:hidden;
}

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

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

.banner {
	padding:20px 0 15px 0;
        width:748px;
        height:100px;
        text-align:right;
}

.links {
	padding-left:471px;
}

.links a {
	height:19px;
	width:80px;
	padding:3px 0 0 50px;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
}

.links a:hover {
	text-decoration:underline;
}

.link2 a {
	margin-left:6px;

}

.toplinks {
	float:right;
	padding-right:11px;
}
.toplinks a {
	padding:3px 0 0 50px;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
}
.toplinks a:hover {
	text-decoration:underline;
}
.dealslink {
        font-size: 12px;
        width:142px;
}
.packageslink {
        font-size: 12px;
        width:137px;
}
.snowlink {
        font-size: 12px;
        width:128px;
}

/* --- MENU --- */

.menu {
	background:url('../images/menu-bg.jpg') bottom left repeat-x;
	height:30px;
	width:770px;
	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:16px;
	padding:8px 10px;
	text-transform:uppercase;
	text-decoration:none;
	float:left;
	color:#FFFFFF;
}

.menu a:hover {
	background:url('../images/menu-bg.jpg') bottom left repeat-x;
	color:#FFFFFF;

}

/* --- SUBNAV --- */

.nav {
	margin-left:10px;
}

.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/left-col-top.jpg') top left no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	padding:7px 0 7px 15px;
}

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

.round-bottom {
	background:url('../images/left-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:3px 3px 3px 10px;
	background:url('../images/bullet-blue.gif') 0px 8px no-repeat;
}

/* --- HOME --- */

.col-left {
	width:190px;
}

.col-top {
	margin-left:0px;
	background:url('../images/top-left-col.jpg') top left no-repeat;
	height:23px;
	padding:72px 0 0 25px;
}

.col-right {
	width:770px;
}

.content {
	background:url('../images/content-tagline.jpg') top left no-repeat;
}

.search {
	height:47px;
	padding:10px 5px 0 470px;
}

.search .title{
	padding:3px 5px 0 0;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
}

.content-left {
	width:570px;/*590*/
	padding:0 10px;
	background:url('../images/content-heading.jpg') top left no-repeat;
}

.content-right {
	width:180px;
}

.content-right .ad-bg {
	padding:8px 0 0 10px;
	background:url('../images/ad-bg.jpg') top left repeat-y;
}

.content-right .ad-bottom {
	height:50px;
	background:url('../images/ad-bottom.jpg') top left no-repeat;
}

.content-left .heading {
	height:30px;
	padding:10px 0 0 0px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}

.content-left .bio {
	background:url('../images/logo.jpg') 40px 10px no-repeat;
	padding:30px 10px 20px 180px;
	border-bottom:1px solid #E6DDE2;
	height:80px;
}

.content-left .cell {
	width:280px;
	padding:10px 5px 0 0;
}

.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 .datelinks {
	float: right;
	position: relative;
	padding-top:5px;
        font-size: 10px;
	color: #b5b5b5;
}

.cell .disc {
	width:160px;
	float:right;
}

.morelink{
	font-size:11px;
	color:#8C6703;
	float:right;
}

/* --- 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;
}
.links1 {
	width:310px;
}
.links2 {
	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 {}

.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; 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; }
a.homepagerpts { text-decoration: none; font-size:12px; font-weight: bold; }

.skireportsummary {
        border-bottom:1px solid #E6DDE2;
	width:100%;
        padding-top:8px;
	text-align:center;
}

