@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #d7d1c8;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;	
}

/* ------- GLOBAL ------- */

a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.margin-left {
	margin-left: 10px;
}

.margin-right {
	margin-right: 10px;	
}

.margin-top {
	margin-top: 15px;	
}

.margin-bottom {
	margin-bottom: 10px;
}


ul {
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}	

li {
	padding-bottom: 10px;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

input, textarea {

}



/* ------- TEXT DEFINITIONS ------- */

h1 {
	margin: 0px;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
}

h2 {
	margin: 0px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #614c2d;
}

/* ------- LAYOUT ------- */

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 975px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;	
	background-color: #FFFFFF;
}

#header {
	background-color: #614c2d;
	text-align: center;
	padding: 10px;
	border-bottom: 2px solid #333333;	
}

#main-container {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	padding: 30px 40px 40px 185px;
	
}

#home-buttons {
	margin-left: -10px;
	margin-right: -20px;
	width: 468px;
	padding-top: 10px;
	clear: both;
}

#home-left {
	float: left;
	border-right: 1px solid #000000;
	width: 210px;
	padding-right: 20px;
	margin-right: 20px;
}

#home-right {
	float: left;
	width: 230px;
}

#menu {
	padding: 10px 20px;
	color: #e8e8d0;
	font-size: 8px;
}	

#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}

#menu li {
	border-bottom: 1px solid #e8e8d0;
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 0px 0px;
	font-size: 12px;
	vertical-align: middle;
	text-transform: uppercase;
}

#menu li a 
{
	font-size: 14px;
	color: #e8e8d0;
	text-decoration: none;
	text-transform: uppercase;
}

#footer {
	background-color: #e8e8d0;
	border-top: 1px solid #333333;
	padding: 20px;
	clear: both;
	
}

#footer a {
	color: #000000;
	
}

#footer a:hover {
	
}

#left-column {
	float: left;
	background-color: #796750;
	width: 268px;
	border-right: 1px solid #333333;
	
}

#right-column {
	float: left;
	width: 706px;
	
}

#online-giving {
	background-image: url(../images/bt_online-giving.gif);
	padding: 7px;
	margin-left: 14px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}

#logo {
	float: left;
	position: relative;
	margin: -321px 0px 0px 160px;
	padding: 0px 0px 0px 0px;
}


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 14px;
}

.sIFR-hasFlash h6 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

.sIFR-hasFlash #menu ul li a {
	visibility: hidden;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

