@charset "iso-8859-1";
body {
	font-family: Tamoha, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url('../images/muirmodern.jpg');
	background-color: #433564;
}
/*=========================================
indicates no border around any image
===========================================*/
body img {
	border: 0px;
	text-decoration: none;
}
/*=========================================
margins auto center the container on the page 
===========================================*/
#container {
	margin: 10px auto 10px auto;
	padding: 20px;
	background-color: #ffffff;
	color: #F5EFCD;
	width: 85%;
	border: 10px #786F8D solid;
	background-image: none;
}
/*=========================================
styles for masthead
===========================================*/
#banner {
	background-position: left;
	padding: 30px;
	background-color: #FFFFFF;
	background-image: url('../images/heather3-sh.jpg');
	height: 165px;
	background-repeat: no-repeat;
	color: #000000;
	position: inherit;
}
#banner .title {
	font-family: Georgia, Helvetica, Arial, sans-serif;
	float: right;
	background-color: transparent;
	color: #030f30;
	margin-top: 35px;
	font-size: 2.5em;
	font-weight: bolder;
}
#banner .tagline {
	font-size: .5em;
	font-style: italic;
	background-color: transparent;
	color: #A17A8C;
	float: right;
}
/*=========================================
styles logoright 
===========================================*/
#logoright {
	float: right;
	width: 100px;
	height: 90px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 5px;
	background-color: #ffffff;
	color: #004D86;
	font-size: 80%;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	border-bottom-color: #C9B97B;/*sand*/;
	color: #5F6985;
	font-size: 80%;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	border-bottom-color: #F1E9B8;/*sand*/
}
/*=========================================
styles for main content
===========================================*/
#content {
	margin-left: 200px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	color: #000000;
}
/*=========================================
content area list items
===========================================*/
#content ul li {
	list-style-image: url('../images/diamond-button-sm2.gif');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('../images/diamond-button-sm2.gif');
	padding: 2px 0;
}
/*=========================================
styles top menu
===========================================*/
#topmenu {
	background-color: #353564;
	text-align: center;
	font-size: .95em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	color: #f0eff2;
	border-top: 3px ridge #d8d5de;
	border-bottom: 3px ridge #d8d5de;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	background-image: url('../images/gradient4.jpg');
	list-style-type: none;
	padding-right: 1em;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/*#topmenu li {
	display: inline-block;
	
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}*/
#topmenu a:link {
	font-weight: bold;
	color: #F3F3E7; /*cream*/;
	background: transparent;
	text-decoration: inherit;
}
#topmenu a:visited {
	font-weight: bold;
	color: #F3F3E7;
	background: transparent;
	padding: 0px;
	text-decoration: none;
}
#topmenu a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #7B87A9/*beige*/;
	color: #FFFFF7;
}
/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#leftnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #353564;
	color: #f0eff2;
	font-size: 1em;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	float: left;
	width: 170px;
	border: 2px solid #b2acbe;
}
#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
#leftnav li {
	list-style: none;
	padding: 2px 0;
}
#leftnav ul li a {
	font-size: 80%;
	display: block;
	background-image: url('../images/gradient4.jpg');
	color: #FFFEFA;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	width: 165px;
	margin-top: 1px;
}
#leftnav a:hover {
	color: #F3F0D5;/*this is the menu text*/;
	background: #9b9bb2;
}
/* *****************************************************
Navigation Bar  - colored box - green heading 
**************************************************** */
.greenboxheading {
	background: #d8d5de;
	color: #463E57;
	font-weight: bold;
	text-align: center;
	margin-top: 3px;
	padding: 2px;
}
.ctr {
	text-align: center;
}
/*================================================================== 

styles the search button color

====================================================================*/
.search {
	background-color: #F0F1E2;
	color: black;
	font-weight: bold;
}
/* *****************************************************
styles search button 
**************************************************** */
/*.search {
	border: thin #D8D5fE;
	background-color: #b2acbe;
	color: #463E57; /*text gray-purple*/
