@import url("site.css");
@import url("menus.css");
/*** common ***/
img.right {
  float: right;
  padding: 0 0 6px 6px;
}
img.left {
  float: left;
  padding: 0 6px 6px 0;
}
div.right,
a.right {
  float: right;
}

span.required {
  color: #ae1500; /* error_red */
}
div.form-status,
div.page_errors,
div.error-status {
  font-size: 1.1em;
  line-height: 1.45em; /* 16 / 11 */
  color: #ae1500; /* error_red */
}
div.page_errors {
  margin-bottom: 12px;
}
div.page_errors ul {
  margin-bottom: 0px;
}
div.page_errors li {
  font-size: 1.0em;
}
  

/* tables */
table.report {
  width: 100%;
}
table.report th { 
  font-weight: normal;
  text-align: left;
}
table.report thead th { 
  text-transform: uppercase;
  font-size: 1.0em;
}


table.grid tbody th {
  text-align: right;
}
table.grid td {
  border: 1px solid #999999; /* 99_gray */
  padding: 2px;
}
  

table tr.odd td,
table tr.odd th {
}
table tr.even td,
table tr.even th {
  background-color: #cccccc; /* c_gray */
}

table.layout td {
  vertical-align: top;
}

table.listing {
  width: 100%;
}
table.listing th,
table.listing td {
  text-align: left;
  font-weight: normal;
  padding-left: 0.5em;
border-bottom: 1px solid #999999; /* 99_gray */
}

/* contrast-bar */
a.contrast-bar,
a.contrast-bar:link,
a.contrast-bar:visited,
a.contrast-bar:hover,
a.contrast-bar:active,
h2.contrast-bar {
  color: #00467f; /* blue */
  padding: 3px;
  background-color: #acd4f1; /* h2_blue */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 0.4em;
}
h2.contrast-bar {
  font-size: 1.1em;
}
h2.contrast-bar em {
  color: #ffffff; /* white */
  font-style: normal;
}
  
  /* paragraph font-sizes */
p.print-huge {
  font-size: 150%;
}
p.print-large {
  font-size: 130%;
}
p.print-small {
  font-size: 80%;
}
p.print-tiny {
  font-size: 70%;
}

/* .pronounced */
h2.pronounced {
  font-size: 1.1em;
}
h2.pronounced,
h3.pronounced,
h4.pronounced,
h5.pronounced,
h6.pronounced,
#content span.pronounced,
#content a.pronounced {
  color: #ffffff; /* white */
  padding: 3px 12px;
  background-color: #00467f; /* blue */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 0.4em;
}
#content a.pronounced {
  padding: 3px 12px;
}
#content a.pronounced:link,
#content a.pronounced:visited,
#content a.pronounced:hover,
#content a.pronounced:active {
  color: #ffffff; /* white */
}
  
div.block {
  clear: both;
  padding: 0 0 12px 0;
  float: left;
}
div.block-image {
  float: left;
  width: 20%;
  text-align: center;
}
div.block-text {
  margin-left: 25%;
  width: auto;
}

/* float-grid */
ul.float-grid {
  margin: 0;
  padding: 0;
}
ul.float-grid li {
  margin: 0;
  list-style-type: none;
  float: left;
  width: 100px;
  min-height: 100px;
  padding: 6px;
  text-align: center;
}
ul.float-grid li a {
  display: block; /* fix for ie */
}
ul.float-grid-large { /* .float-grid */
}
ul.float-grid-large li {
  width: 250px;
  min-height: 250px;
}
ul.float-grid-small { /* .float-grid */
}
ul.float-grid-small li {
  width: 50px;
  min-height: 50px;
}

label.label {
  font-weight: bold;
}
span.value {
}

/* indent blocks */
div.indent-block {
  margin-left: 50px;
}

/* contrast blocks */
div.contrast-block {
  position: relative;
  z-index: 20;
  background-color: #eeeeee; /* e_white */
  margin-top: 6px;
  margin-bottom: 22px; /* 10 + 12 */
  padding-bottom: 0; /* no padding for grids .c# */
}
div.contrast-block-tl {
  z-index: 15;
  background: url(img/bg_boxes.png) 0 -20px no-repeat;
  position: relative;
  top: -6px;
  margin-right: 6px;
  height: 70px;
}
div.contrast-block-tr {
  z-index: 15;
  position: absolute;
  right: 0;
  top: -6px;
  width: 6px;
  height: 70px;
  background: url(img/bg_boxes.png) -779px -20px no-repeat;
}
div.contrast-block-content {
  position: relative;
  z-index: 20;
  padding: 0px 6px;
  margin: -70px 0 -20px;
}
  div.contrast-block-content span.buy_now-link {
    position: absolute;
    top: 0;
    right: 4px;
    display: block;
    width: 87px;
    height: 17px;
    text-align: center;
    overflow: hidden;
  padding: 5px;
  }
  div.contrast-block-content a.buy_now-button span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/book-now.png) no-repeat;
    width: 97px;
    height: 27px;
  }
  div.contrast-block-content a.buy_now-button:hover span,
  div.contrast-block-content a.buy_now-button:hover span {
    background-position: 0 -30px;
  }
div.contrast-block-bl {
  clear: both;
  height: 20px;
  margin-right: 6px;
  position: relative;
  bottom: -12px;
  background: url(img/bg_boxes.png) no-repeat;
}
div.contrast-block-br {
  position: absolute;
  right: 0;
  bottom: -12px;
  width: 6px;
  height: 20px;
  background: url(img/bg_boxes.png) -779px 0px no-repeat;
}
  /* main_block lt grey */
div.main_block { /* .contrast-block */
  background-color: #eeeeee; /* e_white */
}
div.main_block div.contrast-block-tl {
  background-position: 0 -20px;
}
div.main_block div.contrast-block-tr {
  background-position: -779px -20px;
}
div.main_block div.contrast-block-content { 
  padding: 4px 10px;
}
div.main_block div.contrast-block-bl {
  background-position: 0px 0px;
}
div.main_block div.contrast-block-br {
  background-position: -779px 0px;
}
  /* cb_1 lt grey */
div.cb_1 { /* .contrast-block */
  background-color: #eeeeee; /* e_white */
}
div.cb_1 div.contrast-block-tl {
  background-position: 0 -20px;
}
div.cb_1 div.contrast-block-tr {
  background-position: -779px -20px;
}
div.cb_1 div.contrast-block-bl {
  background-position: 0px 0px;
}
div.cb_1 div.contrast-block-br {
  background-position: -779px 0px;
}
  /* cb_2 lt blue */
div.cb_2 { /* .contrast-block */
  background-color: #d1e7f7; /* lt_blue */
}
div.cb_2 div.contrast-block-tl {
  background-position: -785px -20px;
}
div.cb_2 div.contrast-block-tr {
  background-position: -1564px -20px;
}
div.cb_2 div.contrast-block-bl {
  background-position: -785px 0px;
}
div.cb_2 div.contrast-block-br {
  background-position: -1564px 0px;
}
  /* cb_3 white */
div.cb_3 { /* .contrast-block */
  background-color: #ffffff; /* white */
}
div.cb_3 div.contrast-block-tl {
  background-position: -1570px -20px;
}
div.cb_3 div.contrast-block-tr {
  background-position: -2349px -20px;
}
div.cb_3 div.contrast-block-bl {
  background-position: -1570px 0px;
  height: 19px;
}
div.cb_3 div.contrast-block-br {
  background-position: -2349px 0px;
  height: 19px;
}
  /* cb_4 yellow */
