@charset "utf-8";
body  {
	background: #666666;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.thrColFixHdr #container {
	width: 1015px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	padding: 0px 10px 0px 0px;
	height: 167px;
	background-color: #211C1B;
	width: 1050px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 0px 20px;
	background-color: #333;
	margin: 0px 0px 0px -8px;
	background-image: url(../images/ltsidebg.jpg);
	height: auto;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 3px 3px 0px 3px;
	background-image: url(../images/rtsidebg.jpg);
	background-repeat: repeat-y;
	margin: 0px 7px 0px -3px;
	height: auto;
}
.thrColFixHdr #mainContent {
	margin: 0px 0px 0px 1px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #83847F;
	float: left;
	width: 789px;
} 
.thrColFixHdr #footer {
	background-color: #211C1B;
	color: #83847F;
	height: 38px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 6px;
	font-size: 11px;
	margin-top: 8px;
} 
.thrColFixHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
	border: 2px solid #321003;
	padding: 3px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border: 2px solid #321003;
	padding: 3px;
}
.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;
}
.thrColFixHdr #container #sidebar1 #mainMenu {
	width: 190px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#topMenu {
	background-color: #000000;
	color: #BAA483;
	font-size: 10px;
	margin-top: 0px;
	text-align: center;
	width: 575px;
	margin-left: auto;
	margin-right: auto;
}
.thrColFixHdr #container #mainContent #topMenu li {
	display: inline;
	list-style-type: none;
	margin-right: 25px;
}
.thrColFixHdr #container #mainContent #topMenu ul {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.thrColFixHdr #container #mainContent #topMenu a:hover {
	color: #FFFFFF;
}
.thrColFixHdr #container #mainContent #topMenu a {
	color: #BAA483;
}
/*.thrColFixHdr #container #sidebar1 #mainMenu a, .thrColFixHdr2 #container #sidebar1 #mainMenu a {
	display:block;
	color: #BAA483;
	margin-bottom: 0px;
	padding: 8px;
	padding-left:4px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	width: 200px;
}
.thrColFixHdr #container #sidebar1 #mainMenu a:hover, .thrColFixHdr2 #container #sidebar1 #mainMenu a:hover {
	color:white;
	background-color: #471703;
}*/
.thrColFixHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #321003;
	padding-left: 10px;
	text-transform: uppercase;
}
.thrColFixHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 20px;
	color: #000;
}
.thrColFixHdr #container #sidebar1 #flowers {
	background-image: url(../images/left_swirls.jpg);
	background-repeat: no-repeat;
	background-position: 0px 100px;
}
.thrColFixHdr #container #mainMenu2 a {
	display:block;
	color: #BAA483;
	margin-bottom: 0px;
	padding: 7px 7px 7px 30px;
	width: 150px;
	background-color: #343324;
	margin-left:0px;
	text-decoration: none;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.thrColFixHdr #container #mainMenu2 a:hover {
	background-color: #6C4645;
	color:white;
}
.thrColFixHdr #container #sidebar2 #mainMenu2 {
	width: 190px;
	margin-right: auto;
	margin-left: 2px;
	margin-top: 10px;
	background-color: #6C4645;
}
.heading {
	margin-top: -15px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.thrColFixHdr #container #sidebar1 #community {
	background-color: #333;
}
.thrColFixHdr #container #sidebar1 #podcast {

}
.thrColFixHdr #container #sidebar1 #giving {
	background-color: #321003;
}
.nifty {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #372322;
	background-color: #151515;
}
p {
	margin-top: 10px;
	margin-bottom: 5px;
}
form {
	margin: 0px;
}
.thrColFixHdr #container #sidebar2 #search, #events, #calendar {
	background-color: #343324;
	width: 192px;
	font-size: 9px;
	color: white;
}
.thrColFixHdr #container #sidebar2 #search #form2 #searchText {
	background-color: #696647;
	border: 1px solid #FFFFFF;
	color: #343324;
	width:130px;
}
.thrColFixHdr #container #sidebar1 .bottomCorner {
	vertical-align: bottom;
	margin-left: -12px;
}
.thrColFixHdr #container #sidebar2 .rightbottomCorner {
	vertical-align: bottom;
	margin-left: -3px;
}


.thrColFixHdr #container #mainContent table th {
	color: #FFF;
	text-align: left;
	padding: 10px;
}






/* SECONDARY PAGES (other than index)*/
.thrColFixHdr2 #container {
	width: 1015px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr2 #header {
	padding: 0px 10px 0px 0px;
	height: 167px;
	background-color: #211C1B;
	width: 1050px;
} 
.thrColFixHdr2 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr2 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 0px 20px;
	background-color: #471704;
	margin: 0px 0px 0px -8px;
	background-image: url(../images/ltsidebg.jpg);
	height: auto;
}

