@charset "UTF-8";
div,/* Normalizes margin, padding */ p, ul, li, h1, h2, h3, h4 
{ margin: 0; padding: 0; }


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #b8ac8b;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
}
#container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
}
.orangeline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7941E;
	padding-bottom: 0px;
}
.headerHome {
 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an 			image is used in the #header instead of text, you may want to remove the padding. */
	height: 42px;
	padding-right: 20px;
	padding-left: 21px;
	padding-bottom: 15px;
	margin-top: 25px;
}
.banner {
	padding: 0px;
	margin: 0px;
	height: 260px;
	width: 800px;
}
.gift {
	margin: 0px;
	padding: 0px;
	float: right;
}
.events {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	padding-top: 0px;
	padding-right: 21px;
	padding-bottom: 25px;
	padding-left: 21px;
	width: 175px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	vertical-align: top;
}
.events ul {
	margin-top: 10px;
	margin-bottom: 35px;
	list-style-type: none;
}
.events li {
	padding-bottom: 10px;
}
.events li a, a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.events li a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.events li a:hover {
	color: #F7941E;
	text-decoration: none;
	font-weight: bold;
}
.events p {
	margin-top: 5px;
	margin-bottom: 15px;
}
.future {
	padding-top: 0px;
	padding-right: 21px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EF8315;
}
.plans {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 19px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #F7941E;
	text-align: left;
	vertical-align: top;
}
.plans p {
	margin-top: 5px;
	margin-bottom: 15px;
}
.plans  a:link {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.plans  a:visited {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.plans  a:hover {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F7941E;
}
.bottomContent {
	clear: both;
}
.footer {
	width: 758px;
	margin-left: 21px;
	margin-right: 21px;
	height: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: top;
}
.footer .address {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	float: left;
	height: 24px;
	width: 625px;
	text-align: left;
	vertical-align: middle;
}
.footer .email {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	float: right;
	height: 24px;
	width: auto;
	vertical-align: middle;
	text-align: right;
}
.footer a, a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.footer a:visited {
	color: #666666;
	text-decoration: none;
}
.footer a:hover {
	color: #F7941E;
	text-decoration: underline;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-bottom: 10px;
}
