/*******************************************************************************
*                                            								   *
* Base styles                                								   *
*                                            								   *
*******************************************************************************/

html, body { 
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-size: 62.5%;
	letter-spacing: .2px;
	font-family: Univers, Verdana, Arial, sans-serif;
	background-color: #000;
}

#centered {
	position: absolute;
	width: 1%;
	height: 1%;
	top: 50%;
	left: 50%;
}

p, li, h { line-height: 1.8em; }

p, li { font-size: .9em; }
h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; }

a:link { color: #6d6d6d; text-decoration: none; }
a:visited { color: #6d6d6d; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }
a:active { color: #6d6d6d; text-decoration: none; }

/*******************************************************************************
*                                            								   *
* Wrapper --																   *
*   Major site container. Everything outside this box is background.		   *
*                                            								   *
*******************************************************************************/

#wrapper {
	position: absolute;
	top: -300px;
	left: -400px;
	width: 800px;
	height: 600px
	margin: auto;
}

/*******************************************************************************
*                                            								   *
* Header																	   *
*                                            								   *
*******************************************************************************/

#header {
	position: relative;
	height: 125px;
	background-color: #6d6d6d;
}

#header #logo {
	position: absolute;
	top: 16px;
	left: 0;
}

#header #tagline {
	position: absolute;
	top: 50px;
	left: 343px;
}

/*******************************************************************************
*                                            								   *
* Main  																	   *
*                                            								   *
*******************************************************************************/

#main {
	position: relative;
	background-color: #fff;
	background-image: url(../images/mainBg.gif);
	background-repeat: no-repeat;
	height: 475px;
}

.blacktext { 
	color: #000;
	font-weight: bold;
}

.redtext {
	font-weight: bold;
	color: #a81f30;
}

.tight {
	line-height: 1.6em;
}

/* Navbox */

#main #navbox {
	position: absolute;
	top: 72px;
	left: 56px;
	width: 262px;
	height: 262px;
}

#navbox .topleft { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
#navbox .topright { 
	position: absolute;
	top: 0;
	left: 135px;
	z-index: 100;
}
#navbox .bottomleft { 
	position: absolute;
	z-index: 100;
	top: 135px;
	left: 0px;
	z-index: 100;
}
#navbox .bottomright { 
	position: absolute;
	top: 135px;
	left: 135px;
	z-index: 100;
}

#navbox #lineExtension {
	position: absolute;
	top: 0;
	left: -55px;
	z-index: 200;
}

/* Copybox */

#main #copybox {
	position: absolute;
	top: 62px;
	left: 347px;
	width: 388px;
	height: 262px;
	color: #6d6d6d;
}

/* Footer */

#main #footer {
	position: absolute;
	top: 414px;
	left: 64px;
	color: #6d6d6d;
}

#footer em {
	font-style: normal;
	color: #000;
}

#footer .small {
	font-size: .9em;
}