.thrColFixHdr2 #mainContent {
	margin: 0px 0px 0px 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #BAA483;
	float: left;
	width: 768px;
	padding: 0px 10px 0px 10px;
	margin-bottom: 0px;
} 
.thrColFixHdr2 #footer {
	background-color: #211C1B;
	color: #BAA483;
	height: 38px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 6px;
	font-size: 11px;
	margin-top: 8px;
} 
.thrColFixHdr2 #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.thrColFixHdr2 #container #sidebar1 #mainMenu {
	background-color: #321003;
	width: 190px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#topMenu {
	background-color: #000000;
	color: #BAA483;
	font-size: 10px;
	margin-top: 0px;
	text-align: center;
	width: 575px;
	margin-left: auto;
	margin-right: auto;
}
.thrColFixHdr2 #container #mainContent #topMenu li {
	display: inline;
	font-size: 10px;
	list-style-type: none;
	margin:0px 20px 0px 0px;
}
.thrColFixHdr2 #container #mainContent #topMenu ul {
	margin-left: auto;
	margin-right: auto;
	margin:0px;
}
.thrColFixHdr2 #container #mainContent #topMenu a:hover {
	color: #FFFFFF;
}
.thrColFixHdr2 #container #mainContent #topMenu a {
	color: #BAA483;
}

.thrColFixHdr2 #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #321003;
	padding-left: 10px;
	text-transform: uppercase;
}
.thrColFixHdr2 #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 20px;
}
.thrColFixHdr2 #container #sidebar1 #flowers {
	background-image: url(../images/left_swirls.jpg);
	background-repeat: no-repeat;
	background-position: 0px 200px;
}
/*.thrColFixHdr2 #container #mainMenu2 a {
	display:block;
	color: #BAA483;
	margin-bottom: 0px;
	padding: 7px 7px 7px 30px;
	width: 150px;
	background-color: #343324;
	margin-left:0px;
	text-decoration: none;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.thrColFixHdr2 #container #mainMenu2 a:hover {
	background-color: #696648;
	color:white;
}*/
.thrColFixHdr2 #container #sidebar1 #community {
	background-color: #321003;
}
.thrColFixHdr2 #container #sidebar1 #podcast {
	background-color: #321003;
}
.thrColFixHdr2 #container #sidebar1 #giving {
	background-color: #321003;
}
.thrColFixHdr2 #container #sidebar1 .bottomCorner {
	vertical-align: bottom;
	margin-left: -12px;
}
.thrColFixHdr2 #container #mainContent h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	margin-left: 25px;
	color: #000000;
}
.thrColFixHdr2 #container #mainContent p {
	padding: 15px;
	line-height: 1.5em;
	margin: 0px;
}
.thrColFixHdr2 #container #mainContent h4 {
	font-size: 18px;
	font-variant: normal;
	text-transform: lowercase;
	color: #471703;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 40px;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
.thrColFixHdr2 #container #mainContent img {

}
.thrColFixHdr2 #container #mainContent li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 30px;
	line-height: 1.5em;
}
.thrColFixHdr2 #container #mainContent .boxitUp {
	float: right;
	width: 200px;
	background-color: #321003;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	margin-right: 20px;
	border: thin solid #FFFFFF;
	line-height: 1.5em;
	margin-left: 5px;
}
#container #sidebar1 #flowers #community #form1 #password {
	background-color: #471703;
	color: #BAA483;
	border: solid white 1px;
	margin-left:2px;
}
#container #sidebar1 #flowers #community #form1 #login {
	background-color: #471703;
	color: #BAA483;
	border: solid white 1px;
	margin-left:2px;
}
/*#container #sidebar1 #flowers #mainMenu #Accordion2 .AccordionPanel AccordionPanelClosed .AccordionPanelContent .sub {
	padding: 2px;
}
.thrColFixHdr2 #container #mainMenu2 a {
	display:block;
	color: #BAA483;
	margin-bottom: 0px;
	padding: 7px 7px 7px 30px;
	width: 150px;
	background-color: #343324;
	margin-left:0px;
	text-decoration: none;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.thrColFixHdr2 #container #mainMenu2 a:hover {
	background-color: #696648;
	color:white;
}
.thrColFixHdr2 #container #sidebar2 #mainMenu2 {
	width: 190px;
	margin-right: auto;
	margin-left: 2px;
	margin-top: 10px;
	background-color: #343324;
}*/
.thrColFixHdr #container #sidebar1 #flowers #podcast a, #community a {
	color: #83847F;
}
.thrColFixHdr #container #sidebar1 #flowers #giving a {
	color: #BAA483;
}
.thrColFixHdr #container #mainContent li {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 15px;
}
.thrColFixHdr #container #mainContent li a {
	color: #321003;
}
.thrColFixHdr #container #footer a {
	color: #83847F;
}

