﻿/* LOGOS */

.logo 
{
    background: url('/images/design/logo.png') no-repeat top left;
	display: block;
	height: 88px;
	width: 210px;
	left: 370px;
	z-index: 3;
	position: absolute;
}

#lwlogo, .logo img
{ 
    width: 210px;
    height: 88px;
}

.logos
{
    width: 860px;
}

.logos div
{
    float: left;
    width: auto;
    margin: 0px 20px 0px 20px;
}

.partnerlogo
{
    border: 1px solid #e0ded3;
    float: right;
    margin: 0px 10px 10px 10px;
}
/* LOGINS */

.logins
{
    width: 970px;
    background: url('/images/design/bg_footer.png') no-repeat top left;
}

.logins div 
{
    float: left;
    width: auto;
}

#login_extranet { position: relative; left: 330px; }
#login_email { position: relative; left: 340px; }

/* SLIDESHOW */

.slideshow
{
    width: 950px;
	height: 350px;	
	position: relative;
}

.slide
{
    position: absolute;
}

.homeheader .slideshow
{
    height: 510px;
}

.slider
{
	position: absolute;
	width: 950px;
	height: 100px;	
	top: 365px;
	z-index: 1000;
}

.slider .main
{
	width: 720px;
	height: 80px;
	background-repeat: repeat;
	background-image: url('/images/design/transparent.png');
	margin: 0px auto 0px auto;
	overflow: hidden;
	padding: 10px;
	
}

.slider .main div
{
	float: left;
	cursor: pointer;
	margin: 0px 0px 20px 0px;
} 

/* NAVIGATION ARROWS */

.off 
{
   opacity = .1;
   filter:alpha(opacity=10);
}

.arrow-left, .arrow-right
{
   position: absolute;
   width: 28px;
   height: 28px;
   top: 60px;
   opacity = .8;
   filter:alpha(opacity=80);
   z-index: 1000;
}

.arrow-left
{
   background: url('/images/design/arrow.left.png') no-repeat top left;
}

.arrow-right
{
  background: url('/images/design/arrow.right.png') no-repeat top left;
}

.arrow-left:hover, .arrow-right:hover
{
   opacity = 1;
   filter:alpha(opacity=100);
}

.arrow-left img, .arrow-right img
{
   width: 100%;
   height: 100%;
}

.guestshow .arrow-left
{
   top: 60px;
   left: 10;    
}

.guestshow .arrow-right
{
   top: 60px;
   left: 202px;    
}

.slider .arrow-left
{
   top: 33px;
   left: 172px;
 
}

.slider .arrow-right
{
   top: 33px;
   left: 750px;
}

/* SHADOW */

.shadow-positions, 
.shadow-bio,
.shadow-story,
.shadow-story-thumb,
.shadow-thumb,
.shadow-leftcol,
.shadow-rightcol,
.shadow-pub
{
	padding: 10px;
}


.shadow-brand
{
	padding: 5px;
	width: 253px;
	height: 74px;
	background: url('/images/design/shadow.brand.png') no-repeat top left;
}

.shadow-brand a:hover img
{
   	opacity: .7;
	filter: alpha(opacity=70);
}


.shadow-positions
{
   	position: relative;
   	float: left;
   	width: 400px;
	height: 250px;
	background: url('/images/design/shadow.positions.png') no-repeat top left;
}

.shadow-positions .button
{
   	margin-top: -58px;
   	border-top: 1px solid #fff;
}

.shadow-positions .button a img
{
   	opacity: .7;
	filter: alpha(opacity=70);
}

.shadow-positions .button a:hover img
{
   	opacity: .9;
	filter: alpha(opacity=90);
}

.shadow-bio
{
   	width: 270px;
	height: 270px;
	background: url('/images/design/shadow.bio.png') no-repeat top left;
}

.shadow-bio img
{
   	width: 260px;
	height: 260px;
}
	
.shadow-story
{
   	width: 530px;
	height: 356px;
	background: url('/images/design/shadow.story.png') no-repeat top left;
}

.shadow-story-thumb
{
   	width: 70px;
	height: 60px;
	background: url('/images/design/shadow.story.thumb.png') no-repeat top left;
}

.shadow-thumb
{
   	width: 90px;
	height: 90px;
	background: url('/images/design/shadow.thumb.png') no-repeat top left;
}

.shadow-pub
{
   	width: 75px;
	height: 110px;
	background: url('/images/design/shadow.pub.png') no-repeat top left;
}

.shadow-leftcol
{
   	width: 530px;
	height: 250px;
	background: url('/images/design/shadow.leftcol.png') no-repeat top left;
}

.shadow-rightcol
{
   	position: relative;
   	float: left;
   	width: 230px;
	height: 150px;
	background: url('/images/design/shadow.rightcol.png') no-repeat top left;
}

/* HOMEPAGE */

#hometable
{
    width: 850px;
}

#hometable h5, #hometable h1, #hometable p 
{
    margin: 0px;
}

#hometable td, #hometable th
{
    width: 33%;
    text-align: left;
}

#hometable th
{
    border-bottom: 1px solid #ddd;
    padding-left: 10px;
    
}

#hometable td
{
    border-left: 1px solid #ddd;
    min-height: 250px;
    padding: 10px;
}

#hometable td:first-child
{
    border-left: 0px solid #ddd;
}

/* GUEST RELATIONSHIPS */

.imageGallery
{
	height: 240px;
	width: 300px;
	position:absolute;
	left: 19px;
	padding: 0px;
}

.slideshowContainer, .guestshow
{
	position:relative;
	left: 0px;
	overflow:hidden;
}

#imageFrame {width:220px; overflow:hidden; position:relative;}
#imagesContainer {clear: both; margin: 0px 0 0 0}
#imagesContainer img {display: block; float: left}

/* BIOS */

.partnerteam *, 
{
    padding: 0px;
    margin: 0px;  
}

.partnerteam
{
    position: relative;
    width: 830px;
    padding: 0px 10px 0px 10px;
}

.partnerteam div
{
    float: left;
    width: 164px;
    background: #fff;
    padding: 1px 1px 1px 1px;
    margin: 0px -1px -1px 0px;
}

.partnerteam a div
{
    position: absolute;
    display: none;   
    width: 142px;
    height: 142px;
    border: 20px solid #aaaa99;
   	opacity: .7;
	filter: alpha(opacity=70);
	margin: -10px 0px 0px -10px;
	background: none;
	padding: 0px;
	z-index: 1000;
}

.partnerteam a:hover div
{
    display: inline; 
    z-index: 1001;
}

.partnerteam a div div
{
    position: absolute;
    display: none; 
    width: 137px;
    height: 35px;
   	opacity: 1;
	filter: alpha(opacity=100);
	margin: 97px 0px 0px 0px;
	background: #fff;
	z-index: 901;
	padding: 5px 2px 5px 3px;
	border: 0px;
}

.partnerteam a:hover div div, .revealnames .partnerteam a div div
{
    display: block;
    z-index: 901;
    padding: 5px 2px 5px 3px;
}

.partnerteam div img
{
    width: 100%;
}

.partnername
{
    cursor: pointer;
    font-size: 80%;
}


