/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#333;
	line-height:1.5em;
	font-size:1.1em;
}
.typography p {
	margin-bottom:15px;
		color:#666;

}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:0px;
	margin-bottom:10px;
	
}
	.typography ul li,
	.typography ol li {
	margin:4px 20px;
	line-height:1.4em;
	list-style: url(../images/arrrows.jpg) outside;
	}
		.typography ul li {
		 list-style-type:disc;
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */

.typography h1,
.typography h2{
	margin-bottom:14px;
	color:#A0121E;
}
.typography h3,
.typography h4 {
	margin-bottom:5px;
	color:#000;
}
.typography h1,
.typography h4 {
	font-weight:bold;
}
.typography h2,
.typography h3 {
	font-weight:bold;
}
	.typography h1 {
		font-size:2.2em;
	}
	.typography h2 {
		font-size:1.8em;
	}
	.typography h3 {
		font-size:1.6em;
	}
	.typography h4 {
		font-size:1.4em;
	}

/* LINK STYLES */
.typography a {
	color:#666;
  font-size:1em;
  text-decoration:none;
}
	.typography a:hover {
		color:#A0121E;
	}
	
	
.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;
}




/* Site Maps Styles */

#sitemap-list {padding:0 0 0 10px; margin:0; list-style:none; font-weight:bold; line-height:150%} /*1st level list*/
#sitemap-list li {padding:5px; margin-top:5px; font-size:1.2em; background:#f0f0f0;} /*1st level items*/
 
#sitemap-list ul {margin:5px 10px 5px 10px; padding:5px 10px; font-weight:normal; background:#f8f8f8;} /*2nd level lists*/
#sitemap-list li li {padding:0; margin:0; list-style:none; font-weight:bold; font-size:11px; line-height:18px; background:none} /*2nd level items*/
 
#sitemap-list ul ul {margin-left:10px;padding:5px 10px;  background:#fff;} /*3rd level lists*/
#sitemap-list li li li {font-size:11px; font-weight:normal;} /*3rd level items*/