﻿/* www.paperrecyclingconference.com */
/* MainStyle.css */

body
{
    margin: 0;
    padding: 0;
    font-size: small;
    color: #000;
    font-family: Arial;
}

a:link, a:visited, a:active, a:hover {
    color: #697524;
}

h1.pagetitle 
{
    color: #738231;
    font-size: 12px;
    border-bottom: solid 1px #dedbde;
    width: 100%;
    text-transform: lowercase;
    font-weight: bold;
    margin-bottom: 20px;
}

h1
{
    color: #00529b;
    font-size: 14px;
    font-weight: bold;
    margin: 2px 0;
    text-transform: uppercase;
}

h2
{
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

/* Layout */
#container 
{
    width: 796px;
    margin: 4px 0 0 4px;
}

#header 
{
    height: 116px;
    margin-bottom: 4px;
}

#leftcolumn 
{
    width: 124px;
    float: left;
    margin: 16px 24px 16px 22px;
}

#navigation ul
{
    padding: 0;
    margin: 0;
    margin-bottom: 22px;
    list-style-type: none;
}

#navigation ul li 
{
    text-transform: lowercase;
    font-size: 12px;
    line-height: 26px;
    margin-bottom: 2px;
    background-color: #adaead;
    padding-right: 4px;
}

#navigation ul li:hover 
{
    background-color: #697524;
}

#navigation ul li.current
{
    background-color: #215194;
}

#navigation ul li a 
{
    color: #fff;
    display: block;
    text-decoration: none;
    text-align: right;
    font-weight: bold;
}

#middlecolumn
{
    width: 447px;
    float: left;
    padding: 8px 4px;
    border-left: solid 2px #dedbde;
    border-right:  solid 2px #dedbde;
    min-height: 432px;
}

#rightcolumn
{
    width: 167px;
    float: left;
    margin: 16px 0;
}

.inner
{
    margin-bottom: 20px;
    text-align: center;
}

#rightcolumn h1
{
    font-weight: bold;
    font-size: 11px;
    text-transform: none;
    color: #000;
    margin-bottom: 10px;
}

/* Generic Classes */
.clearleft 
{
    clear: left;
}

.clearright
{
    clear: right;
}

.clearboth
{
    clear: both;
}

.block
{
    display: block;
}

a.email
{
    text-transform: lowercase;
    font-weight: bold;
    color: #000;  
    text-decoration: none; 
    line-height: 11px;
    background: url('/Images/envelope.gif') no-repeat left 4px;
    padding-left: 25px;
    display: block;
    font-size: 11px;
}

.center
{
    text-align: center;
}