/* 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus { outline: 0; }
table { border-collapse: separate; border-spacing: 0; }

caption, th, td {
	text-align: left;
    vertical-align: top;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* TYPOGRAPHIC DEFAULTS */
body {
	background: #fefefe;
	color: #444;
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 140%;
}

h1, h2, h3, h4, h5, h6 { margin-bottom: 0.55em; font-weight: normal; color: #007acc; }
h1 { font-size: 200%; line-height: 100%; }
h2 { font-size: 170%; line-height: 100%; }
h3 { font-size: 150%; line-height: 100%; }
h4, h5 { font-size: 130%; }
h6 { font-size: 110%; }
p, q, ul, ol, dl, table { margin-bottom: 1em; }
ol, ul { margin-left: 30px; }
ol { list-style: decimal; }
ul { list-style: square; }
li { margin-bottom: 5px; }
dt { font-weight: bold; }
dd { margin-left: 10px; }
th, td { padding: 0 0.25em; }
th { font-weight: bold; }
a { text-decoration: underline; color: #1566cb; }
a:hover { text-decoration: none; }
blockquote { padding: 1em 0 0 1em; }
code, samp, kbd, tt { font-family: Courier, "Courier New", monospace; }
code { background: #e9e9e9; display: block; margin: 1em 0; padding: 0.5em 1em; }
small { font-size: 80%; }
big { font-size: 110%; }
strong { font-weight: bold; }
em { font-style: italic; }
abbr, acronym { border-bottom: 1px dotted #ccc; cursor: help; }
del { text-decoration: line-through; }
ins { text-decoration: underline; }
sup, sub { font-size: 90%; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
.left { float: left; margin: 0 20px 20px 0;_margin: 0 10px 10px 0; }
.right { float: right; margin-left: 0 0 20px 20px; }
.clear { clear: both; }
div.clear { position : relative; overflow : hidden; height : 1px; }
.txt-centre { text-align: center; }

/* GRID */
.container { width: 940px;   margin: 0 auto; overflow: hidden; }
.span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 {float:left;margin-right: 20px;_margin-right: 10px;}
.last, div.last {margin-right:0;}
div.topmargin { margin-top: 20px; }
.span-1  { width: 20px;}
.span-2  { width: 60px;}
.span-3  { width: 100px;}
.span-4  { width: 140px;}
.span-5  { width: 180px;}
.span-6  { width: 220px;}
.span-7  { width: 260px;}
.span-8  { width: 300px;}
.span-9  { width: 340px;}
.span-10 { width: 380px;}
.span-11 { width: 420px;}
.span-12 { width: 460px;}
.span-13 { width: 500px;}
.span-14 { width: 540px;}
.span-15 { width: 580px;}
.span-16 { width: 620px;}
.span-17 { width: 660px;}
.span-18 { width: 700px;}
.span-19 { width: 740px;}
.span-20 { width: 780px;}
.span-21 { width: 820px;}
.span-22 { width: 860px;}
.span-23 { width: 900px;}
.span-24 { width: 940px;}

/* FORM */

form { overflow: hidden; }

input, textarea, select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  border: 1px solid #b8e2ff;
  background: #fff;
  font-size: 14px;
  width: 212px;
  padding: 5px 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 2px;
}

select {
  width: 220px;
}

div.form_row {
  margin-bottom: 20px;
}

input.labelled, textarea.labelled { color: #666; }

textarea { height: 115px; }
textarea.tall { height: 215px; }
label { display: block; font-size: 13px; font-weight: bold; }

div.error label { color: #cc2707; }
div.error input, div.error textarea, div.error select {
  color: #cc2707;
  border: 1px solid #cc2707;
  background: #FFDFD9;
}
div.error p { font-size: 12px; font-style: italic; color: #cc2707; margin-bottom: 2px; }

hr {
  display: block;
  position: relative;
  padding: 0;
  margin: 8px auto;
  height: 0;
  max-height: 0;
  width: 100%;
  clear: both;
  border: none;
  border-top: 1px solid #999;
  border-bottom: 1px solid #FFF;
  font-size: 1px;
  line-height: 0;
}