#pagecontent {
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    letter-spacing: 1px;
    width: 680px;
    padding: 20px 40px 45px 40px;
    border: 2px solid #3b5757;
    background-color: #222;
    color: #ddd;
    margin-right: auto;
    margin-left: auto;
}

.wrapImgTxt {
    padding: 0px 0px 10px 0px;
    float: right;
    clear-after: both;
}

.wrapImgTxt:after {
    clear: both;
}

#pagecontent a, #pagecontent a:visited { font-size: 12px; color: #fea; text-decoration: none;}
#pagecontent a:hover, #pagecontent a:active{ text-decoration: underline;}

#pageheader {
    font-size: 28px;
    font-family:  Arial, Helvetica, Verdana, sans-serif;
    font-style: italic;
    font-variant: small-caps;
}

#pagecontent h1{
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    border-bottom: 1px solid #3b5757;
    padding: 5px 0;
    margin: 10px 0 15px 0;
    text-transform: uppercase;
}

#pagecontent h2{
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    border-bottom: 1px solid #3b5757;
    padding: 5px 0;
    margin: 10px 0 15px 0;
}
    
#pagecontent h3, #pagecontent h4, #pagecontent h5, #pagecontent h6{
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 5px 0;
    color: #bddede;
}
	
#pagecontent em{
    font-style: italic;
    color: #eee;
}

#pagecontent h2 em{ font-weight: normal; color: #eee; }


#pagecontent img {
    margin: 10px 0px;
    border: 1px solid #3b5757;
    padding: 1px;
    background-color: #111;
}

#pagecontent img.transparent {
    border: none;
    padding: 5px;
    background: none;
    vertical-align: middle;
}

#pagecontent #img_wrapper_big,#pagecontent .img_wrapper_big {
    padding: 1px;
}

#pagecontent #img_wrapper_right,#pagecontent .img_wrapper_right {
    float: right;
    margin: 10px;
}

#pagecontent #img_wrapper_left,#pagecontent .img_wrapper_left {
    float: left;
    margin: 10px;
}

#pagecontent div.hr{ border-bottom: 1px solid #3b5757; margin-bottom: 15px}

#pagecontent p, #pagecontent dl, #pagecontent table {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

#pagecontent p.caption{
	margin:0;
	padding: 6px 0;
	color: #666;
	display: block;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	letter-spacing: 1px;
	text-align: center;
	width: auto;	
}

#pagecontent table.col_2, #pagecontent table.col_3{width: 100%; }
#pagecontent table.col_2 td.c_1{ width: 43%;  vertical-align: top; }
#pagecontent table.col_3 td.c_1{ width: 30%;  vertical-align: top; }
#pagecontent table.col_2 td.c_3{width: 50%;  vertical-align: top; }
#pagecontent table.col_2 td.c_4{width: 75%;  vertical-align: top; }
#pagecontent table.col_2 td{ padding: 3px 0;  vertical-align: top; }

#carpetVideo {
    margin: 25px auto 30px auto;
    display: block;
}

#carpetVideo #vidContainer {
    margin: 0px auto 0px auto;
    display:block;
    float: none;
}

#centerVideo {
    margin: 25px auto 30px auto;
    display: block;
}

#centerVideo #vidContainer {
    margin: 0px auto 0px auto;
    display:block;
    float: none;
}

#rightVideo {
    margin: 25px auto 30px auto;
    display: block;
}

#rightVideo #vidContainer {
    margin: 0px auto 0px auto;
    display:block;
    float: left;
}


