/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family:Arial,Verdana,sans-serif;
	font-size:1em;
}
.typography blockquote {
	margin-left:20px;
	margin-top:20px;
	width:45%;
	text-align:center;
	background:url(../img/quote_top.gif) no-repeat top left;
}
.typography blockquote blockquote {
	background:none;
}
	.typography blockquote blockquote * {
		background:none;
	}

	.typography blockquote p,
	.typography blockquote span {
		background:url(../img/quote_bottom.gif) no-repeat bottom right;
		line-height:1.3em;
		padding:20px;
		color:#666;
		font-size:1.8em;
	}
.typography hr {
	background:#ccc;
	height:1px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#333;
	line-height:1.3em;
	font-size:1.6em;
}
.typography p {
	margin-bottom:20px;
}

.mceContentBody,
.mceEditor {
	background:#fff !important;
}

/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:20px;
	margin-bottom:20px;
}
	.typography ul li,
	.typography ol li {
		margin:4px 10px;
		line-height:1.4em;
	}
		#HomeContentHeader .typography ul li {
		 list-style-image:url(../img/blue_strike_white.gif);
		}
		#ServicesContentHeader .typography ul li {
			list-style-image:url(../img/green_strike.gif)
		}
		.typography ul li {
			list-style-image:url(../img/blue_strike_white.gif);
		}
		
			.typography ul li strong, .typography ul li b {
				background:#fefdc2;
			}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif !important;
}
.typography h1,
.typography h2,
.typography h3 {
	margin-bottom:14px;
	color:#0083C8;
}
.typography h1,
.typography h4 {
	font-weight:bold;
}
.typography h2,
.typography h3 {
	font-weight:normal;
}
	.typography h1 {
		font-size:2.2em;
	}
	.typography h2 {
		font-size:2.2em;
	}
	.typography h3 {
		font-size:1.9em;
		color:#3d6613;
		margin-bottom:5px;
	}
	.typography h4 {
		font-size:1.7em;
		color:#4f841a;
		margin-bottom:9px;
	}

/* LINK STYLES */
.typography a {
	color:#999;
	font-size:1em;
	text-decoration:underline;
}
	.typography a:hover {
		text-decoration:none;
	}
	
	
/* DEFAULT TABLE STYLING */

.typography table {
	border-collapse:collapse;
	background:#f5ffec;
	border-top:2px solid #6bb521;
	border-bottom:2px solid #6bb521;
	padding:10px 50px 10px 15px;
	margin-bottom:20px;
}
	.typography table tr th * {
		color:#4d692f;
	}
	.typography table tr .first,
	.typography table tr .third {
		background:#ecffdb;
	}	
	.typography table tr td,
	.typography table tr th {
		padding:5px;
		border:1px solid #d0e6ba;
	}
	
	
.typography pre {
	font-family:"Courier New",Courier,monospace;
	display: block;
	font-size: 1.2em;
	margin: 2em 5em;
	padding: 0.5em;
	border: 1px #CCC solid;
	background-color: #EEE;
}

/* 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;
}