.no-class {}
/* --------------------------------------------
PRINT
----------------------------------------------*/

/* DISPLAY NONE's 
-----------------------------------------*/
/*  NAVIGATIONS  */
.nav-main,
.nav-supp,
.nav-breadcrumb,
.nav-sub,
.teaser,
.page-list-block,
.link-list-block,
.form-block,

/* IMAGES */
.fallback .bg-img,
.fallback .dest,

/* BLOCKS content navigation */
.button
 { display:none; }

 
/* SIZES & STYLES
-----------------------------------------*/
/* COLS */
.span-16,
.span-13,
.span-12,
.span-8,
.span-6,
.span-4,
.span-3,
.span-2,
.footer  { width:100%; }

/* BILLBOARD */
.billboard { height:50px; }

.logo,
.logo img {
		border:none !important;
	}

/* 
EDITOR
----------------------------------------------*/
.editor 	{ font:normal 12px/1.5 Tahoma, Sans-serif;}
.editor h1,
.editor h2,
.editor h3 { 
	display:block;
	line-height: 1;
	font-weight: bold;
	margin-bottom:5px;
	padding-top:15px;
}

.editor h1 {
	font-size: 24px;
	padding-top:18px;
	margin-bottom:20px;
}
.editor h2 {
	font-size: 16px;
}
.editor h3 {
	font-size: 14px;
}
.editor p {
	font-size:13px;
	margin:0 0 15px;
}
.editor p.intro {
	font-size:16px;
	line-height:1.3;
}

/* Link 
---------------------------------------------------*/	
.editor a, .editor a:visited {
	text-decoration:underline;
	color:#0053a0;
	}
	.editor a:hover {
		text-decoration:none;
	}
	
/* Tags 
---------------------------------------------------*/	
.editor strong {
	font-weight: bold;	
}
.editor em {
	font-style: italic;	
}
.editor sub {
	font-weight: normal;
	font-size: 0.8em;
	vertical-align:bottom;
	}
.editor sup {
	font-weight: normal;
	font-size: 0.8em;
	vertical-align:top;
}
.editor abbr {
	border-bottom:1px #ddd solid;
	}
.editor acronym {
	text-transform:uppercase;
	border-bottom:1px #ddd solid;
	}
.editor cite {
	font: italic 1em Georgia, "Times New Roman", Times, serif;
	color:#555;
	border-bottom:1px #ddd solid;
}

/* Blockquote 
---------------------------------------------------*/
.editor blockquote {
	width:120px;
	float:left;
	margin:15px;
	}
	.editor blockquote p {
		font: italic 1.6em Georgia, "Times New Roman", Times, serif;
		color:#555;	
	}		
	
/* Lists 
---------------------------------------------------*/	
.editor ul,
.editor ol {
	margin-bottom:10px;
}
	.editor ul li,
	.editor ol li {
		list-style-position:outside;
		list-style-type:disc;
		margin-left:15px;
		padding-left:0;
	}
	 .editor ol li{
		list-style-type: decimal;
		margin-left:20px;
	}
	
/* Tabels 
---------------------------------------------------*/
.editor table {
	font:normal 12px/1.5 Tahoma, Sans-serif;
	border:none;
	margin:3px 0 10px;		
	}
	.editor table th {
		font-weight: bold;
		padding:3px 5px;
		text-align: left;
		}
	.editor table td {
		padding:0 5px;
		text-align: left;
	}
	
/* table with borders */
.editor table.border {
	border:1px solid #d7d7d7;
	border-bottom: none;
	}
	.editor table.border th {}
	.editor table.border td { border:1px solid #d7d7d7; }
	
/* Images
-------------------------------------------------- */	
.editor img { margin: 0 0 10px 0;	 }
.editor img.imgleft {
	float: left;
	margin: 0 10px 10px 0;	
}
.editor img.imgright {
	float: right;
	margin: 0 0 10px 10px;	
}
/* border */
.editor img.border {
	border:1px solid #d7d7d7;	
}
	
	
	
/* Footer
-------------------------------------------------- */
.footer {
	position: relative;	
	font:normal 12px/1.5 Tahoma, Sans-serif;
}
	.footer .wrapper { 
		height:70px;
		}
	
		address {
			position:absolute;
			color:#a7abaf;
			top:20px;
			font-style: normal;
			font-size:11px;
		}
			address.address-left {
				left:0;
				width:300px;
			}
			address.address-right {
				right:0;
				width:300px;
			}

