/*** This typography file is included in the WYSIWYG editor ***/
.typography * {
	color:#8f6947;
}

.typography p { 
	-x-system-font:none;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    margin:7px 0pt 5px;
}

/*** Lists ***/

.typography ul, .typography ol {
	-x-system-font:none;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:16px;
}

.typography ol {
    list-style-position:inside;
    margin:0pt;
    padding:0pt;
}

.typography ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0pt;
    padding:0pt;
}

.typography ul li {
    background:transparent url(../images/ul-marker.gif) no-repeat scroll 0pt 6px;
    padding:0pt 0pt 0pt 10px;
    overflow: hidden;
}

/*** Links ***/

.typography a {
    -x-system-font:none;
    color:#8D1400;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:16px;
	cursor: pointer;
	text-decoration: none;
}

.typography a:hover {
	text-decoration: underline;
}
/*** Headers ***/

.typography h1{
    color: #8d1400;
    font: bold 19px/22px Arial, Helvetica, sans-serif;
    margin: 5px 0;
}
.typography h2{
    color: #8d1400;
    font: bold 16px/20px Arial, Helvetica, sans-serif;
    margin: 5px 0;
}
.typography h3{
    color: #8d1400;
    font: bold 14px/18px Arial, Helvetica, sans-serif;
    margin: 5px 0;
}
.typography h4{
    color: #9c6c38;
    font: bold 19px/22px Arial, Helvetica, sans-serif;
    margin: 5px 0;
}
.typography h5{
    color: #9c6c38;
    font: bold 16px/20px Arial, Helvetica, sans-serif;
    margin: 5px 0;
}
.typography h6{
    color: #9c6c38;
    font: bold 14px/18px Arial, Helvetica, sans-serif;
    margin: 5px 0;
}

/*** Tables ***/


/*** WYSIWYG EDITOR ALIGNMENT ***/
.typography .left {
	text-align:left;
}

.typography .center {
	text-align:center;
}

.typography .right {
	text-align:right;
}

.typography img.right {
	float:right;
	margin: 10px 0px 10px 10px;
}

.typography img.left {
	float:left;
	margin: 10px;
}

.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	display:block;
}

/*** Extra redundancy ***/
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

/******Custom Styles******/
.typography .text-box {
    background:#F7EADF none repeat scroll 0% 0%;
    border:1px solid #EDD8C5;
    margin-bottom:30px;
    padding:25px 30px 30px;
}