div.cb_4 { /* .contrast-block */
  background-color: #ffde97; /* yellow */
}
div.cb_4 div.contrast-block-tl {
  background-position: -2355px -19px;
}
div.cb_4 div.contrast-block-tr {
  background-position: -3134px -19px;
}
div.cb_4 div.contrast-block-bl {
  background-position: -2355px 0px;
  height: 19px;
}
div.cb_4 div.contrast-block-br {
  background-position: -3134px 0px;
  height: 19px;
}
  /* cb_5 alt lt blue */
div.cb_5 { /* .contrast-block */
  background-color: #e3ecf2; /* alt_lt_blue */
}
div.cb_5 div.contrast-block-tl {
  background-position: -3140px -20px;
}
div.cb_5 div.contrast-block-tr {
  background-position: -3919px -20px;
}
div.cb_5 div.contrast-block-bl {
  background-position: -3140px 0px;
}
div.cb_5 div.contrast-block-br {
  background-position: -3919px 0px;
}

/* Monster dump block */
div.monster_dump-contrast-block div.contrast-block-tr,
div.monster_dump-contrast-block div.contrast-block-br {
  display: none;
}
div.monster_dump-contrast-block div.contrast-block-tl {
  z-index: 15;
  background: url(img/snowreport/monster_dump-snowreport-topbar.png) no-repeat;
  position: relative;
  height: 55px;
  margin: 0;
  padding: 0;
}
div.monster_dump-contrast-block div.contrast-block-bl {
  clear: both;
  height: 20px;
  margin: 0px;
  position: relative;
  bottom: -5px;
  background: url(img/snowreport/monster_dump-snowreport-bottom.png) no-repeat;
}

div.monster_dump-contrast-block div.contrast-block-content {
  position: relative;
  z-index: 20;
  padding: 5px 6px;
  margin: -6px 0px;
  background-color: #000;
  color: #fff;
}
#interior-page div.monster_dump-contrast-block a,
#interior-page div.monster_dump-contrast-block a:link,
#interior-page div.monster_dump-contrast-block a:visited,
#interior-page div.monster_dump-contrast-block a:hover,
#interior-page div.monster_dump-contrast-block a:active {
  color: #95c420; /* monster green */
}
#interior-page div.monster_dump-contrast-block a.contrast-bar,
#interior-page div.monster_dump-contrast-block a.contrast-bar:link,
#interior-page div.monster_dump-contrast-block a.contrast-bar:visited,
#interior-page div.monster_dump-contrast-block a.contrast-bar:hover,
#interior-page div.monster_dump-contrast-block a.contrast-bar:active {
  background-color: #95c420; /* monster green */
  color: #000;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox themes
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

#cboxOverlay{background:url(img/colorbox/overlay.png) 0 0 repeat;}

#colorbox{}
	#cboxTopLeft{width:21px; height:21px; background:url(img/colorbox/borderTopLeft.png) 0 0 no-repeat;}
	#cboxTopCenter{height:21px; background:url(img/colorbox/borderTopCenter.png) 0 0 repeat-x;}
	#cboxTopRight{width:21px; height:21px; background:url(img/colorbox/borderTopRight.png) 0 0 no-repeat;}
	#cboxBottomLeft{width:21px; height:21px; background:url(img/colorbox/borderBottomLeft.png) 0 0 no-repeat;}
	#cboxBottomCenter{height:21px; background:url(img/colorbox/borderBottomCenter.png) 0 0 repeat-x;}
	#cboxBottomRight{width:21px; height:21px; background:url(img/colorbox/borderBottomRight.png) 0 0 no-repeat;}
	#cboxMiddleLeft{width:21px; background:url(img/colorbox/borderMiddleLeft.png) 0 0 repeat-y;}
	#cboxMiddleRight{width:21px; background:url(img/colorbox/borderMiddleRight.png) 0 0 repeat-y;}
	#cboxContent{background:#fff;}
		#cboxLoadedContent{margin-bottom:28px;}
                #cboxTitle{
                  font-size: 1.1em;
                  line-height: 1.45em; /* 16 / 11 */
                  position: relative;
                  top: -25px; /* -28 + 3 */
                  text-align:center;
                  margin: 0 37px 0 11.6em;
                  padding: 3px;
                  color:#949494;
                  background-color: white;
                  -moz-border-radius: 5px;
                  -webkit-border-radius: 5px;
                  border-radius: 5px;
                }
                #cboxCurrent{
                  font-size: 1.1em;
                  line-height: 1.45em; /* 16 / 11 */
                  position:absolute; bottom:3px; left:58px; */
                  color:#949494;
                  }
                #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
                #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(img/colorbox/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
                #cboxPrevious.hover{background-position:-25px -25px;}
                #cboxNext{position:absolute; bottom:0; left:27px; background:url(img/colorbox/controls.png) 0px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
                #cboxNext.hover{background-position:0px -25px;}
		#cboxLoadingOverlay{background:url(img/colorbox/loading_background.png) center center no-repeat;}
                #cboxLoadingGraphic{background:url(img/colorbox/loading.gif) center center no-repeat;}
		#cboxClose{position:absolute; bottom:0; right:0; background:url(img/colorbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
		#cboxClose.hover{background-position:-50px -25px;}

/*** custom ***/

div.photo-border-right {
  float: right;
  margin-left: -13px;
  margin-top: -59px;
  left: 13px;
}
div.photo-border {
  background: url(img/sprites.png) -1039px -169px;
  width: 330px;
  height: 261px;
  position: relative;
}
div.photo-border img {
  padding: 25px 0px 0px 21px;
}

div.listing { /* listing of contrast-blocks showing an image and text */
}
div.listing h3 {
  background-color: transparent;
  font-size: 1.3em;
  color: #00467f; /* blue */
  
  padding: 0;
}
#interior-page div.listing h3 a, 
#interior-page div.listing h3 a:link, 
#interior-page div.listing h3 a:visited, 
#interior-page div.listing h3 a:hover, 
#interior-page div.listing h3 a:active {
  color: #00467f; /* blue */
  text-decoration: none;
}

div.listing div.block-image {
  width: 120px;
}
div.listing div.block-image img.left { /* override */
  float: none;
  padding: 0;
}
div.listing div.block-text {
  margin-left: 126px;
  width: auto;
}

  



div.columns {
  float: left; /* gives height */
}
div.column {
  width: 400px;
  height: 500px;
  float: left;
}
div.column_pad {
  float: left;
  width: 8px;
  height: 10px;
}

ul.ui-tabs-nav {
  margin: 0;
  padding: 0;
}
ul.ui-tabs-nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 8em;
}
div.ui-tabs-hide {
  position: absolute;
  left: -99999em;
}
div.ui-tabs-panel {
  clear: both;
}



