@charset "utf-8";
.cristList {
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .95em;
}
.navSlidingPanels  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000;
	font-weight: bold;
	padding: 5px;
	background-color: #FF9;
	margin-top: 35px;
	background-image: none;
	text-align: center;
	margin-right: 75px;
	margin-bottom: 0px;
	margin-left: 75px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}
.navSlidingPanelCatagory {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #C00;
}
.slideGalleryWrap {
	text-align: center;
	padding: 0px;
	overflow: auto;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	width: 730px;
}
.DescriptionBlock {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: justify;
}
.featuresBlock {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	width: auto;
	margin-right: 75px;
	margin-left: 75px;
	background-color: #FF9;
	margin-top: 12px;
	text-align: center;
	height: auto;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	padding: 6px;
}
.bigPhotoWrap {
	margin-top: 35px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
}
.thankYouBlock {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	width: auto;
	margin-right: 75px;
	margin-left: 75px;
	margin-top: 35px;
	background-color: #FF9;
	margin-top: 12px;
	text-align: center;
	height: auto;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	padding: 6px;
}
.formBlurb {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #000;
	text-align: justify;
}

.oneColFixCtrHdr #addressFooter {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	color: #000;
	text-align: center;
	visibility: visible;
}
.oneColFixCtrHdr #container {
	width: 740px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.oneColFixCtrHdr #header {
	height: 179px;
	width: 740px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	text-align: center;
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	background-color: #FAB800;
	text-align: left;
	margin: 0px;
	width: 738px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #C00;
	border-left-color: #C00;
}

.oneColFixCtrHdr #footer {
	background-color: #FAB800;
	background-image: url(../bar.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
	height: 30px;
	width: 740px;
	color: #000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #C00;
	border-left-color: #C00;
/*	padding: 0px;
	visibility: visible;
	margin: 0px;*/
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	border-top-style: none;
}
@charset "utf-8";
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.bar {
	background-image: url(../bar.jpg);
	background-repeat: repeat-x;
	height: 30px;
}
body {
	background-attachment: fixed;
	background-image: url(../bodybackgnd29.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	background-color: #FAB800;
}
