

/**
 * This typography file is included in the WYSIWYG editor
 */
 
 
.typography * {
	font-family:Verdana, Arial, sans-serif, Unix Pendants;
	font-size:1em;
}
.typography blockquote {
	margin-left:20px;
}

.typography p,
.typography ul li,
.typography ol li,
.typography a {
	
	line-height:1.4em;
	font-size:0.90em;
}

.typography p {
	margin-top:6px;
	margin-bottom:6px;
}


/** 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;
    }


.typography ul.ULright
{
	font-size:0.9em; margin:0; padding-left:25px;line-height: 20px;
	padding-bottom:30px;
}
/* HEADER STYLES */




.typography h1,
.typography h2,
.typography h3,
.typography h4 {

}
.typography h1,
.typography h4 {
	font-weight:bold;
	color:#000:
}
.typography h2,
.typography h3 {
	font-weight:normal;
	color:#1755ac;
}
	.typography h1 {
		font-size: 1.4em;
		color: #666666;
		margin: 0 0 0 0;
		padding: 0px 0 20px 25px;
		background-image: url(../images/h1_arrow.gif);
		background-repeat: no-repeat;
		background-position: 5px 7px;
		line-height: 24px;
	}
	.typography h2 {
		font-size: 1.2em;
		font-weight: normal;		
		color: #006AC3;
		padding: 5px 0 5px 25px;
		letter-spacing: 1px;
		text-transform: uppercase;		
	
	}
	.typography h3 {
		font-size:1.1em;		
		color: #006AC3;
		padding: 5px 0 0px 10px;
		text-transform: uppercase;
		letter-spacing: -0.5px;		
	}
	.typography h4 {
		font-size:1.0em;
		color: #006AC3;
		text-transform: uppercase;
		letter-spacing: -0.5px;		
	}

.blog_sidebar h3 {
	font-size: 14px;
	font-weight: bold;
} 

/* 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;
}

