/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
field set, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers 
=========================------------------=========================------------------ */

article, aside, details, fig caption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
block quote:before, block quote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @Font-Face Generated by Font Squirrel (http://www.fontsquirrel.com) on November 1, 2011 
=========================------------------=========================------------------ */
/* @font-face{ 
	font-family: 'Avenir';
	src: url('webfontkit/avenirltstd-roman-webfont.eot');
	src: url('webfontkit/avenirltstd-roman-webfont.eot?#iefix') format('embedded-opentype'),
	     url('webfontkit/avenirltstd-roman-webfont.woff') format('woff'),
	     url('webfontkit/avenirltstd-roman-webfont.ttf') format('truetype'),
	     url('webfontkit/avenirltstd-roman-webfont.svg#webfont') format('svg');
} */

/* Site Specific Globals
=========================------------------=========================------------------ */


*
	{
	margin: 0;
	padding: 0;
	text-align: left;
	color: #4d4040;
	}

html
	{
	background: #fff; 
	text-align: center;
	}
	
body
	{
	margin: 0; 
	font: normal 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

h1, h2, h3, h4
	{
	font-family: georgia, serif !important;
	letter-spacing: 0px;
	font-size: 1.5em;
	color: #4c494d;
	}
	h2
	{
	font-size: 1.4em;
	}
	h3
	{
	font-size: 1.3em;
	}
	h4
	{
	font-size: 1.2em;
	}
	
	h5, h6
	{
	font-family: georgia, serif !important;
	letter-spacing: 0px;
	}
	
	h5
	{
	font-size: 1.1em;
	}
	h6
	{
	font-size: 1em;
	}
	
		
id, class, ul, li, img, p, span, em, a, strong, label
	{
	font-family: Georgia, serif;
	font-size: 1em;
	line-height: 1.2em;
	letter-spacing: 0px;
	border: none;
	}
	
	em {font-style: italic;}
	
	strong {font-weight: bold;}

a 
	{
	color:  #ce4d1c;
	text-decoration: none;
	}
	a:hover
	{color: #000; text-decoration: underline;}

ul	
	{list-style: none;}

img 
	{display: block; border: none;}

.hide
	{display: none;}

input, textarea
	{font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}
	
#mc_embed_signup
{text-align: left;}

.clearfix {
  overflow: auto;
  zoom: 1;
}