﻿body
{
    text-align: center;
    background-color: #646666;
    font-family: Tahoma, Arial, Sans-Serif;
    color: #001D61;
    width: 750px;
    margin: 20px auto 0px auto; 
}

/*TAG STYLES*/

A
{
    color: black;
    background-color: inherit;
}
A:hover
{
    color: maroon;
    background-color: inherit;
}
td
{
    font-size: small;
}
th
{
    font-size: small;
    background-color: white;
    color: White;
}
li
{
    margin-bottom: 0px;
    margin-top: 0px;
}
ul
{
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 0px;
}
SELECT
{
    color: #616328;
    font-size: small;
}

/*ID STYLES*/

#frame
{
    width: 750px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    padding: 0px;
    text-align: left;
    border: solid 1px black;
    background-color: black;
}
#header
{
    border-bottom: solid 3px white;
}
#menu
{
    background-color: #F7941D;
    color: White;
}
#heading
{
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    color: white;
    background-color: #AE8E61;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    padding: 5px;
}
#content
{
    background-color: White;
    color: black;
    font-size: small;
}
#thumb_menu
{
    background-color: Black;
    color: white;
    text-align: center;
}
#thumb_menu img
{
    border: solid 3px white;
}
#thumb_menu a
{
    color: white;
    font-family: Arial, Sans-Serif;
    font-size: small;
    text-decoration: none;
}
#thumb_menu a:hover
{
    color: red;
    font-family: Arial, Sans-Serif;
    font-size: small;
    text-decoration: none;
}
#contact_bar
{
    background-color: #AE8E61;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
}
#footer
{
    background-color: Black;
    color: white;
    height: 15px;
}
#footer_links
{
    width: 750px;
    text-align: right;
    color: White;
    font-size: x-small;
}
#footer_links a
{
    color: white;
    font-family: Arial, Sans-Serif;
    font-size: x-small;
    text-decoration: none;
}
#footer_links a:hover
{
    color: yellow;
    font-family: Arial, Sans-Serif;
    font-size: x-small;
    text-decoration: none;
}
#main_options th
{
    font-size: small;
    background-color: #000000;
    color: White;
}
#main_pic img
{
    border: solid 5px #E7E7DA;
}
#thumb_pics img
{
    border: solid 1px white;
}
#thumb_pics table
{
    margin-left: -3px;
   
}
#thumb_pics td
{
    color: black;
    background-color: #F0F0F0;
    padding: 4px;
    text-align: center;
}
#thumb_pics a
{
    color: black;
    text-decoration: none;
}
#thumb_pics a:hover
{
    color: maroon;
    text-decoration: none;
}

/*CLASS STYLES*/

.gallery_caption
{
    font-size:14px;
    font-weight:bold;
    color:Black;
    padding-bottom: 10px;
}

.cleardiv
{
    clear: both;
}
.content_pad
{
    padding: 10px;
}
.thumb_div
{
    text-align: center;
    float: left;
    padding: 5px;
    padding-left: 17px;
}
.gallery img
{
    border: solid 5px #E7E7DA;
}
.head
{
    font-size: small;
    background-color: #E7E7DA;
    color: #616328;
    font-weight: bold;
}
.textbox
{
    border-width: 1px;
    padding: 1px;
    border-color: #616328;
    border-style: solid;
    color: #616328;
    font-size: small;
}
.casestudy img
{
    border: solid 5px #E7E7DA;
}
.casestudy a
{
    color: white;
    text-decoration: none;
}
.casestudy a:hover
{
    color: Red;
    text-decoration: underline;
}
.casestudy
{
    vertical-align: top;
    font-weight: bold;
    color: black;
    font-size: 11pt;
    background-color: #E6BC80;
}
.casestudy_heading
{
    font-size: 11pt;
    font-variant: small-caps;
    color: black;
}
