/**

 * This typography file is included in the WYSIWYG editor

 */

.typography * {
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	color:#333;
	line-height:120%;
}

.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,  .typography ul li,  .typography ol li,  .typography a {
	color:#333;
}
.typography p {
	margin-bottom:20px;
}

/** CMS LIST STYLES **/

.typography ul,  .typography ol {
	 margin:0 0 0 0;
	padding:0 0 0 16px;
}
.typography ul li,  .typography ol li {

	line-height:140%;
}
.typography ul li {
	list-style-type:disc;
}
.typography ol li {
	list-style-type:decimal;
}
/* HEADER STYLES */



.typography h1,  .typography h2,  .typography h3,  .typography h4 {
	font-weight:bold;
	line-height: 1.2em;
	margin-bottom:.5em;
	color:#000;
}

.typography h1 {
	font-size:16px;
}
.typography h2 {
	
}

.page-title {

}
.typography h3 {
	
}
.typography h4 {

}
/* LINK STYLES */

.typography a {color:#005CA3;text-decoration:underline;}

.typography a:hover {text-decoration:underline;}

.typography table {
	font-size:1em;
}

/* STYLING FOR LAYOUT TABLES -- LEFT AND RIGHT COLUMNS */

.typography .content-table {width:936px;border-spacing:0;margin:0;}

.typography .lcol-plain {width:586px;vertical-align:top;padding-right:16px;}
.typography .rcol-plain {width:350px;vertical-align:top;}
.typography .rcol-blue {width:350px;vertical-align:top;background:#B6CDF2;padding:16px;}

.typography .location-table {width:936px;border-spacing:0;margin:0;}

.typography .small-map {width:250px;vertical-align:middle;;margin-bottom:16px;}
.typography .small-loc {width:211px;vertical-align:middle;padding-left:16px;margin-bottom:16px;}
.google-maps-250 {display:block;margin-bottom:16px;}


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