/* @override http://whitewatervillage.ca/styles/whitewater.css */

/* this line imports the css for the IE png fix */
@import "htc.css";

/* this line imports the css for the navigation bar */
@import "top-nav.css";

/* this CSS file sets up the layout of the Whitewater web site */

/* -- General Layout Design -- */     


		
body {
	background:#fff;
	position:relative;
	text-align:center;
	background:#fff;
}

html body #content h5 {color:#39659b!important;}

.noprint {
	display: none;
	visibility: hidden;
}

#container {
	width:100%;
	position:relative;
	text-align:left;
	float:left;
	background: url(../images/footer-dots.gif) repeat-x left bottom;
}
#pageBackground {
	width:100%;
	position:relative;
	text-align:left;
	float:left;
}
#pageWrapper {
	width:960px;
	margin:0 auto;
	float:none;
	position: relative;
}
	
#pageWrapper #tagline {
	display: block;
	position: absolute;
	top: 120px;
	left: 540px;
	color: #f8f8f8;
	font-size: 34px;
}



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* -- Header styles -- */
#pageWrapper #header {
	width:960px;
	height:224px;
	position:relative;
	overflow:show;
}


/* -- Main Content styles -- */
#pageWrapper #contentWrapper {
	clear:both;
	width:941px;
	float:left;
	padding-bottom:20px;
}
#pageWrapper #content {
	width:941px;
	position:relative;
	float:left;
}
#contentWrapper #content #mainContent {
	width:580px;
	float:left;
	/*margin-right:65px;*/
	padding:30px 0;
}

#contentWrapper #content #video {
	padding:30px 0;
}
table {
	margin: 0;
}

.padleft {
	padding-left:20px;
}

caption {
	color:#336633 !important;
	font-size:153.9%;
	font-weight:bold;
	margin-left:8px;
	padding:10px 0;
	border-bottom:1px dashed;
}

#SearchEnewsletters1_lnkbDate, #SearchEnewsletters1_lnkbTitle, #SearchEnewsletters1_lnkbType{
	color:#39659b !important;
	text-decoration:underline;
}
#SearchEnewsletters1_lnkbDate:hover, #SearchEnewsletters1_lnkbTitle:hover, #SearchEnewsletters1_lnkbType:hover{
	text-decoration:none;
}
table td, table th{
	padding:10px;
	line-height:120%;
	text-align:left;
/*	vertical-align:top;*/
}
table tr.even th{background: #f4efe9;}
table tr.even td{background: #eee !important;}
table tr.oddRow th, table tr.oddRow td{background: #f4efe9 !important;}

#eNewsletter h6, #eNewsletter #article-meta-info{
	margin-bottom:30px !important;
}

a.newsletterTitleLink{
	color:#39659b !important;
}
a.newsletterTitleLink:hover {
	text-decoration:underline;
}
a.thumbnail{
	display:block;
	float:left;
	margin:20px 20px 10px 0;
}
a.thumbnail img{
	padding:2px;
	border:1px solid #ebebeb;
	clear:right;
}
a.thumbnail span{
	display:block;
	margin:5px;
	float:left;
}
a.thumbnail:hover img{
	border:1px solid #ccc;
}
/* -- Side Content styles -- */
#pageWrapper #content div#sidebar {
	width:331px;
	/*w\idth:341px;*/
	float:right;
	margin-top:30px;
}

#content div#sidebar div.wrapr {
	margin-bottom:15px;
	padding-bottom:15px;
	padding-bottom:230px;
	border-bottom:1px dashed #aaa;
	width:331px;float:left;
}

/*-->*/#content div#sidebar div.wrapr ul li img {
	margin-bottom:15px;
	padding-bottom:15px;
	padding-bottom:240px;
}

#content div#sidebar a {
	clear:both;
	float:left;
	display:block;
	cursor:pointer;
	margin-bottom:15px;
	width:331px;height:107px;
	background-repeat:no-repeat;
	background-position:top left;
	position:relative;z-index:80;
}/*-->*/#content div#sidebar a.box1 {background-image:url(../images/bg_box01.jpg);}
/*---->*/#content div#sidebar a.box2 {background-image:url(../images/bg_box02.jpg);}
/*----->*/#content div#sidebar a.box3 {background-image:url(../images/bg_box03.jpg);}
/*------>*/#content div#sidebar a.box4 {background-image:url(../images/bg_box04.jpg);}
/*------->*/#content div#sidebar a.box5 {background-image:url(../images/bg_box05.jpg);}



#content div#sidebar a h2 {
	width:281px;
	height:100%;
	position:relative;
	float:left;
	overflow:hidden;
	z-index:50;
}/*-->*/#content div#sidebar a h2 strong {font-weight:bold;}
/*-->*/#content div#sidebar a.box5 h2 strong {color:#cad611;font-size:26px;text-transform:uppercase;}

#content div#sidebar a p {
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	-webkit-text-shadow: 2px 2px 2px #000;
	padding-left:10px;
	overflow:hidden;
	position:absolute;
	height:3em;
	width:60%;
	bottom:0;
	font-size:10px;
	color:#fff;
	display:block;
	z-index:40;
}


