@charset "UTF-8";
/* CSS Document */
* {margin:0; padding:0; border:none; }
html, body {
	margin: 0px;
	background-image:url(../images/bgblue.png);
	background-color:#ccffff;
	background-position: top;
	background-repeat: repeat-y;
	background-attachment: fixed;
	text-align: center;
	font-family: "Trebuchet MS";	
	color: #9c9c9c;
	font-size: 11px;
	line-height: 11px;
	overflow-y: scroll;
}

.noscripttext {
	margin-top: 100px;
	font-size: 14px;
	line-height: 18px;
}

p {
	padding-top: 6px;
	padding-bottom:6px;
}

ul {
	padding-top: 6px;
	padding-bottom: 6px;
	}

li {
	margin-left: 15px;
	list-style-image: url(../images/bullet.gif);
}

a:link, a:visited  {
	color:#9c9c9c;
	text-decoration: none;
	}
a:hover {
	color:#00CCFF;
	text-decoration: none;
	}
	
.wrapper {
	height: auto;
	width: 880px;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.bannernav {
	height: 264px;
	width: 880px;
	max-height: 264px;
}
#nav {
}
.contentcontainer {
	height: auto;
	width: 477px;
	margin-left: 40px;
	float: left;
	display:inline;
	padding-bottom: 86px;
	overflow: visible;

}
#content {
	margin-top:0;
	width: 477px;
	max-width: 477px;
	text-align: justify;
}
thumbnail {
	padding-right: 19px;
}
.contentfooter {
	height: auto;
	width: 477px;
	text-align: center;
}
.footerwrapper {
	margin-top: 7px;
	text-align: center;
}
.footertext {
	font-size: 10px;
	float: left;
	display:inline;
	text-transform: uppercase;
}
.vvlogo {
	float: left;
	display:inline;
	width: 70px;
	height: 10px;
	padding-left: 3px;
}
.newscontainer {
	height: auto;
	width: 306px;
	margin-right: 40px;
	margin-left: 14px;
	float: right;
	display:inline;
	margin-top: 28px;
	text-align: left;
}
.newsarticle {
}
.rsssymbol {
	float: left;
	display:inline;
	height: 39px;
	width: 23px;
}
.newscontent {
	float: left;
	display:inline;
	height: auto;
	width: 266px;
	margin-left: 17px;
	text-align: justify;
	padding-bottom: 15px;
}
.newsbreaker {
	width: 266px;
	margin-left: 40px;
	padding-bottom: 8px;
}
.newstitle {
	color: #666666;
	width: 145px;	
}

p.rteheading {
	/*color: #4D788E;*/
	color: #23d2f7;
	margin-top: 4px;
	margin-bottom: 4px;
}

.newstitledate {
	}

.newsdate {
	text-align: right;
	float: right;
	display:inline;
	color: #666666;
	width: 115px;
}

* html .newstext { 
   height: expression( this.scrollHeight > 43 ? "44px" : "auto" ); /* sets max-height for IE */
}
.newstext {
	margin-top: 12px;
	padding-bottom: 2px;
	max-height: 44px;
	overflow: hidden;
	color: #9ecbce;
}
.darkgrey {
	color: #666666;
}
.linkslist a:link, 
.linkslist a:visited { 
	color: #666666; 
}

.linkslist a:hover {
	color: #00CCFF;
}

.newsreadmore a:link, 
.newsreadmore a:visited { 
	margin-top: 12px;
	font-size: 9px;
	float: right;
	color: #FFFFFF;
	background-color: #afaeae;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.newsreadmore a:hover {
	background-color: #00CCFF;
}

.newsfooter a:link,
.newsfooter a:visited {
	font-size: 9px;
	float: right;
	margin-left: 40px;	
	margin-top: 2px;
	color: #FFFFFF;
	background-color: #afaeae;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	
}
.newsfooter a:hover {
	background-color: #00CCFF;
}
.welcomeheader {
	color: #23d2f7;
	font-size: 14px;
	margin-bottom: 10px;
}
#gallery {
	padding-top: 8px;
	}
#thumbnail {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
#thumbborder {
	background-color: #FFFFFF;
	border: 1px solid #afaeae;
	padding: 2px;
}
.aboutustext {
	margin-bottom: 12px;
}
.aboutusphoto {
	padding-top: 8px;
	padding-bottom: 5px;
}
.specialoffercontainer {
	min-height: 100px;
	margin-top: 18px;
	margin-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-top: 8px;
	background-image: url(../images/specialofferbg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #f5fff6;
	border-style: solid;
	border-width: 1px;
	border-color:#85C091;
	
}
.specialoffertext {
	width: 338px;
}
.specialoffercontainer .rteheading {
	color: #85C091;
	text-transform: uppercase;
	}
#specialoffergraphic {
	float: right;
	padding-top: 12px;
	padding-left: 18px;
	padding-bottom: 18px;
}
#pressarticle {
	float: left;
	margin-bottom: 6px;
	min-width: 477px;
	}
#presstitle {
	font-size: 9px;
	border-top: solid;
	border-bottom: solid;
	border-width: 1px;
	border-color: #999999;
	padding-top: 3px;
	padding-bottom: 2px;
	float: left;
}