﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
    margin-top: 0px;
    margin-right: auto;
    margin-left: 0px;
    position: relative;
}
* {
	padding:0px;
	margin:0px;
}
#pagewidth
{
	width: 100%;
	text-align: left;
	float: left;
	margin: 0 auto;
	background-repeat: repeat-x;
	background-image: url('../images/bg9.jpg');
} 

#header, #deceasedHeader
{
	position: relative;
	display: block;
	height: 150px;
	width: 100%;
	float: left;
	margin: 0 auto;
	overflow: auto;
	text-align: center;
}

#header
{
	background-image: url('../images/bg9.jpg');
	background-repeat: repeat;
	background-position: top;
}
#deceasedHeader
{
	background-color: #FFFFFF;
	background-image: url('../images/brick080.jpg');
	background-repeat: repeat;
}

#headerInput {
	position: relative;
	margin:0 auto;
	padding-top:0;
	padding-bottom:0;
	color: white;
	overflow: hidden;
	visibility: visible;
	
}
#topHeader 
{
	position: relative;
	margin: 0 auto;
	display: block;
	width: 80%;

}
#masthead
{
	
	height: 100px;
	width: 80%;
	margin: 0 auto;
	padding-top: 25px;

}
#masthead p
{
	font-size: 52px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: 'Adobe Garamond Pro';
}
#pageBack, #pageBackDark
{
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background-color: #F46869;
}
#pageBack
{
	background: url('../images/bg9.jpg');
	background-repeat: repeat-x;
	background-color: #CD0F00;
}

#pageBackDark
{
	background: url('../images/brick080.jpg');
	background-repeat: repeat;
}

#page_title
{
	width: 100%;
	margin: 0 auto;
	padding-top: 0;
	position: relative;
	font-family: 'Adobe Garamond Pro';
	font-size: 30px;
}

#page_title p
{
	text-align: center;
	font-family: 'Adobe Garamond Pro';
	font-size: 50px;
	color: #0482F8;
	font-weight: normal;
	text-decoration: underline;
}

.title 
{
	text-align: center;
}

#page_content, #pageContentDark, #pageContentLogin {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 10px;
	border: 5;
	min-height: 800px;
	width: 80%;	
}

#page_content_photo {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top:40px	
}

#pageContentDark
{
	background-image: url('../images/lgrey060.jpg');
	background-repeat: repeat;
}

#login
{
	position:relative; 
	width:24%; 
	float:right; 
    font-size: 12px; 
    vertical-align: bottom; 
    font-family: Arial, Helvetica, sans-serif; 
    color: #A60000;
}
#pageContainer
{
	background-image: url('../images/bg9.jpg');
	width: 100%;
	float: left;
	background-color: #94C4F1;
	background-repeat: repeat-x;
}
#rightBar
{
	background-color: #94C4F1;
	background-position: right;
	background-repeat: repeat-y;
	float: right;
	width: 100%;
}	
#pageContent
{
	top: 0;
	font-size: x-large;
	position: relative;
	margin: 0 auto;
	padding: 5px;
	border: 26px ridge #00CCFF;
	min-height: 800px;
	width: 80%;
	background-color: #FFFFCC;

} 

#pageContent table
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	top: 0px;
	left: 0px;
}
#pageContent p
{
	margin: 0 auto;
	position: relative;
	display: block;
	width: 95%;
	padding-bottom: 15px;
	top: 0px;
	left: 0px;
}
#pageNotice
{
	display: block;
	position: relative;
	margin: 0 auto 20px auto;
	padding: 10px;
	border: 26px groove #00CCFF;
	width: 85%;
	background-color: #F9ED9B;
}
.pageLink
{
	text-align: center;
}
#footer {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	text-align: center;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	color: #47b;
	text-decoration: underline;
}
#footer a:hover {
	color: #237;
	text-decoration: none;
}

.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 */

.center {
     margin-left: auto;
     margin-right: auto;
     width: 70%;
     display: block;
}
.center50 {
     margin-left: auto;
     margin-right: auto;
     width: 50%;
     display: block;
}