/**
 * This typography file is included in the WYSIWYG editor
 */
 h2{
	 color:#EC4D24;
	 font-size:14px;
	 line-height:22px;
	 font-weight:bold;
 }
 h3{
	 color:#fff;
	 font-size:12px;
	 line-height:18px;
	 font-weight:bold;
 }

 h4{
	 color:#EC4D24;
	 font-size:11px;
	 line-height:14px;
	 font-weight:bold;
 }
 h5{
	 color:#EC4D24;
	 font-size:11px;
	 line-height:14px;
	 font-weight:bold;
 }
 .personCopy{
	 color:#fff;
	 font-size:9px;
	 line-height:12px;
	 padding-top:20px;
	 letter-spacing:.2px;
 }
 .personCopy a{
	 color:#EC4D24;
	 text-decoration:none;
 }
 /* sIFR*/
 #contactRight a{
 color:#EC4D24;
	 text-decoration:none;
 }
.headerLimitHeight{
height:22px;
overflow:hidden;
}
#accoladesRight h3{
visibility: hidden;
	color:#fff;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	letter-spacing:1px;
}
#accoladesRight h4{
	visibility: hidden;
	color:#EC4D24;
	font-size:10px;
	line-height:13px;
	font-weight:bold;
	letter-spacing:-5px;
}
 /* This goes in the stylesheet to hide the browser text before it is replaced */
#articlesRight h3{
	visibility: hidden;
	color:#EC4D24;
	font-size:10px;
	line-height:12px;
	font-weight:bold;
	letter-spacing:-5px;
}
#partnerContainer h4 {
	visibility: hidden;
	color:#EC4D24;
	font-size:10px;
	line-height:15px;
	font-weight:bold;
	letter-spacing:-5px;
}
.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	color:#EC4D24;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	letter-spacing:1px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	color:#fff;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	letter-spacing:1px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	color:#EC4D24;
	font-size:10px;
	line-height:12px;
	font-weight:bold;
	letter-spacing:-5px;
}
.sIFR-hasFlash h5 {
	visibility: hidden;
	color:#EC4D24;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	letter-spacing:1px;
}
.sIFR-hasFlash h5#pullquote {
	
	visibility: hidden;

}

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding:0;
}
.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


 /* sIFR */
.typography * {
	font-family:Arial,Verdana,sans-serif;
	font-size:1em;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#333;
	line-height:1.5em;
	font-size:1.1em;
}
.typography p {
	margin-bottom:20px;
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:20px;
}
	.typography ul li,
	.typography ol li {
		margin:4px 10px;
		line-height:1.4em;
	}
		.typography ul li {
		 list-style-type:disc;
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	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.6em;
}
.typography h4 {
	font-size:1.4em;
}
.typography h5 {
	font-size:1.4em;
}
/* 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;
}
