html {
  height: 100%;
}
body{
  height: 100%;
  margin: 0;
  padding: 0;	font-size:.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#5A5A5A;
}
img{
	border:none;
}
h1{
	color:#005499;
}
/*layout*/
#main_content_text{
	width:450px;
	float:left;
	text-align:justify;
}
#content{
	clear:both;
}
#content p img{
	vertical-align:middle;
}
#content ul{list-style:none;}
#content ul li{float:left;width:160px;text-align:center;padding:10px;}
#content ul li img{border:1px solid #ccc;padding:2px;}
#content ul li a:hover img{border:1px solid #005499;}
#content .gallery{text-align:center;}
#content .gallery img{border:1px solid #ccc;padding:2px;}
#content .gallery a:hover img{border:1px solid #005499;}
#sub_content{
	clear:both;
	height:250px;
}
#news, #media_coverage_news{
	height:250px;
	overflow:auto;
}
#news p{
	margin-right:10px;
}
#flash_video_button, #media_coverage{
	width:310px;
	text-align:justify;
	float:right;
}
#container{
	width:790px;
	margin:0 auto;
}
#sub_content{
	clear:both;
}
#current_photo{
	width:450px;
	float:left;
}
#main_suppliers{
	width:790px;
	clear:both;
	position:relative;
	top:30px;
	text-align:center;
}
#main_suppliers img{
	vertical-align:middle;
}
#footer{
	width:790px;
	position:relative;
	top:30px;
	padding-bottom:30px;
}
#footer ul{
	list-style:none;
}
#footer ul li{
	display:inline;
}
/*classes*/
.big_red{
	color:red;
	font-size:120%;
}
.media_item{
	width:300px;
	float:left;
	text-align:center;
}
/*links*/
a:hover{
	color:black;
	text-decoration:none;
}
a{
	color:#005499;
}
/*tables*/
table .fifty_fifty{
	width:395px;
}
table{
	font-size:.8em;
}
table tr{
	vertical-align:top;
}
table .twenty_twenty{
	width:197.5px;
}
table tr td h3{
	background-color:#E1ECF7;
	font-size:1.2em;
}
table p{
	margin:0;
}
/*flash*/
#vancouver_island{
	width:100%;
	height:100%;
}
#flash_content {
  height: 100%;
}
/* lightbox */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img {  
	border: none; 
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ 
	left: 0;
}
#hoverNav a { 
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url('images/blank.gif') no-repeat;
	display: block;
}
#prevLink { 
	left: 0; 
	float: left;
}
#nextLink { 
	right: 0; 
	float: right;
}
#prevLink, #prevLink:visited { 
	background: url('images/prevlabel.gif') 
	left 15% no-repeat; 
}
#nextLink, #nextLink:visited { 
	background: url('images/nextlabel.gif') 
	right 15% no-repeat; 
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
}
#imageData {	
	padding:0 10px; 
	color: #666; 
}
#imageData #imageDetails { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#imageData #caption { 
	font-weight: bold;
	font-size:1.5em;	
	color:#005499;
}
#imageData #numberDisplay { 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#imageData #bottomNavClose { 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em;	
}		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #005499;
}