/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family:Georgia, "Times New Roman", Times, serif, "Palatino Linotype";
	line-height:22px;
	color:#484848;
	padding:0px;
	margin:0px;
}

.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;
}

.readMore{
	background:url(../images/read_more_bg.png) no-repeat 0px -1px;
	padding:0px 0px 0px 20px;
}

/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	list-style-position:outside;
	margin-bottom:20px;
}
	.typography ul li,
	.typography ol li {
		margin:0px 0px 0px 30px;
	}
		.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-bottom:15px;
}

.typography h4 {

}

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	color:#3e6693;
}

.typography h1 {
	font-size:2em;
	line-height:32px;
}
.typography h2 {
	font-size:2em;
	line-height:32px;
}
.typography h3 {
	font-size:1.5em;
}
.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:#3e6693;
}

.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:#000;
}

/* LINK STYLES */
.typography a {
	color:#3e6693;
}
	.typography a:hover {

	}
	
	
.typography table {
}
	.typography table tr td {
		vertical-align:top;
		padding: 10px 0px;
	}

	
/* 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:20px;
}
.typography img.left {
	float:left;
	padding-right:20px;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}