/* icons */
.icon-wrapper { /* block element only */
  position: relative;
  padding: 0 0 0 20px;
  height: 15px; /* ie6 fix */
}
span.icon { /* .sprites */
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
}
a.icon-wrapper {
  display: block;
  height: auto;
}
a.icon-wrapper span.icon {
}
#add-icon span.icon {
  background-position: -340px -208px;
  left: 2px;
}
#blog-icon span.icon {
  background-position: -357px -208px;
  width: 18px;
  height: 14px;
}
#twitter-icon span.icon {
  background-position: -340px -224px;
  left: 2px;
}
#facebook-icon span.icon {
  background-position: -340px -240px;
  left: 2px;
}
#flickr-icon span.icon {
  background-position: -340px -262px;
  width: 16px;
  height: 8px;
  left: 0px;
  top: 3px;
}
#member_service_links #youtube-icon.icon-wrapper {
  padding-left: 37px;
}
#youtube-icon span.icon {
  background-position: -340px -294px;
  left: 0px;
  width: 32px;
  height: 13px;
}
#virtual_tour-icon span.icon {
  background-position: -340px -275px;
  width: 21px;
  height: 19px;
  left: 0px;
  top: 0px;
}
p.skill_easy { /* icon-wrapper */
  padding-left: 30px;
  height: auto;
}
p.skill_easy span.icon {
  width: 18px;
  height: 18px;
  top: 0.5em;
  background-position: -377px -207px;
}
/* TODO: add other skill icons */



/*** "v-" section ***/

/* v-prime_listing */
#v-prime_listing {
  /*
  float: right;
  width: 160px;
  margin: 0 0 12px 12px;
  */
}
div.prime_listing-image {
  text-align: center;
}
#content #v-prime_listing h2.contrast-bar {
  text-align: center;
  margin-bottom: 12px;
}
#v-prime_listing div.contrast-block {
  width: 160px;
}
#content #v-prime_listing h3 {
  margin: 6px 0 0;
  font-weight: bold;
  padding: 0;
  font-size: 1.0em;
  line-height: 1.1em;
  color: #00467f; /* blue */
  background-color: transparent;
}
#content #v-prime_listing p {
  font-size: 1.0em;
  line-height: 1.1em; /* 11 / 10 */
}

/* v-member_service-column_data */
#v-member_service-column_data h3 {
  font-size: 1.2em;
  margin: 0.50em 0 0 0;
  
  padding: 0;
  color: #595959; /* gray */
}


/** blog listing **/
#weblog_listing-wrapper {
  float: left;
  width: 100%;
}
#weblog_listing {
  margin: 0 160px 0 0;
}
#vm-weblog_sidebar {
  float: left;
  margin-left: -160px;
  width: 160px;
}
#vm-weblog_sidebar h2 {
  margin-bottom: 0.5em;
}
#related_articles_cloud {
  font-size: 4.0em;
}
#related_articles_cloud span {
  line-height: 110%;
}
#related_articles_cloud span.cl_0,
#related_articles_cloud span.cl_1 {
  font-size: 35%;
}
#related_articles_cloud span.cl_2,
#related_articles_cloud span.cl_3 {
  font-size: 50%;
}

#related_articles_cloud span.cl_4,
#related_articles_cloud span.cl_5 {
  font-size: 65%;
}
#related_articles_cloud span.cl_6,
#related_articles_cloud span.cl_7 {
  font-size: 80%;
}
#related_articles_cloud span.cl_8,
#related_articles_cloud span.cl_9 {
  font-size: 95%;
}

#vm-weblog_sidebar p.read_more {
  text-align: right;
}

#v-related_pages {
}
#v-related_pages div.related_page_block {
  padding: 0 0 0 40px;
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 40px;
}
#v-related_pages #yeti { /* .related_page_block */
  background-image: url(img/bloggers/yeti.png);
}
#v-related_pages #ray { /* .related_page_block */
  background-image: url(img/bloggers/ray.png);
}
#v-related_pages #jodi { /* .related_page_block */
  background-image: url(img/bloggers/jodi.png);
}
#v-related_pages #thomas { /* .related_page_block */
  background-image: url(img/bloggers/thomas.png);
}
#v-related_pages div.related_page_block h3 {
  color: #000000; /* black */
  padding: 0;
  font-size: 1.2em;
  line-height: 1.33em; /* 16 / 12 */
  
}
#v-related_pages div.related_page_block p.bio {
  margin: 0;
}
  

#v-weblog_tools p {
  font-size: 1.2em;
  margin: 0;
}
#v-weblog_tools #rss_subscribe_button {
  padding-right: 30px;
  display: block;
  position: relative;
  min-height: 30px;
  font-weight: bold;
  padding: 6px 30px 6px 0;
}
#v-weblog_tools #rss_subscribe_button span.rss_button-icon {
  position: absolute;
  right: 0;
  top: 3px;
  width: 25px;
  height: 25px;
  background: url(img/sprites.png) -399px -344px no-repeat;
}

/** blog article **/
#article-comment-form-box h2 {
  margin-bottom: 0.5em;
}

#article-addcomment div.row {
  padding: 0 0 10px;
  clear: left;
  font-size: 1.1em;
  line-height: 1.45em; /* 16 / 11 */
}
#article-addcomment div.label {
  width: 16em;
  float: left;
  text-align: right;
}
#article-addcomment div.label label {
  padding-right: 6px;
}
#article-addcomment textarea.textarea-widget {
  width: 445px;
  height: 10em;
}
#article-addcomment div.buttons,
#article-addcomment div.widget {
  margin-left: 17em;
}
#article-addcomment div.widget label.error {
  display: block;
}
#article-addcomment div.widget-error {
  padding-left: 15.9em;
}
#article-addcomment div.widget label.error,
#article-addcomment div.widget-error div.error {
  padding-left: 0em;
  color: #ae1500; /* error_red */
}

/** article comments block **/
#article_comments-block { /* .contrast-block */
}
#article_comments-block h2 {
  clear: both;
  padding: 3px 10px;
  margin: 12px -9px 15px;
  color: #ffffff; /* white */
  background-color: #002b54; /* drk_blue */
}
#article_comments-block div.comment {
  width: 719px;
  margin: 15px auto 33px;
  position: relative;
  z-index: 20;
}
#article_comments-block div.comment_top { /* .style_hook */
  background: url(img/speech_bubbles.png) 0px -67px no-repeat;
  position: relative;
  z-index: 15;
  height: 15px;
}
#article_comments-block div.even div.comment_top {
  background-position: -719px -67px;
}
#article_comments-block div.comment_content {
  position: relative;
  z-index: 20;
  margin: 0px 1px -33px 2px;
  padding: 0px 15px 0;
  background-color: #ffffff; /* white */
}
  #article_comments-block div.comment_info {
    padding-bottom: 5px;
  }
  #article_comments-block div.comment_info span.comment_by {
    font-size: 1.3em;
    color: #002b54; /* drk_blue */
    padding-right: 0.4em;
  }
  #article_comments-block div.comment_info span.comment_date {
    font-size: 1.1em;
    color: #808080; /* 80_gray */
  }
  #article_comments-block div.comment_content div.comment_copy {
    color: #000000; /* black */
    overflow: hidden;
    zoom: 1;
  }
  div.comment div.comment_bottom {
    clear: both;
    height: 33px;
    position: relative;
    background: url(img/speech_bubbles.png) 0px -34px no-repeat;
    z-index: 15;
    bottom: -33px;
  }
  div.even div.comment_bottom {
    background-position: -719px -34px;
  }


