/* Stylesheet for the website of MetLib09, to be held in Brisbane in May 2009. Adapted from the Consistent User Experience (CUE) template of the Queensland Government. The forum is sponsored by IFLA, the State Library of Queensland (www.slq.qld.gov.au) and the Brisbane City Council. Site based on one developed November 2006 by I*Net Services, State Library of Queensland. Last revised by I*Net Services, Nov 2008. */


body 
{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
#logo 
{
	float: left; 
	height: 125px; 
	width: 150px; 
	padding-left: 15px; 
	padding-right: 15px;
}
#header_other 
{
	float: left; 
	width: 80%; 
	text-align: center; 
	padding-top: 30px;
}
#header_other p 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #02B1DD; 
	font-size: 1.4em; 
	font-weight: bold;
}
#nav1 
{
	clear: left;
	border-top: 1px solid #00515b;
	border-bottom: 1px solid #00515b;
}
#nav1 a:link 
{
	color: #02B1DD;
	font-weight: bold;
	text-decoration: none;
}
#nav1 a:hover 
{
	color: #00515B;
	font-weight: bold;
	text-decoration: underline;
}
#nav1 a:active 
{
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
#nav1 a:visited 
{
	color: #02B1DD;
	font-weight: bold;
	text-decoration: none;
}
#content 
{
	padding: 10px;
	background: url(images/bg_redbox_lower.jpg) center no-repeat; 
}
#content h1
{
	font-size: 120%;
	color: #00515B;
}
#content h2
{
	font-size: 110%;
	color: #00515B;
}
#content h3
{
	font-size: 100%;
	font-weight: bold;
	color: #00515B;
}
#content p
{
	font-size: 90%;
}
#content ol, #content ul 
{
	font-size: 90%;
}
#feature 
{
	margin-right: 20px;
	float: right; 
	margin-left: 20px; 
	width: 20%; 
	clear: right; 
	background-color: #E6f2f4; 
	padding: 10px;
}
#feature h2 
{
	font-size: 110%;
	color: #00515B;
	margin-top: 2px;
	margin-bottom: 0px;
}
#feature h3 
{
	font-size: 100%;
	font-weight: bold;
	color: #02B1DD;
	margin-top: 2px;
	margin-bottom: 0px;
}
#feature a:link 
{
	color: #02B1DD;
	text-decoration: none;
}
#feature a:hover 
{
	color: #00515B;
	font-weight: bold;
	text-decoration: underline;
}
#feature a:active 
{
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
#feature a:visited 
{
	color: #02B1DD;
	font-weight: bold;
	text-decoration: none;
}
#feature p 
{
	font-size: 85%;
	margin-top: 2px;
	margin-bottom: 2px;
}
#update 
{
	font-size: 85%;
	color: #666666;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	clear: both;
}
#footer 
{
	font-size: 85%;
	margin-top: 30px; 
	border-top: 1px solid #00515B;
}
#footer p 
{
	margin-top: 2px;
	margin-bottom: 2px;;
}
#footer a:link 
{
	color: #02B1DD;
	text-decoration: none;
}
#footer a:hover 
{
	color: #00515B;
	text-decoration: underline;
}
#footer a:active 
{
	color: #FF0000;
	text-decoration: none;
}
#footer a:visited 
{
	color: #02B1DD;
	text-decoration: none;
}
