/**
 * This typography file is included in the WYSIWYG editor
 */
* {
	font-family:Arial,sans-serif;
	font-size:1em;
}
a {
	text-decoration:none;
	color:#333;
}

blockquote {
	margin-left:20px;
}

h1 {
	font-size: 2em;
}
h2 {
	font-size:2.2em;
}
h3 {
	font-size:1.6em;
}
h4 {
	font-size:1.4em;
}

.typography p,
.typography ul li,
.typography ol li,
.typography a {
	font-family:"Lucida Grande",Verdana,Arial,sans-serif;
	color:#000;
	line-height:1.5em;
	font-size:1.1em;
}
.typography p {
	margin-bottom:20px;
}
	p.productDescription {
		font-size:1.1em;
		line-height:1.5em;
		padding-left:6px;
	}
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:20px;
}
	.typography	ul {
		list-style:dot;
	}
	.typography ul li,
	.typography ol li {
		margin:4px 10px;
		line-height:1.4em;
	}
		.typography ul li {
		 list-style-image:url(../images/ul_arrow.gif);
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */
.typography h1 {
	font-size:2.2em;
	font-weight:bold;
	color:#c00;
	background:url(../images/header_arrow.gif) center left no-repeat;
	padding-left:30px;
	margin-left:-33px;
	margin-bottom:14px;
}
.typography h2 {
	font-size:2.2em;
	font-weight:normal;
	color:#c00;
	margin-bottom:14px;
}
	h2.productTitle {
		font-size:1.6em;
		font-weight:normal;
		color:#c00;
		padding:9px 10px 0 6px;
	}
.typography h3 {
	font-size:1.6em;
	font-weight:normal;
	color:#c00;
}


.typography h4 {
	color:#bc0e22;
	font-size:1.4em;
	font-weight:bold;
	padding-bottom:5px;
}
#LoanCalculator p {
	padding-bottom:10px;
}

#LoanCalculator h3 {
	color:#bc0e22;
	font-size:1.6em;
	font-weight:bold;
	padding-bottom:5px;
}


/* LINK STYLES */
.typography a {
	color:#c00;
  font-size:1em;
}
	.typography a:hover {
		text-decoration:underline;
	}
	
/* 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;
}

/* HOMEPAGE BOXES TYPE STYLES */
div.HomeContentLowRightTop,
div.HomeContentLowRightBottom {
	color:#fff;
}
div.HomeContentLowRightTop h1 {
	font-size:2em;
	font-weight:bold;
	margin-bottom:17px;
}
	div.HomeContentLowRightTop h2,
	div.HomeContentLowRightBottom h2 {
		font-size:1.6em;
		font-weight:bold;
		margin-bottom:13px;
	}
	div.HomeContentLowRightTop h3,
	div.HomeContentLowRightBottom h3 {
		font-size:1.8em;
		font-weight:bold;
	}
	div.HomeContentLowRightTop h4,
	div.HomeContentLowRightBottom h4 {
		font-size:2.1em;
		font-weight:bold;
	}
	div.HomeContentLowRightTop a {
		color:#fff;
	}
	div.HomeContentLowRightTop li {
		background:url(../images/home_rightbox_arrowbullet.gif) left 20% no-repeat;
		padding-left:18px;
		font-size:1.6em;
		color:#f0bb2f;
		margin-bottom:7px;
	}
		div.HomeContentLowRightTop li a {
			color:#f0bb2f;
		}
	div.HomeContentLowRightTop li.white {
		background:none;
	}
	div.HomeContentLowRightTop p.day2dayNumber {
		font-size:1.7em;
		font-weight:bold;
	}
	div.HomeContentLowRightBottom p {
		font-size:1.6em;
		margin-left:15px;
	}
	div.HomeContentLowRightBottom h1 {
	font-size:2em;
	font-weight:bold;
	margin-bottom:17px;
}
	div.HomeContentLowRightBottom div.RightLowerContentApplyBox a {
		background:url(../images/home_rightlowbox_button.gif) no-repeat;
		display:block;
		height:27px;
		padding-top:4px;
		margin-top:20px;
		width:112px;
		color:#71161b;
		font-weight:bold;
		font-size:1.4em;
	}
		div.HomeContentLowRightBottom div.RightLowerContentApplyBox a:hover {
			background:url(../images/home_rightlowbox_button_hover.gif) no-repeat;
			color:#fff;
		}

