/*======================
	LEFT CONTENT STRONG
========================*/
#left-content strong
{
	color:#d85600; 
	font-size:12px; 
	text-transform:uppercase; 
	display:block; 
	margin:18px 0 10px 0; 
	font-weight:bold; 
}
/*======================
	FONT SIZES
========================*/
.large-text, .large-text a
{
	font-size:14px; 	
}

/*======================
	LINKS
========================*/
a
{
	color:#52a049;
	text-decoration:underline; 
}
a:hover
{

}
a:visited
{
	color:#a09b49; 
}
/*======================
	PARAGRAPHS
========================*/
p
{
	margin-bottom:10px; 
	font-size:inherit;
	line-height:1.6; 
}
/*======================
	B,STRONG, I, EM
========================*/
strong
{
	color:#000; 
	font-weight:700; 	
}
strong.caption
{
	font-size:11px; 	
}
/*======================
	HEADINGS
========================*/
h1
{
	color:#8e441f; 
	font-size:18px; 
	
	width:100%; 
	margin-bottom:10px; 
}
h2
{
	color:#8e441f; 
	font-size:18px; 
	border-bottom:solid 1px #8e441f; 
	width:100%; 
	margin-bottom:10px; 
}
h3
{
	font-weight:700;
	font-size:14px; 
	color:#353535; 
	margin-bottom:5px; 
	
}
h4
{

}
h5
{

}
h6
{

}