/* ** Reset some styles (based on Eric Meyer's CSS 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, em, img, 
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,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;
}
* { margin:0; padding:0; } /* added this for the footer to stay on the bottom */
*:focus { outline: 0; } /* remember to define focus styles! */
ol, ul { list-style: none; }
/*table { border-collapse: separate; border-spacing: 0; }*/ /* tables still need 'cellspacing="0"' in the markup */
caption, th, td { text-align: left;font-weight: normal; }
blockquote, q { quotes: none; }

/* FONT FAMILY INCLUDE */
@font-face {
	font-family: 'HN-ultra';
	src: url('/_css/fonts/helveticaneueltpro-ultlt-webfont.eot');
	src: local('☺'), url('/_css/fonts/helveticaneueltpro-ultlt-webfont.woff') format('woff'), url('/_css/fonts/helveticaneueltpro-ultlt-webfont.ttf') format('truetype'), url('/_css/fonts/helveticaneueltpro-ultlt-webfont.svg#webfontCGeNioMq') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HN-italic';
	src: url('/_css/fonts/helveticaneueltpro-it-webfont.eot');
	src: local('☺'), url('/_css/fonts/helveticaneueltpro-it-webfont.woff') format('woff'), url('/_css/fonts/helveticaneueltpro-it-webfont.ttf') format('truetype'), url('/_css/fonts/helveticaneueltpro-it-webfont.svg#webfontWu8J8RS7') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'HN-roman';
	src: url('/_css/fonts/helveticaneueltpro-roman-webfont.eot');
	src: local('☺'), url('/_css/fonts/helveticaneueltpro-roman-webfont.woff') format('woff'), url('/_css/fonts/helveticaneueltpro-roman-webfont.ttf') format('truetype'), url('/_css/fonts/helveticaneueltpro-roman-webfont.svg#webfont9jQCWDJE') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HN-bold';
	src: url('/_css/fonts/helveticaneueltpro-bd-webfont.eot');
	src: local('☺'), url('/_css/fonts/helveticaneueltpro-bd-webfont.woff') format('woff'), url('/_css/fonts/helveticaneueltpro-bd-webfont.ttf') format('truetype'), url('/_css/fonts/helveticaneueltpro-bd-webfont.svg#webfontzKB8oc2X') format('svg');
	font-weight: bold;
	font-style: normal;
}

/* ** Set some base styles (based on YUI base.css) ** */
html, body { height:100%; }
body { font: 12px "HN-roman", Helvetica, Arial, Verdana, sans-serif; color: #000; background: #fff url('/_images/background.png') top left repeat; }

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

h1, h2, h3, h4, h5, h6 { margin: 12px 0; }
h1, h2, h3, h4, h5, h6, strong { font-weight: bold; }

html\:abbr, abbr, acronym { border-bottom: 1px dotted #000; cursor: help; }
em { font-style: italic; }
blockquote, ul, ol, dl { margin: 12px; }

ol, ul, dl { margin-left: 24px; }
ol { list-style: decimal outside; }
ul { list-style: disc outside; }
dl dd { margin-left: 12px; }
/*th, td { border: 1px solid #000; padding: 6px; }*/
th { font-weight: bold; text-align: center; }
caption { margin-bottom: 6px; text-align: center; }
p, fieldset, table { margin-bottom: 12px; }
sup { font-size: 75%; vertical-align: text-top; }

a:focus { outline: none; }

/* Hide the accessibility links */
div#skip_links, a#navigation, a#content { display: none; }


/* Global styles that apply to all media, including non-supported browsers */
.left { float:left; }
.right { float:right; }