/* Table of Content
==================================================
	#Typography
	#Blockquotes
	#Links
	*/


/* #Typography
================================================== */
	body 		{ font: normal normal 13px Georgia; -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%; }		

	h1, h2, h3, h4, h5, h6 { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1			{ color:#553716;	font-size: 1.50em;	font-weight:normal;	line-height:1; margin-bottom:1em; }
	h2			{ color:#553716;	font-size: 1.25em; 	font-weight:bold; 	line-height:1.25em; }
	h3			{ color:#553716;	font-size: 1.50em; 	font-weight:bold; 	line-height:1.00em;		margin-bottom:1.00em; }
	h4			{ color:#553716;	font-size: 1.50em; 	font-weight:bold;	line-height:1.5; }
	h5			{ color:#553716;	font-size: 1.50em; 	font-weight:bold;	line-height:1.00em; 	margin-bottom:1.00em; }
	h6			{ color:#553716;	font-size: 1.00em; 	font-weight:bold;	line-height:1.00em; 	margin-bottom:1.00em; }

	p			{ color:#333333;	font-size: 1em;	font-weight:normal;	line-height:1.50em;		margin-bottom:1.00em; }
	p img 		{ margin: 0; }
	p.lead 		{ color:#553716;	font-size: 1.25em;	font-style:italic;	line-height:1.50em; 	margin-bottom:1.50em; }

	em 			{ font-style: italic; }
	strong 		{ font-weight: bold; line-height:1.5; }
	small 		{ font-size: 80%; }
	
	.footer-information		{ color:#ffffff; font-size:1em; font-weight:normal; line-height:1.50em; margin-bottom:1.00em; }



/*	#Blockquotes
================================================== */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: 1px dotted #998463; /*box-shadow:0px -1px #584834;*/ border-width: 1px 0 0; clear: both; margin: .25em 0; height: 0; }


	
/* #Custom icons
================================================== */
	.contact-item							{ color:#ffffff; font-size:.9em; font-weight:normal; line-height:1.25em; text-align:left; margin:.25em 0; }
	.anp-icon-phone							{ color:#444444; }
	.anp-icon-map-marker					{ color:#444444; }
	.anp-icon-facebook-sign					{ color:#03F; }
	.anp-icon-link							{ color:#555555; }
	.anp-icon-download-alt					{ color:#555555; }
	.anp-icon-file							{ color:#a38d67; }



/* #Lists
================================================== */
	ul, ol { margin-bottom: 0px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 0px; font-size:1em; color:#999999; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
	