body
{
  font-size: small;
  line-height: 160%;
  font-family: verdana;
  background-image: url(../images/roundhill-inside-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

body.homepage
{
  font-size: small;
  line-height: 160%;
  font-family: verdana;
  background-image: url(../images/roundhill-homepage-bg_new.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

.homepage #header-wrapper
{
  width: 100%;
  height: 301px;
  clear: both;
}
#header-wrapper
{
  width: 100%;
  height: 104px;
  clear: both;
}

#header
{
  width: 910px;
  height: 104px;
  display: block;
  clear: both;
  margin: 0 auto 0 auto;
}

.homepage #header
{
  width: 910px;
  height: 301px;
  display: block;
  clear: both;
  margin: 0 auto 0 auto;
}

#header h1
{
  width: 350px;
  height: 84px;
  float: right;
  display: block;
  margin: 20px 0 0 0;
}

.homepage #header h1
{
  width: 350px;
  height: 137px;
  float: right;
  display: block;
  margin: 68px 0 0 0;
}

#header h1 a
{
  width: 350px;
  height: 84px;
  float: right;
  display: block;
  background-image: url(../images/roundhill-logo.png);
  background-repeat: no-repeat;
  background-position: 60px 0;
  text-indent: -8000px;
}

.homepage #header h1 a
{
  width: 350px;
  height: 137px;
  float: right;
  display: block;
  background-image: url(../images/roundhill-logo-homepage.png);
  background-repeat: no-repeat;
  background-position: 20px 0;
  text-indent: -8000px;
}

#homepage-gallery-wrapper
{
  width: 501px;
  height: 221px;
  float: left;
  display: block;
  /*background-image: url(../images/gallery_overlay.png);*/
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 80px 0 0 0;
}

#report-wrapper
{
  width: 210px;
  height: 78px;
  float: left;
  display: inline;
  margin: 6px 0 0 114px;
  overflow: auto;
}

#report
{
  padding: 4px;
  color: #FFF;
  font-size: 90%;
  line-height: 140%;
}

#navigation-wrapper {
  width: 100%;
  height: 51px;
  clear: both;
  background-image: url(../images/nav-bg.png);
  background-repeat: repeat-x;
  background-position: left bottom;}

ul#nav
{
  width: 960px;
  height: 51px;
  clear: both;
  margin: 0 auto 0 auto;
  padding: 0 0 0 20px;
}

#nav li
{
  height: 51px;
  float: left;
  display: inline;
  text-transform: uppercase;
}


#nav li a:link, #nav li a:visited
{
  height: 51px;
  padding: 24px 8px 0 8px;
  float: left;
  display: inline;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 90%;
}

#nav li a:hover,#nav li a:active
{
  height: 51px;
  float: left;
  display: inline;
  background-image: url(../images/nav-bg-over.png);
  background-repeat: repeat-x;
  background-position: center top;
  text-decoration: none;
  text-transform: uppercase;
}


#main-wrapper
{
  width: 100%;
  clear: both;
}

#main
{
  width: 910px;
  display: block;
  clear: both;
  margin: 37px auto 0 auto;
}

#footer-wrapper
{
  width: 100%;
  clear: both;
  background-image: url(../images/footer-stripe.jpg);
  background-repeat: repeat-x;
  background-position: 0 48px;
}

#footer
{
	width: 910px;
	height: 120px;
	display: block;
	clear: both;
	margin: 0 auto 0 auto;
	height: 100px;
}

#footer-left
{
  width: 700px;
  height: 120px;
  float: left;
  display: block;
  padding: 129px 0 0 0;

}

#footer-left p
{
  color: #999;
  background-color: transparent;
  font-size: 80%;
  line-height: 160%;
}

#footer h5
{
  width: 180px;
  display: block;
  height: 137px;
  float: right;
  /*background-image: url(../images/hare-mascot-01.png);*/
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -8000px;
}


#sub-nav-column
{
  width: 140px;
  display: inline;
  float: left;
  padding: 0 20px 0 0;
}


#sub-nav-column h3
{
  color: #2A2C7D;
  background-color: transparent;
  font-family: "Lucida Sans","Lucida Grande",Verdana,Arial,sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 0.5em;
  padding: 0 0 0 0;

}
ul#sub-nav li{
  margin-bottom: 6px;
}


ul#sub-nav { 
padding: 0 0 0 0; 
  font-size: 12px;
  line-height: 16px;}

ul#sub-nav li a:link,ul#sub-nav li a:visited
{
  padding: 0 0 0 0;
  color: #666;
  background-color: #FFF;
  text-decoration: none;
}
ul#sub-nav li a:hover,ul#sub-nav li a:active
{
  padding: 0 0 0 0;
  color: #d92027;
  background-color: #FFF;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 3px 3px;
}

.homepage .content
{
  width: 345px;
  float: left;
  display: inline;
  padding: 0 20px 0 0;
}

.content
{
  width: 365px;
  float: left;
  display: inline;
  padding: 0 25px 0 0;
}

.content.wide
{
  width: 600px;
  float: left;
  display: inline;
  padding: 0 25px 0 0;
}

.content.xwide
{
  width: 710px;
  float: left;
  display: inline;
  padding: 0 25px 0 0;
}

.content a:link
{
  color: #666;
  font-style: italic;
}

.content a:visited
{
  color: #999;
  font-style: italic;
}

.content a:hover
{
  color: #C00;
  font-style: italic;
}

.content a:active
{
  color: #F00;
  font-style: italic;
}
.homepage #sidebar
{
  width: 310px;
  display: block;
  float: left;
  height: 500px;
}

#homepage-features
{
  width: 310px;
  float: left;
  display: block;
}

.homepage #newsletterbox-wrapper
{
  float: left;
  display: block;
  width: 302px;
  height: 87px;
  background-image: url(../images/newsletterbox-bg_W2.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-bottom: 4px;
}

.homepage #newsletterbox
{
  float: left;
  display: block;
  width: 205px;
  height: 87px;
  padding: 28px 0 0 95px;
  margin: 0 0 10px 0;
}

#newsletterbox p
{
  font-size: 90%;
  line-height: 120%;
}

#newsletterbox p a:link,#newsletterbox p a:visited,#newsletterbox p a:hover,#newsletterbox p a:active
{
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
}

#two-thumbs-homepage-feature-wrapper
{
  float: right;
  display: block;
  width: 275px;
  height: 73px;
  background-image: url(../images/two-thumbs-homepage-feature_W2.jpg?1);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0 4px 8px 0;
}
#two-thumbs-homepage-feature {
  float: left;
  display: block;
  width: 160px;
  height: 87px;
  padding: 13px 0 0 44px;
  margin: 0 0 10px 0;}

#two-thumbs-homepage-feature p {
  font-size: 90%;
  line-height: 120%;
}

