/*********************************************************************
*  Basic HTML
*********************************************************************/

body
{
    background-color: #fff;
    color: #333;
    font-family: verdana, arial, helvetica, sans-serif;
    line-height: 1.5em;
    font-size: 11px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* IE messes up margins... Line-height of lists, if there's an image on them.
   This seems to kind of fix it.  Maybe. */
li
{
    margin-bottom: 1px;
}

h1
{
    text-align: center;
    margin-top: 1em;
    font-size: 14px;
    color: #268fe8;
}

h2
{
    margin-top: 1em;
    font-size: 12px;
/*    color: #268fe8; */
}

a:link
{
    color: #5fa900;
}

a:visited
{
    color: #888;
}

a:hover
{
    text-decoration: none;
}

.note
{
    font-size: 9px;
}

.more
{
/*    text-align: right; */
    font-style: italic;
}

.bordered
{
    border: solid #000 1px;
}

img.photo-right
{
    float: right;
    border: 1px solid #000;
    margin-left: 2em;
    margin-bottom: 2em;
}

/*********************************************************************
*  a.removal
*********************************************************************/

a:link.removal, a:visited.removal
{
    text-decoration: line-through;
}

a:hover.removal
{
    text-decoration: none;
}

/*********************************************************************
*  .content-section
*********************************************************************/

.content-section .content-block
{
/*    border-bottom: 1px dashed #999; */
}

/* Makes IE render margins correctly. */
.content-section .content-block
{
    border-top: dashed #999 1px;
}

/*********************************************************************
*  Generic .content-block
*********************************************************************/

/*
body .content-block
{
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
*/

/*********************************************************************
*  .float-section
*********************************************************************/

.float-section .content-block
{
    border: 1px solid #999;
    background-color: #eee;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 15px;
    width: 160px;
    float: right;
    margin-top: 15px;
}

.float-section .content-block ul a:link
{
    color: #333;
}

.float-section .content-block ul a:visited
{
    color: #333;
}

.float-section .content-block ul a:hover
{
    color: #6ebc0b;
 	text-decoration: none;
}

.float-section .content-block ul a:visited.highlight, .float-section .content-block ul a:link.highlight
{
    color: #6ebc0b;
    text-decoration: underline;
}

.float-section .content-block ul a:hover.highlight
{
    text-decoration: none;
}

.float-section .content-block form
{
    text-align: center;
    margin: 0;
}

.float-section .content-block ul
{
    padding-left: 0;
    margin-top: 0px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.float-section .content-block li
{
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.float-section .content-block h1
{
    font-size: 12px;
    margin-top: 0;
    color: #268fe8;
    font-weight: bold;
}

.float-section .content-block p
{
    margin-top: 0px;
}

/*********************************************************************
*  .nav-section
*********************************************************************/

.nav-section .content-block
{
    border: 1px solid #999;
    background-color: #eee;
    padding: 10px;
    margin-bottom: 15px;
}

.nav-section .content-block ul a:link
{
    color: #333;
}

.nav-section .content-block ul a:visited
{
    color: #333;
}

.nav-section .content-block ul a:hover
{
    color: #6ebc0b;
 	text-decoration: none;
}

.nav-section .content-block ul a:visited.highlight, .nav-section .content-block ul a:link.highlight
{
    color: #6ebc0b;
    text-decoration: underline;
}

.nav-section .content-block ul a:hover.highlight
{
    text-decoration: none;
}

.nav-section .content-block form
{
    text-align: center;
    margin: 0;
}

.nav-section .content-block ul
{
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.nav-section .content-block li
{
    list-style: none;
    margin: 0;
}

.nav-section .content-block h1
{
    font-size: 12px;
    margin-top: 0;
    color: #268fe8;
    font-weight: bold;
}

/*********************************************************************
*  .support-section
*********************************************************************/

.support-section
{
    color: #fff;
}

.support-section .content-block a:link
{
    color: #fff;
}

.support-section .anchor-button a:link
{
    color: #447a00;
}

.support-section a:visited
{
    color: #fff;
}

.support-section h1
{
    font-size: 12px;
    color: #fff;
    margin-top: 0;
}

.support-section .content-block
{
    border: 1px dashed #fff;
    padding: 5px;
    margin-bottom: 15px;
}

.support-section .content-block ul
{
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.support-section .content-block li
{
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 1em;
}

/*********************************************************************
*  .footer-section
*********************************************************************/

.footer-section
{
    margin-top: 15px;
    border-top: dashed #999 1px;
    text-align: center;
}

/*********************************************************************
*  .anchor-button
*********************************************************************/

.anchor-button a
{
    text-decoration: none;
    font-size: 8px;
    color: #000;
    padding: 0px 3px 0px 3px;
    border: 1px solid #666;
    background-color: #ddd;
}

.anchor-button a:link
{
    color: #447a00;
    border-color: #447a00;
    background-color: #C7F094;
}

.anchor-button a:visited
{
    color: #777;
    border-color: #777;
    background-color: #ddd;
}

.anchor-button a:hover
{
    background-color: #eee;
}

/*********************************************************************
*  .alpha-navigation
*********************************************************************/

.alpha-navigation
{
    line-height: 2em;
}

.alpha-navigation .anchor-button a.highlight
{
    border-width: 2px;
}

.alpha-navigation .anchor-button a
{
    font-size: 12px;
}

/*********************************************************************
*  .table-vertical
*********************************************************************/

table.table-vertical th
{
    text-align: right;
    vertical-align: text-top;
    white-space: nowrap;
/*
    background-color: #ddd;
    border-right: 1px solid #ccc;
*/
}

table.table-vertical td
{
/*    border-bottom: 1px solid #ccc; */
    padding-left: .5em;
}