/** blog category tree **/
#v-category_tree {
  position: relative;
}
#v-category_tree #topics_list-collapse {
  margin: 0;
  padding: 0;
}
#v-category_tree #topics_list-collapse li {
  list-style-type: none;
  font-size: 1.2em;
  font-weight: 500;
  position: relative;
  margin: 0;
  padding: 0.2em 0;
  text-transform: capitalize;
}
#v-category_tree #topics_list-collapse li span {
  display: block;
  padding: 0 0 0 14px;
  cursor: pointer;
  color: #00467f; /* blue */
}
#v-category_tree #topics_list-collapse li span.topic {
  display: block;
  background: url(img/sprites.png) -377px -232px no-repeat; /* max-width 174, max-height 50 */
}
#v-category_tree #topics_list-collapse li span.open { /* .topic */
  background-position: -377px -282px;
}
#v-category_tree #topics_list-collapse li a:link, #v-category_tree #topics_list-collapse li a:visited {
  color: #595959; /* gray */
}
#v-category_tree #topics_list-collapse li a:link,
#v-category_tree #topics_list-collapse li a:visited,
#v-category_tree #topics_list-collapse li a:hover,
#v-category_tree #topics_list-collapse li a:visited {
  color: #000000; /* black */
}
#v-category_tree #topics_list-collapse li li:hover,
#v-category_tree #topics_list-collapse li:hover {
  text-transform: underline;
}
#v-category_tree #topics_list-collapse li li {
  text-transform: capitalize;
  font-size: 1.0em;
  padding-left: 35px;
  margin-right: -10px;
  margin-left: -49px;
}
#v-category_tree #topics_list-collapse li li a {
  display: block;
}




/** subscription-form **/
#subscription-form {
  margin-left: 0;
  margin-right: 0;
}
#subscription-form div.row {
  padding: 0 0 10px;
  clear: left;
  font-size: 1.1em;
  line-height: 1.45em; /* 16 / 11 */
  float: left;
}
#subscription-form #first_name-row,
#subscription-form #last_name-row {
  width: 285px;
  float: left;
  clear: none;
}
#subscription-form #name_email div.widget-error {
  padding-left: 12.0em;
}
#subscription-form #subscription_bools div.row {
  padding: 0 0 2px;
}
#subscription-form div.label {
  width: 13em;
  float: left;
  text-align: right;
}
#subscription-form div.label label {
  padding-right: 6px;
}
#subscription-form div.widget {
  margin-left: 14em;
}
#subscription-form #subscription_settings div.label {
  width: auto;
  text-align: left;
}
#subscription-form #subscription_settings div.widget {
  margin-left: 0em;
  float: left;
  width: 17em;
}
#subscription-form #subscription_settings div.widget input {
  width: 3em;
}
#subscription-form #newsletter_bool p {
  margin-bottom: 0;
}
#subscription-form div.widget-error {
  padding-left: 0.9em;
  color: #ae1500; /* error_red */
}

/* site_map */
#site_map {
}
#site_map ul {
  margin: 0;
  padding: 0;
}
#site_map li {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 12px;
}
#site_map a {
  display: block;
}
#site_map li.top_group {
  margin-top: 12px;
  float: left;
  width: 100%;
}

#site_map a.link_level_1 {

  /* h2 */
  font-size: 1.4em;
  line-height: 1.14em; /* 16 / 14 */
  font-weight: bold;
  color: #262626; /* 26_gray */
  margin: 0;
  padding: 0;
}
#site_map a.link_level_1:link,
#site_map a.link_level_1:visited,
#site_map a.link_level_1:hover,
#site_map a.link_level_1:active {
  color: #262626; /* 26_gray */
}
#site_map a.link_level_2 {
  /* h3 */
  font-size: 1.3em;
  line-height: 1.23em; /* 16 / 13 */
  font-weight: bold;

  /* h3.pronounced */
  color: #ffffff; /* white */
  padding: 3px 12px;
  background-color: #00467f; /* blue */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 0.4em;
}
#site_map a.link_level_2:link,
#site_map a.link_level_2:visited,
#site_map a.link_level_2:hover,
#site_map a.link_level_2:active {
  color: #ffffff; /* white */
}
#site_map li.list_level_2 {
  padding: 12px 0 0 12px;
  width: 30%;
  float: left;
}
#site_map ul.level_2 {
  padding: 6px;
  border: solid 1px #00467f; /* blue */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* #cam_gallery */
#cam_gallery { /* .js.float-grid */
}
#cam_gallery li {
  width: 238px; /* 238 + 6  max=238x138*/
  padding: 3px 6px;
  min-height: 149px;
}

/** .hot_deal-listing **/
div.hot_deal-listing div.block-image { /* .listing */
  width: 137px; /* 125 max width */
  text-align: left;
}
div.hot_deal-listing div.block-text {
  margin-left: 138px;
  width: auto;
}

div.hot_deal-listing div.toggle_on { /* .contrast-block */
  display: block;
}
div.hot_deal-listing div.toggle_off { /* .contrast-block */
  display: none;
}
div.hot_deal-listing p.hot_deal_expires {
  position: relative;
  padding-right: 10em;
  padding-bottom: 1.1em;
  margin-bottom: 0;
}
div.hot_deal-listing p.hot_deal_expires a.button-toggle {
}
div.hot_deal-listing a.button-toggle { /* .contrast-bar, .icon-wrapper */
  position: absolute;
  right: 0;
  top: 0.2em;
  float: none;
  padding-right: 23px;
}
div.hot_deal-listing span.button-toggle { /* .icon */
  background-position: -359px -225px;
  width: 13px;
  height: 13px;
  right: 4px;
  top: 3px;
  left: auto;
}
div.hot_deal-listing span.toggle_less { /* .button-toggle */
  background-position: -359px -241px;
}


/* ic-attendees */
#ic-attendees #survey_form {
  margin: 0.5em 0 1em;
  width: 732px;
}
#ic-attendees #survey_form div.row {
  width: 730px;
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding: 5px 0 5px;
  border-bottom: 1px dotted gray;
  line-height: 1.4em;
  font-size: 1.1em;
}
#ic-attendees #survey_form div.formui-viewspace div.row div.widget-error {
  color: #ae1500; 
}
#ic-attendees #survey_form div.row div.label {
  float: right;
  width: 630px;
}
#ic-attendees #survey_form div.row div.widget {
  width: 100px;
}
  
#ic-attendees #attendees-info {
  margin: 0.5em 0 1em;
  width: 732px;
}
#ic-attendees #attendees-info div.formui-viewspace {
  width: 730px;
  position: relative;
  overflow: hidden;
  zoom: 1;
  border-bottom: 1px dotted gray;
  padding: 8px 0 5px;
}
#ic-attendees #attendees-info div.formui-viewspace div.row {
  float: left;
  width: 182px;
  line-height: 1.4em;
  font-size: 1.1em;
}
#ic-attendees #attendees-info div.formui-viewspace div.form-status {
  display: none;
}
#ic-attendees #attendees-info div.formui-viewspace div.row div.widget-error {
  color: #ae1500; 
}
/* interconnect tour billing page */
#billing-info-form div.formui-viewspace div.row {
  line-height: 1.4em;
  font-size: 1.1em;
}
#billing-info-form div.formui-viewspace div.status {
  display: none;
}
#billing-info-form div.formui-viewspace div.row div.widget-error {
  color: #ae1500; 
  padding-left: 15.9em;
}
#billing-info-form div.row {
  padding: 0 0 10px;
  clear: left;
  font-size: 1.1em;
  line-height: 1.45em; /* 16 / 11 */
}
#billing-info-form div.label {
  width: 16em;
  float: left;
  text-align: right;
}
#billing-info-form div.label label {
  padding-right: 6px;
}
#billing-info-form div.widget label.error {
  display: block;
}

/*** -page section ***/

