/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	color:#1F2D42;
	font-size:11px;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#1F2D42;
	line-height:14px;
	font-size:11px;
}
.typography p {
	margin-bottom:10px;
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:10px;
}
	.typography ul li,
	.typography ol li {
		margin:4px 5px;
		line-height:1.4em;
	}
		.typography ul li {
		 background:transparent url(/themes/maine/images/footer_li_bg.jpg) no-repeat scroll 1px 4px;
		 list-style-image:none;
		 list-style-position:outside;
	     list-style-type:none;
		 padding-left:14px;
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	margin-bottom:22px;
	color:#608CD1;
}
.typography h1,
.typography h4 {
	font-weight:bold;
}
.typography h2,
.typography h3 {
	font-weight:normal;
}
	.typography h1 {
		font-size:22px;
	}
	.typography h2 {
		font-size:20px;
	}
	.typography h3 {
		font-size:18px;
	}
	.typography h4 {
		font-size:16px;
	}

/* LINK STYLES */
.typography a {
	color:#0083C8;
  font-size:1em;
  text-decoration:none;
}
	.typography a:hover {
		text-decoration:underline;
	}
	
	
.typography table {
	font-size:1.1em;
}
	.typography table tr td {
		padding:3px 5px;
	}

	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}