/*
 * Only used in actual content (blog)
 */

/* LISTS
 * ----------------------------------------- */

.typography ul, .typography ol{ margin: 0 0 16px 0; } ul.typography{ margin:16px 0; }
.typography ul li, ul.typography li { padding-left:16px; background:url(../images/list-img.gif) no-repeat 4px 8px; line-height:1.5; }
.typography ol li{ list-style:decimal; line-height:1.5; margin-left:18px; }

/* HEADINGS
 * ----------------------------------------- */

.typography h1{ margin:0 0 18px; }
.typography h2{ color:#000; font:18px Arial, sans-serif; margin:0 0 10px;border:0;
	box-shadow:none;
	-moz-box-shadow:none; 
	-webkit-box-shadow:none;
	text-transform:none;
 }
.typography h3{ color:#333; font:bold 14px Arial, sans-serif; margin:0 0 10px; }
 
 
 /* WYSIWYG EDITOR ALIGNMENT CLASSES 
 * ----------------------------------------- */

.typography .left {	text-align: left; }
.typography .center { text-align: center; }
.typography .right { text-align: right; }

/* IMAGES 
 * ----------------------------------------- */

.typography img, .ThreeColPage #mainContent img,
.ServicePage .typography img, .Page .typography img{ border:none; }
img.right {	float: right; margin:0 0 10px 20px; }
img.left { float: left;	margin:0 20px 10px 0; }
img.leftAlone {	display:block; clear:both; }
img.center { float: none; margin-left: auto; margin-right: auto; display: block; }
