@charset "UTF-8";

/* @group General */

.typography * {
	font: 12px/1.5 "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #252525;
}

.typography p {
	padding: 0 0 10px;
}

.typography p strong, .typography strong {
	font-weight: bold
}

.typography a {
	text-decoration: underline;
	/*color: #b8090c; */
	color: #0099CC
}

.typography a:hover {
	
}

.typography hr

/* @end */

/* @group List Items */

.typography ul, 
.typography ol {
	margin: 0 0 10px 35px;
	list-style-type: disc;
}

.typography li {
	margin: 5px 10px;
}

.typography ul li ul {
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.typography li ul li {
	list-style-type: circle;
}

/* @end */

/* @group Headers */

.typography h1,
.typography h1 a {
	font-size: 15px;
	margin: 10px 0 10px 0;
}

.typography h2,
.typography h2 a {
	font-size: 14px;	
}

.typography h3,
.typography h3 a {
	font-size: 13px;
	margin: 0 0 10px 0;	
}

.typography h4,
.typography h4 a {
	font-size: 13px;
	margin: 0 0 10px 0;
}

.typography h5,
.typography h5 a {
	font-size: 12px;
	margin: 0 0 10px 0;
}

.typography h6,
.typography h6 a {
	font-size: 11px;
	margin: 0 0 10px 0;
}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
	padding: 5px 5px;
	color: #A3080C;
	font-weight: bold;
}

.typography h1 a, .typography h2 a, .typography h3 a, .typography h4 a, .typography h5 a, .typography h6  a {
	color: #A3080C;
}

.typography h2 a {
	font-weight: bold;
	font-size: 14px;	
}

.typography h3 a {	
	font-weight: bold;
	font-size: 13px;
}

/* @end */

/* @group Tables */

/*.typography table {
	margin: 0 20px 20px 20px;
	border-collapse: collapse;
}

.typography tr {
	
}

.typography td {
	border: 1px solid #999;
	padding: 5px;
}*/

.typography .center {
	margin-left: auto;
	margin-right: auto;
}

.typography table {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #444;
	color: #222;	
	border-collapse: collapse;
	margin: 5px 0;
}

.typography table th {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: #444;
	color: #222;
	background-color: #ccc;
	font-weight: bold;
}

.typography table td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: #444;
	color: #222;	
	background-color: #eee;
	vertical-align: top;
	text-align: left;
}

.typography table.layout-table,
.typography table.layout-table th,
.typography table.layout-table td {
	background: transparent;
	border: 0 none;
}

.typography table.layout-table ul {
	margin-left: 0
}

/* @end */

/* @group WYSIWIG Alignment */

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

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

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

/* @end */

/* @group Images */

.typography img {
	border:  1px solid #252525;
	margin-bottom: 10px;
}
	.typography div.right,
	.typography img.right {
		float: right;
		margin-left: 20px;
	}
	.typography div.left,
	.typography img.left {
		float: left;
		margin-right: 20px;
	}
	.typography img.leftAlone,
	.typography div.leftAlone {
		/* float: left;
		 margin-right: 100%; */
	}
	.typography img.center,
	.typography div.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
  
.typography #ColumnBanner img {
	border: none;
	margin-top: 20px;
}


/* @end */

/* @group Quotes */

.typography blockquote {
	
}

.typography q {
	
}

.typography pre {
}

/* @end */

/* @group Icons */

.typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
}

.typography a[href$=".doc"],
	.typography a[href$=".DOC"],
	.typography a.doc {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_word.png) no-repeat left center;
}

.typography a[href$=".xls"],
	.typography a[href$=".XLS"],
	.typography a.xls {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_excel.png) no-repeat left center;
}

.typography a[href$=".gz"],
	.typography a[href$=".GZ"],
	.typography a[href$=".gzip"],
	.typography a[href$=".GZIP"],
	.typography a[href$=".zip"],
	.typography a[href$=".ZIP"],
	.typography a.archive {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_zip.png) no-repeat left center;
}

.typography a[href$=".exe"],
	.typography a[href$=".EXE"],
	.typography a.application {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/application.png) no-repeat left center;
}

/* @end */

.typography .noborder {
	border: 0 none;
}

.typography .nomargin {
	margin: 0;
}

.typography .nopadding {
	padding: 0;
}

.typography .text-small {
	font-size: 85%;
}

.typography .text-large {
	font-size: 115%;
}

.typography .clear-floats {
	clear: both;
}

.typography .left-margin10 {
	margin-left: 5px;
}

.typography .color-red {
	color: #A3080C;
}

.typography .color-blue {
	color: #0072BB;
}

.typography .color-green {
	color: #087649;
}

.typography .color-purple {
	color: #8F3F98;
}

.typography .color-orange {
	color: #F4951F;
}

.typography .color-darkgrey {
	color: #252525;
}

.typography .social-icons {
	float: left;
	margin-right: 3px;
	border: 0 none;
}
