@charset "UTF-8";
/* CSS Document */

body {
margin:0px; 
padding:0px;
background-color:#E9E9E9;
font-family:"Lucida Grande", "Trebuchet MS", Verdana, Arial,sans-serif; 
font-size: 0.8em; color:#333; line-height: 1.5em;


}

.panel {
height:51px;
}

.panel:hover {
	background-color: #FFF;
}

.panelOpen {
height:400px;
background-color:#FFFFFF;
}

.panelSpacer {   /*serves as button for IE*/
height:35px;
width:85%;
float:left;
}


#logo {
position: absolute;
top:30px;
left: 50px;
z-index:20;
width:90%;
height:92px;
background-image:url(../images/oldv2logo.gif);
background-repeat:no-repeat;
}

#header {
width:100%;
border-bottom:1px solid #333333;

}

.headerBG {
background-image:url(../images/homeBG.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

#news {
width:100%;
border-bottom:1px solid #595959;
vertical-align:top;
}

#about {
width:100%;
border-bottom:1px solid #595959;
}

#calendar {
width:100%;
border-bottom:1px solid #595959;
}

#contact {
width:100%;
border-bottom:1px solid #595959;
}

#planning {
width:100%;
border-bottom:1px solid #595959;
}

div.subNav {
margin-top: -25px; 
margin-left: 125px;
display:none;
float:left;
height:25px;
}

.imgLeft {
float:left;
margin-right:50px;
}

ul{
list-style:none;
display:inline;
}

li{
padding-right:25px;
list-style:none;
display:inline;
cursor:pointer;
}

.subSubNav {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
margin-top:-20px;
padding-right:25px;

}

.subContentPanel {
/*margin-top: -25px; */
display:none;
position:absolute;
float: left;
width:1000px;

}

.subSubContentPanel {
/*margin-top: -25px; */
display:none;
position:absolute;
float: left;
width:750px;

}

h2 h3 p {
float: left;
}

.active {
color:#990000 ;
}

a {
font-size:11px;
color:#990000 ;
text-decoration:none;
}

.addressLeft {
float: left; 
margin-right:100px;
text-align:center;
}

.warning {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#595959;
}

#logoBug
{
font-size:11px;
float:right;
margin-right:30px;
}

/*BEGIN tooltip*/
a.tooltip {color:#333333;} 
a.tooltip:hover {background:#FFFFFF; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:310px;}
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #990000; color:#333333; padding:10px;}

/*END tooltip*/

#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.activeSlide {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* Collaborative Partners */


#slideshowCollaborativePartners {
    position:relative;
    height:350px;
}

#slideshowCollaborativePartners IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshowCollaborativePartners IMG.activeSlide {
    z-index:10;
}

#slideshowCollaborativePartners IMG.last-active {
    z-index:9;
} 

