
/*******************************************************************************
********************************************************************************
**
* - GENERAL
*
* - PAGE CONTAINERS
*
* - HEADER
*
* - CONTENT
*
* - FOOTER
**
********************************************************************************
 ******************************************************************************/




/* GENERAL ------------------------------------------------------------------ */

/* Zero default margin & padding around common elements */
body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul
{
	margin: 0;
	border: 0 none #FFFFFF;
	padding: 0;
}

html
{
	height: 100%;
}

body
{
	height: 100%;
	overflow: hidden;
	background-color: #003399;
	background-image: url(../images/grid.png);
	background-position: 50% 50%;
	color: #FFFFFF;
	line-height: 1.4;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
}

a:link
{
	color: #0066CC;
}

a:visited
{
	color: #B266B2;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0 none transparent;
}

input, select, table, textarea
{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.clearer
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.hidden
{
	position: absolute;
	left: -1500em;
	height: 1px;
	width: 1px;
	overflow: hidden;
	margin-right: -1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.replacement
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

a .replacement
{
	cursor: pointer;
}

#top
{
	position: absolute;
	left: -9999px;
	top: -9999px;
}




/* HEADER ------------------------------------------------------------------- */

#header
{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	width: 100%;
	height: 50px;
	text-align: left;
}

#header:hover
{
	opacity: 0.99;
}

h1
{
	position: absolute;
	left: 10px;
	top: 10px;
}

h1 img
{
	display: block;
}

#options
{
	position: absolute;
	right: 10px;
	top: 17px;
	list-style: none;
	opacity: 0.5;
}

#options li
{
	position: relative;
	float: right;
	margin: 0 0 0 50px;
	padding: 0 165px 0 0;
}

#options #join
{
	padding: 0 25px 0 0;
	background-image: url(../images/radio_button.gif);
	background-repeat: no-repeat;
	background-position: 100% 3px;
	cursor: pointer;
}

#options #join.on
{
	background-position: 100% -97px;
}

#options h2
{
	font-size: 100%;
	font-weight: normal;
}

.slider
{
	position: absolute;
	top: 3px;
	right: 0;
	width: 150px;
	height: 13px;
	background-image: url(../images/slider.gif);
	background-repeat: no-repeat;
}

.sliderIndicator
{
	position: absolute;
	top: 0;
	left: 0;
	width: 13px;
	height: 13px;
	background-image: url(../images/slider_indicator.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: move;
}

#instructions
{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 0;
	width: 20em;
	margin: -2em 0 0 -10em;
	line-height: 2em;
}