/*******************************************************************************
	Content
*******************************************************************************/
div#content img {
	margin-bottom: 15px;
	border: 0;
}

div#content a {
	color: #fff;
	text-decoration: underline;
}

div#content h1 {
	margin-bottom: 15px;
	color: #ef3e42;
	font-size: 30px;
	font-weight: lighter;
}

div#content h2 {
	margin-bottom: 15px;
	color: #ef3e42;
	font-size: 18px;
	font-weight: lighter;
}

div#content h3 {
	color: #faa635;
	font-size: 14px;
	font-weight: lighter;
	text-transform: uppercase;
}

div#content h4 {
	margin-bottom: 15px;
	color: #faa635;
	font-size: 12px;
	text-transform: uppercase;
}

div#content h5 {
	margin-bottom: 15px;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
}

div#content h6 {
	margin-bottom: 15px;
	color: #faa635;
	font-size: 10px;
}

div#content p {
	margin-bottom: 15px;
	color: #fff;
	font-size: 14px;
}

div#content ul {
	margin: 0 0 15px 30px;
	color: #fff;
	font-size: 14px;
	list-style-image: url(../images/icons/bullet.gif);
}

div#content ol {
	margin: 0 0 15px 30px;
	color: #fff;
	font-size: 14px;
}

div#content li {
	margin-bottom: 5px;
}

div#content hr {
	margin: 5px 0 15px 0;
	width: 100%;
	height: 1px;
	background: #faa635;
	color: #faa635;
	border: 0;
}

/*******************************************************************************
	Pull Quotes
*******************************************************************************/
div#content div.left p {
	padding-left: 8px;
	width: 292px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
}

div#content div.left p.call {
	font-size: 14px;
}

div#content div.left a {
	color: #faa635;
}
