
@import url(global.css);
@import("homemacie.css"); 

/* column content containers */

/* wider column */

#columna{
	float: left;
	width: 40em;
	margin-top: 1.5em;
}

/* shorter column */

#columnb{
	float: right;
	width: 17.2em;
	margin-top: 1.5em;
}

/* features */

#features{
	background: none;
}

#features a:link, #features a:visited{
	display: block;
	width: 90%;	
	padding: 0.3em 0 0.5em 2em;
	font-weight: normal;
	text-decoration: none;
	color: #333;
}

#features ul{
	list-style: none;
	font-size: 0.85em;	
}

#features li{
	border-top: 1px solid #fff;
	background: #BBD1E8;
}

#features li#archiveSelect{
	padding-left: 0.7em;
}

#features li#countryArchives{
	border-top: none;		
	background: url(images/backgroundCountryArchivesHome.gif) no-repeat top left;
}

#features li#countryArchives a{
	background: url(images/bulletCountryArchivesHome.gif) no-repeat top left;
	padding-top: 0.2em;
}

#features li#compTables a{
	background: url(images/bulletCompTablesHome.gif) no-repeat top left;
}

#features li#themProbes a{
	background: url(images/bulletthemProbesHome.gif) no-repeat top left;
}

#features li#themStudies{
	background: url(images/backgroundthemStudiesHome.gif) no-repeat bottom left;
}

#features li#themStudies a{
	background: url(images/bulletthemStudiesHome.gif) no-repeat top left;	
	padding-bottom: 0.2em;
}

#features li#countryArchives a:hover{
	background-color: #FFEEBB;
}

#features li#compTables a:hover{
	background-color: #E2C5C5;
}

#features li#themProbes a:hover{
	background-color: #BCE2A9;
}

#features li#themStudies a:hover{
	background-color: #BEBED8;
}

#features form{	
	margin: 0;
	padding: 0.7em 0 0.7em 0;
}

/* Search */

form#search{
	position: absolute;
	top: 150px;
	left: 532px;
	/* begin hack to feed different value to IE 5 */
	width: 17em !important;
  	width: 17.6em;
  	width/**/:/**/17em;
	height: 1.3em;
	padding: 0.2em;
	border: 1px solid #E2E2E2;
	background: #f2f2f2;
}

form#search fieldset{	
	border: none;		
}

form#search legend{
	display: none;
}

form#search label{
	float: left;
	width: 4.7em;
	font-size: 0.85em;
	font-weight: bold;
}

form#search input{
	float: left;
	width: 120px;	
	font-size: 0.9em;
}

form#search input.button{
	float: none;
	width: 37px;
	margin-left: 0.1em;
}

/* News links */

#columna dl{	
	/*float: left; - removed for Netscape 6*/
	width: 100%;
	margin-bottom: 0.8em;
	padding-bottom: 0.8em;
	background: url(images/borderDottedBlue.gif) repeat-x bottom;
}

#columna dl a{
	color: #69c !important;
}

#columna dt a img{
	margin-right: 1em;
	border: 3px solid #e2e2e2;	
}

#columna dt{
	float: left;
	color: #69c;
	margin-right: 0.5em;
	font-size: 0.85em;
	font-weight: bold;			
}

#columna dd{
	margin-top: 0.7em;
}

#columna dd.headline{
	margin: 0;
	font-size: 0.9em;
	font-weight: bold;	
} 


