/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {

}

.typography strong {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.typography blockquote {
	border:1px solid #B0E0EE;
	border-left:none;
	border-right:none;
	color:#0081c6;
	font-size:1.5em;
	line-height:1.666em;
	font-style:italic;
	margin-top:-1px;
	margin-bottom:20px;
	padding:8px 20px 11px;
}
	.typography blockquote p{
		color:#0081c6;
		font-size:1em;
		line-height:1.666em;
		margin-bottom:0px;
	}
		.typography blockquote p a{
			text-decoration: underline;
		}
		
.typography hr{
	color:#e6e4e4;
	background-color:#e6e4e4;
	height:1px;
	border:0px none;
	line-height: 0px;
	margin-bottom: 30px;
	margin-top: 30px;
	clear:both;
}

.typography p,
.typography ul li,
.typography ol li {
	color:#333;
	line-height:1.538em;
	font-size:1.3em;
}
.typography p {
	margin-bottom:20px;
}

.typography p.noMarginBottom{
	margin-bottom: 0px;
}

.typography p.bigText {
	font-size: 1.8em;
	line-height:1.111em; 
	margin-bottom:40px;
}

.typography p.blurb {
	color:#0081c6;
	font-size:2em;
	line-height:1.25em;	
	margin-bottom:15px;
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-bottom:20px;
	list-style-position: outside;
}
	.typography ul li,
	.typography ol li {
		margin:5px 0px 7px 30px;
		font-size:1.3em;
		line-height:1.53em;
	}
		.typography ul li {
		 list-style-type:disc;
		}
		.typography ol li {
			list-style-type:decimal;
    	}
    	.typography ul li ul li,
    	.typography ol li ol li,
    	.typography ul li ol li,
    	.typography ol li ul li{
			font-size:1em;
		}
		
/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5, 
.typography h6 {
	color:#333;
	font-weight:normal;
	margin-bottom:15px;
}
	.typography h1 {
		font-size:3.5em;
		line-height:1.142em;		
	}
	.typography h2 {
		font-size:2.4em;
		line-height:1.041em;	
		color:#bb361c;
	}
	.typography h3 {
		font-size:1.8em;
		line-height:1.388em;
		
	}
		
	.typography h4 {		
		border: 1px dotted #dddedd;
		border-left:none;
		border-right:none;
		font-size:1.4em;
		line-height:1.388em;	
		margin-top:-1px;
		padding:16px 0px 18px;
	}
	.typography h5 {
		font-size:1.8em;
		line-height:1.388em;
		margin-bottom:2px 0px 8px;
	}
		.typography h5.successMsg {
			font-style: italic;
		}
	.typography h6 {
		font-size:1.4em;
		font-weight:bold;
		line-height:1.428em;
		margin-bottom:5px;
	}


/* LINK STYLES */
.typography a {
	color:#bb361c;
	text-decoration:none;
	border-bottom: 1px dotted #bbb;
}
	.typography a:hover {
		color:#333;
		text-decoration: none;
		border-bottom: 1px dotted #999;
	}

.typography h1 a,
.typography h2 a,
.typography h3 a,
.typography h4 a,
.typography h5 a, 
.typography h6 a {
	border: none;
} 
	
.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;
}

.typography li.toggleChild{
	list-style-type: none!important;
	padding:20px;
	padding-top:15px;
	margin:0px;
	margin-bottom:20px;
}

ul li.toggleChildren ul{
	padding: 0px;
	margin: 0px;
}

ul li.toggleChildren{
	list-style:none;
	margin:0px 0px 5px 0px;
	padding:10px 20px 12px 10px;
	list-style-position:outside;
}

ul li.toggleChildren strong{
	font-size:1.2em;
	text-transform:uppercase;
}

.noBottomMargin{
	margin-bottom: 0px!important;
}

a.readMore{
	font-size:1.2em;
	height:26px;
	float:left;
	border: none;
	cursor: pointer;
}
a.readMore:hover {
	border: none;
}

a.readMore span{
	float:left;
	height:26px;
	background: url(../images/read_more.png) no-repeat;
	color:#fff;
	padding: 5px 5px 0px 25px;
}

a.readMore span.endCap{
	width:10px;
	background: url(../images/read_more_end_cap.png) no-repeat;
	padding: 0px;
	height:31px;
}

a.readMore:hover span{
	background-position: 0px -110px;
}

a[href$='.pdf'] {
	display:inline-block;
	padding-left:20px;
	background:transparent url(../images/pdf_icon.png) no-repeat 0px 2px;
}
