/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family: Tahoma, "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #000;
	font-size: 11px;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr{
    margin: 20px 0;
    height:4px;
    border:0;
    border-bottom:2px solid #4c2418;
    display:block;
    clear:both;
    background-color:#703316;
}

.typography p,
.typography ul li,
.typography ol li,
.typography a {
	line-height:1.5em;
	font-size:1em;
}

.typography p {
	margin-bottom:20px;
	padding: 0 8px;
}


/** 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-type:disc;
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	margin-bottom:14px;
	color:#0083C8;
}
.typography h1,
.typography h4 {
	font-weight:bold;
}
.typography h2,
.typography h3 {
	font-weight:normal;
}
	.typography h1 {
		font-size:2.2em;
	}
	.typography h2, .typography h2 span {
		font-family: Tahoma, "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
		font-size:1.4em;
		font-weight:bold;
		color:#f2911b;
		margin:0 0 20px 0;
	}

	.typography h3 {
    font-family: Tahoma, "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
		color: #fff;
    padding: 0;
    font-size: 16px;
		margin:30px 0 20px 0;
    padding: 3px 5px;
		vertical-align:middle;
		background-color: #BF5F0B;
		display:inline;
	}
	
  .typography h3 span{
    font-size: 16px;
  }
	
	.typography h4, .typography h4 span {
    font-family: Tahoma, "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
		color: #F2911B;
    font-weight:bold;
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 1.3em;
    margin-bottom: 2px;
	}
	
	.typography h5, .typography h5 span {
    font-family: Tahoma, "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    color: #FFA857;
    margin: 0;
    padding: 0;
    font-size: 1.0em;
    margin-bottom: 5px;
    display:block;
	}


/* LINK STYLES */
.typography a {
	color:#FFA857;
  font-size:1em;
  font-weight:normal;
  text-decoration:underline;
}
	.typography a:hover {

  text-decoration:none;
	}
	
	
	.typography h3 a{
		color: #fff;
		text-decoration:none;
	}
	
	.typography h3 a:hover{
		text-decoration:underline;
	}


.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;
}

ul.optionset li{
  margin:0;
  padding:0;
	list-style-type: none;
}


a{outline:none;}