/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}

.typography blockquote {
	margin-left: 20px;
}

.typography hr {
	padding: 5px;
}

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

/* LINK STYLES */

hr {
    margin: 5px;
    border: 0;
    border-bottom: 1px solid #2c2c2c;
    border-top: 1px solid #191919;
}

.typography a {
    text-decoration: none;
    color: #595959;
    position: relative;
}
.typography a:link {
    color: #595959;
}
 
.typography a:visited {
    color: #494949;
}
.typography a:hover {
    text-decoration: underline;
    color: #375971;
}
.typography a:active {
    
}
.typography a:focus {
    
}

.typography #main a {
	color: #375971;
}
.typography #main a:link {
	color: #375971;
}
.typography #main a:visited {
	color: #375971;
}
.typography #main a:hover {
    text-decoration: underline;
}
.typography #main a:active {
    
}
.typography #main a:focus {
    
}

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

/* HEADER STYLES */
.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	font-family: Arial, Verdana, sans-serif;
}

.typography h1, .typography h2, .typography h3 {
	margin-bottom: 14px;
	color: white;
}

.typography h1, .typography h4 {
	font-weight: bold;
}

.typography h2, .typography h3 {
	font-weight: normal;
}

.typography h1 {
	font-size: 2.2em;
	line-height: 3.4em;
}

.typography h2 {
	font-size: 2.2em;
	line-height: 1.5em;

}

.typography h3 {
	font-size: 1.9em;
	color: #375971;
	margin-bottom: 0px;
}

.typography h4 {
	font-size: 1.7em;
	color: #375971;
	margin-bottom: 9px;
}