#two-thumbs-homepage-feature p a:link,#two-thumbs-homepage-feature p a:visited,#two-thumbs-homepage-feature p a:hover,#two-thumbs-homepage-feature p a:active
{
  color: #FFF;
  text-decoration: none;
}

#webcam-homepage-wrapper
{
	display: block;
	width: 280px;
	float:right;
	padding-right:10px;
	margin-top: 10px;
}

#webcam-homepage
{
  float: right;
  display: block;
width: 270px;
height: 239px;
  background-image: url(../incl/round.php?src=webcam-body-bg_W.gif&radius=3);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 0 0 0 0;
text-align:center;
}

#webcam-homepage h1
{
color: #fff;
  width: 220px;
text-align: left;


  padding: 2px 0 0px 5px;

}

#webcam-homepage img
{
	padding: 0 0 0 5px;
}

.shot-of-the-day-wrapper, .webcams-wrapper
{
	width: 280px;
	float:right;
	margin-top: 0px;
}
.shot-of-the-day-wrapper h1, .webcams-wrapper h1
{
  color: #D92027;
  background-color: transparent;
  /*font-family: Georgia,times,"times new roman",serif;*/
  font-family: "Lucida Sans","Lucida Grande",Verdana,Arial,sans-serif;
  font-size: 150%;
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 0.5em;
}
.shot-of-the-day-wrapper p
{
  font-family: "Lucida Sans","Lucida Grande",Verdana,Arial,sans-serif;
  font-size: 87%;
  line-height: 145%;
  background-color: transparent;
  color: #666;
  margin-bottom: 1em;
}

.webcams-wrapper .webcam_thumb
{
	width:130px;
	float: left;
	margin-bottom: 10px;
	margin-right:10px;
}

#sidebar
{
  display: block;
  float: left;
  height: 400px;
  width: 270px;
}


.homepage #sidebar
{
  width: 270px;

  display: block;
  float: left;
  height: 400px;
  padding: 10px 0 0 14px;
}