/* home-page */
#home-page {
  padding: 10px 0 0;
}
#home-page #monster_dump-bar {
  text-align: center;
  margin: 0 auto 10px;
}
    #monster_dump-bar a:link,
    #monster_dump-bar a:visited,
    #monster_dump-bar a:hover,
    #monster_dump-bar a:active {
      color: black;
    }

#hp-top_block { /* creates the border */
  float: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #3b84c7 url(img/gradient-lt_blue_border.png) repeat-x; /* gradient_lt_blue_border */
  padding: 1px;
}
#hp-top_block-inner {
  float: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #acd4f1 url(img/gradient-lt_blue.png) repeat-x;  /* gradient_lt_blue */
  padding: 12px;
}
#hp-super_promo-wrapper {
  float: left;
  width: 934px;
  height: 331px; /* 377 - 23*2 */
}
#hp-super_promo {
  margin: -23px 221px -23px 230px;
  position: relative;
  z-index: 100;
}
#hp-super_promo-inner {
}
#hp-super_promo-inner div.hp_photo-border {
  background: url(img/sprites.png) -551px -169px;
  position: relative;
  width: 488px;
  height: 377px;
}
#hp-super_promo-inner div.hp_photo-border #super_promo-content {
  padding: 35px 0 0 33px;
  width: 440px;
  height: 317px; /* 304 + 13 */
  position: relative;
overflow: hidden;
}
#hp-super_promo-inner div.hp_photo-border img {
  padding: 0;
}
div.video_data { display: none; }
#vm-ski_resort_report {
  float: left;
  width: 230px;
  margin-left: -934px;
  position: relative;
  z-index: 90;
}
#vm-ski_resort_report p {
  margin: 0;
}
#home-page ul.ui-tabs-nav {
  float: left;
  width: 100%;
  padding-bottom: 12px;
}
#home-page ul.ui-tabs-nav li {
  float: left;
  text-align: center;
  width: 115px;
}
#home-page ul.ui-tabs-nav li a {
  margin-right: 10px;
  padding: 3px 10px;
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #acd4f1; /* h2_blue */
  color: #00467f; /* blue */
}
#home-page ul.ui-tabs-nav li a:link,
#home-page ul.ui-tabs-nav li a:visited,
#home-page ul.ui-tabs-nav li a:hover,
#home-page ul.ui-tabs-nav li a:active {
  color: #00467f; /* blue */
}
#home-page ul.ui-tabs-nav li.ui-state-active a {
  color: #ffffff; /* white */
  background-color: #00467f; /* blue */
}
#home-page ul.ui-tabs-nav li.ui-state-active a:link,
#home-page ul.ui-tabs-nav li.ui-state-active a:visited,
#home-page ul.ui-tabs-nav li.ui-state-active a:hover,
#home-page ul.ui-tabs-nav li.ui-state-active a:active {
  color: #ffffff; /* white */
}

#vm-ski_resort_report div.ui-tabs-panel table.report th,
#vm-ski_resort_report div.ui-tabs-panel table.report td {
  font-size: 9px;   /* seems to best support long resort names with the new graphics from Jan 21 2010 */
}
#vm-ski_resort_report div.ui-tabs-panel table.report tr.monster_dump th,
#vm-ski_resort_report div.ui-tabs-panel table.report tr.monster_dump td {
  background: url(img/snowreport/monster_home_bg_green.png) 0px 50% repeat-x;
  color: black;
  padding: 0;
  margin: 0;
}
  #vm-ski_resort_report  tr.monster_dump th span.snow_report-resort_title {
    display: block;
    position: relative;
    left: -25px;
    top: 0;
    padding: 6px 0 6px 25px;
    background: url(img/snowreport/monster_home_bg_black.png) 0px 50% no-repeat;
    color: #95c420; /* monster_green */
  }

#v-tab-resort_weather #resort_weather-regions {
  padding: 0 15px;
}
#v-tab-resort_weather #resort_weather-regions h2 {
  font-size: 1.3em;
  color: #595959; /* gray */
  margin: .3em 0 .1em;
}
#v-tab-resort_weather div.block {
  padding: 0 0 8px 0;
}
#v-tab-resort_weather div.block-image {
  float: left;
  width: 70px;
  text-align: center;
}
#v-tab-resort_weather div.block-text {
  margin-left: 70px;
  padding-top: 5px;
  width: auto;
}
  
#hp-side-promos {
  float: left;
  width: 221px;
  margin-left: -221px;
  position: relative;
  z-index: 90;
}
#hp-side-promos ul {
  margin: 0;
  padding: 0;
}
#hp-side-promos li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 12px 12px 0;
  clear: left;
}
#hp-side-promos li div.allclear {
  background: url(img/sprites.png) -960px 0 no-repeat;
  margin-top: 12px;
  width: auto; /* ie needs this */
  overflow: hidden;
  zoom: 1;
  height: 2px;
}
#hp-side-promos div.block-image {
  float: right;
  width: 35px; /* 65 actual */
}
#hp-side-promos div.block-image img {
  margin-right: -30px;
}
#hp-side-promos div.block-text {
  margin-left: 0px;
  margin-right: 38px;
}
#hp-side-promos div.block-text h2 {
  line-height: 1.0em;
  margin: 0;
  font-size: 1.09em; /* 12/11 */
  text-transform: uppercase;
  font-weight: bold;
}
#hp-side-promos div.block-text p { /* assume only a single paragraph */
  margin: 0;
  padding: 0;
  font-size: 1.0em; /* 11/11 */
  line-height: 1.18em; /* 13/11 */
}

#hp-middle_bar {
  margin: 12px 0;
  clear: both;
  padding: 1px;
  background: #3b84c7 url(img/gradient-lt_blue_border-small.png) repeat-x; /* gradient_lt_blue_border */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: left;
}
#hp-middle_bar-inner {
  padding: 0px 20px 0 46px;
  background: #acd4f1 url(img/gradient-lt_blue-small.png) repeat-x; /* gradient_lt_blue */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: left;
  width: 892px;
}
#hp-middle_bar-inner h2 { /* .sprites */
  float: left;
  width: 119px;
  height: 32px;
  position: relative;
  margin: -3px 0px -3px 0px;
  padding: 0 37px 0 0;
  background-position: -340px -399px;
}
#hp-middle_bar-inner h2 a {
    width: 119px;
    height: 32px;
    position: absolute;
    display: block;
}
#hp-middle_bar-inner ul { /* .sprites */
  background-position: -1px -574px;
  background-color: #e4e5e7; /* off_white */
  padding: 0;
  width: 692px;
  position: relative;
  margin: -1px 0;
  bottom: -1px;
  float: right;
  border: solid 1px #6d839a;
  border-top: 0;
  border-bottom: 0;
}
#hp-middle_bar-inner li { 
  width: 640px; /* 692px */
  margin: 0;
  padding: 6px 26px 0;
  list-style-type: none;
text-align: center;
}
  
  
#vm-bottom-blocks {
  clear: both;
  padding-top: 12px;
  padding-bottom: 12px;
  float: left;
  z-index: 90;
  position: relative;
  width: 960px;
}
#vm-bottom-blocks div.column {
  width: 234px;
  height: auto; /* set using js */
  padding-bottom: 15px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #ffffff; /* white */
}
#vm-bottom-blocks h2.promo_image {
  height: 66px;
  margin: -6px 0 0;
  position: relative;
  padding: 0;
}
#vm-bottom-blocks div.content {
  padding: 0 12px 12px;
}
#vm-bottom-blocks h3.promo_title {
  background-color: transparent;
  font-size: 1.2em;
  line-height: 1.17; /* 14 / 12 */
  font-weight: bold;
  color: #00467f; /* blue */
  
  margin: 0.5em 0;
  padding: 0;
  border-bottom: 1px solid #00467f; /* blue */
}

