﻿body
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, sans-serif;
}
.floatClear
{
    clear: both;
}
#wrapper
{
    width: 1200px;
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    margin: 0 auto 0 auto;
}
#wrapper #header
{
    width: 1200px;
    height: 237px;
    margin: 0 auto 0 auto;
}
#wrapper #header .top
{
    height: 197px;
    background-image: url(images/header.jpg);
    margin: 0;
    padding: 0;
}
#wrapper #header .top .text
{
    color: black;
    width: 800px;
    text-align: center;
    font-size: 22pt;
    padding: 130px 0 0 0;
}
#wrapper #header .bottom
{
    height: 40px;
    background: #b6c9c2 url(images/bg_hdr_bottom.gif) left top repeat-x;
    font-size: 12pt;
    text-align: center;
    line-height: 40px;
}

#wrapper #col_left
{
    width: 500px;
    float: left;
    background: #e0eae8 url(images/bg_col_left.gif) left top repeat;
}
#wrapper #col_right
{
    width: 680px;
    float: left;
    background-color: white;
    padding: 10px;
}
#footer
{
    z-index: 99;
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #b0cdc3;
    padding: 8px;
    margin: 0;
}
#footer #footer_content
{
    width: 1200px;
    margin: 0 auto 0 auto;
    text-align: center;
}

#wrapper #col_left #nav
{
    width: 500px;
    background-color: white;
    text-align: center;
}
#wrapper #col_left #nav #button_holder
{
    background-color: #799b8f;
    margin: 0 auto 0 auto;
    color: white;
    font-size: 12pt;
    font-weight: bold;
    padding: 8px 0 8px 0;
}
#wrapper #col_left #nav #button_holder a
{
    color: white;
    text-decoration: none;
}
#wrapper #col_left #nav #button_holder a:hover, #wrapper #col_left #nav #button_holder a:focus
{
    color: #d6f2e9;
}
#wrapper #col_left #nav #button_holder a.menuselected
{
    color: black;
    font-size: 15pt;
    margin-top: 1pt;
    line-height: 13pt;
}

.shadowbox
{
    width: 423px;
    margin: 16px auto 16px auto;
}
.shadowbox .top
{
    width: 423px;
    height: 8px;
    background: white url(images/bg_blog_top.png) right top no-repeat;
}
.shadowbox .content
{
    width: 397px;
    background: white url(images/bg_blog.png) right top repeat-y;
    padding: 8px 18px 8px 8px;
}
.shadowbox .bottom
{
    width: 423px;
    height: 8px;
    background: white url(images/bg_blog_bottom.png) right top no-repeat;
}

.shadowbox .content h1
{
    font-size: 15pt;
    font-weight: bold;
    margin-top: 0;
}
a.morelink
{
    font-weight: bold;
    display: block;
    text-align: right;
    color: black;
    text-decoration: none;
    font-style: italic;
}
a.morelink:hover, a.morelink:focus
{
    text-decoration: underline;
}
.bloglinktitle a 
{
    text-decoration: none; 
    font-style: italic; 
    font-weight: bold; 
    color: Black; 
    font-size: 11pt;
}
.bloglinktitle a:hover, .bloglinktitle a:focus 
{
    text-decoration: underline; 
}

.commenttop
{
    /*border: solid 1px red; */
}

.commentresponse
{
    margin-left: 50px;
    font-style: italic; 
    font-weight: bold; 
    /*border: solid 1px green; */
}

.contactbox
{
    width: 450px;
    margin: 30px auto 16px auto;
    max-height: 160px;
    padding-bottom: -186px;
}

.contactbox .top
{
    width: 450px;
    height: 8px;
    background: white url(images/bg_blog_top.png) right top no-repeat;
}
.contactbox .content
{
    width: 280px;
    background: white url(images/bg_blog.png) right top repeat-y;
    padding: 8px 18px 8px 152px;
}
.contactbox .bottom
{
    width: 450px;
    height: 8px;
    background: white url(images/bg_blog_bottom.png) right top no-repeat;
}
.contactbox .content h1
{
    font-size: 18pt;
    font-weight: bold;
    margin-top: 0;
    font-style: italic;
}
.contactbox .content span.label
{
    font-weight: bold;
}

.contactbox img.contactpic
{
    display: block;
    width: 151px;
    height: 186px;
    background: url(images/bg_contact_img.png) left top no-repeat;
    position: relative;
    top: -172px;
    left: -20px;
}

.bloglink
{
    color: Black;
    text-decoration: none;
}
a.bloglink:hover
{
    text-decoration: underline;
}
.bloglinktitle
{
    font-weight: bold;
    font-size: 10pt;
    color: Black; 
}

