@media screen , projection { /* 
		CSS RESET by Eric A. and Kathryn S. Meyer v1.0 | 20080212 
	*/
	html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
		{
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body {
		line-height: 1;
	}
	ol,ul {
		list-style: none;
	}
	blockquote,q {
		quotes: none;
	}
	blockquote:before,blockquote:after,q:before,q:after {
		content: '';
		content: none;
	}
	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	/* remember to highlight inserts somehow! */
	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	/*
		END OF CSS RESET
	*/
	body {
		font: 0.75em sans-serif;
		color: #6e7681;
		background: #FFF;
		line-height: 1.4em;
	}
	h2 {
		padding: 5px 0;
	}
	h3 {
		font-size: 110%;
	}
	h3, h3 a {
		color: #b80012 !important;
	}
	a {
		color: #56585f;
		text-decoration: none;
	}
	p {
		margin-bottom: 1em;
	}
	.none {
		display: none;
	}
	.red {
		color: #b80012;
	}
	.pdf, .jpg, .jpeg, .mp3, .mp4 {
		background: url("img/doc-icons.gif") no-repeat;
		display: block;
		width: 46px;
		height: 48px;
		overflow: hidden;
	}
	.pdf {
		background-position: 0px 0px;
	}
	.jpg, .jpeg {
		background-position: -120px 0px;
	}
	.mp3 {
		background-position: -240px 0px;
	}
	.mp4 {
		background-position: -360px 0px;
	}
	.social-icons {
		padding: 10px 0px 20px 30px !important;
	}
	.social-icons a {
		text-indent: -9999px;
		display: block;
		width: 33px;
		height: 33px;
		float: left;
	}
	.social-icons ul {
		float: none !important;
		display: inline !important;
	}	
	.social-icons li {
		width: 33px !important;
		height: 33px !important;
		float: left !important;
		margin-right: 8px;
	}
	.facebook {
		background: url("img/facebook.gif") no-repeat !important;
	}	
	.twitter {
		background: url("img/twitter.gif") no-repeat !important;
	}	
	.youtube {
		background: url("img/youtube.gif") no-repeat !important;
	}
	
}
