@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:700);
body {
    margin: 0 auto;
    padding: 0;
    background-color:#FFC;
    width: 1000px;
    text-align: center;
}
div#header {
    background-color: #1a3c5e;
    height: 40px;
}
div#header img#green_leaf {
    margin-left: -890px;
}
div#header ul {
    list-style-type: none;
    color: #fff;
    margin-top: -60px;
}
div#header ul li {
    display: inline;
    border-right: 1px solid #fff;
    padding: 0 5px 0 5px;
    font-family: century-gothic, arial, verdana, sans-serif;
    font-size: 1em;
}
#header ul li a:link,
#header ul li a:visited {
     color: #fff;
     text-decoration: none;
}
#header ul li a:hover {
     text-decoration: underline;
}
div#header ul li#last {
    border-right: none;
}
#content {
    float: left;
    padding: 0 24em 0 5em;
    margin-bottom: 1em;
    text-align: left;
}
#content img#subhead {
    margin-top: 10px;
}
#content img#family,
#content img#table,
#content img#couple_daughter,
#content img#grandmother,
#content img#lady {
    border-left: 30px solid #666;
    margin-top: 50px;
    margin-bottom: 1em;
}
#content img#grandmother {
    border-left: 30px solid #c7b200;
}
#content img#family {
    border-left: 30px solid #1a3c5e;
}
#content img#lady {
    border-left: 30px solid #c7b200;
}
#content p {
    font-family: Times New Roman, times, serif;
	    margin: 0 0 10px 0;
}
#quote,
#quote_ind,
#quote_asst,
#quote_board,
#quote_home {
    display: block;
    text-align: center;
}
#quote_asst {
    background-color: #1a3c5e;
    padding: 5px 5px 0 5px;
    float: left;
    width: 400px;
    margin: 1em 1em 1em 0;
}
#quote_ind {
    background-color: #1a3c5e;
    padding: 5px 5px 0 5px;
    float: left;
    width: 350px;
    margin: 1em 1em 1em 0;
}
#quote {
    background-color: #c7b200;
    padding: 5px 5px 0 5px;
    float: left;
    width: 250px;
    margin: 0 1em 0 0;
}
#quote_board {
    background-color: #999;
    padding: 5px 5px 0 5px;
    float: left;
    width: 500px;
    margin: 1em 1em 1em 0;
}
#quote_home {
    background-color: #c7b200;
    padding: 5px 5px 0 5px;
    float: left;
    width: 500px;
    margin: 1em 1em 1em 0;
}
#quote p,
#quote_ind p,
#quote_asst p,
#quote_board p,
#quote_home p {
    font-family: tahoma, arial, verdana, sans-serif;
    color: #fff;
    font-weight: bold;
    margin-top: 3px;
}
#sidebar {
    float: left;
    width: 22em;
    margin: -0.875em 0em 0 -22.5em;
}
#sidebar h1 {
    font-family: tahoma, arial, verdana, sans-serif;
    font-size: 1em;
    margin: 1em 0 0 0;
}
h2{font-family: 'Playfair Display', serif;     color: #1a3c5e;
    letter-spacing: -1px;
    font-size: xx-large;}
h3{margin:20px 0 10px 0;}
#sidebar h2 {
    font-family: Times New Roman, serif;
    font-size: 2em;
    margin: 0 0 0 0;
}
#sidebar form fieldset {
    width: 375px;
	height: 395px;
    border-left: 30px solid #647734;
    background-color: #999;
}

#footer {
    background-color: #647734;
	text-align:left;
    clear: both;
}
#footer img {
    float: right;
    margin-top: -25px;
}
#footer p {
    font-family: century-gothic, arial, verdana, sans-serif;
    font-size: 0.70em;
    color: #fff;
    margin: 0 0 0 75px;
    padding: 10px 0 0 0;
}
#footer a:link,
#footer a:visited {
    color: #fff;
}
