/* @group Generic */

/* 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, 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%;
	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;
}

/* Generic */
@font-face {
	font-family: 'Museo-300';
	src:
	 	local('Museo300'),
		local('Museo300-Regular'),
		url('/typefaces/Museo300-Regular.otf');
}

@font-face {
	font-family: 'MuseoSans';
	src: 
		local('MuseoSans 500'),
		local('MuseoSans-500'),
		url('/typefaces/MuseoSans_500.otf');
}

body {
	margin: 0px;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

p,
td,
li,
th,
dt,
dd {
	font-size: 1.2em;
	line-height: 1.5em;
}

li li {
	font-size: 1.0em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "MuseoSans";
	margin: 0.5em 0;
	line-height: 1.5em;
}

h1 {
	font-family: 'Museo-300';
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.1em;
}

p {
	margin: 0.5em 0;
}

ul,
ol {
	margin: 0.5em 0;
}

li {
	margin: 0.25em 0;
}

ul li ul li {
	font-size: 1.2em;
	list-style: square;
}

pre {
	background: #F8F8F8;
	border: 1px solid #666666;
	font-family: "Consolas", "Incosolata", "Monaco", "Courier New", "Courier", monospace;
	font-size: 1.2em;
	padding: 0 10px;
}

/* Tables */
table {
	margin: 1.3em 0;
}


table td,
table th {
	padding: 9px 11px;
}

/* Links */
a:link {
	color: #103961;
}

a:visited{ 
	color: #75808d;
}

a:hover {
	color: #b23514;
}

a:active {
	color: #67abe6;
}

/* Images */
a img {
	border: 0px;
}

.image-left {
	float: left;
	display: inline;
	margin: 0px 15px 5px 0px;
}

.image-right {
	float: right;
	display: inline;
	margin: 0px 0px 5px 15px;
}

/* Clear */
.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
}

.clear span {
	position: absolute;
	left: -9999em;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

/* @end */

body {
	background: #E6E6E6 url('') no-repeat scroll 0% 0%;
	font-family: 'Avenir LT Std', 'Gill Sans', Verdana, Arial, sans-serif;
	margin: 0 auto;
	width: 600px;
}

h1 {
	border-bottom: 5px solid #000000;
	font-weight: normal;
	font-size: 5.0em;
	margin: 30px 0 15px;
	line-height: 1.3em;
}

h2 {
	margin: 5px 0 2px;
}

h2 span.byline {
	font-family: 'Avenir LT Std', 'Gill Sans', Verdana, Arial, sans-serif;
	font-size: 0.5em;
	clear: none;
	color: #999;
	margin: 0 0 0 8px;
}

h3 {
	margin: 15px 0 5px 0;
	font-size: 1.4em;
}

#footer {
	border-top: 2px solid #000000;
	padding-top: 20px;
	margin-top: 25px;
}

#footer p {
	color: #999999;
}