#vm-bottom-blocks p.more_link { /* .pronounced */
  text-align: right;
}
  


/* interior-page */
#interior-page {
  padding-bottom: 24px;
float: left;
}
#interior-page #v-breadcrumbs {
  width: 65%;
  float: left;
  line-height: 2.2em;
  margin-top: -6px; /* don't use top padding */
  position: relative;
}
#interior-page #v-breadcrumbs a:link, 
#interior-page #v-breadcrumbs a:visited, 
#interior-page #v-breadcrumbs a:hover, 
#interior-page #v-breadcrumbs a:active,
#interior-page #v-page_tools-aside a:link, 
#interior-page #v-page_tools-aside a:visited, 
#interior-page #v-page_tools-aside a:hover, 
#interior-page #v-page_tools-aside a:active {
  color: #808080; /* 80_gray */
}

#interior-page #v-page_tools-aside {
  width: 30%;
  float: right;
  text-align: right;
  line-height: 2.2em;
  margin-top: -6px; /* don't use top padding */
  position: relative;
}
#v-page_tools-aside #print-icon { /* .icon-wrapper */
  padding: 3px 2.0em 3px 20px;
  height: 14px;
  line-height: 14px;
z-index: 20;
display: inline;
}
#print-icon span.icon { /* .sprites */
  background-position: -400px -169px;
  width: 14px;
  height: 14px;
}
#v-page_tools-aside #addthis-icon { /* .icon-wrapper */
  padding: 3px 2.0em 3px 20px;
  height: 14px;
  line-height: 14px;
z-index: 20;
display: inline;
}
#addthis-icon span.icon { /* .sprites */
  background-position: -377px -187px;
  width: 14px;
  height: 14px;
}

#interior-page div.main_block h1 {
  clear: both;
  padding: 3px 10px;
  margin: 0 -10px 1.2em;
}
#interior-page a,
#interior-page a:link,
#interior-page a:visited,
#interior-page a:hover,
#interior-page a:active {
  color:  #0f346b; /* link_blue */
}
#interior-page h3 a:link,
#interior-page h3 a:visited,
#interior-page h3 a:hover,
#interior-page h3 a:active {
  color: #ffffff; /* white */
  text-decoration: underline;
}
#interior-content-wrapper {
  float: left;
  width: 960px;
}
#interior-content {
  margin: 0 176px 0 176px;
}
#interior-page.layout-sidebar-content #interior-content {
  margin: 0 0 0 176px;
}
#interior-content div.main_block {
  width: 100%;
}
#interior-content div.main-block-inner {
  position: relative;
  background: url(img/bg_boxes.png) 0 -20px no-repeat;
  float: left;
  padding: 6px 12px;
  margin-top: -6px;
  width: 761px; /* 785 - (12*2) */
}
#interior-content-footer {
  clear: left;
}

#vm-interior-sidebar { /* .g2 */
  float: left;
  width: 160px;
  margin-left: -960px;
}
#vm-interior-sidebar p {
  font-size: 1.1em;
  line-height: 1.18em; /* 13 / 11 */
}
#vm-interior-sidebar h2 {
  font-size: 1.1em;
  line-height: 1.18em; /* 13 / 11 */
  margin: 4px 0;
  font-weight: bold;
}
#vm-interior-sidebar #v-local_nav {
  background-color: #569fd3; /* mid_blue */
  color: #ffffff; /* white */
  margin-top: 5px;
  margin-bottom: 32px;
  float: left;
  width: 100%;
}
#v-local_nav h2 { /* .sprites */
  position: relative; /* ie fix for h2 negative margin */
  font-size: 1.4em;
  line-height: 1.14em; /* 16 / 14 */
  font-weight: normal;
  height: 53px;
  margin: -5px 0 0;
  padding: 8px 0 0 58px;
  background-position: 0px -88px; /* default */
  color: #ffffff; /* white */
}
#v-local_nav h2#local_nav-report {
  background-position: 0px -88px;
}
#v-local_nav h2#local_nav-deals {
  background-position: -160px -88px;
}
#v-local_nav h2#local_nav-resorts {
  background-position: -320px -88px;
}
#v-local_nav h2#local_nav-planning {
  background-position: -480px -88px;
}
#v-local_nav h2#local_nav-adventures {
  background-position: -640px -88px;
}
#v-local_nav h2#local_nav-locals {
  background-position: -800px -88px;
}
#v-local_nav ul {
  margin: 0;
  padding: 0;
}
#v-local_nav li { /* .subnav1 */
  margin: 0 0 0 4px;
  list-style-type: none;
  padding: 0;
}
#v-local_nav li.subnav2 { margin: 0 0 0 16px; }
#v-local_nav li.subnav3 { margin: 0 0 0 22px; }
#v-local_nav li.subnav4 {
  margin: 0 0 0 28px;
  font-size: 90%;
}
#v-local_nav li.subnav5 {
  margin: 0 0 0 34px;
  font-size: 80%;
}
#v-local_nav a {
  display: block;
  line-height: 1.0em;
  padding: 0.5em 0 0.5em 1.5em;
  position: relative;
  margin: 0;
}
#vm-interior-sidebar #v-local_nav a span.arrow {
  display: block;
  width: 0;
  height: 0;
  border-left: 1em solid #569fd3; /* mid_blue */
  position: absolute;
  top: 0;
  left: 0em;
}
#v-local_nav a span.arrow {
  border: 1em solid #569fd3; /* mid_blue */
  border-right-width: 0.5em;
}
#v-local_nav a,
#v-local_nav a:link,
#v-local_nav a:visited,
#v-local_nav a:hover,
#v-local_nav a:active {
  color: #ffffff; /* white */
}
#v-local_nav a:hover,
#v-local_nav a:hover span.arrow {
  background-color: #356fb9; /* alt_mid_blue */
  border-color: #356fb9; /* alt_mid_blue */
  text-decoration: none;
}
#local_nav-footer { /* .sprites */
  clear: both;
  background-position: 0px -149px;
  width: 160px;
  height: 20px;
  margin-bottom: -20px;
  position: relative;
}
#v-newsletter_subscribe {
}
#v-newsletter_subscribe div.contrast-block-content {
  padding: 0 12px;
}
#v-newsletter_subscribe h2 {
  color: #595959; /* gray */
}
#v-newsletter_subscribe h2.icon-wrapper {
  padding: 10px 0 10px 36px;
  height: 28px; /* ie6 fix */
}
#v-newsletter_subscribe h2.icon-wrapper span.icon { /* .sprites */
  background-position: -340px -169px;
  width: 37px;
  height: 38px;
  left: 0px;
  top: 0px;
}
#newsletter_subscribe-field {
  width: 88px;
