/* HEADINGS */
.pageTitle{}

.typography h1{text-align: left; background: transparent; font-size: 1.5em; color: #830600; font-weight: bold; text-transform: uppercase; margin-top: 1em; padding: 0.3em; margin-bottom: 0.5em}
.typography h2{font-size: 1.4em; color: #830600; font-weight: bold; text-transform: uppercase; padding-top: 1em;}
.typography h3{font-size: 1.4em; color: #830600; text-transform: capitalize; padding-top: 1em;}
.typography h4{font-size: 1.2em; color: #830600; font-weight: bold; text-transform: uppercase; padding-top: 1em;}
.typography h5{font-size: 1.1em; color: #830600; font-weight: bold; padding-top: 1em;}
.typography h6{font-size: 1.1em; color: #830600; font-weight: normal; padding-top: 1em;}

/* MAIN TEXT */
.typography p{margin-bottom: 1em;}
	.typography strong, .typography b{font-weight: bold;}
	.typography em{font-style: italic;}
	.typography u{text-decoration: underline;}
.typography blockquote{background: url(../images/blockquote.png) 0 100% no-repeat; width: 391px; padding: 0 20px 20px 20px; margin: 0 0 0 -20px;}
.typography address{font-size: 1.1em;}

	/* LINKS */
	.typography a{color: #830600;}
		.typography a:hover{text-decoration: none;}
		.typography a:focus {outline: none;}
			.typography a[href^="http://"]{background: url(../images/externalLink.png) 100% 2px no-repeat; padding-right: 13px;}

/* LISTS */
.typography ul, .typography ol, .typography dl{list-style-type: none; margin: 1em;}
	.typography ul{}
		.typography ul li{background: url(../images/listItem.png) 0 6px no-repeat; padding: 0 0 0.1em 8px;}
	.typography ol{list-style-type: decimal; list-style-position: inside;}
		.typography ol li{}
	.typography dl{}
		.typography dl dd{background: url(../images/listItem.png) 0 6px no-repeat; padding: 0 0 0.1em 8px;}
		.typography dl dt{margin-bottom: 0.5em; padding-left: 15px;}


/* TABLES */
.typography table{width: auto!important; margin: 1em 0;}
	.typography table th, .typography table td{text-align: left; vertical-align: middle; padding: 10px;}
		.typography table th{font-weight: bold; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;}
		.typography table td{border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;}
		.typography table p, .typography table ul, .typography table ol, .typography table dl{margin: 0; padding: 0;}

	/* BLANK TABLE */
	.blank{border: 0; color: #666; font-weight: normal;}
	.typography table.blank th, .typography table.blank td{border: 0; color: #666; font-weight: normal;}

	/* COLOUR TABLE */
	#colourTable{width: 97.5%;}
		#colourTable td{width: 175px; height: 175px; vertical-align: top;}
		.colour1{background-color: #068bd0;}
		.colour2{background-color: #dbb33a;}
		.colour3{background-color: #3ab0d6;}

		.colour4{background-color: #ef6002;}
		.colour5{background-color: #cddbe8;}
		.colour6{background-color: #fff;}


/* IMAGES */
.typography img.left{float: left; margin: 1em 1em 1em 0;}
.typography img.right{float: right; margin: 1em 0 1em 1em;}