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

* {
margin: 0px;
padding: 0px;
}

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

}

.panel {
height:51px;
}

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

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

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

.panelSpacer {   /*serves as button for panels*/
height:55px;
width:70%;
float:left;
position:absolute;
}

.subContentPanel {
margin-top: 15px; 
display:none;
position:relative;
float: left;
width:1000px;
}

.cell {
width:100%;
top:50px;
left:100px;
display:none;
position:absolute;
}

#logo {
position: absolute;
top:10px;
left: 10px;
z-index:20;
width:90%;
height:123px;
background-image:url(../_img/logo.png);
background-repeat:no-repeat;
}

#header {
top:0px;
width:100%;
height:384px;
background:right no-repeat;
}

#news {
width:100%;
border-bottom:1px solid #595959;
background-image:url(../_img/navNews.png);
background-repeat:no-repeat;
background-position: 5px 18px;
z-index:10;
}

#menus {
width:100%;
border-bottom:1px solid #595959;
background-image:url(../_img/navMenus.png);
background-repeat:no-repeat;
background-position: 5px 18px;
}

#events {
width:100%;
border-bottom:1px solid #595959;
background-image:url(../_img/navEventPlanning.png);
background-repeat:no-repeat;
background-position: 5px 18px;
}

#provisioning {
width:100%;
border-bottom:1px solid #595959;
background-image:url(../_img/navProvisioning.png);
background-repeat:no-repeat;
background-position: 5px 18px;
}

#about {
width:100%;
border-bottom:1px solid #595959;
border-top:1px solid #595959;
background-image:url(../_img/navAboutUs.png);
background-repeat:no-repeat;
background-position: 5px 18px;
}

#contact {
width:100%;
border-bottom:1px solid #595959;
background-image:url(../_img/navContact.png);
background-repeat:no-repeat;
background-position: 5px 18px;
}

#links {
width:100%;
border-bottom:1px solid #595959;
background-image:url(../_img/navLinks.png);
background-repeat:no-repeat;
background-position: 5px 18px;
}

p {
margin-bottom:15px;	
}

.cell img {
padding:5px 15px 15px 0px;
float:left;
}

#donate {
display:none;
}

.logostyle1 {
font-family:"Lucida Grande", "Trebuchet MS", Verdana, Arial,sans-serif; 
	color: #669933;
	font-weight: bold;
}
.logostyle2 {
font-family:"Lucida Grande", "Trebuchet MS", Verdana, Arial,sans-serif; 
	color: #993300;
	font-weight: bold;
}

.active {
color:#E03F40 ;

}

.current {
color:#E03F40;
}

h2, h3 {
margin-bottom:5px;
}

a {
font-size:15px;
color:#666666 ;
text-decoration:none;
font-weight:bold;
}

a:hover {
color:#E03F40;
}

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


#logoBug
{
font-size:11px;
float:right;
margin-right:30px;
margin-top:15px;
cursor:pointer;
}



/*Slides*/

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

ul.panelNav{

position:absolute;
margin-left:225px;
margin-top:-5px;
list-style:none;
display:inline;
}

li{
padding-right:30px;
list-style:none;
display:inline;
cursor:pointer;
font-size:14px;
}

