﻿html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
html, body, form, #wrap
{
    height: 100%;
}
form > #wrap
{
    height: auto; min-height: 100%;
}
body 
{
    background-image:url(images/floral-pattern.jpg);
    font-size:12px;
    color:#3B2314;
    font-family: "Times New Roman", Times, Serif;
}
a 
{
    color:#3B2314;
    text-decoration:none;
}
img 
{
    border:none;
}
#wrap 
{
    width:960px;
    margin-left:auto;
    margin-right:auto;
}
#flash 
{
    width:960px;
    margin-left:auto;
    margin-right:auto;
    padding-top:30px;
}
#plaque 
{
    width:309px;
    height:205px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(images/plaque.jpg);
}
#plaqueText 
{
    text-align:center;
    padding:20px;
}
#plaqueLogo
{
    width:309px;
    height:205px;
    margin-left:auto;
    margin-right:auto;
}
#frame 
{
    width:245px;
    height:318px;
    margin-left:auto;
    margin-right:auto;
    padding:75px;
    background-image:url(images/picture_frame.jpg);
    font-size:10px;
}
#frame td 
{
    vertical-align:top;
}
#frame p 
{
    padding-top:2px;
}
#main 
{
    padding-bottom: 196px;
}  /* must be same height as the footer */
#footer 
{
    position: relative;
    background-color:#769C9D;
	margin-top: -196px; /* negative value of footer height */
	height: 184px;
	clear:both;
	color:#FFFFFF;
	text-align:center;
	border-top:solid 12px #FFF;
}
#copy 
{
    width:350px;
    color:#000;
}
.spacer
{
    padding-bottom:30px;
}
.clearfix:after 
{
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix 
{
    display: inline-block;
}
    /* Hides from IE-mac \*/
    * html .clearfix { height: 1%;}
    .clearfix {display: block;}
    /* End hide from IE-mac */
.textbox 
{
    border:none;
    background-color:#EAE8DB;
    width:175px;
    font-family:Times, Times New Roman, Serif;
    font-size:10px;
}
.buttonPadding 
{
    padding-right:3px;
    padding-top:2px;
}