﻿/***
 *** 
 *** Author: Andrew M. Simms, amsimms@u.washington.edu
 ***         University of Washington
 ***
 *** Copyright: 2005-2009, All rights reserved.
 *** NOTICE: Unauthorized use, duplication and / or distribution
 ***         will be subject to criminal and civil penalties.
 ***
 *** Description:
 ***	www.dynameomics.org footer style sheet
 ***
 *** Revisions:
 ***
 ***	2009-09-03	A. Simms	Added header
 ***    2009-09-12  S. Rysavy   Created footer file.  Updated styles for ASCX files. 
 ***/
 
li
{
	margin: 0px;
}

#footer 
{
    width: 1016px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    bottom: 0px;
    font: 11px times new roman;
	color: #990000;    
	text-align: center;
}

/* Small copyright text */
#copyright 
{
	font: 9px arial;
	color: #990000;
	letter-spacing:.1em;
	line-height: 30px;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
}

/* Navigation Bar */
.navFooter 
{
    overflow: hidden;
    width: 100%;
    float: left;
}

.navFooter ul
{
    height: 30px;
    line-height: 30px;
	list-style-type: none;
	padding: 0px;
	margin: 0px auto;
	float: left;
	position: relative;
	left: 50%;
}

.navFooter ul li
{
	float: left;
	right: 50%;
	height: 25px;
	position: relative;
	right: 50%;
}

.navFooter ul li.link
{
	padding-left: 10px;
	padding-right: 10px;
}

.navFooter ul li.border
{
	width: 1px;
	height: 20px;
	margin-top: 5px;
	background-color: #990000;
}

.navFooter a 
{
	width: auto;
	display: block;
	font: 11px;
	line-height: 30px;
	text-decoration: none;
	letter-spacing:.1em;
}
	
.navFooter a:hover 
{
	text-decoration: underline;
}
