﻿/* CSS layout */
#masthead {
	background: url(images/banner.jpg) no-repeat center top;
	height: 252px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -4px;
}

#container {
	background: url(images/mainbackground.png) repeat-y;
	position: relative;
}

#body2 {
	background: white;
	margin: 20px;
	padding: 20px;
}

#landingheader {
	background: #7f997f;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

body p {
	font-size: 11pt;
}

#left_col {
	width: 252px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin-left: 15px;
}

#page_content {
	background: url(images/maincontentbackground.png) repeat-y;
	margin-right: 30px;
	margin-left: 252px;
}

.content-header {
	background: url(images/maincontentheader.png) no-repeat;
	padding: 20px;
}

#page_content p {
				font-size: 11pt;
				padding-left: 20px;
				padding-right: 20px;
				line-height: 130%;
}

#footer {
	background: url(images/footer.png) no-repeat top center;
	height: 35px;
	padding-top: 1px;
}

#footer p {
	color: white;
	text-align: center;
	font-size: 10pt;
}

.sidebar {
	background: url(images/sidebarbg.png) repeat-y top center;
	width: 237px;
}

.sidebar p {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.sidebarheader {
	background: url(images/sidebarheaderbg.png) no-repeat top center;
	height: 39px;
	padding-top: 5px;
}

.sidebarheader h3 {
	font-size: 12pt;
	font-weight: bold;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.sidebarbottom{
	background: url(images/sidebarbottom.png) no-repeat bottom left;
	height: 14px;
}

.pet {
	background: #784a20;
	color: white;
	font-size: .8em;
	width: 200px;
	height: 18px;
	margin-left: 15px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.pet a {
	color: white;
	text-decoration: none;
}

.event {
	background: #c81606;
	color: white;
	font-size: .8em;
	width: 200px;
	height: 18px;
	margin-left: 15px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.event a {
	color: white;
	text-decoration: none;
}


.travel {
	background: #0a839a;
	color: white;
	font-size: .8em;
	width: 200px;
	height: 18px;
	margin-left: 15px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.travel a {
	color: white;
	text-decoration: none;
}

.personal {
	background: #ecbf35;
	color: white;
	font-size: .8em;
	width: 200px;
	height: 18px;
	margin-left: 15px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.personal a {
	color: white;
	text-decoration: none;
}

.bereavement {
	background: #71a591;
	color: white;
	font-size: .8em;
	width: 200px;
	height: 18px;
	margin-left: 15px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.bereavement a {
	color: white;
	text-decoration: none;
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18pt;
	color: #272727;
	text-align: center;
	margin-bottom: 0px;
}

h2 {
	font-size: 10pt;
	color: #272727;
	font-style: italic;
	font-weight: normal;
	text-align: center;	
}

h3 {
	margin-left: 20px;
	margin-right: 20px;
}

h4 {
	margin-left: 20px;
	margin-right: 20px;
}
