﻿body 
{
    text-align: center;
    background-color: #565456;
    font-family: Tahoma, Arial, Sans-Serif;
    color: #3F4925;
    width: 750px;
    margin: 20px auto 0px auto;
}

/*TAG STYLES*/

A
{
    color: #616328;
    background-color: inherit;
}
A:hover
{
    color: maroon;
    background-color: inherit;
}
td 
{
    font-size: small;
}
th
{
    font-size: small;
    background-color: #616328;
    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: #616328;
    font-family: Arial, Sans-Serif;
    font-size: medium;
    font-weight: bold;
    padding: 5px;
}
#content 
{
    background-color: White;
    color: #3F4925;
    font-size: small;
}
#thumb_menu
{
    background-color:  #616328;
    color: white;
}
#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: yellow;
    font-family: Arial, Sans-Serif;
    font-size: small;
    text-decoration: none;
}   
#contact_bar
{
    background-color: #F7941D;
    color: black;
    border-top: solid 3px white;
    border-bottom: solid 3px white;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    font-weight: bold;
}
#footer
{
    background-color: Black;
    color: white;
    height: 15px;
}
#footer_links
{
    width: 750px;
    margin-right:auto;
	margin-left:auto;
	padding:0px;
	
    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: #616328;
    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: #E7E7DA;
  padding: 4px;   
}
#thumb_pics a
{
    color: black;
    text-decoration: none;
}
#thumb_pics a:hover
{
    color: maroon;
    text-decoration: none;
}

/*CLASS STYLES*/

.cleardiv 
{
    clear: both;
}
.content_pad
{
    padding: 10px;
}
.thumb_div
{
    text-align: center;
    float: left;
    padding: 5px;
}
.callus 
{
    font-size: 22pt;
    font-weight: bold;
    font-family: Arial, Sans-Serif;
    color: White;
}
.quote
{
    font-style: italic;
}
.cundalls
{
    color: Black;
}
.cundalls a
{
  color: black;
  font-weight: bold;    
}
.cundalls a:hover
{
    color: white;
}
.cundalls th 
{
    color: White;
    background-color: #F7941D;
}
.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;
}
