/* Global Styles */

/* By Lisa Smith http://www.chamberstech.com */

body
{
    padding: 0px;
    margin: 0px;
    color: #000000;
    background-image: url(buttonon.gif);
    background-repeat: repeat-x;
    background-position: top center;
    background-color: #44475A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 89%;
}

/* main container */
#main
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: auto;
    padding: 10px;
    background-color: #ffffff;
}

#header
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: 180px;
    background-image: url(images/Karenweeksheader.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #FFCC67;
    border-top: 1px solid #D97922;
    border-bottom: 2px solid #D97922;
}

#navigation a
{
    line-height: 1.5;
    letter-spacing: normal;
    text-decoration: none;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: left;
    font-weight: bolder;
    background-repeat: repeat;
    color: #FF9900;
    padding: 5px;
    background-color: #FFFFFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}

#navigation a:hover
{
    line-height: 1.5;
    letter-spacing: normal;
    text-decoration: none;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: left;
    font-weight: bolder;
    background-image: url(images/50pc.gif);
    background-repeat: repeat;
    color: #395BC7;
    padding: 5px;
}

p
{
    padding-right: 20px;
    padding-left: 20px;
}
a
{
    text-decoration: none;
    color: #4088b8;
    font-weight: bold;
}

a:hover
{
    text-decoration: underline;
}
a img
{
    border: 0;
}

ul, ol, dl
{
    font-size: 0.9em;
    margin: 2px 0 16px 35px;
}
ul ul, ol ol
{
    margin: 4px 0 4px 35px;
}

h1
{
    font-size: 4.2em;
    letter-spacing: -8px;
    margin: 0 0 30px 25px;
    color: #4088b8;
}

h1 a
{
    text-transform: none;
    color: #4088b8;
}

h2
{
    font-size: 1.4em;
    color: #4088b8;
    border-bottom: 4px solid #dadada;
    padding: 10px 2px 12px 5px;
    margin: 0 0 10px 0;
    letter-spacing: -1px;
}

h3
{
    font-size: 1.2em;
    font-weight: bold;
    color: #4088b8;
    border-bottom: 0px solid #dadada;
    margin: 10px 0 8px 0;
    padding: 1px 2px 2px 3px;
}

blockquote
{
    font-size: 0.9em;
    border: 0px solid #dadada;
    margin: 20px 10px;
    padding: 8px;
}


/******** Footer ********/
#footer
{
    clear: both;
    text-align: center;
    color: #000000;
    font-size: 0.8em;
    border-top: 2px solid #D97922;
    margin: 0 auto 0 auto;
    background-color: #FFCC67;
    width: 800px;
}

#footer p
{
    margin: 0;
    padding: 10px;
    line-height: 1.5em;
}
#footer a
{
    color: #999999;
    text-decoration: underline;
}

#footer a:hover
{
    color: #000000;
    text-decoration: underline;
}


/******** Various classes ********/
.box
{
    background-color: #bababa;
    border: 1px solid #c8c8c8;
    padding: 3px 5px 3px 5px;
    width: 400px;
    height: 300px;
    margin: 0px auto;
}

.left
{
    float: left;
    margin: 0 15px 4px 0;
}
.right
{
    float: right;
    margin: 0 0 4px 15px;
}
.textright
{
    text-align: right;
}
.readmore
{
    text-align: right;
    margin: -10px 10px 12px 0;
}

.center
{
    text-align: center;
}
.blue
{
    color: #4088b8;
}
.big
{
    font-size: 1.3em;
}
.small
{
    font-size: 0.8em;
}
.bold
{
    font-weight: bold;
}

.clear
{
    clear: both;
    width: 750px;
}
.hide
{
    display: none;
}
.fade
{
    color: #c8c8c8;
}
.gray
{
    color: #808080;
}

.photo
{
    border-top: 0px solid #bababa;
    border-left: 0px solid #bababa;
    border-right: 1px solid #bababa;
    border-bottom: 0px solid #bababa;
    padding: 1px;
    background-color: #ffffff;
    margin: 6px 18px 2px 5px;
}
