
.typography {
	font-size:1.1em;
	color:#585a59;
	line-height:1.4em;	
}

.typography p {
	margin:15px 0 15px 0;
}

.typography h1 {
	font-size:1.8em;
	line-height:1.1em;
	margin:15px 0 10px 0;
	font-weight:100;
	color:#006555;
}

.typography h2 {
	font-size:1.1em;
	line-height:1.3em;
	margin:15px 0 10px 0;
	color:#555;
}

.typography h3 {
	font-size:1em;
	line-height:1.5em;
	margin:15px 0 15px 0;
	color:#006553;
}

.right {
	float:right;
}

.left {
	float:left;
}

.typography a, .typography a:visited {
	color:#00796e;
	text-decoration:none;
}

.typography a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(../images/icons/pdf.png) no-repeat center right;
}

.typography a[href $='.doc'], .typography a[href $='.docx'] { 
   padding-right: 18px;
   background: transparent url(../images/icons/word.png) no-repeat center right;
}

.typography a[href $='.zip'] { 
   padding-right: 18px;
   background: transparent url(../images/icons/zip.png) no-repeat center right;
}

.typography a:hover {
	color:#006057;
}

.typography a.fancybox {
   padding-right: 10px;
   background: transparent url(../images/icons/popupicon.png) no-repeat center right;
}

.typography ul {
	list-style-image:url(../images/center-content-bullet.jpg);
	margin:10px 15px 0 35px;
	font-size:0.9em;
	color:#555;
}

.typography ul li {
	margin-bottom:8px;
}

.typography blockquote {
	color:#666;
	line-height:1.5em;
	margin-left:0;
	padding-left:30px;
	padding-top:10px;
	background-image:url(../images/speak_marks.gif);
	background-position:0 17px;
	background-repeat:no-repeat;
}

.typography blockquote.highlight {
	background:#EFF8F3;
	border-right:1px solid #dcece3;
	border-bottom:3px solid #dcece3;
	padding:5px 20px 10px 20px;
	font-style:italic;
}


strong.editornote {
	border-bottom:1px dashed red !important;
	background-color:yellow;
	display:none;
}