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

body {		
	background: url(http://www.island.wsu.edu/Gardening/Images/WGW/BKGD1.jpg) repeat-x 760px 0px fixed #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#ffffff;

	margin:0px 0px 0px 0px;
	padding:0px;
}

#wrap{			
	position:relative;

	width:95%;
	margin-right:auto;
	margin-left:auto;
	border-top:3px solid #acacac;
	border-left:3px solid #acacac;
}

#header {	
	background:#9e1b34;
}


#navbar	{	
	position:absolute;
	top:  90px;	/* img 93 + 3px top-border */
	left: 0px;
	width:158px;	/* matches size of WSU top-left logo */

	background:#9e1b34;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
}

#navbar a {
	text-decoration:none;
	color:#ffffff;
}
			
#navbar_public ul{	
	list-style:none; 
	margin:10px;
	padding:0; 
	font-weight:bold;
	font-size:small;
	line-height:150%;
	color:#ffffff;
}

#navbar_public a{	
	font-weight:bold;
	font-size:small;
	line-height:150%;
	color:#ffffff;
}


#navbar_public a:focus, #navbar_event a:active {
	background:#999999;
	color:black;
}

#navbar_public a:hover {
	color:yellow;
}



.navbarDir {
        color: #fff; /* white */
        margin_bottom: 0px;
}

.navbarCurrDir {
	font-weight: bold;
	font-size: 110%;
        color: black;    
        margin_bottom: 0px;
}

a.navbarCurrDir {
        color: black;    
}

li.navbarCurrLink, a.navbarCurrLink {
	font-weight: bold;
	font-size: 120%;
        text-decoration: none;
        color: black;    
}


















#footer {	
	background-color:#999999;
	height:35px;
	font-size:small;
	text-align:center;
	color:#ffffff;
	line-height:200%;
}

#footer a{	
	text-decoration:none;
	color:#ffffff;
}

#main{		
	/* this will appear to right of navbar */
	/* need child main2 to hold the top margins/padding */

	XXtop: 110px;
	margin-left: 168px;	/* left 158 + 10px gutter */
	margin-right: 0px;
	
}

#main2 {
	margin-top:10px;
	margin-left: 10px;
	padding:0;
}			

.classPresenters {
	display: none;		/* avoid presenter duplication */
}
