@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #B52B1A;
	font-size:14px;
}
.thrColFixHdr #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 6px solid #000;
	text-align: left;
	background-color: #E5C59F;
} 
.thrColFixHdr #header {
	padding: 0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 960px;
	text-align: left;
} 
.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: 260px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	padding: 44px 0px 0px 0px;
	background-color: #E5C59F;
	text-align:center;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 44px 10px 0px 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2Contents {
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-left: 10px;
	padding-right: 10px;
}
.thrColFixHdr .menu li {
	padding-right: 10px;
	padding-left: 0px;
	margin-bottom:10px;
	list-style-type: none;
}

.thrColFixHdr .menu li.secHdr {
	font-size:16px;
	font-weight: bold;
}

.thrColFixHdr .menu li.email {
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
}

.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 260px;
	width: 410px;
	padding: 10px;
	min-height: 500px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
} 
.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 */
	font-size: 12px;
	text-align: center;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 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;
}
#container h1 {
	margin: 10px;
	padding: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 28px;
	text-align: center;
}
#foshc_banner {
	margin-left: 208px;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#container  h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	text-align: center;
	margin: 0px 0px 6px 0px;
}
.thrColFixHdr #header #BannerWrapper {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: relative;
	bottom: 0px;
}
.thrColFixHdr #header  #fosch_banner_gif {
	display: none;
}
p {
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.thrColFixHdr #container #nav {
	background-color: #4bbe63;
	width: 960px;
	text-align: center;
	margin: 0px;
}
.thrColFixHdr #container #nav li {
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
	display: inline;
}
.thrColFixHdr #container #nav li a {
	line-height: 1.8em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.3em;
	font-weight:bold;
	color: #832812;
}
#container #nav li a:hover {
	color: #9f6;
	background-color: #b52b1a;
}
.curr  #container #nav #curr a {
	font-weight: bold;
	font-size: 1.5em;
	color: #000;
	text-decoration: none;
	background-color: #9f6;
}
.thrColFixHdr.curr #container #sidebar1 h1 {
	margin-top: 0px;
	padding: 0px;
}
.thrColFixHdr.curr #container #sidebar1 p {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	text-align: left;
}
.thrColFixHdr.curr #container #sidebar1.ImageStrip img {
	border: 4px solid #000;
	margin-bottom: 10px;
}
#upcoming
{
	background-color:#4bbe63;
	font-weight:bold;
	text-align:center;
	
}
#partnerDonate	
			{
			border: 10px solid #ccc;
			padding: 10px;
			background-color:#006600;
			width:220px;
			font-size:18px;
			text-align:left;
			font-family: 'Adobe Caslon Pro', 'Hoefler Text', Georgia, Garamond, Times, serif;
			color: #E9D78B;
			line-height:1;
			margin-left:auto; margin-right:auto;
			}
			#donateForm		
			{
			margin:35px 50px 0px 0px;
			float:right;
			}
			.giftNow
			{
			text-align:center;
			letter-spacing:0.1em; text-transform: lowercase; font-variant: small-caps;
			margin: 0px 0px 8px 0px;
			}
			.donateMessage	
			{
			border-bottom: #FFFFFF 1px dashed;
			padding: 10px 10px 10px 0px;
			font-size:11px;				
			}
			.donateOptions	
			{
			margin: 20px 0px;
			font-size:18px;
			}
			.donateOptions LI	
			{
			margin: 5px 0px;
			list-style-image:none;
			list-style-type:none;			
			}
			.donateThankyou
			{
			text-align:center;
			border-top:#FFFFFF 1px dashed;
			padding: 15px 10px 10px 0px;
			font-size:14px;
			}

img.donate {
	border:#000 solid 2px;
	margin: 0 0 0 0;
}

.hr{
	background-color: #000000;
	border: none;
	height: 4px;
	margin-left: auto;
	margin-right: auto;
}