html, body, div, span, object, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, em, img, ins, small, strong, sub, sup, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, 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;
}

body {
	background: #fff;
	font: 10px/1.5 "Lucida Grande", Tahoma, Helvetica, clean, sans-serif;
	text-align: center;
	color: #333;
}

#wrap {
	position: relative;
	margin: 0 auto;
	width: 980px;
	text-align: left;
}

#home #wrap {
	width: 700px;
}

p {
	margin: 0 0 1em;
}

pre, code { font-family: monospace; }


/* Headers */

h2, h3 {
	margin: 0 0 1em;
}

h1 {
	font-size: 180%;
	color: #060;
}

h2 {
	font-size: 160%;
}

h3 {
	margin: 0;
	font-size: 140%;
}


/* Links */

a:link, a:visited {
	text-decoration: none;
	color: #369;
}

a:hover, a:active {
	text-decoration: underline;
	-moz-outline: none;
	color: #036;
}


/* Lists */

ol, ul, dl {
	margin: 1em 0;
	list-style: none;
}


/* Tables */

table {
	margin: 0 0 1em;
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: center;
}

caption {
	margin: 0 0 .5em;
	text-align: center;
}


/* Misc */

hr { visibility: hidden; clear: both; }

blockquote:before, blockquote:after { content: ""; }
blockquote { margin: 1em 0; quotes: "" ""; }

sup { vertical-align: 75%; }

abbr, acronym {
	border-bottom: 1px dotted #ccc;
	cursor: help;
}

strong { font-weight: bold; }

.highlight {
	background: #ff6;
	margin: -1px;
	padding: 1px;
	color: #000;
}

p.details {
	font-size: 110% !important;
	color: #777 !important;
}

.clear {
	clear: both;
}



/* Structure */

#top-wrap {
	padding: 0 0 3em;
}

#c {
	position: relative;
	padding: 0 15px;
}


/* Header */

#header {
	background: none;
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 2em 15px 0;
}

#home #header {
	width: auto;
	padding: 10em 0 1em;
}

#logo {
	background: url(/img/logo.gif) no-repeat;
	display: block;
	width: 453px;
	height: 61px;
	margin: 2em 0;
}

#home #logo {
	background: url(/img/biglogo.gif) no-repeat;
	margin: 2em auto;
	width: 611px;
	height: 81px;
}

#logo span {
	position: absolute;
	left: -9999px;
}


/* Nav */

#nav-wrap {
	background: #393 url(/img/navb.gif) repeat-x top;
	position: absolute;
	width: 100%;
	margin-top: 2em;
	border: 2px solid #8cc254;
	border-width: 2px 0;
	line-height: 1.2;
}

#nav {
	width: 950px;
	margin: 0 auto;
	padding: 0 15px 0 15px;
}

#nav ul {
	margin: 0;
}

#nav li {
	float: left;
	margin-right: -1px;
	border: 1px solid #66b366;
	border-width: 0 1px;
	font-size: 120%;
}

#nav li.active {
	background: #297a29 url(/img/navab.gif) repeat-x top;
	padding: .5em 15px;
	cursor: default;
	color: #fff;
}

#nav li a:link, #nav li a:visited {
	display: block;
	padding: .5em 15px;
	color: #fff;
}

#nav li a:hover, #nav li a:active {
	background: url(/img/navb.gif) repeat-x 0 -50px;
	text-decoration: none;
	color: #fff;
}

#nav li.active a {
	margin: -.5em -15px;
	cursor: pointer;
}


/* User Nav */

#usernav {
	float: right;
	padding-right: 200px;
}

#home #usernav {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	list-style: none;
	font-size: 110%;
}

#home #usernav li {
	float: left;
	margin-left: 12px;
	padding-left: 12px;
	border-left: 1px solid #ccc;
}

#home #usernav li.first {
	border-left: none;
}

#home #usernav a {
	color: #999;
}


/* Title */

#ct {
	position: relative;
	display: block;
	margin: 0 0 2em;
	border-bottom: 1px solid #ccc;
}

#ct h1 {
	margin: 0;
}

#ct ol {
	position: absolute;
	top: 0;
	right: 0;
	margin: .5em 0 0;
	list-style: decimal inside;
	font-size: 120%;
	color: #aaa;
}

#ct ol li {
	float: left;
	margin-right: 1em;
	padding-left: 1em;
}

#ct ol li.current {
	color: #666;
}

#ct ol h2 {
	display: inline;
	font-size: 100%;
}

#ct ol a:link, #ct ol a:visited {
	color: #aaa;
}


/* Progress Bar */

#progress li:before {
	content: " ";
}

#progress li.current {
	font-weight: bold;
	color: #444;
}


/* Main */

#main {
	float: left;
	clear: left;
	width: 750px;
	padding: 2em 0;
}

#main p {
	font-size: 120%;
	color: #333;
}


/* Side */

#side {
	margin-left: 555px;
	padding: 2em 0;
}


/* Footer */

#footer {
	clear: both;
	padding: 1em 0 .75em;
	font-size: 110%;
}

#footer strong {
	float: left;
	margin-right: 7px;
	padding-right: 7px;
	border-right: 1px solid #b9ae89;
}

#footer a {
	margin-left: 5px;
	padding-left: 8px;
	border-left: 1px solid #ccc;
	color: #666;
}

#home #footer {
	margin: 8em 0 0;
	text-align: center;
	color: #999;
}

#home #footer strong {
	float: none;
	margin-right: 5px;
}

#home #footer a:link, #home #footer a:visited {
	color: #bbb;
}

#home #footer a:hover, #home #footer a:active {
	color: #888;
}

/* Forms
----------------------------------- */

fieldset {
	margin: 0 0 1em;
}

legend {
	margin: 0;
	padding: .5em 0 0;
	font-size: 140%;
}

legend small {
	font-size: 71%;
	color: #999;
}

fieldset ol {
	margin: 1.5em 0 1em;
	padding: 0;
}

fieldset.nolegend ol {
	margin-top: 0;
}

fieldset li {
	padding: 0 0 1em;
}

fieldset.submit {
	border: none;
}

label {
	display: block;
	font-size: 110%;
}

label em {
	font-style: normal;
	font-weight: bold;
}


/* Inputs */

input, select, textarea {
	margin: 0;
	font-size: 100%;
}

form .text, form .password, form .checkbox, form .select, textarea {
	background: url(/img/inputb.gif) repeat-x;
	margin: 0 4px 0 0;
	border: 1px solid #c3c3c3;
	border-top-color: #7c7c7c;
	border-bottom-color: #ddd;
	font-size: 120%;
	color: #000;
}

form .select {
	border-top-color: #a0a0a0;
}

form input:focus, form select:focus {
	background-color: #eee;
}

form .checkbox {
	background: none;
	border: none;
	margin-right: 2px;
}

form .button {
	background: #eee;
	margin: 0 8px 0 0;
	padding: .45em 10px;
	border: 1px solid #c3c3c3;
	border-top-color: #ddd;
	border-bottom-color: #7c7c7c;
	font-size: 120%;
	color: #333;
}

button.btnsubmit {
	background: #393;
	border-color: #8cc254;
	border-top-color: #a7d27b;
	border-bottom-color: #060;
	font-weight: bold;
	color: #fff;
}

button.btnstep {
	background: #ddd;
	font-weight: bold;
}
.loader {
	width: 100%;
	text-align: center;
}

.loader img {
	margin: 5em auto 0;
}