﻿html {
 	min-height: 100%;
 	height: auto;
 }

body
{
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    line-height: 1.5em;
    color: Gray;
    border-collapse: collapse;
    border: 0px;
    padding: 0px;                                                     
    background-image: url(media/familylight.gif);
    background-position: right bottom;
    background-repeat: no-repeat;    
    background-attachment: fixed;
}

a
{
    text-decoration: none;
    color: #4040FF;
    border-bottom: dashed 1px;
}

a:hover
{
    color: #FFA043;
}

.body
{
    width: 780px;
    margin-right: auto;
    margin-left: auto;    
}

#header
{
    text-align: left;
    height: 335px;
    background-image: url(/media/family.png);
    background-repeat: no-repeat;
    background-position: right top;
    min-width: 760px;
}

#headerimage
{
    cursor: pointer;
    margin-bottom: 25px;
}

#topnav
{
    color: gray;    
    margin-bottom: 5px;
    margin-left: 5px;
}

#bottomnav
{
    margin-top: 50px;
    border: solid 1px gray;
    background-color: #B3C9FF;
    color: gray;
    text-align: center;
}


#topnav a
{
    margin-right: 4px;
}

#calltoaction
{
    color: #B9871B;
    font-size: 13px;
    font-weight: bold;
    width: 500px;
}

img {
   filter:alpha(opacity=90);   /* Internet Explorer       */
   -moz-opacity:0.9;           /* Mozilla 1.6 and below   */
   opacity: 0.9;               /* newer Mozilla and CSS-3 */
}

.large-text
{
    font-size: 14px;
    color: steelblue;
    margin-top: 20px;
    margin-bottom: 20px;  
}

.text
{
    margin-top: 20px;
    margin-bottom: 20px;  
}

ul
{
 margin-left: 20px;
}
