/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family: Verdana,Arial,sans-serif;
	font-size:11px;
	font-stretch: wider;

}

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


	border: dashed 1px #80613d;
	margin-bottom: 2px;
	margin-top: 5px;
}

.typography ul li,
.typography ol li,
.typography a {
	color:#000;
	line-height:1.5em;
	font-size:1.1em;
	margin-top: 0px;

}

.typography ul li,
.typography ol li {
	list-style:disc;
	margin-left: 30px;
	}

.typography p {
	
	margin-bottom: 10px;
    /*line-height:1.3em;*/
	/*xxfont-weight: 700;*/
	font-size: 12px;
	xxpadding: 5px 0 5px 0;
	color: #000;
	xxwidth: 100%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
}

.typographySearch p {
	
	margin-bottom: 5px;
	line-height:7.3em;
	font-weight: 700;
	font-size: 1em;
	padding: 5px 0 5px 0;
	color: #000;
	width: 100%;
}



a img {border:none;} 

img {padding: 4px;}


/** CMS LIST STYLES **/

/*
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:20px;
		font-weight: 700;
}
	.typography ul li,
	.typography ol li {
		margin:4px 10px;
		line-height:1.4em;
			font-weight: 700;
	}
		.typography ul li {
		 list-style-type:disc;
		}
		.typography ol li {
			list-style-type:decimal;
    }

.typography  li.newsDateTitle {
font-size: 1.4em;
list-style:none;

}
*/

.indent_10{
	text-indent:10px;
}
.indent_20{
	text-indent:20px;
}

/* HEADER STYLES */

	.typography h1 {
		font-size:20px;
		padding: 5px;
		color: #00557d;
		/*text-transform:uppercase;*/
		xxborder: 1px dotted #CCCCCC;

	}
	.typography h2 {
		xxfont-weight: 700;
		font-size: 14px;
		padding: 5px 0 5px 0;
		color: #00557d;
		xxborder: 1px dotted #CCCCCC;
	}
	.detailtext h2, .detailtext h3, .contentRight h2{
		border:none;
	}
	
	.typography h3 {
		font-size:12px;
		xxpadding: 5px 0 5px 0;
		color: #00557d;
	}
	#NewsList h3 {
		font-size:1.1em;
		xxfont-weight:normal;
	}
	.detailtext h2, .detailtext h3{
		border:none;
	}
	
	#NewsList a {
		font-size:1em;
		xxfont-weight:normal;
	}
	
	
	#EventsList h3 {
		font-size:1.1em;
		xxfont-weight:normal;
	}
	
	#EventsList a {
		font-size:1em;
		xxfont-weight:normal;
	}
	
	.typography h4 {
		font-size:1.4em;
	}

/* LINK STYLES */
.typography a {
  color: #00557d;
  font-size:12px;
  text-decoration:none;
  font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
	.typography a:hover {
		text-decoration:underline;
		xxfont-weight:normal;
	}
	
	
.typography table {
	font-size:1.1em;
}
	.typography table tr td {
		padding:3px 5px;
		color: #f3f3f3;
	}
#contentRight h2{
		font-size:12px;
		text-align:center;
	}
/* News Date */

.typography .newsDateTitle ul li {

color: #00557d;
font-size: 12px;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;

}

.typography .newsDate ul li {

color: #00557d;
font-size: 12px;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;

}

	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
	padding: 10px;
}
.typography img.right {
	float:right;
	padding: 10px;
}
.typography img.left {
	float:left;
	padding: 10px;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}




