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

#mainbar .typography p { 
	margin-bottom: 10px;
	font-size: 1.2em;
}


#mainbar .typography span.orange, #mainbar .typography p.orange {
    color: #F0701F;
}

#mainbar .typography blockquote {
	margin: 10px;
	font-size: 16px;
	font-style: italic;
}

/*** Lists ***/
#mainbar .typography ol{
    margin-left:30px;
}
#mainbar .typography ol li {
    padding:0 0 0 0;
    font-size:12px;
}
#mainbar .typography ul li {
	padding: 0 0 0 10px;   
    font-size:12px;                                              
}

/*** Links ***/

#mainbar .typography a {
	color: #dfdfdf;
	cursor: pointer;
	text-decoration: underline;
}

#mainbar .typography a:hover {
	text-decoration: underline;
}
/*** Headers ***/
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6{
    margin:7px 0 0 0;
}

.typography h1 {
	font-style: normal;
	line-height: normal;
    font-weight: normal;
	color:#F67500;
	font-size:25px;
}
.typography h2 {
	font-size:19px;
	font-style: normal;
	font-weight: normal;
	color:#F67500;
}
.typography h3 {
	font-size:17px;
    font-weight: normal;
	color:#F67500;
}
.typography h4 {
	font-size:25px;
	font-weight: normal;
	color:#CACACA;
}
.typography h5 {
	font-size:19px;
	font-weight: normal;
	color:#CACACA;
}
.typography h6 {
	font-size:17px;
    font-weight: normal;
	color:#CACACA;
}

/*** Addresses ***/	
#mainbar .typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:14px;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;
}

#mainbar .typography q {
	display:block;
	font-size:12px;
	margin:1em 1em;
	padding:0.5em;
	border:1px #ccc solid;;
}

.typography p{
    margin:2px 0 2px 0;
}
/*** Tables ***/
#mainbar .typography table {
	border: 0px solid black;
	border-collapse: collapse;
}

#mainbar .typography table td, table th {
	padding: 5px;
}

#mainbar .typography table th {
	background-color:#0061aa;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

#mainbar .typography td {
	border: 0px solid #bebebe;
	border-collapse: collapse;
}

/* IMAGES 
-------------------------------------------- */
#mainbar .typography img {
    border: none;
}
    #mainbar .typography img.right,
    #mainbar .typography div.captionImage.right {
        float: right;
        padding: 5px 0px 5px 8px;
    }
    
    #mainbar .typography .captionImage {
        border: 1px solid #aaa;
        padding: 5px;
    }
    
    #mainbar .typography img.left,
    #mainbar .typography div.captionImage.left {
        float: left;
        padding: 5px 8px 5px 0px;
    }
    #mainbar .typography img.leftAlone,
    #mainbar .typography div.captionImage.leftAlone {
        float: left;
        margin-right: 100%;
    }
    #mainbar .typography img.center,
    #mainbar .typography div.captionImage.center {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    #mainbar .typography .caption {
        font-weight: bold;
        color: #666;
        clear:both;
    } 