@charset "utf-8";
/* CSS Document */
/*================================
1. COMMON RESET
==================================*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
        margin:0;
        padding:0;
        border:0;
        outline:0;
        font-size:100%;
        vertical-align:baseline;
        background:transparent;
}
body {
        line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
        display:block;
}

nav ul {
        list-style:none;
}

blockquote, q {
        quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
        content:'';
        content:none;
}

a {
        margin:0;
        padding:0;
        border:0;
        font-size:100%;
        vertical-align:baseline;
        background:transparent;
}

ins {
        background-color:#ff9;
        color:#000;
        text-decoration:none;
}

mark {
        background-color:#ff9;
        color:#000;
        font-style:italic;
        font-weight:bold;
}

del {
        text-decoration: line-through;
}

abbr[title], dfn[title] {
        border-bottom:1px dotted #000;
        cursor:help;
}

table {
        border-collapse:collapse;
        border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
        vertical-align:middle;
}

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

/*=====================
	END OF RESET
=====================*/

@import url(/stylesheets/forms.css);

body {
	font: 62.5%/1.5 Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background: #222;
}

#b2 {
	margin: 0 auto;
	background:#211a0f;
	width:1000px;
	border-bottom:1px solid #6f5839;
}

img {
	border: 0;
}
a {
	color: #fff;
}
a:hover {
	color:#00aeef;
	text-decoration: none;
}

h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	margin: 0;
	color:#977E62;
}
h1 {
	color:#fff;
}
h2 {
	font-size: 2em;
	clear:both;
}
h3 {
	font-size: 2em;
}
p {
	padding: 0;
}
#signup h2 a {
	margin: 0;
}
#signup h2 a:hover {
}
#tagline {
	font-weight: bold;
	font-size: 1.2em;
}

#footer {
	margin-top: 5em;
	text-align: right;
}
dl,
dd {
	font-size:12px;
}
dt {
	font-weight: bold;
	clear: left;
	float: left;
	width: 12em;
	font-size:12px;
}
table {
	border-collapse: collapse;
	width: 100%;
	margin: 1em 0;
	font-size:12px;
	border-bottom:1px solid #6E5839;
	border-top:1px solid #6E5839;
}
td, th {
	padding: 5px 10px;
	border: none;
}
th {
	text-align: left;
	background: none;
}


#youare {
	background: #ffc;
	padding: 1em;
	margin-bottom: 2em;
}
#youare * {
	display: inline;
	margin: 0;
	padding: 0;
}
#youare li {
	padding: 0 0 0 1em;
}
#b4 h1 {
	padding:0 20px;
	background:#2c2c2c;
	border-bottom:5px solid #6f5839;
	line-height:2.2em;
}
#header {
	height:221px;
	background:#786142;
}
#content {
	padding:10px 20px;
}
#content p {
	font-size:12px;
}
#c4 p {
	font-size:14px;
}
form {
	font-size:12px;
}
label {
	margin-top:5px;
	display:block;
	color:#D7CBBD;
	font-family:Arial, Helvetica, sans-serif;
}
input, 
textarea, 
select {
		border:1px solid #ccc;
		font-family:Arial, Helvetica, sans-serif;
		font-size:1em;
		padding:2px;
	}
	
input {
	width:285px;
}
select {
	width:291px;
}
textarea {
	width:285px;
	font-family:Arial, Helvetica, sans-serif;	
}

fieldset {
	border:none;
}
legend {
	color:#545454;
}

legend {
	font-size:1.2em;
	padding-right:10px;
	font-weight:bold;
}

input.button {
	cursor:pointer;
	border:1px solid #bababa;
	width:70px;
	padding:5px 0;
	text-align:center;
	color:#545454;
}
form div.submit input#next,
form div.submit input#back {
	margin-top:10px;
	padding:2px;
	border:1px solid #ccc;
	background:#977e62;	
	color:#fff;
	font-size:20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	border-radius:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	cursor:pointer;
	width:auto;
}
form input[type="submit"] {
	margin-top:10px;
	padding:2px;
	border:1px solid #ccc;
	background:#977e62;	
	color:#fff;
	font-size:20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	border-radius:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	cursor:pointer;
	width:auto;
}
#footer a {
	display:none;
}
.ferror {
	color:#f00;
}