#nav ul{
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #996633;
	margin: 0;
	padding: 0;
	}
#nav li{
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #996633;
	margin: 0;
	padding: 0;
	}
#nav li ul{
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #996633;
	margin: 0;
	padding: 0;
	}
#nav a {
	color: #996633;
	text-decoration: none;
}
#nav a:hover{
	color: #FFFFFF;
	text-decoration: none;
	}
#nav #currentpage a {
	color: #E1514E;
	text-decoration: none;
}
#nav #currentpagew a {
	color: #737373;
	text-decoration: none;
}
#nav #currentpagei a {
	color: #663300;
	text-decoration: none;
}
#nav #currentpaget a {
	color: #7A7A15;
	text-decoration: none;
}
.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #996633;
	font-weight: normal;
	text-decoration: none;
	}
.subnav a:link{
	color: #996633;
	text-decoration: none;
	}
.subnav a:visited{
	color: #996633;
	text-decoration: none;
	}
.subnav a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.subnav a:active{
	color: #FFFFFF;
	text-decoration: none;
}
.primary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: capitalize;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	text-indent: 10px;
	color: #E1514E;
}
.teachingcaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	text-indent: 10px;
	color: #7A7A15;
}
.writingcaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	text-indent: 10px;
	color: #737373;
}
.instigatingcaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	text-indent: 10px;
	color: #663300;
}
.making{
	color: #E1514E;
}
.making a:link{
	color: #E1514E;
	}
.making a:visited{
	color: #E1514E;
	}
.making a:hover{
	color: #FFCDCD;
}
.making a:active{
	color: #E1514E;
}
.teaching{
	color: #7A7A15;
}
.teaching a:link{
	color: #7A7A15;
	}
.teaching a:visited{
	color: #7A7A15;
	}
.teaching a:hover{
	color: #CCCC66;
}
.writing{
	color: #737373;
}
.writing a:link{
	color: #737373;
	}
.writing a:visited{
	color: #737373;
	}
.writing a:hover{
	color: #C9C9C9;
}
.writing a:active{
	color: #737373
	}
.instigating{
	color: #663300;
}
.instigating a:link{
	color: #663300;
	}
.instigating a:visited{
	color: #663300;
	}
.instigating a:hover{
	color: #CC9966;
}
.instigating a:active{
	color: #663300;
	}
.primarywhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #FFF;
}
.primarybrown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #996633;
	padding-left:10px;
}

/*positioning style for the photocredit poups */

a.info{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;

	letter-spacing: 1px;
    position:relative; /*this is the key*/
    z-index:24;
    color: #E1514E;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#fff}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:0em; left:0em; width:13em; height:30em;
    background-color:#fff; 
	color:#E1514E;
	font-size: 8px;
	line-height: 10px;
}


/*masthead (LSD) style*/

.masthead{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #663300;
	margin: 10px;
	padding-left:10px;
	}
.masthead a:link{
	color: #663300;
	text-decoration: none;
	}
.masthead a:visited{
	color: #663300;
	text-decoration: none;
	}
.masthead a:hover{
	color: #996633;
	text-decoration: none;
}
.masthead a:active{
	color: #CC9966;
	text-decoration: none;
}

/*contact button*/

.contact{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #CC9966;
	margin: 10px;
	padding-left:10px;
	}

.contact a:link{
	color: #CC9966;
	text-decoration: none;
	}
.contact a:visited{
	color: #CC9966;
	text-decoration: none;
	}
.contact a:hover{
	color: #996633;
	text-decoration: none;
}
.contact a:active{
	color: #CC9966;
	text-decoration: none;
}