;
	/*font-weight: bold;
	margin-top: 3px;
	margin-left: 8px;
	padding: 2px;
}*/
/*#search {
	text-align: center;
	margin: 3px auto 8px auto;
	font-size: .8em;
}
#search p {
	margin-bottom: 0px;
}
#myform {
	/*CSS for sample search box. Remove if desired */
	/*margin: 0;
	padding: 0;
}
#myform .textinput {
	width: 100px;
	border: 1px solid gray;
}
#myform .submit {
	font: bold 11px Verdana;
	height: 22px;
	background-color: #D25A0B;;
}*/
/*=========================================
menu heading 
===========================================*/
.heading {
	display: block;
	color: #000000;
	padding: 4px;
	background-color: #b2acbe;;
	text-decoration: none;
	border: 1px solid #D8D5Df;
	font-weight: bold;
}
/*=========================================
all site links
===========================================*/
a:link {
	font-weight: bold;
	color: #000000; /*background: #D1CED9;*/;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #000000; /*background: #f0eff2;*/;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #8A829D;
	color: #FFFFEB;
}
a:active {
	font-weight: bold;
	text-decoration : underline; /*background: #666666;*/;
	color: #FFFFEB;
}
/*=========================================
Styles for footer 
===========================================*/
#footer {
	background-color: #353564;
	background-image: url('../images/gradient.jpg');
	text-align: center;
	font-size: .90em;
	color: #f0eff2;
	font-weight: normal;
	padding: 5px 0px;
	margin: 5px 0px;
	border-top: 2px solid #b2acbe;
	border-bottom: 2px solid #d8d5de;
	clear: both;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*=========================================
general styles
===========================================*/
hr {
	width: 25%;
	text-align: center;
	background-color: #7B87A9;
	height: 5px;
}
/*=========================================
Styles for heading tags
===========================================*/
h4 {
	font-family: Garamond, Arial, sans-serif;
	color: #000000;
	font-size: 1.0em;
	background-color: inherit;
}
h3 {
	font-family: Garamond, Arial, sans-serif;
	color: #000000;
	font-size: 1.3em;
	background-color: inherit;
}
h2 {
	font-family: Garamond, Arial, sans-serif;
	color: #000000;
	font-size: 1.4em;
}
h1 {
	font-family: Garamond, Arial, sans-serif;
	color: #000000;
	font-size: 1.6em;
	/*background-color: #F5EFCA;*/
}
/*=========================================
floats images to right or left
===========================================*/
.imgcrest {
	float: left;
	padding: 22px;
	margin: 8px;
}
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}
/*=========================================
3 col table layout
===========================================*/
.photo {
	table-layout: auto;
	border-collapse: collapse;
	border: 2px ridge #D0C9BC;
	padding: 10px 5px 5px 5px;
	color: #6E6952;
	text-align: center;
	font-size: 85%;
	padding: 5px;
	width: 90%;
}
.photo td {
	border: 2px ridge #D0C9BC;
	width: 30%;
	padding: 10px;
	vertical-align: top;
	text-align: center;
}
.photo caption {
	text-align: left;
	margin-bottom: 5px;
}
.odd {
	border: thin dashed #9A3114;
	background-color: #FFFFFF;
	padding: 10px;
	color: Black;
}
.obit {
	width: 70%;
	border: thin double #996633;
	font-size: 85%;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
/*===================================
Photo gallery styles
=====================================*/
.photo {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #b2acbe;
	margin-right: auto;
	margin-left: auto;
}
.photo th {
	background-color: #ffffff;
}
.photo td {
	vertical-align: top;
	border: 1px #b2acbe solid;
	width: 190px;
	padding: 5px;
	text-align: center;
	font-size: 85%;
}
.photo caption {
	font-weight: bolder;
	font-variant: small-caps;
}
.photolft {
	width: 100%;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
}
.photolft th {
	background-color: #b2acbe;
}
.photolft td {
	vertical-align: top;
	width: 25%;
	padding: 10px;
	font-size: 85%;
}
.photolft caption {
	font-weight: bolder;
	font-variant: small-caps;
	font-size: 100%;
	margin-bottom: 10px;
}
/*=========================================
Styles skip to content
===========================================*/
a.skip {
	color: #f6f3d8;
	bottom: auto;
}
/*=================================================================================

signature style

=================================================================================*/
.sign {
	font-size: 3.1em;
	font-family: "Mistral";
	color: #9F7388;
}
.smalltext {
	width: 95%;
	font-size: .8em;
}
.census {
	font-size: small;
}
/* ============================
Photo Image Galleries
============================== */
/* ==========css based gallery ======*/
.gallery li {
	margin: 9px;
	width: 150px;
	height: 300px;
	border: 2px ridge #b2acbe;
	background: inherit;
	list-style: none;
	padding: 10px 5px 5px 5px;
	color: #6E6952;
	text-align: center;
	float: left;
	font-size: 85%;
}
.gallery img {
	border: none;
	padding-top: 10px;
}
/* ==========================
Styles for Family Group Sheet
============================= */
.fgs1 {
	margin: 5px auto 5px auto;
	width: 600px;
	border: 0px;
	font-size: .9em;
}
.fgs1 td {
	padding: 3px;
}
.note {
	font-size: large;
	color: #800040;
	font-weight: bold;
	background-color: inherit;
}
.fgo {
	background-color: #FFEDCC;
	background-image: url('../images/gradient-form-bg.jpg');
	background-repeat: repeat-x;
}
