/*////////////////////////////////////////////////////////////////*/
/* Starting things off with a reset from Eric Meyer               */  
/* http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/   */
/*////////////////////////////////////////////////////////////////*/
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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/*////////////////////////////////////////////////////////////////*/
/* HTML & BODY                                                    */
/*////////////////////////////////////////////////////////////////*/
html, body { height: 100%; }

body {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 16px; /* Setting base font size */
	line-height: 1.5em;
}


/*////////////////////////////////////////////////////////////////*/
/* HEADINGS                                                       */
/*////////////////////////////////////////////////////////////////*/
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 24px;
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
	line-height: 1em;
}

h2 {
	font-size: 1.375em;
	line-height: 1.0909em;
}

h3 { 
	font-size: 1.25em;
	line-height: 1.2em;
}

h4 {
	font-size: 1.125em;
	line-height: 1.5em;
}

h5, h6 {
	font-size: 1em;
	line-height: 1.5em;
}

/*////////////////////////////////////////////////////////////////*/
/* PARAGRAPH                                                      */
/*////////////////////////////////////////////////////////////////*/
p, td {
 margin-bottom: 24px;
 line-height: 1.5em;
}

/*////////////////////////////////////////////////////////////////*/
/* lISTS                                                          */
/*////////////////////////////////////////////////////////////////*/
ul, ol {
	margin-bottom: 24px;	
	margin-left: 48px;
}

ul { list-style: disc inside; }
ul ul {	list-style: circle inside; }
ul ul ul { list-style: square inside; }

ol, ol ol { list-style: decimal inside; }
ol ol ol { list-style: lower-alpha inside; }

li { line-height: 1.5em; }

ul ul, ol ol, ul ul ul, ol ol ol { margin-bottom: 0; } /* Zeroing out bottom-margin on nested lists (3 levels) */

/*////////////////////////////////////////////////////////////////*/
/* GLOBAL CLASSES                                                 */
/*////////////////////////////////////////////////////////////////*/
.none { display: none; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.last { padding: 0; margin: 0; }