html {
	position: relative;
	z-index: 0;
	}
	body {
		position: relative;
		z-index: 1;
		margin: 0;
		padding: 0;
		color: #000;
		background-color: #fff;
		font-family: "Arial", "Helvetica", sans-serif;
		font-size: 75%;
		}
div, span, applet, object,
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
.x {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	font-size: 1em;
	font-weight: inherit;
	font-style: inherit;
	line-height: 1.5em;
	text-decoration: none;
	text-align: left;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	}
	:focus {
		outline: 0;
		}
ul, ol, dd {
	margin: 0 0 0 2em;
	list-style-position: outside;
	}
	ul ul {
		list-style-type: circle;
		}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	}
	dt { font-weight: bold; }
	dd { padding: 0; }
hr {
	display: block;
	height: 1px;
	color: inherit;
	background: #000;
	border: none;
	}
code, pre, var {
	padding: .2em;
	font-family: "Palatino Linotype", "Courier New", monospace;
	color: #080;
	background-color: #eee;
	font-size: 12px;
	}
	pre {
		color: #000;
		background-color: inherit;
		}
del {
	color: #888;
	background-color: inherit;
	text-decoration: line-through;
	}
abbr {
	font-size: 0.90em;
	text-transform: uppercase;
	border-bottom: 1px dashed #ddd;
	cursor: help;
	}
acronym {
	font-size: 0.90em;
	text-transform: uppercase;
	letter-spacing: 0.10em;
	}
strong		{ font-weight: bold; }
em, cite	{ font-style: italic; }
u, ins		{ text-decoration: underline; }
s, strike 	{ text-decoration: line-through; }
sub 		{ font-size: .75em; vertical-align: sub; }
sup 		{ font-size: .75em; vertical-align: super;  }
var, code, kbd {
	padding: 0 .2em;
	font-family: monospace;
	}
h1, h2, h3,
h4, h5, h6 { font-weight: normal; }
h1 { font-size: 2.5em; }
h2 { font-size: 2em; }
h3 { font-size: 1.7em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
a {
	color: #02f;
	background-color: inherit;
	text-decoration: underline;
	}
	a:hover 	{ color: #222; background-color: inherit; }
	a:active 	{ color: #c33; background-color: inherit; }
blockquote cite { display: block; }
table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	}
	table th,
	table td {
		vertical-align: top;
		}
	table thead,
	table th,
	table caption {
		font-weight: bold;
		}


/* from blueprint/screen.css  */
.container {width:950px;margin:0 auto;}
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}

body { font-size:75%;color:#222;background:#fff; }
body, .cms .ui-widget { font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; }
.cms .ui-widget { font-size: 12px; }

h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}

div.span-9, div.span-14 {float:left;margin-right:10px;}
div.last {margin-right:0;}
.span-9 {width:400px;}
.span-14 {width:500px;}
.cms .ui-widget { font-size: 12px; }
