html, body { height: 100%; }

#page {
	width: 900px;
	margin: 0 auto;
	z-index: 10;
	position: relative;
	min-height: 100%;
	background: white url("/assets/images/bg.gif") repeat-y center top;
}

.background {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
}

#logo { padding: 10px 0 30px 0; }

#logo img {
	width: 166px;
	height: 41px;
}

#sub,
#content,
#aux {
	padding: 25px 0 1em;
}

#content {
	float: left;
	width: 440px;
	position: relative;
}
#content a {
	font-weight: 700;
}
.standard #content h1 { font: 27px "skask"; letter-spacing: 1px; }
.home,
.standard {
	width: 900px;
	min-height: 449px;
}

.home {
	border-top: 2px solid black;
	min-height: 447px;
	background-color: transparent;
}

.home h1 { text-indent: -4567px; }

.standard { background-color: white; }

#aux { text-align: right; }

/* nav */

#nav {
	font: 32px "skask", Helvetica, Arial, sans-serif;
	height: 40px;
	border-top: 2px solid black;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 27px;
	background-color: white;
}

#nav ul {
	display: block;
	text-align: center;
	padding-top: 5px;
}

#nav li {
	display: inline;
	margin: 0 10px;
	list-style: none;
	text-transform: uppercase;
}

#sub {
	float: left;
	width: 220px;
	font-weight: 700;
}
#sub ul {
	padding-right: 10px;
}
#sub ul ul {
	padding-right: 0;
}

#sub li,
#sub li li.active a {
	list-style: none;
}

#sub li li {
	font-weight: 500;
	padding-left: 8px;
}
#sub a { display: block; }

/* footer */

#footer {
	font: 18px "skask";
	height: 72px;
	border-top: 4px solid black;
	letter-spacing: 2px;
}

#footer .left,
#footer .right {
	width: auto;
	padding-top: 5px;
}

#footer .inner { padding-left: 200px; }

#footer p { margin-bottom: 0; }

/* global */

.clear { clear: both; }
.left,
.column { float: left; }
.right { float: right; }

/* math */

.tenth { width: 10%; }
.quarter { width: 25%; }
.third { width: 33.3333%; }
.half { width: 50%; }
.twothird { width: 66.6666%; }
.threequad { width: 75%; }
.ninth { width: 90%; }
.full { width: 100%; }

/* form */

form {
	width: 68%;
}
label,
input.text,
input.submit,
input.password {
	margin-bottom: 0.5em;
}

textarea { width: 100%; margin-bottom: 0.5em; }


#WebLoginLayer0 label,
input.text,
input.password {
	width: 49%;
	float: left;
	display: block;
}
form#forgot-pwd-form label {
	width: 100%;
}

input.checkbox {
	float: left;
}

input.submit,
input.reset {
	float: right;
	margin-left: 0.5em;
}

span#forgot-pwd {
	clear: both;
}

span#forgot-pwd {
	display: block;
	font-size: 0.8em;
	text-align: right;
}

