/*Supportin delarations for wysiwygg editor
	DO NOT PLACE GENERAL STYLING RULES FOR THE SITE HERE
	PLACE SUCH RULES IN THE main.css file - THIS
	FILE IS STRICTLY FOR THE wysiwyg editor*/

ol.blockList li { font-size:1.4em; }

.blockList li {

    background: url("images/red-list-arrow.png") no-repeat 10px 10px #E9E9E9;
    display: inline-block;
	*display:inline;
	*zoom:1;
    font-size: 1em;
    height: 50px;
    margin: 10px 13px 7px 0;
    padding: 9px 5px 5px 25px;
    vertical-align: text-top;
    width: 431px;

}

.info-box li {
	
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:416px;
	height:204px;
	margin:15px 15px 0 0;
	padding:10px 10px 10px 35px;
	background: url("images/info-list-bg.png") no-repeat;
	font-size:1.2em;
	vertical-align: text-top;	
	color:#ffffff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-weight:400;
			
}

.arrowList li {

    background: url("images/greater-than-footer-moto.png") no-repeat 0 12px transparent;
    display: inline-block;
	*display:inline;
	*zoom:1;
    font-size: 1.4em;
    font-weight: 700;
    margin: 0 0 0 15px;
    padding: 5px 0 5px 14px;
	
}

































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.blockList {
margin:0;  padding:0; width:960px;
}

.aside {
margin:7px 0; padding:15px; background:#E9E9E9; font-size:1.6em;
}

.info-box {
margin:7px 0; padding:0; width:960px;
}

h1 {
margin:7px 0; font-size:3em
}

h2 {
margin:7px 0; font-size:2.5em;
}

h3 {
margin:7px 0; font-size:2em;
}

.redHighlight {
margin:7px 0; color:#CE371E;
}

.introText {
margin:7px 0; padding:10px;font-size:2.8em;  font-weight:bold; background:#E9E9E9;
}

.greyHeader {
padding:10px 10px 10px 30px;background:#A6A8AB url("images/greater-than-footer-moto.png") no-repeat 10px 13px; color:#ffffff;font-size:1.6em;
}

.arrowList {
margin: 0;    padding: 0;    text-align: center; background:#A8A9AD;
}

