/* @override http://www.ruaexecutive.com/ruaexecu/css/typography.css */

/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
}
.typography blockquote {
	background-image: url(../images/open-quote.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 50px;
	font-style: italic;
	font-size: 1.3em;
	}
	.typography blockquote span {
		background-image: url(../images/close-quote.gif);
		background-repeat: no-repeat;
		background-position: right bottom;
		display: block;
		padding-right: 50px;
		}

.pullquote {
	padding: 10px;
	float: right;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #478F8C;
	border-bottom-color: #478F8C;
	font-size: 1.6em;
	text-align: center;
	line-height: 2.4em;
	font-style: italic;
	color: #7f7f7f;
	}

.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li {
	font-size: 1.3em;
	color:#666;
	line-height:1.3em;
}
.typography p {
	margin-bottom:10px;
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-bottom:10px;
	marker-offset:40px;
	}
	.typography ul li,
	.typography ol li {
		margin:4px 0 4px 0;
		line-height:1.6em;
		}
		.typography ul li  {
		 list-style: inside circle; 
		}
		.typography ol li {
			list-style-type:decimal;
    		}
    		

/* HEADER STYLES */
.typography h1,
.typography h4 {
	font-weight:bold;
}
.typography h2,
.typography h3 {
	font-weight:bold;
}
	.typography h1 {
		font-size:2.1em;
	}
	.typography h2 {
		font-size:2.1em;
	}
	.typography h3 {
		font-size:1.6em;
	}
	.typography h4 {
		font-size:1.6em;
		padding: 10px 0 0 0;
	}

/* LINK STYLES */
.typography a {
	color:#ED342A;
  	text-decoration:none; border-bottom: 0px solid #ED342A;
}
	.typography a:hover {
		color:#ED342A;
		text-decoration:none; border-bottom: 1px solid #ED342A;
	}
	

	.typography table tr td {
		padding:3px 5px;
	}
	.typography table a {
		
		color:#ED342A;
		}
	


	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}