/*Art Dept homepage style sheet Paul Goodwin 19-06-08*/


#left_nav ul{
  background-image:none;
  height:254px;
}

#body {
}

#top {
  height:295px;
  float:left;
  width:920px;
  position:relative;
  left:30px;
  background-repeat:no-repeat;
  background-position:top left;
  background-image:url('/graphics/homepage_banner.jpg');
}

#text {
  width:440px;
  float:left;
  top:15px;
  left:10px;
  margin:0 0 0 20px;
}

#top ul li {
  width:181px;
}


#right {
  margin-top:302px;
}

#top ul ul {
	height:auto;
}
#top a,#right a {
  font-weight:bold;
  color:#2d4e91;
  text-decoration:underline;
}

#top ul {
  margin:0;
  padding:14px 0;
  background-position:top left;
  background-repeat:no-repeat;
  background-image:url('/graphics/nav-background.jpg');
  font-family:tahoma;
  list-style-type:none;
  float:left;
  
}


#top ul ul {
  margin:0;
  padding:0;
  background-image:none;
}

#top ul li {  
  margin:0 0 0 20px;
  width:195px;

}
#top ul li ul li {  
  border-top:1px solid #aeafb1;
  margin:0;
  padding:0;
}

#top ul li a {
  color:white;
  display:block;
  padding:11px 0;
  font-weight:normal;
  text-decoration:none;
}

#top ul li a:hover{
  color:black;
  text-decoration:none;
}

#top ul ul ul {
  display:none;
}
