/* 
    Document   : general.css
    Created on : Jun 3, 2009, 2:15:56 PM
    Author     : Brad Ottoson
    Description:
        This file contains general formatting for the site.
*/

body.main_body
{
    background-color: #FFFFFF;
}

div.main
{
    background-color: #FFFFFF;
    width: 978px;
}

A:link      {text-decoration: none; color: #ffffff;}
A:visited   {text-decoration: none; color: #ffffff;}
A:active    {text-decoration: none; color: #ffffff;}
A:hover     {text-decoration: underline overline; color: #ffffff;}

div.header
{
    width: 974px;
    height: 308px;

    background-image: url("images/header.png");
}

div.buttons
{
    margin-left: 236px;
    padding-top: 234px;

    border: 2px;
}

div.button
{
    float: left;
    text-align: center;
    vertical-align: middle;

    width: 90px;
    height: 24px;
    padding: 6px 0px 0px 0px;
    margin: 8px;
    color: #ffffff;
    font-weight: bold;
    background-color: #6abd45;
    background-image: url(images/nav_button_beveled.png);
/*
    border: 2px;
    border-style: solid;
    border-color: #648556;*/
}

.content
{
    width: 968px;


}

div.slide
{
    width: 435px;
    height: 470px;

    padding: 0px;
    margin: 0px;

    top: 0px;
    left: 0px;

    border: none;
}

table.slide
{
    width: 435px;
    height: 470px;

    padding: 0px;
    margin: 0px;

    top: 0px;
    left: 0px;

    border-collapse: collapse;
    border: none;
}

tr.slide
{
    width: 435px;
    height: 470px;

    padding: 0px;
    margin: 0px;

    border: none;
}

td.slide
{
    width: 435px;
    height: 470px;

    overflow:hidden;
    
    padding: 0px;
    margin: 0px;

    border: none;
}

img.bordered_image
{
 /*   width: 415px;
    height: 450px;*/

    /*margin: auto auto;*/

/*    top: 0px;
    left: 0px; */
    
    overflow:hidden;

    padding: 0px;

    border: 0px none #559737;
}
