﻿body {
margin: 0 auto;
background-image: url(images/bg_tile.gif);
background-color: #FFFFFF;
    font-family: Verdana;
    font-size: 10pt;
}

form
{
    display: inline;
}

html
{
    min-height: 100%;
}
/* Master Table Style */

#inner_container
{
    margin: 0px auto;
}

td.banner_left
{
 width: 10px;
 background-image: url(images/banner_left.gif);
 background-position: right;
 background-repeat: no-repeat;
}

td.banner_right
{
    width: 10px;
    background-image: url(images/banner_right.gif);
        background-repeat: no-repeat;
}

td.banner_middle
{
    width: 740px;
    height: 100px;
    background-image: url(images/banner_middle.gif);
    background-repeat: no-repeat;
}

td.cell_spacer
{
 height: 25px;
 background-color: #FFFFFF;
 padding: 0px 10px 0px 10px;
}

td.content_left
{
    width: 10px;
    background-image: url(images/content_left.gif);
    background-position: left;
    background-repeat: repeat-y;
}

td.content_middle
{
 width: 740px;
 background-color:#ccc1a4;
}

td.content_right
{
    width: 10px;
    background-image: url(images/content_right.gif);
    background-position: right;
    background-repeat: repeat-y;
}

td.super_footer_left
{
    width: 10px;
    height: 7px;
    background-image: url(images/super_footer_left.gif);
    background-position: right;
    background-repeat: no-repeat;
}

td.super_footer_middle
{
   width: 740px;
    height: 7px;
    background-image: url(images/super_footer_middle.gif);
    background-position: right;
    background-repeat: repeat-x;
}

td.super_footer_right
{
   width: 10px;
    height: 7px;
    background-image: url(images/super_footer_right.gif);
    background-position: left;
    background-repeat: no-repeat;
}

td.footer_left
{
    width: 10px;
    height: 30px;
    background-image: url(images/footer_left.gif);
    background-position: right;
    background-repeat: no-repeat;
}

td.footer_middle
{
    height: 10px;
    width: 740px;
    background-color: #aaa070;
        font-size: .7em;
    text-align: center;
    vertical-align: middle;
}

td.footer_right
{
    width: 10px;
    height: 30px;
    background-image: url(images/footer_right.gif);
    background-position: left;
    background-repeat: no-repeat;
}

td.menu_left
{
    width: 10px;
    height: 33px;
        background-image: url(images/menu_left.gif);
    background-position: right;
    background-repeat: no-repeat;
}

td.menu_right
{
    width: 10px;
    height: 33px;
        background-image: url(images/menu_right.gif);
    background-position: left;
    background-repeat: no-repeat;
}

/* Page Style */
td.pageheader
{

text-align: center;
    
}

td.left_zone
{
    text-align: left;
    vertical-align: top;
    width: 435px;
}
td.right_zone
{
    text-align: left;
    vertical-align: top;
    width: 269px;
}


/* Input CSS */
input[type=text], textarea
{
    background-color: AliceBlue;
}


.input_email
{
    width: 150px;
}

.input_name
{

}

.input_comments
{
    width: 349px;
    height: 50px;
    margin: 0 auto;
}

.input_captcha
{
    width: 100px;
}

.help_text
{
    font-size: .65em;
    color: DarkBlue;
}

.validate_text
{
    color: Red;
    font-size: .65em;
    display: none;
}

td
{
    vertical-align: top;
}

.gallery_title
{
    font-size: .9em;
    font-weight: bold;
}

.gallery_description
{
    font-size: .7em;
    color: DarkGray;
}

.pop_image
{
  margin: 0px 5px 0px 5px;
  float: right;
}

.popup_menu
{
    background-color: White;
    border: 1px solid DarkBlue;
    padding: 5px 5px 5px 5px;
    width: 90px;
    
}
.popup_menu a
{
    text-decoration: none;
    color: Black;
    width: 90px;
    height: 20px;
}
.popup_menu a:hover
{
 text-decoration: underline;
 background-color: LightGoldenrodYellow;
  
 
}
.animation_opacity
{

visibility: hidden;
}
.copy_text
{
    width: 269px;
}
.video_header {
	font-weight: bold;
	font-size: 1.0em;
}
.video_header {
	font-weight: bold;
	font-size: 1.0em;
	margin-bottom: 10px;
}
.image_tile
{
    margin-right: 10px;
    margin-left: 10px;
}

.image_margin
{
    margin: 3px 3px 3px 3px;
}

.testimonial_box
{
 border-top: 1px dashed white;
 border-bottom: 1px dashed white;
}
