@charset "utf-8";
/* CSS Document */

/*  
Projects: SHF06
Client: National Heritage Board
Version: 1.0
Date: 20 Apr 2006
Author: Osmosis Interactive
Author URL: http://osmosis.com.sg/
*/

/*
Level Information:
10: Campaign Title
9: Footer
*/

/* ------------------------------------ */
/* HTML Refine */
/* ------------------------------------ */
html {
	overflow-y: auto;
	oveflow-x: hidden;
}

html, body {
	background-color: #BCC1C1;
	margin: 0;
	padding: 0;
	height: 95%;
	min-height: 97%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 15px;
	color: #666;
}

img {
	border: 0px Solid #666;
}

p {
	margin: 0 0 12px 0;
	padding: 0;
	border: 0px Solid #F99;
}

a,
a:link,
a:active,
a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #FF8A00;
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6, 
h7 {
	margin: 0;
	padding: 0;
}

h1 span,
h2 span,
h3 span,
h4 span {
	display: none;
}

/* ------------------------------------ */
/* Common Class */
/* ------------------------------------ */
.invisible {
	display: none;
}

.left {
	padding: 0;
	margin: 0;
	float: left;
}

.right {
	padding: 0;
	margin: 0;
	float: right;
}

.clear {
	clear: both;
}

ul {
	margin: -5px 0 0 0;
	padding: 0px;
}

li {
	list-style-type: none;
}

li a {
	list-style-type: none;
	background-image: url(../_media/navi_li_off.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;
	
	
}

li span {
	margin: 0;
	padding: 0;
}


/* ------------------------------------ */
/* Default Layout */
/* ------------------------------------ */
#branding {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 217px;
	height: 401px;
	background-color: #BCC1C1;
}

#branding_title a {
	display: block;
	width: 183px;
	height: 113px;
	position: relative;
	top: 17px;
	left: 17px;
	background-image: url(../_media/shf_archives_title.gif);
	background-repeat: no-repeat;
}

#archive_summary {
	display: block;
	width: 183px;
	position:relative;
	top: 140px;
	left: 19px;
	text-align: right;
	color: #000;
}

#shf_logo {
	display: block;
	width:98px;
	height:76px;
	position: absolute;
	top: 274px;
	left: 61px;
	background-image: url(../_media/shf_logo_archives.gif);
}

#content {
	display: block;
	position: absolute;
	top: 16px;
	left: 219px;
	right: 0px;
}

#archive_list {
	display: block;
	position: relative;
	height: 90px;
	background-color: #FFF;
	margin: 0;
	bottom: 3px;
	padding-left:10px;
}

#list_position {
	position: relative;
	top: 70px;
}

#list_position ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#archive_list li {
	display: inline;
	list-style-type: none;

}

#archive_list li a{
	display: inline;
	background-image: url(../_media/navi_li_off.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 10px 0 15px;
}



#archive_list li.on{
	background-image: url(../_media/navi_li_on.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0;
	color:#BCC1C1;
}

#archive_list li span {
	margin: 0 0 0 15px;
	padding: 0;
}

#year_description h5{
	font-size: 11pt;
	padding-bottom: 8px;
}

#year_description {
	padding: 20px 0 20px 10px;
	position: relative;
	width: 100%;
	background-color: #EBEBEB;
}


/* ------------------------------------ *
/* Footer */
/* ------------------------------------ */
#footer {
	position: relative;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 13px;
	display: block;
	padding-top: 3px;
	color: #666;
}

#footer p {
	margin: 0;
	padding: 0;
	display: inline;
}

#footer br {
	display: none;
}

#footer a {
	text-decoration: underline;
}
