/*
 * -----Typography CSS-------
 * 
 * CSS default project file
 * aab-web - 2009
 * 
 * author: Aram Balakjian
 * date: 24th January 2009
 * 
 * Layout Framework for starting project
 * 
 */
.darkBlue{
	color: #5b63a6;
}
.lightBlue{
	color: #70c9e9;
}
.darkGrey{
	color: #333;
}
.orange{
	color: #f5821f;
}
.telephone{
	font-size: 1.2em;
	color: #f5821f;
}
/* GENERIC STYLES */
.typography * {
	font-family: Ariel, Lucida, sans-serif;
}
/* PARAGRAPHS */
.typography p {
 	color: #777;
	line-height: 1.4em;
 	font-size: 1.3em;
	padding: 7px 0 0 25px;
}

.typography blockquote {
	margin: 10px;
	font-size: 14px;
	color: #777;
	font-style: italic;
}	

/* LINKS */
.typography a { 
 	text-decoration: none;
	color: #173E4A;
}
	.typography a img{
		border: none;
	}

.typography a:hover {
 	text-decoration: underline;
}
	.typography a.doc{
		background: url(../images/EDC_content_files_word.png) no-repeat center left;
	}
	.typography a.pdf{
		background: url(../images/EDC_content_files_pdf.png) no-repeat center left;
	}
	.typography a.xls{
		background: url(../images/EDC_content_files_excel.png) no-repeat center left;
	}
	.typography a.img{
		background: url(../images/EDC_content_files_image.png) no-repeat center left;
	}
/* LIST STYLES */
.typography ul, 
.typography ol {
	margin: 10px;
}
	.typography li.tick,
	.typography ul.tick,
	.typography span.tick {
		background: url(../images/EDC_content_list_tick.png) no-repeat top left;
		height: 25px;
		padding-left: 30px;
		list-style: none;
		font-size: 1.2em;
		color: #777;
	}
	.typography li {
	 margin: 5px 15px;
	}

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3 { 
	color: #5b63a6;
	margin: 10px 0 0 0;
	clear: both;
	font-weight: bold;
	font-family: Ariel, sans-serif;
}
.typography h1 {
	color: #173E4A;
	font-size: 2.1em;
}
.typography h2 { 
	color: #70c9e9;
 	font-size: 1.8em;
}
	.typography h2.tick{
		background: url(../images/EDC_content_tick.png) no-repeat top left;
		margin-top: 20px;
		padding: 0 0 2px 30px;
	}	
.typography h3 {
	border-bottom: 1px solid #f5821f;
	color: #555;
	font-weight: normal;
	font-size: 1.6em;
	margin: 20px 0 0 25px;
	padding-bottom: 3px;
}
.typography h4 {
	font-size: 16px;
	color: #222;
	width: 95%;
	clear: both;
	font-weight: normal;
	line-height: 15px;
	border-bottom: 1px solid #ccc;
}
.typography h5 {
	font-size: 14px;
	color: #222;
	font-weight: normal;
}
.typography h6 {
	font-size: 12px;
	color: #555;
	line-height: 14px;
	}

/* ADRESS STYLES */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:12px;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}
.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #777;
}
.typography q {
	display:block;
	font-size:08px;
	margin:1em 1em;
	padding:0.5em;
	border:1px #ccc solid;
}
/* TABLE STYLING */
.typography table {
	margin: 10px;
	font-size: 1.2em;
	color: #666;
	border-collapse:collapse;
}
	.typography td {
		border:1px solid #999;
		padding:5px;
	}

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
	margin-left:20px;
}
.typography img.left {
	float:left;
	margin-right:20px;
}
.typography img.leftAlone {
	float: left;
	margin-right: 100%;
}
.typography img.center {
	display:block;
	float:none;
	margin-left:auto;
	margin-right:auto;
}

/* FORMS */
.typography label {
	font-size: 12px;
}
.typography input.text, 
.typography textarea {
	font-size: 12px;
}
