/* ----- Layout and template aesthetics ----- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

/*** Banner elements ***/
#banner td {
	padding: 0px;
	background-color: #202040;
	border-bottom: solid 1px #E4E4E9;
}

/* Image replacement - this method appears to be the most 'accessible',
   despite the additional span required in the HTML */
#bannerheading {
	width: 638px;
	height: 110px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-size: x-large;	
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

#bannerheading span {
	background: url(../_images/banner.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

#banner img {
	padding: 0px;
	margin: 0px;
}

/* a higher resolution image is used for print and is hidden on the actual web page */
#printlogo {
	display: none;
}

/* Hide the 'skip to content' link from screen users */
#skip a, #skip a:hover, #skip a:visited {
	position: absolute;
	left: -999px;
	width: 990px;
}

/* ... but display it if it gets tab focus */
/* Mozilla appears to ignore 'active' :( */
#skip a:active {
	position:absolute;
	z-index: 100;
	top:85px;
	left: 10px;
	width:auto;
	color: #FFFFFF;
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
}

/* Contact text - only appears in print */
#contactext {
	display: none;
}

/* NAVIGATION */
#nav {
	background-color: #90ACC7;
	border-right: solid 1px #E4E4E9;
}

#nav ul {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	border-bottom: solid 1px #E4E4E9;
	display: block;
	min-width: 153px;
}

#nav a:link, #nav a:visited {
	display: block;
	width: 140px;
	
	margin: 0px;
	padding: 10px;
	padding-left: 8px;
	padding-right:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #202040;
	font-weight: bold;
	font-size: small;
	font-style: normal;
	text-decoration: none;	
}


#grantsnav:link #grantssubnav,
.subnavigation {
  position: absolute;
  left: -999px;
  background: #90ACC7;

}

#aboutsubnav {
  top: 147px;
}

#newssubnav {
  top: 184px;
}

#pubssubnav {
  top: 221px;
}

#grantssubnav {
  top: 274px
}

#aboutnav:hover,
#newsnav:hover,
#pubsnav:hover,
#grantsnav:hover,
#nav li a:hover, #nav li a:active {
	color: #E4E4E9;
	background-color: #6783A5;
}

#aboutnav:hover #aboutsubnav,
#newsnav:hover #newssubnav,
#pubsnav:hover #pubssubnav,
#grantsnav:hover #grantssubnav {
  left: 153px;
  display: block;
  border: solid 1px #202040;
  box-shadow: 5px 5px 5px #888888;
  -webkit-box-shadow: 5px 5px 5px #888888;
  -moz-box-shadow: 5px 5px 5px #888888;
}


/* CONTENT AREA */
#content {
	border: solid 1px #404060;	
	margin-top: 0px;
	padding: 20px;
	padding-top: 5px;
	padding-left: 30px;
}

/* RIGHT COLUMN */
#rightcolumn {
	background-color: #90ACC7;
	border-left: solid 1px #E4E4E9;
	color: #202040;
	padding: 5px;
	padding-left: 10px;
}

#rightcolumn h2 {
	margin-top: 3px;
	font-style: normal;
	font-size: large;
}

/* FOOTER */
#footer {
	background-color: #202040;
	border-top: solid 1px #E4E4E9;
	background-image: url(../_images/footer_back.gif);
	background-repeat: no-repeat;
	background-position:right;
	padding: 10px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}



/*** TEMPLATE SPECIFIC: RHS_pubs.dwt ***/

#publications td {
	padding: 5px;
	padding-bottom: 15px;
}

#publications .description {
	border-bottom: dashed 1px #AAAAAA;
}