@charset "UTF-8";

/** General Page Layout **/
body {
	text-align: center;
	margin: 0px;
	background-color: #D3D6CE;
	font-size: 1em;
	background-image: url(../images/back-grad.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper {
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/back-tail.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #F3F5E8;
}
#navigation {
	color: #D88488;
	font-family: "Arno Pro", Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	letter-spacing: 0.05em;
}
#navigation td a:link, #navigation td a:visited {
	color: #D88488;	
	text-decoration: none;
}
#navigation td a:hover, #navigation td a:active {
	color: #D88488;	
	text-decoration: underline;
}
#navigation td {
	margin: 0;
}
.navcell, .navcell-current {
	padding-left: 10px;
	padding-right: 10px;
}
.navline, .navline-current {
	border-right: 1px solid #D88488;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#navigation td.current a {
	color: #F9D3ED;
}

#logo {
	height: 195px;
}
.header {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.container {
	padding: 0px 135px 35px;
	color: #0F1111;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 1.15em;
	font-weight: normal;
	letter-spacing: 0em;
	font-style: normal;
}
#footer {
	color: #FFF;
	background-color: #74817B;
	margin-top: 25px;
	font-family: "Arno Pro", Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
#copyright {
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999999;
	line-height: 1.4em;
}


/**** Formatting Elements ***/
h1 {
	color: #DFC288;
	font-size: 1.7em;
	font-weight: bold;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
}
h4 {
	font-size: 1em;
	font-weight: normal;
	margin: 0px;
	color: #000000;
}

.container h1, .container h2 {
	margin-top: 0;
	padding-top: 0;
}
.p-intro {
	line-height: 1.4em;
}
.p-block {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 100px;
}
.smaller {
	font-size: 0.85em;
	line-height: 1.2em;
}
a:link, a:visited {
	color: #33417C;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
	color: #33417C;
}

.footerlink {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.footerlinkline {
	border-right: 1px solid #FFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}
a.navbottom:link, a.navbottom:visited {
	text-decoration: none;
	color: #FFF;
}
a.navbottom:hover, a.navbottom:active {
	text-decoration: underline;
	color: #FFF;
}
td.current a.navbottom {
	color: #333;
}
.formbutton{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#990000;
	font-weight:bold;
	padding: 5px 9px;
	background: url(../images/formbg.gif) repeat-x left top;
	font-size: 12px;
}
.form_style9 { display: none; }
.required {
	color: #990000;
}
.inputNote {
	font-size: 0.7em;
	color: #666666;
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
}
.cd-table td {
	font-size: 0.9em;
	padding: 4px;
	color: #384040;
	line-height: 1.1em;
}
.large-letter {
	font-size: 3em;
}
.quote {
	margin: 0px;
	clear: both;
	min-height: 45px;
}
.quote img {
	padding-right: 5px;
}
.quote p {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.05em;
	color: #33417C;
}
.quote-name {
	font-style: normal;
	font-size: 0.85em;
	color: #666666;
	margin-bottom: 25px;
	padding-left: 25px;
	text-align: right;
	margin-top: 15px;
}
.image-left {
	margin-right: 10px;
	margin-bottom: 10px;
}
.image-right {
	margin-left: 15px;
}
.addthis {
	width: 200px;
	float: right;
}
.box {
	background-color: #DDE0CF;
	padding: 20px;
	border: 1px solid #74817B;
	margin-top: 25px;
	font-style: italic;
}
.tooutline {
	padding: 2px 3px;
/*	border: solid 1px #666666;
*/}


/***** table formatting ****/
td {
	text-align: left;
}
td p {
	padding: 0;
	margin: 0;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
	height: 0px;
}
table.event-calendar td {
	text-align: center;
	font-size: 0.7em;
	font-style: normal;
	padding-right: 12px;
	padding-left: 12px;
	background-color: #BECDAC;
	border: 1px solid #96A392;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
	line-height: 1.3em;
}
table.event-calendar td a {
	text-decoration: none;
}
table.event-calendar td.month-selected {
	background-color: #556282;
}
table.event-calendar td.month-selected a {
	color: #FFF;
}

h2.nopadd {
	margin: 0;
}

/** printing **/
.onlyprint { display: none; }
#copyright a {
	color: #999999;
}
.errorbox {
	color: #954F52;
	background-color: #DFB0B3;
	padding: 10px;
	border: 1px solid #9A4740;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.guestbookEntry {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #939E92;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.guestbookName {
	color: #243378;
	font-style: italic;
	padding-bottom: 25px;
}
.guestbookEntry p, .guestbookName p {
	padding: 0px;
	margin: 0px;
}
.eventbox {
	padding-top: 10px;
	padding-bottom: 10px;
}