p.benzeenees a
{
  width: 90px;
  height: 90px;
  clear: both;
  display: block;
  background-image: url(../images/logo-benzeenees.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -8000px;
  margin: 25px 0 0 30px;
}

p.two-thumbs a
{
  width: 90px;
  height: 90px;
  clear: both;
  display: block;
  background-image: url(../images/logo-two-thumbs-cafe.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -8000px;
  margin: 25px 0 0 30px;
}
p.central-park-small a
{
  width: 140px;
  height: 86px;
  display: block;
  background-image: url(../images/logo-central-park-small.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -8000px;
  margin: 20px 0 0 0;
}
p.central-park-long a
{
  width: 314px;
  height: 86px;
  display: block;
  background-image: url(../images/logo-central-park-long.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -8000px;
  margin: 330px 0 0 0;
}
.content h1
{
  color: #D92027;
  background-color: transparent;
  /*font-family: Georgia,times,"times new roman",serif;*/
  font-family: "Lucida Sans","Lucida Grande",Verdana,Arial,sans-serif;
  font-size: 150%;
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 0.5em;
}

.content h2
{
  color: #D92027;
  background-color: transparent;
  font-family: "Lucida Sans","Lucida Grande",Verdana,Arial,sans-serif;
  font-size: 110%;
  font-weight: bold;
  line-height: 110%;
  margin-bottom: 0.5em;
}

.content p
{
  font-family: "Lucida Sans","Lucida Grande",Verdana,Arial,sans-serif;
  font-size: 87%;
  line-height: 145%;
  background-color: transparent;
  color: #666;
  margin-bottom: 1em;
}

.content li
{
  font-family: "Lucida Sans","Lucida Grande",Verdana,Arial,sans-serif;
  font-size: 87%;
  line-height: 145%;
  background-color: transparent;
  color: #666;
  margin-bottom: 0.5em;
  list-style-type: disc;
  list-style-position: inside;
}

/* Styles for the grid overlays */

.innerpage-image-container
{
  float: left;
  /* height: 308px; */
  width: 315px;
  overflow: hidden;
  position: relative;
  border-top: 0;
  border-right: 0;
  border-bottom: 10px #fff solid;
  border-left: 0;
  clear: both;
  margin: 0;
  padding: 0;
}

.innerpage-image-overlay
{
  background-image: url(../images/grid-01-overlay.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 308px;
  width: 315px;
  position: absolute;
  z-index: 100;
  left: 0px;
  top: 0px;
}
.QUIKEDIT .innerpage-image-overlay {
display: none;
}
.homepage-image-container
{
  float: left;
  height: 308px;
  width: 217px;
  overflow: hidden;
  position: relative;
  border-top: 0;
  border-right: 0;
  border-bottom: 10px #fff solid;
  border-left: 0;
  clear: both;
  margin: 0;
  padding: 0;
}

.homepage-image-overlay
{
  background-image: url(../images/homepage-grid-overlay.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 308px;
  width: 217px;
  position: absolute;
  z-index: 100;
  left: 0px;
  top: 0px;
}
.QUIKEDIT .homepage-image-overlay {
display: none;
}
/* Rates Table */


table {
  border-collapse: collapse;
  width: 50em;
  border: 1px solid #666;
}

caption {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
}

td {
  padding: 0.1em 1em;
}

.odd {
  background-color:#edf5ff;
}

input[type=text] {
color: #666666;
background: url(/engineware/system/images/txtBox.png) repeat-x center bottom #fff;
padding: 2px;
margin: 2px;
border: 1px solid #ccc;
}
input[type=submit] {
border: 1px solid #ccc;
}


div.newsintro,div.news-signup {
width: 280px;
height: 120px;
border: 1px solid #eee;
float: left;
background: #eee;
padding: 6px;
margin-bottom: 10px;
}
div.newsintro {
margin-right: 5px;
}

#webcam-homepage > div {
width: 230px;
height: 200px;
background: url(/snowfeed/webcam5.jpg) 50% -20px no-repeat;
margin-left: 20px
}
#webcam-homepage {
margin-bottom: 20px;
}
#_quikviewLoad {
  width: 32px;
  height: 32px;
  background: url(/images/throbber.gif) no-repeat;
}

.video-item {margin:10px 0 20px 0; padding:0 0 20px 0; border-bottom: 1px solid #999;}

/* HACKS */

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
