/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	font-stretch: wider;
}

.bold {

	font-weight:bold;
}

.typography blockquote {

	margin-left:20px;
}

.typography hr {

	border: dashed 1px #80613d;
	margin-bottom: 2px;
	margin-top: 5px;
}

.typography ul li {

	font-size:12px;
	line-height:1em;
	color: #f3f3f3;
}

.typography ol li,
.typography a {

	color:#fff;
	line-height:1.5em;
	font-size:1.1em;
	margin-top: 0px;
}

.typography p {	

	margin-bottom: 10px;
	line-height:1em;
	xxfont-weight: 700;
	font-size: 12px;
	xxpadding: 5px 0 5px 0;
	color: #f3f3f3;
	xxwidth: 100%;
}

.typography br {

	line-height:1em;
	font-size:1em;
	color: #f3f3f3;
}

.typography pre {

	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	white-space: -pre-wrap; /* Opera 4 - 6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
	word-wrap: break-word; /* IE 5.5+ */
}


.typographySearch p {
	
	margin-bottom: 5px;
	line-height:7.3em;
	font-weight: 700;
	font-size: 1em;
	padding: 5px 0 5px 0;
	color: #f3f3f3;
	width: 100%;
}



/** 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:1.5em;
		padding: 0 0 5px 0;
		color: #287dfc;
		text-transform:uppercase;
		font-weight: normal;

	}
	.typography h2 {
		xxfont-weight: 700;
		font-size: 1.4em;
		padding: 5px 0 5px 0;
		color: #287dfc;
		font-weight: normal;
	}
	.typography h3 {
		font-size:1.2em;
		xxpadding: 5px 0 5px 0;
		color: #287dfc;
		font-weight: normal;
	}
	#NewsList h3 {
		font-size:1.1em;
		xxfont-weight:normal;
		font-weight: normal;
	}
	
	#NewsList h3 a, #PropertyHolder h3 a{
		font-size:1em;
		xxfont-weight:normal;
		text-decoration: underline;
	}
	
	
	#EventsList h3 {
		font-size:1.1em;
		font-weight:normal;
	}
	
	#EventsList a {
		font-size:1em;
		xxfont-weight:normal;
	}
	
	.typography h4 {
		font-size:1.4em;
		font-weight: normal;
	}

/* LINK STYLES */
.typography a {
  color: #287dfc;
  font-size:1em;
  text-decoration:none;
}
	.typography a:hover {
		text-decoration:underline;
		xxfont-weight:normal;
	}
	
	
.typography table {
	font-size:1em;
}
	.typography table tr td {
/*		padding:3px 5px; */
		color: #f3f3f3;
	}

/* News Date */

.typography .newsDateTitle ul li {

color: #287dfc;
font-size: 1.8em;

}

.typography .newsDate ul li {

color: #287dfc;
font-size: 1.8em;

}

	
/* 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;
}
.typography img.left {
	float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}
