﻿/*************************************************************************/
/*                             HTML Defenitions                          */
/*************************************************************************/
body
{
    background: #e1bd8a;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}
/*Background_index2.gif has the More Info Button.  Background_index3.gif does not*/
#backgroundImage
{
    background-image: url(../images/background_index3.gif);
    /*background-image: url(../images/background_index2.gif);*/
    background-position: center top;    
    position: absolute;
    height: 1200px;
    width: 100%;
    min-width: 900px;
    top: 0;
    left: 0;
}
#bodyChild
{
    background: #e1bd8a;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    margin-top: 0px;
    background-image: url(../images/background.jpg);
}

/*************************************************************************/
/*                               Index Page                              */
/*************************************************************************/
#banner_index
{
    width: 900px;
    height: 168px;
}
#bodyContent
{
    width: 900px;
    height: 1023px;
    position: absolute;
}
#marriage
{
    padding-top: 0px;
    padding-left: 575px;
    text-align: center;
    font-size: 26px;
    color: Purple;
    font-family: times;
    font-style: italic;
}
#rings
{
    padding-top: 10px;
    padding-left: 668px;
    width: 183px;
}
#marriageText
{
    padding-top: 5px;
    padding-left: 646px;
    width: 180px;
    text-align: center;
    font-size: 19px;
    font-family: times;
    font-style: italic;
    color: purple;
}
#videos
{
    float: left;
    padding-top: 68px;
    padding-left: 97px;    
}
#research
{
    float: left;
   padding-top: 68px;
    padding-left: 37px;
}
#news
{
    float: left;
    padding-top: 68px;
    padding-left: 30px;
}
#give
{
    float: left;
    padding-top: 100px;
}
#expert
{
    float: left;
    padding-top: 25px;
    padding-left: 78px;
	font-size: 28px;
	font-family: Times;
	color: Purple;
}
.expertQuestion
{
	font-size: 17px;
	font-family: Times New Roman;
	color: #164c83;
}
#wedding
{
    float: left;
    padding-top: 18px;
    padding-left: 39px;
}
#pilink
{
    margin-top: 22px;
    padding-left: 235px;
    color: White;
    font-weight: bold;
}
#pilink a
{
    color: White;
    text-decoration: none;
}
#pilink img
{
    border: none;
}

/*************************************************************************/
/*                               Child Pages                             */
/*************************************************************************/
#childWrap
{
    width: 900px;
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
}
#banner_child
{
    width: 900px;
    height: 168px;
    background-image: url(../images/banner_child.jpg);
}
#left_column
{
    float: left;
    width: 180px;
}
#child_menu
{
    margin-left: 20px;
    margin-top: 150px;
    line-height: 150%;
    font-weight: bold;
    font-size: 18px;
}
#child_menu a
{
    color: purple;
    text-decoration: none;
}
#give
{
    margin-left: 40px;
    margin-top: 50px;
    display: inline;
}
#right_column
{
    float: left;
    width: 720px;
}
#whitetextbox
{
    background-color: #ffffff;
    background-image: url(../images/background_content.jpg);
    width: 680px;
    background-repeat: repeat-y;
    padding: 10px 10px 10px 30px;
    min-height: 700px;
}
#footer_child
{
    background-image: url(../images/footer_child.jpg);
    width: 720px;
    height: 50px;
    color: White;
    font-weight: bold;
    padding-top: 3px;
}
#footer_child a
{
    color: White;
    text-decoration: none;
}
#footer_child img
{
    border: none;
}
.hiddenPic
{
    display: none;
}