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

.typography p { 
	margin-bottom: 5px;
    margin-top:0;
	font-size: 1.2em;
    clear:both;
}


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

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

/*** Lists ***/
.typography ul {
    clear:both;
}
.typography ol{
    margin-left:30px;
}
.typography li {
	padding: 0 0 0 5px;                                                 
}

/*** Links ***/

.typography a {
	color: #3473B8;
	cursor: pointer;
	text-decoration: none;
}

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

#mainbar .typography p strong, #mainbar .typography p b{
    color:#fff;
    font-weight:bold;
}

.typography h1 {
	font-style: normal;
	line-height: normal;
	color:#3594E0;
	font-size:23px;
}
.typography h2 {
	font-size: 20px;
	font-style: normal;
	font-weight: bolder;
	color:#3594E0;
}
.typography h3 {
	font-size: 17px;
	color:#3594E0;
}
.typography h4 {
	font-size: 16px;
	font-weight: bold;
	color:#3594E0;
}
.typography h5 {
	font-size: 14px;
	font-weight: normal;
	color:#3594E0;
}
.typography h6 {
	font-size:23px;
	color:#3594E0;
    margin-top:5px;
}

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

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

/*** Tables ***/
.typography table {
	border: 2px solid black;
	border-collapse: collapse;
}

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

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

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

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