/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	color:#484848;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
}

.typography .georgia{
	font-family:Georgia, "Times New Roman", Times, serif, "Palatino Linotype";
}

.typography blockquote {
	text-align:center;
	font-style:italic;
	background:url(../images/blockquote_border.png) no-repeat;
	background-position:center top;
	padding:20px 0px 20px 0px;
}

.typography blockquote p{
	background:url(../images/blockquote_border.png) no-repeat;
	background-position:center bottom;
	padding:0px 0px 20px 0px;
	margin-bottom:0px;
}
	
.typography hr {
	border:0 none;
	height:1px;
	color:#CCCCCC;
	background-color:#CCCCCC;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {

}

.typography p {
	margin-bottom:20px;
}

.grey {
	color:#999999;
}

a .grey {
	color:#999999;
}

.typography .orange{
	color:#e07726;
}

.readMore{
	font-size:11px;
	display:inline-block;
	padding-left:10px;
	margin-left:0px;
	background:url(../images/end_arrows.png) no-repeat 0px 6px;
	color:#e07726;
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	list-style-position:outside;
	margin-bottom:20px;
}
	.typography ul li,
	.typography ol li {
		margin:0px 0px 0px 15px;
	}
		.typography ul li {
			list-style:disc;
		}
		.typography ol li {
			list-style:decimal;
    	}
		
		.typography ul li ul li,
		.typography ol li ul li{
			margin:0px 0px 0px 30px;
		}
			.typography ul li ul li{
	
			}
			.typography ol li ul li{
	
			}
			
			.typography ul li ul li ul li,
			.typography ul li ul li ul li{
				padding:0px 0px 0px 40px;
			}
				.typography ul li ul{
		
				}
				.typography ol li ul{
		
				}

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6,
.typography h7 {
	font-weight:normal;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	/* font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; */
}

.typography h4 {

}

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	color:#e07726;
}

.typography h1 {
	font-size:28px;
	line-height:30px;
	border-bottom:1px solid #E8E8E8;
	padding-bottom:10px;
	margin-bottom:20px;
	text-align:left;
}

.home .typography h1 {
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom: 10px;
}

.typography h2 {
	font-size:20px;
	line-height:30px;
	display:block;
}
.typography h3 {
	font-size:18px;
}
.typography h4 {

}

.typography h5 a{

}
	
.typography h1 a,
.typography h2 a,
.typography h3 a,
.typography h4 a,
.typography h5 a,
.typography h6 a,
.typography h7 a {
	color:#e07726;
}

.typography h1 a:hover,
.typography h2 a:hover,
.typography h3 a:hover,
.typography h4 a:hover,
.typography h5 a:hover,
.typography h6 a:hover,
.typography h7 a:hover {
	color:#000000;
}

/* LINK STYLES */
.typography a {
	color:#e07726;
}
	.typography a:hover {
		color:#000000;
	}
	
	
.typography table {
}
	.typography table tr td {

	}

	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
	padding-left:13px;
}
.typography img.left {
	float:left;
	padding-right:13px;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}