/**
 * styles.css
 *
 * $Id: styles.css 1246 2010-04-26 22:46:14Z Dave $
 */

/**
 *
 * LAYOUT
 *
 */
 
body {
    margin: 0;
    padding: 0px;    
    font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
    font-size: 90%;
    color: #003;
    background-color: #EEE;
    /*background-image: url(/images/boot_pair.gif);*/
    text-align: center;
    min-width: 960px;    
}
#wrapper {
    width: 960px;
    text-align: left;    
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 5px;
}
#header {
    position: relative;
}
#header #logo {
    float: left;
}
#content {
    float: left;
    clear: both;
    padding: 5px;
    min-width: 920px;     
    color: #333;
    background-color: transparent;
}
#content p,
#content form,
#content table {
    font-size: 0.9em;
    line-height: 1.5em;
}
#footer {
    clear: both;
    font-size: 70%;
    margin: 0 0 10px 0;
    padding: 6px 2px 2px 5px;
    text-align: left;
    background-color: #fff;
    vertical-align: bottom; 
    border-top: 1px solid #ececec;
}
#footer img {
    padding: 0 5px 0 0;
    vertical-align: middle; 
}
#footer a.terms {
    padding: 2px 0 6px 0;     
}
#links-column {
    width: 112px;
    float: right;
    text-align: center;  
    padding: 0 5px 0 3px;
    border-left: 1px solid #ececec;    
}
#links-column img {
    padding-bottom: 3px;
}

/*
 *
 * Navigation
 *
 */
#nav {
    margin: 0;
    font-size: 110%;
    text-align: right;
    padding: 8px 0 3px 0;
    border-top: 1px solid #ececec;
    list-style-type: none;    
}
#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#nav li {
    display: inline;
    padding-left: 10px;
}
#nav a:link,
#nav a:visited,
#nav a:active {
    padding: 7px 0 0 0;
    color: #333;
    background-color: transparent;
    text-decoration:  none;
}
#nav a:hover {
    color: #d00;
    background-color: transparent;
    text-decoration: none;
}
#nav a.current:link ,
#nav a.current:visited,
#nav a.current:active {
    border-top: 3px solid #d00;
    color: #d00;
    font-weight: bold;
}




/*
 *
 * Sundry
 *
 */
#logo {
    margin-top: 2px;
}
h1, h2, h3, h4, h5 {
    font-weight: normal;
    color: #003;
    background-color: transparent;
}
h1 {
    font-size: 1.6em;
}
h1.banner {
    text-indent: -9999px;
}
h2 {
    font-size: 1.4em;
}
h3 {
    font-size: 1.1em;
}
h4 {
    font-size: 1.0em;
}
h5, h6 {
    font-size: 0.8em;
    color: #000;
}
img {
    border: 0px;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
a:link,
a:visited,
a:active,
a:hover {
    color: #00f;
    background-color: transparent;
}
    