

	/*
	WARNING!! READ THIS FIRST!
	Import screen.css will create Firebug problems in Firefox. This happens when there are two diffrent import styles. 
	Use import screen in print.css the very last step of the process. // KARI, two 090601

	@import url("screen.css");
	*/

/* DISPLAY NONE's 
-----------------------------------------*/
/*  NAVIGATIONS  */
.nav-main,
.nav-supp,
.nav-breadcrumb,
.nav-sub,

/* IMAGES */
.fallback .bg-img,
.fallback .dest,

/* BLOCKS content navigation */
.button,
.form,
.teaser-block,
.linklist-block,
.section-header,
.list-block,
.tab-block
 { display:none; }

 
/* SIZES & STYLES
-----------------------------------------*/
/* COLS */
.span-16,
.span-13,
.span-12,
.span-8,
.span-6,
.span-4,
.span-3,
.span-2  { width:100%; }



/* Content page (EDITOR)
-------------------------------------------------- */
 
body {font:normal 14px/1.5 "Lucida Sans Unicode","Lucida Grande",Tahoma,Sans-serif;}
 
 h1,
 h2,
 h3 {
	margin-bottom:5px;
	font-weight:bold;
	}

 h1 {
	font-size: 24px;
	margin-bottom: 10px;
}
 h2 {
	font-size: 18px;
}
 h3 {
	font-size: 14px;
}
 p {
	font-size:14px;
	margin-bottom:10px;
}
 p.intro {
	font-size:15px;
	line-height:1.3;
}

/* Link 
---------------------------------------------------*/	
 a,  a:visited {
	text-decoration:underline;
	color:#CC0033;
	}
	a:hover,
	 a:hover {
		text-decoration:none;
	}
	
/* Tags 
---------------------------------------------------*/	
strong {
	font-weight: bold;	
}
em {
	font-style: italic;	
}	
	
/* Lists 
---------------------------------------------------*/	
 ul,
 ol {
	margin-bottom:10px;
}
 ul,
 ol {
	font-size:14px;
	margin-bottom:10px;
}
	 ul li,
	 ol li {
		list-style-position:outside;
		list-style-type:disc;
		margin-left:15px;
		padding-left:0;
	}
	  ol li{
		list-style-type: decimal;
		margin-left:25px;
	}
	
/* Tabels 
---------------------------------------------------*/
 table {
	font:normal 14px/1.5 "Lucida Sans Unicode", "Lucida Grande", Tahoma, Sans-serif;
	border:none;
	margin:3px 0 10px;		
	}
	 table th {
		font-weight: bold;
		padding:3px 5px;
		}
	 table td {
		padding:0 5px;
	}
	
/* table with borders */
 table.border {
	border:1px solid #E7EDEF;
	}
	 table.border th {}
	 table.border td { border:1px solid #E7EDEF; }
	
/* Images
-------------------------------------------------- */	

 img {}

 img.imgleft {
	float: left;
	margin: 0 10px 10px 0;	
}
 img.imgright {
	float: right;
	margin: 0 0 10px 10px;	
}
/* border */
 img.border {
	border:1px solid #eee;	
}
	