/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	line-height:1.5em;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li,
{
	line-height:1.5em;
	margin-left:0px;
}
.typography p {
	margin-bottom:10px;
}

strong {
	font-weight:bold;
}

/** 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-image:url(../images/brackets_listicon.png);
}

.typography ol li {
	list-style-type:decimal;
}

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	margin-bottom:10px;
	background:url(../images/brackets_icon.png) no-repeat left center;
	padding-left:20px;
}
.typography h1,
.typography h2 {
	font-weight:bold;
}
.typography h3,
.typography h4 {
	font-weight:normal;
}

.typography h1 {
	font-size:1.4em;
}
.typography h2 {
	font-size:1.2em;
}
.typography h3 {
	font-size:1.2em;
}
.typography h4 {
	font-size:1.2em;
}

/* IMAGES */

.typography img {
	padding:2px;
	border:1px solid Silver;
}

/* LINK */
.typography a {
	color:#780000;
	text-decoration:none;
}

.typography a:hover {
	text-decoration:underline;
}
	
/* TABLE */	
	
.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;
}


/* SITEMAP */
#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:10px; margin-top:10px; font-size:13px; 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*/