html,body{
  margin:0;
  padding:0;
  border:0;
  height:100%;
}
body{
	background:#FFFFFF;
	background-image: url(birkbys_bgrnd_2.gif);
	background-repeat: repeat;
}
#fullheightwrapper{
	width:975px;
}
body,td,th {
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#363636;
	line-height:19px;
}
#kububanner{
	background-image:url(images/templates/kubutopbannergrey.jpg);
	background-position:right;
	width:975px;
	height:92px;
	float:left;
}
#indexbanner{
	width:975px;
	height:146px;
	float:left;
	background-image:url(images/banners/locatiolocation.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#landingpagebanner{
	width:975px;
	height:126px;
	float:left;
	background-image:url(images/banners/locatiolocation.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#bodycontent{
	width:945px;
	padding:15px;
	float:left;
}
#leftcol1{
	width:220px;
	float:left;
	min-height:500px;
	background-image:url(images/templates/verrtbarright.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
#midcol1{
	width:475px;
	float:left;
	margin-left:15px;
	margin-right:15px;
}
#midcol2{
	width:675px;
	float:left;
	margin-left:15px;
	margin-right:15px;
}#rightcol1{
	width:220px;
	float:right;
	min-height:500px;
	background-image:url(images/templates/verrtbarright.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#buttonoff{
	height:30px;
	width:121px;
	background-image:url(images/templates/buttonoff.png);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	margin-right:2px;
	color:#FFFFFF;
	padding-top:5px;
	text-align:center;
}
#buttonoff:hover{
	height:30px;
	width:121px;
	background-image:url(images/templates/buttonon.png);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	margin-right:2px;
	padding-top:5px;
	color: #6A90A5;
	text-decoration: none;
	text-align:center;
}
#buttonon{
	height:30px;
	width:121px;
	background-image:url(images/templates/buttonon.png);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	margin-right: 2px;
	color:#000000;
	font-weight:bold;
	padding-top:5px;
	text-align:center;
}


.buttonurl:link {
	color: #FFFFFF;
	text-decoration: none;
}
.buttonurl:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.buttonurl:hover {
	color: #6A90A5;
	text-decoration: none;
}
.buttonurl:active {
	color: #FFFFFF;
	text-decoration: none;
}
.style1 {font-size: 11px}
.style3 {color: #4B92B8; font-size:11px;}
.style4 {
	color: #1E77A6;
	font-weight: bold;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #597D94;
}
a:active {
	color: #333333;
}
/*
Lightbox CSS Start
*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/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;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/*
Lightbox CSS End
*/