.local_map{
  clear:left;
  margin-left:-39px;
  margin-top:25px;
  margin-bottom:50px;
}

  .local_map a{
    display:block;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    background: rgb(35,115,117); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(35,115,117,1) 0%, rgba(33,103,105,1) 50%, rgba(28,93,98,1) 51%, rgba(16,91,86,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,115,117,1)), color-stop(50%,rgba(33,103,105,1)), color-stop(51%,rgba(28,93,98,1)), color-stop(100%,rgba(16,91,86,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(35,115,117,1) 0%,rgba(33,103,105,1) 50%,rgba(28,93,98,1) 51%,rgba(16,91,86,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(35,115,117,1) 0%,rgba(33,103,105,1) 50%,rgba(28,93,98,1) 51%,rgba(16,91,86,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(35,115,117,1) 0%,rgba(33,103,105,1) 50%,rgba(28,93,98,1) 51%,rgba(16,91,86,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#237375', endColorstr='#105b56',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(35,115,117,1) 0%,rgba(33,103,105,1) 50%,rgba(28,93,98,1) 51%,rgba(16,91,86,1) 100%); /* W3C */
    line-height:20px;
    height:20px;
    font-size:9px;
    text-align:center;
    margin-top:5px;
    margin-left:10px;
    cursor:pointer;
    width:150px;
    float:left;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
    color:#fff !important;
  }

  .local_map a:hover{
    background: rgb(44,146,147); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(44,146,147,1) 0%, rgba(33,103,105,1) 50%, rgba(28,93,98,1) 51%, rgba(16,91,86,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,146,147,1)), color-stop(50%,rgba(33,103,105,1)), color-stop(51%,rgba(28,93,98,1)), color-stop(100%,rgba(16,91,86,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(44,146,147,1) 0%,rgba(33,103,105,1) 50%,rgba(28,93,98,1) 51%,rgba(16,91,86,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(44,146,147,1) 0%,rgba(33,103,105,1) 50%,rgba(28,93,98,1) 51%,rgba(16,91,86,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(44,146,147,1) 0%,rgba(33,103,105,1) 50%,rgba(28,93,98,1) 51%,rgba(16,91,86,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c9293', endColorstr='#105b56',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(44,146,147,1) 0%,rgba(33,103,105,1) 50%,rgba(28,93,98,1) 51%,rgba(16,91,86,1) 100%); /* W3C */
    text-decoration:none !important;
    }

  .local_map .map_area{
    clear:left;
    width:759px;
    height:400px;
    -webkit-box-shadow: 0px 0px 20px 0px #000000;
    -moz-box-shadow: 0px 0px 20px 0px #000000;
    box-shadow: 0px 0px 20px 0px #000000;
    background:#000 url('http://dev.bridgerbowl.com/images/green_map.jpg') 0px 0px;
  }
.dombliss{
    background:rgb(30,30,30) !important;
  }
  .dombliss header{
    display:block;
    width:759px;
    margin-left:-39px;
    height:355px;
    background:transparent url('./pageImages/dombliss2.jpg');
    overflow:hidden;
    margin-top:-20px;
    }

    .dombliss header h1{
      display:none;
      color: #6888a8;
    }

    .dombliss section{
      font-family:'Cherry Cream Soda' !important;
      display:block;
      width:300px;
      color:#82c7b8 !important;
      text-align:center !important;
      border:0px !important;
      float:left;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      background:rgba(0,0,0,0.2);
      margin-left:40px;
      margin-top:30px;
      margin-bottom:40px;
      -webkit-transform: rotate(-0.0000000001deg);
    }

    .dombliss section h1{
      font:bold 36px/36px 'Cherry Cream Soda',Arial,Sans-serif !important;
      text-transform: none !important;
      border:0px !important;
      font-variant:small-caps !important;
      }
    .dombliss section h2{
      border:0px !important;
      line-height:20px !important;
      margin-top:-30px !important;
      }
      .dombliss section p strong{
        font-size:200% !important;
        font-weight:900;
        font-style:italic !important;
      }
      .dombliss section p b{
        font-size:150% !important;
        font-weight:900;
        text-transform:capitalize !important;
      }

      .dombliss section ul{
        list-style:none;
        }
        .dombliss section ul li{
          font-size:125% !important;
          }

    .dombliss footer{
      display:block;
      clear:left !important;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      background:rgba(0,0,0,0.2);
      text-align:center;
      height:50px;
      line-height:50px;
      font-weight:900 !important;
    }




    .dombliss section.pink *{
      color:#82c7b8;
      font-family:'Cherry Cream Soda' !important;
    }

    .dombliss .canyou{
      background:transparent url('./pageImages/canyou.png') center center no-repeat;
      width:100%;
      height:50px;
      margin-top:30px;
      margin-bottom:30px;
      clear:left;
    }

    .dombliss section a{
      display:block;
      background:rgba(0,0,0,0.2);
      text-decoration:none !important;
      width:300px;
      height:30px;
      line-height:30px;
      color:#FFF !important;
      -moz-border-radius-topleft: 0px;
      -moz-border-radius-topright: 0px;
      -moz-border-radius-bottomright: 20px;
      -moz-border-radius-bottomleft: 20px;
      -webkit-border-radius: 0px 0px 20px 20px;
      border-radius: 0px 0px 20px 20px;
      }

      .dombliss section a:hover{
        background:rgba(0,0,0,0.5);
      }

      .dombliss form{
        display:block;
        clear:left !important;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background:rgba(0,0,0,0.2) url('./pageImages/share.png') 20px 10px no-repeat;
        padding-left:30px;
        padding-top:60px;
        padding-bottom:30px;
      }

      .dombliss form input, .dombliss form textarea{
        background:rgba(255,255,255,0.9);
        padding:4px;
        margin:5px;
        color:#000;
        border:1px solid #000;
      }
      .dombliss form input[type="text"]{
        width:288px;
      }
      .dombliss form input[name="subject"]{
        width:600px;
      }
      .dombliss form input[type="submit"]{
        width:100px;
        margin-left:516px;
      }
      .dombliss * .cap{
        margin-left:296px;
      }
      .dombliss form textarea{
        width:600px;
        height:150px;
      }
