html { height: 100%; margin-bottom: 0.1em }

body { 
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Tahoma, "Lucida Grande", "Lucida", sans-serif;
	color: #ffffff;
	background: #000000 url(../images/bg_grad.jpg) repeat-x 50% 0;
	text-align: center;
}

body * {
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	}

/*
------------------------------------------------------------------------------
LAYOUT
------------------------------------------------------------------------------*/
#wrap {
	margin: 0 auto;
	width: 970px;
	text-align: left;
	}

#container {
	margin: 0 auto;
	background: url(../images/line1.gif) no-repeat top right;
	}

#header {
	padding-left: 50px;
	}
		
#hd {
	position: absolute; 
	top: 115px; 
	left: 280px;
	}

*html #hd {
	left: 230px !important;
	} 
	
div#sidebar {
	float: left;
	display: inline;
	width: 230px;
	margin: 50px 0px 0px 0px;
	background: url(../images/lines.gif) no-repeat top right;
	background-position: 0px -10px;
	position: relative;
	height: 332px;
	text-align: center;
	}

div#legend {
	margin: 0px auto;
	width: 150px;
	font-size: 0.9em;
	}

.content {
	width: 640px;
	padding: 20px;
	padding-bottom: 30px;
	padding-left: 50px;
	margin-left: 235px; /* for ie... overwrite below */
	}
	
/* ie hack - hide this style from ie */
html>body .content {
	width: 640px;
	margin-left: 230px;
	}

.clearfix {
	height: 1%;
	}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
	
html > body .clearfix {
    min-height: 1px;
    height: auto;
    }

/*	
------------------------------------------------------------------------------
CONTENT
------------------------------------------------------------------------------*/

div p {
	font-family: Verdana, Tahoma, "Lucida Grande", "Lucida", sans-serif;
	font-size: 11px;
	line-height: 16px;
	}
	
div#sidebar span {
	color: #79A1A4;
	}

#info span {
	color: #D6A80F;
	}

#content p strong {
	color: #D6A80F;
	}
	
#pdf li {
	color: #ffffff;
	background: url(../images/bullet1.gif) no-repeat 0px 8px;
	}
	
#pdf li a {	
	color: #ffffff;
	}

#indexlogo {
	margin-top: 200px;
	margin-left: 200px;
	}

/*
------------------------------------------------------------------------------
FTP TABLE
------------------------------------------------------------------------------*/
#list th {
	color: #D6A80F;
	text-align: left;
	height: 27px;
	}

#list td {
	color: #ffffff;
	border-bottom: 1px solid #085D83;
	text-align: left;
	padding: 5px 0 5px 0;
	}

.hd_bg {
	background: #000000 url(../images/hd_bg.gif) repeat-x 0px 0px;
	}

.hd_bg2 {
	background-color: #022A43;
	}

#list img {
	padding-right: 2px;
	}

.first {
	padding-left: 5px !important;
	}
	
.second img {
	padding-top: 5px;
	}

.view a {
	color: #D6A80F;
	text-decoration: underline;
	}

td#space {
	padding-top: 30px;
	}
	
.lineup {
	position: relative; top: 3px;
	}

.option input {
   	position: relative; right: -13px;
    }
	
html>body input.upload {
	margin-bottom: 5px;
	}

#upload {
	text-align: right;
	padding-bottom: 15px; 
	padding-left: 15px; 
	border:0;
	}

*html #lineup .lineup {
	float:left;
	}

/*
------------------------------------------------------------------------------
LINKS
------------------------------------------------------------------------------*/
a {
	color: #79A1A4;
	text-decoration: none;	
	}

a:hover {
	color: #D6A80F;
	text-decoration: underline;
	}

th a {
	color: #D6A80F;
	}

th a:hover {
	color: #79A1A4;
	}

/*
------------------------------------------------------------------------------
NAVIGATION
------------------------------------------------------------------------------*/		

/*
------------------------------------------------------------------------------
LISTS
------------------------------------------------------------------------------*/

ul {
	margin-top: 5px;
	}
	
li {
	list-style: none;
	padding-left: 9px;
	}

.active{
	font-weight: bold;
	}
	
	
.column {
	float: left;
	width: 170px;
	}
/*
------------------------------------------------------------------------------
FOOTER (CLEARS COLUMN FLOAT)
------------------------------------------------------------------------------*/

#footer {
	margin: 0 auto;
	padding: 20px 0 10px 270px;
	}

*html #footer {padding-left: 230px;}

#footer li {
	list-style:none;
	display: inline;
	margin-right: 6px;
	font-size: 10px;
	color: #01283E;
	background: none;
	}
	
#footer li a{
	font-size: 10px;
	color: #01283E;
	padding: 0 2px;
	background: none;
	}
	
#footer li a:hover{
	color: #01283E;
	background-color: #999999;
	text-decoration: none;
	}	
	
/*----------------------------------------------------------------------------
	FORMS STACKED
	--------------------------------------------------------------------------*/

form label {
	display: block;
	}

form input {
	display: block;
	}

form input.box {
	display: block;
	float: left;
	display: inline; /* ie hack */
	}

/*----------------------------------------------------------------------------
	FORMS FLOATED
	--------------------------------------------------------------------------*/
form {
	padding: 0px;
	}

form.float label {
	float: left;
	display: inline; /* ie hack */
	}
		
form.float input {
	float: left;
	display: inline; /* ie hack */
	}

form br {
	clear: left;
	}

/*---------------------------------------------------------------------------
	SIGN UP FORM SPECIFIC STYLES
	---------------------------------------------------------------------------*/

form.login label {
	font-size: 11px;
	font-weight: bold;
	width: 100px;
	padding-top: 6px;
	margin: 0 0 2px 0px;
	color: #D7D8DA;
	}
	
form.login input {
	width: 200px;
	padding: 0;
	margin: 6px -15px 2px 20px;
	background: #D7D8DA;
	}

form.login input.box {
	margin: 6px 3px 6px 0;
	margin: 4px 4px 0 0;
	width: 20px;
	}
	
form.login input.button {
	width: 100px;
	margin: 12px 0 6px 120px;
	}

/*
------------------------------------------------------------------------------
FONTORAMA
------------------------------------------------------------------------------*/

h1 {
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 0;
	color: #D6A80F;
	font-weight: bold;
	margin-bottom: 10px;
	width: 620px;
	}
	
h2 {
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0;
	color: #0875A4;
	margin-top: 15px;
	margin-bottom: 0px;
	width: 635px;
	}
	
p {
	margin-bottom: 10px;
	}

table {
	font-size: 11px;
	}
	
/*
------------------------------------------------------------------------------
FLASH TEXT REPLACEMENT
------------------------------------------------------------------------------*/


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
}

.sIFR-hasFlash h3 {
	letter-spacing: -.1em;
	visibility: hidden;
}