border: solid 1px black;
  background-color: white;
  color: black;
  margin: 6px 0 0;
  padding: 0 6px;
  font-size: 1.1em;
  text-align: left;
  float: left;
}
#v-newsletter_subscribe a.button-go { /* .sprites */
  float: left;
  width: 16px;
  height: 16px;
  margin: 6px 0 0 12px;
  background-position: -340px -344px;
}
#vm-interior-sidebar #left_banner-ad,
#vm-interior-sidebar #left_vertical_banner-ad {
  display: block;
  margin: 12px 0;
}
#vm-interior-aside {
  float: left;
  width: 160px;
  margin-left: -160px;
}
#vm-interior-aside #v-prime_listing {
  margin: 0 0 12px 0;
}

/* .member_service-page */
#vm-member_service-main { /* .main_block */
  /*width: 764px;*/
}
#member_service-copy-wrapper {
  width: 764px;
  float: left;
}
#v-member_service-copy {
  width: 272px;
}
#v-member_service_map {
  margin-top: 12px; 
}
#member_service-aside {
  float: left;
  margin-left: -464px;
  width: 464px; /* 764 - 300 */
}
#v-ski_resort_cam {
  width: 238px;
  float: left;
}
#v-ski_resort_cam p {
  text-align: right;
}
#v-ski_resort_snow_report {
  width: 216px; /* 12px margin */
  float: right;
}
#v-ski_resort_snow_report p {
  text-align: right;
}
#v-member_service_photos {
  clear: both;
  width: 464px;
}
#v-member_service_photos ul.float-grid li {
  width: 100px;
  margin: 0 5px 5px 0;
  min-height: 100px;
  padding: 0px;
}
#v-member_service_photos ul.float-grid li a {
  display: block; /* fix for ie */
}
#member_service_photo_gallery-link {
  position: relative;
  top: -7px;
  margin-bottom: -7px;
  display: block;
  clear: both;
  text-align: right;
}
#v-member_service_contact {
  clear: both;
  width: 454px;
  padding-top: 12px;
}
#member_service_links {
  margin: 0;
  padding: 0;
  width: 238px;
  float: left;
}
#member_service_links li {
  margin: 0 0 1.09em; /* 12 / 11 */
  padding: 0;
  list-style-type: none;
}
#member_service_links a.icon-wrapper {
  display: block;
  padding-left: 25px;
}
h2#member_service_contact_click_to_show {
  cursor: pointer;
  width: 201px;
  float: left;
  text-align: center;
  text-decoration: underline;
}
#member_service_contact {
  width: 204px;
  padding-left: 12px;
  float: right;
}
#v-member_service_contact_form {
  clear: both;
}
h2#member_service_contact_form_click_to_show {
  cursor: pointer;
  width: 301px;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-decoration: underline;
}
#v-member_service_contact_form div.form-status {
  border: 1px solid #ae1500; /* error_red */
  margin: 12px;
}
#v-member_service_contact_form div.form-status div.error {
  display: inline;
}
#v-member_service_contact_form #member_service_contactform-widgets-first_name-row,
#v-member_service_contact_form #member_service_contactform-widgets-last_name-row,
#v-member_service_contact_form #member_service_contactform-widgets-email-row {
  width: 227px;
  float: left;
  padding-bottom: 6px;
}
#v-member_service_contact_form #member_service_contactform-widgets-comments-row {
  width: 454px;
  float: left;
  padding-bottom: 6px;
}
#v-member_service_contact_form div.row div.label {
  font-size: 1.1em;
  line-height: 1.45em; /* 16 / 11 */
  font-weight: bold;
  width: 80px;
  float: left;
  text-align: right;
}
#v-member_service_contact_form div.row div.widget {
  float: left;
  padding-left: 6px;
}
#v-member_service_contact_form input.text-widget {
  width: 130px;
}
#v-member_service_contact_form div.widget-error div.error {
  font-size: 1.1em;
  line-height: 1.45em; /* 16 / 11 */
  margin-left: 68px; /* 80 - 12 */
  color: #ae1500; /* error_red */
}
#v-member_service_contact_form textarea {
  width: 360px;
}
#v-member_service_contact_form div.buttons {
  padding-top: 12px;
  clear: both;
  margin-left: 80px;
}

/* snow_report-page */
#snow_report-page {
}
#snow_report-page div.three_columns {
  width: 764px;
}
#snow_report-page div.column_a-wrapper {
  width: 100%;
  float: left;
}
#snow_report-page div.column_a {
  width: 272px;
  margin: 0;
}
#snow_report-page div.column_b {
  float: left;
  width: 216px;
  margin: 0 0 0 -462px;
}
#snow_report-page div.column_c {
  float: left;
  width: 216px;
  margin: 0 0 0 -216px;
}
#snow_report-page #monster_dump-block {
  float: left;
  width: 764px;
  margin-bottom: 18px;
}
#snow_report-page #monster_dump-block h2 {
  width: 231px;
  height: 46px;
  margin: 0;
  padding: 10px;
  position: relative;
  float: left;
}
#snow_report-page #snow_report-content div.monster_dump-contrast-block h3 {
  color: white;
}
#snow_report-page #monster_dump-block h2 span {
  width: 251px;
  height: 66px;
  background: url(img/snowreport/Monster-Dump-header-v_1a.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
  #snow_report-page #monster_dump-block_text {
    width: 513px;
    float: left;
    background-color: #b3dc49; /* monster_lt_green */
  }
  #snow_report-page #monster_dump-block_text p.monster_dump-info {
    background: url(img/snowreport/Monster-Dump-header-v_1a.png) -251px 0px no-repeat;
    padding: 5px 10px 2px 7px;
    font-weight: bold;
    zoom: 1; /* since using iepngfix */
  }
  #snow_report-page #monster_dump-block_text p.monster_dump-promo {
    background: url(img/snowreport/Monster-Dump-header-v_1a.png) -767px -37px no-repeat;
    padding: 3px 5px 8px 7px;
  }
#snow_report-page #monster_dump-block p {
  margin: 0;
  color: black;
}
#snow_report-page #monster_dump-block p.monster_dump-promo,
#snow_report-page #monster_dump-block p a:link,
#snow_report-page #monster_dump-block p a:visited,
#snow_report-page #monster_dump-block p a:hover,
#snow_report-page #monster_dump-block p a:active {
  color: black;
}

#snow_report-page #snow_report_info-block {
}
  #snow_report-page #snowmail-block {
    width: 260px;
    float: left;
    padding-bottom: 10px;
  }
  #snow_report-page #snow_report_tools-block {
    width: 252px;
    float: left;
    padding-bottom: 10px;
  }
  #snow_report-page #snow_report_tools-block div.row {
    padding: 0 0 0 10px;
  }
    #snow_report-page #snow_report_tools-block div.label {
      width: 14.5em;
    }
      #snow_report-page #snow_report_tools-block label {
        font-size: 1.3em;
        font-weight: bold;
      }
    #snow_report-page #snow_report_tools-block div.widget {
      padding: 10px 0;
    }
  #snow_report-page #interconnect_tour_status-block {
    width: 252px;
    float: left;
  }
    #interconnect_tour_status-block div.block {
      padding: 5px 0 0 0;
    }
    #interconnect_tour_status-block div.block-image {
      width: 60px;
    }
      #interconnect_tour_status-button {
        background: url(img/snowreport/interconnect_status.png) no-repeat;
        width: 50px;
        height: 50px;
      }
      #interconnect_tour_status-button span {
        display: none;
      }
        div.tour_status-on {
          background-position: 0 0;
        }
        div.tour_status-off {
          background-position: -50px 0;
        }
    #interconnect_tour_status-block div.block-text {
      margin-left: 60px;
    }
      #interconnect_tour_status-block div.block-text p {
        margin: 0;
      }
