﻿body {
margin: 0 auto;
background-image: url(images/background_tile_top.jpg);
background-position: top;
background-repeat: repeat-x;
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.copyright
{
    font-size: .7em;
    text-align: center;
    color: DarkGray;

}

td.banner_cell
{
 width: 761px;
}

td.cell_spacer
{
 height: 25px;
 background-color: #FFFFFF;
 padding: 0px 10px 0px 10px;
}

td.content_left
{
    width: 11px;
    background-image: url(images/content_left_tile.jpg);
    background-position: left;
    background-repeat: repeat-y;
}

td.content_middle
{
 width: 720px;
 padding: 10px 10px 10px 10px;
 background-image: url(images/sun_brand.jpg);
 background-position: bottom right;
 background-repeat: no-repeat;
}

td.content_right
{
    width: 10px;
    background-image: url(images/content_right_tile.jpg);
    background-position: right;
    background-repeat: repeat-y;
}

td.footer_left
{
    width: 11px;
    height: 8px;
    background-image: url(images/content_left_corner.jpg);
    background-position: left;
    background-repeat: no-repeat;
}

td.footer_middle
{
    height: 8px;
    width: 740px;
    background-image: url(images/content_footer_tile.jpg);
    background-repeat: repeat-x;
}

td.footer_right
{
    width: 10px;
    height: 8px;
    background-image: url(images/content_right_corner.jpg);
    background-position: right;
    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;
}

td.column_spacer
{
    width: 11px;
}
/* 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: DarkGray;
}

.validate_text
{
    color: Red;
    font-size: .65em;
}

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;
}