#content div#sidebar a h2 em {
	font-family:Tahoma, Geneva, sans-serif;
	color:#fff;
	font-size:18px;
	font-style:normal;
	font-weight:normal;
	position:absolute;
	left:10px;
}/*-->*/#content div#sidebar a.box1 h2 em {bottom:10px;}
/*---->*/#content div#sidebar a.box2 h2 em {top:10px;}
/*----->*/#content div#sidebar a.box3 h2 em {bottom:10px;}
/*------>*/#content div#sidebar a.box4 h2 em {top:10px;}
/*------->*/#content div#sidebar a.box5 h2 em {top:10px;font-size:16px;}


#content div#sidebar a span {
	background:url(../images/icon_arrow.png) left center no-repeat;
	text-indent:-1000em;
	margin-right:10px;
	display:block;
	float:right;
	width:40px;
	height:100%;
}/*-->*/#content div#sidebar a:hover span {background-image:url(../images/icon_arrow-hvr.png);}



ul#video-list {
	margin-top: 8px;
	list-style-type: none;
	height: 100px;
}

#video-list li {
	float: left;
	border-style: solid;
	border-width: 1px;
	width: 80px;
	height: 55px;
	margin: 2px;
}

#mainContent p strong {
	font-weight: bold;
}

#mainContent p {
	padding: 0 0 8px;
	margin: 0;
}

#mainContent .newsEvents {
	margin-bottom: 12px;
	border-bottom: 1px solid gray;
}

#mainContent h1 {
	color: black;
	font-size: 18px;
	border-top: 1px solid gray;
	padding-top: 8px;
}

#mainContent h1.item1 {
	color: black;
	font-size: 18px;
}

#mainContent h2 {
	color: gray;
	font-size: 16px;
	padding-top: 2px;
}

#mainContent ul li {
	line-height: 20px;
}


/* -- Extra Content styles -- */
/*#pageWrapper #extraWrapper {
	width:960px;
	w\idth:890px;
	padding-left:70px;
}
#pageWrapper #extraWrapper .extra {
	width:268px;
	w\idth:220px;
	height:258px;
	he\ight:220px;
	padding:24px 24px 14px 24px;
	float:left;
	background-color:#cbd4ef;
}*/

#sideContent .extra {
	padding:24px 24px 14px 24px;
	float:left;
	margin-bottom:15px;
}

#sideContent .extra ol li {
	float:left;
	margin-bottom:15px;
	line-height:normal;
}/*-->*/#sideContent .extra ol li a {font-size:12px;text-decoration:underline;}

#sideContent .extra.green-gradient {
	background: url(../images/extra-green-gradient.gif) repeat-x #cde1bc;
}
#sideContent .extra.blue-gradient {
	background: url(../images/extra-blue-gradient.gif) repeat-x #cbd4ef;
}
.extra h4 {margin-bottom:5px;padding:10px 7px;}
.extra h4.dark-green a {color:#336633;}
.extra h4.lime-green a {color:#339933;}
.extra h4.red a{color:#c00;}

.extra h4 a{
	background: url(../images/green-arrow.gif) no-repeat 100% 50%;
	padding-right:20px;
}
.extra img{
	margin-bottom:15px;
}
.extra p{
	font-size: 93%;
	line-height: 120%;
}
a.read-more{
	color:#82711c;
}

.contestEntry {
	margin-top: 0;
}

.contestEntry td caption {
	color:#336633 !important;
	font-size: 153.9%;
	font-weight:bold;
	margin-left: 8px;
	padding:10px 0;
	border-bottom:1px dashed;
}

.validatecolor {
	color: #cc0000;
}

/* Contact us form */
.form-input-width150 {
	width: 150px;
}

.form-input-width155 {
	width: 155px;
}

.form-input-width200 {
	width: 200px;
}


/* footer styles */
#footer {
	width:960px;
	float:left;
/*	background: url(../images/page-footer-border.gif) repeat-x 0 100%;
	border-top:1px dashed #999;*/
	position:relative;
	padding:20px 0 50px 0;
}
#footer ul {
	list-style: none;
	margin-bottom: 10px;
	text-align:center;
}
#footer ul li{
	margin: 0 3px 0 0;
	padding-right:8px;
	background: url(../images/footer-nav-border.gif) no-repeat 100% 60%;
	display: inline;
	color:#666;
	font-size: 93%;
}
#footer ul li.last {
	background:none;
	padding-right:0;
}
#footer ul li a {
	color:#666;
}
#footer ul li a:hover{
	text-decoration:underline;
}
#footer p{
	margin: 0;
	margin-bottom:0;
	color:#666;
	text-align:center;
}

span.validatecolor{
	color:#f00;
}

ul#tours{
float:right;
color:white;
font-weight:bold;
	width: 319px;
	height: 135px;
	background: url(../images/note.png) no-repeat left bottom;
}

ul#tours li,
ul#tours li em,
ul#tours li em a {
	font-weight:normal;
	color:#474747;
	text-align: center;
	margin-top: 12px;margin-left:50px;
}/*-->*/ul#tours li.alt {}

#tours a:link,
#tours a:visited {
	margin: 4px;
	font: bold 1em/22px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #474747;
}/*-->*/#tours li a {display:block;float:left;}

#tours a:hover {
color: black;
text-decoration: underline;
}

/* Photo Gallery */
.gallery {
	width: 100%;
}

.gallery td {
	vertical-align: top;
	padding: 10px;
}

.gallery td p {
	font-size: 93%;
	margin: 2px 0 0 0;
}

.gallery td a img {
	border: 1px solid #39659b;
}

.gallery td a:hover img {
	border: 1px solid #2d7924;
	text-decoration: none;
}