#snow_report-page #snowreport_sponsor-block {
}
  #snow_report-page #snowreport-sponsor {
    width: 220px;
    float: left;
  }
  #snow_report-page #snowreport-sponsor img {
    padding-top: 5px;
  }
  #snow_report-page #suggestions {
    float: left;
    width: 504px;
  }
    #snow_report-page #left_suggestion,
    #snow_report-page #right_suggestion { /* width: 252px; */
      float: left;
      width: 219px;
      padding-left: 15px;
      padding-right: 18px;
    }
    #snow_report-page #left_suggestion p,
    #snow_report-page #right_suggestion p {
      margin: 0;
    }
  
#snow_report-content table.layout {
  overflow: hidden;
}
#snow_report-content table.layout p {
  margin: 0;
  padding: 0;
}
#snow_report-content table.layout h4.monster_dump-bar {
  position: relative;
  width: 185px;
  height: 26px;
  color: black;
  padding: 0;
  margin: 0;
  text-indent: 18px;
  line-height: 26px;
}
#snow_report-content table.layout h4.monster_dump-bar-extra {
  height: 26px;
  padding: 0;
  margin: 0;
}
#snow_report-content table.layout h4.monster_dump-bar span {
  position: absolute;
  left: 0;
  top: 0px;
  background: url(img/snowreport/monster_dump-bar.gif) no-repeat;
  width: 552px;
  height: 34px;
}
#snow_report-content table.layout h4.monster_dump-bar-extra span {
  background-position: -185px 0;
}
#snow_report-content table.layout div.monster_dump-data { /* .snow_total-data */
  width: 153px;
  padding: 0 16px 6px;
  background-color: black;
  color: white;
}
#snow_report-content table.layout div.monster_dump-data p.snow_last_24 {
  margin-top: 8px;
  color: #95c420; /* monster_green */
}

#snow_report-content a.button-toggle { /* .contrast-bar, .icon-wrapper */
  float: left;
  padding-right: 23px;
}
#snow_report-content span.button-toggle { /* .icon */
  background-position: -359px -225px;
  width: 13px;
  height: 13px;
  right: 4px;
  top: 3px;
  left: auto;
}
#snow_report-content span.toggle_less { /* .button-toggle */
  background-position: -359px -241px;
}
  
  /* since this page may be printed we are using a table for layout here */
#snow_report-content table.layout {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}
#snow_report-content table.layout tr.middle td {
}
#snow_report-content h3 {
  background-color: transparent;
  color: #595959; /* gray */
  font-size: 1.2em;
  margin: 0;
  padding: 0;
}
#snow_report-content div.graphs-block ul.ui-tabs-nav {
  width: 100%;
  float: left;
  padding-bottom: 12px;
}
#snow_report-content div.graphs-block ul.ui-tabs-nav li {
  width: 30%;
}
#snow_report-content div.graphs-block ul.ui-tabs-nav li.last {
  float: right;
}
#snow_report-content div.graphs-block ul.ui-tabs-nav li a.contrast-bar {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

/* service_listing-page */
#service_listing-page {
}
#service_listing-page #region_listing-columns {
  float: left;
  padding-bottom: 12px;
}
#service_listing-page #region_listing-columns ul {
  margin: 0 0px 0 0;
  padding: 0;
}
#service_listing-page #region_listing-columns li {
  margin-left: 24px;
}
#service_listing-page #service_listing-copy-wrapper {
  width: 764px;
  float: left;
}
#service_listing-page #service_listing-copy {
  width: 435px;
}
#service_listing-page #service_listing-copy-aside {
  float: left;
  margin-left: -329px;
  width: 329px;
}
#service_listing-page #service_listing-copy-aside div.photo-border {
  margin-left: 15px;
  margin-top: -61px;
  background-position: 0px -169px;
  width: 340px;
  height: 262px;
}
#service_listing-page div.photo-border img {
  padding: 26px 0px 0px 17px;
}
#service_listing-page #service_listing_region-copy-wrapper {
  width: 764px;
  float: left;
}
#service_listing-page #service_listing_region-copy {
  width: 435px;
  margin-left: 341px;
}
#service_listing-page #service_listing_region-copy-aside {
  float: left;
  margin-left: -764px;
  width: 329px;
}
#service_listing-page #service_listing_region-copy-aside div.photo-border {
  margin-left: -19px;
  margin-top: -24px;
  background-position: 0px -169px;
  width: 340px;
  height: 262px;
}
#service_listing-page #map-content {
  width: 462px;
  float: left;
}
#service_listing-page #map-aside {
  float: left;
  width: 270px;
}
#service_listing-page #small-map-content {
  width: 352px;
  float: left;
}
#service_listing-page #small-map-aside {
  float: left;
  width: 220px;
}
#service_listing-page div.wide #map-content {
  width: 302px;
}
#service_listing-page div.wide #map-aside {
  width: 270px;
}
#service_listing-page #v-featured_service-listing div.contrast-block,
#service_listing-page #v-featured_service-listing h2.pronounced,
#service_listing-page #v-featured_service-listing h2.contrast-bar {
  clear: left;
}
#service_listing-page form div.row {
  padding: 0 0 10px;
  clear: left;
  font-size: 1.1em;
  line-height: 1.45em; /* 16 / 11 */
}
/** interconnect_tour_agree-page **/
#interconnect_tour_agree-page p.notice {
  border: solid 1px #ae1500; /* error_red */
  margin: 0.5em 1em;
  padding: 5px;
  width: 35.0em;
}

/** interconnect_tour_calendar-page **/
#interconnect_tour_calendar-page div.calendar-block {
  padding: 10px 0;
}
#interconnect_tour_calendar-page div.calendar-block h2.month-title {
  text-align: center;
  margin-bottom: -2em;
}
#interconnect_tour_calendar-page table.calendar_table {
  border-collapse: collapse;
  border: 1px solid black;
  width: 760px;
}
#interconnect_tour_calendar-page table.calendar_table th,
#interconnect_tour_calendar-page table.calendar_table td {
  vertical-align: top;
  padding: 4px;
  border: 1px solid #888;
}
#interconnect_tour_calendar-page table.calendar_table thead th {
  text-align: center;
  font-weight: bold;
}
#interconnect_tour_calendar-page table.calendar_table strong.day_label {
  display: block;
  float: left;
  background-color: white;
  padding: 2px;
  font-weight: bold;
  border: 1px solid #ccc;
  border-top: 0;
  border-left: 0;
  position: relative;
  top: -4px;
  left: -4px;
}
#interconnect_tour_calendar-page table.calendar_table span.event_list {
  display: block;
  clear: left;
}

#interconnect_tour_calendar-page p.next_prev-links {
  overflow: hidden;
  zoom: 1;
  width: 600px;
  margin: 5px auto;
}
#interconnect_tour_calendar-page p.next_prev-links a.previous-link {
  float: left;
}
#interconnect_tour_calendar-page p.next_prev-links a.next-link {
  float: right;
}
#interconnect_tour_calendar-page p.next_prev-links a.contrast-bar {
  display: block;
  width: 8em;
  text-align: center;
}
/* #interconnect_tour_event-page */
#interconnect_tour_event-page #interconnect_tour_register-p {
  overflow: hidden;
  zoom: 1;
}
#interconnect_tour_event-page #interconnect_tour_register-button { /* .contrast-bar */
  float: left;
  display: block;
  padding: 10px;
}

