/* ----------------- Fellowship House ------------------ */

/* ---------------- remove image border ---------------- */
a { outline: none; }
a:focus { -moz-outline-style: none; }

/* -------------------- backgrounds -------------------- */
body {
	margin: 0;
	padding: 0;
}

/* ------------------- home-bg-temp -------------------- */
.bg-header {
	background-color: #505048;
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
}

.bg-left {
	background-color: #505048;
	background-image: url(../images/bg-left.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.bg-right {
	background-color: #505048;
	background-image: url(../images/bg-right.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.bg-footer-edge {
	background-color: #505048;
	background-image: url(../images/footer-bg-edge.gif);
	background-repeat: repeat-x;
}

.bg-footer-center {
	background-color: #505048;
	background-image: url(../images/footer-bg-center.gif);
	background-repeat: repeat-x;
	padding: 10px 0px 10px 110px;
}

/* --------------------- copy -------------------- */
.copy, .copy a, .copy a:visited, .copy a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #444444;
	text-decoration: none
	}

.copy a:hover {
	text-decoration: underline;
}

/* --------------------- copy-bold -------------------- */
.copy-bold, .copy-bold a, .copy-bold a:visited, .copy-bold a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #8AAC5B;
	text-decoration: none;
	font-weight: bold;
	}

.copy-bold a:hover {
	text-decoration: underline;
}

/* --------------------- footer -------------------- */
.footer, .footer a, .footer a:visited, .footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	text-decoration: none
	}

.footer a:hover {
	text-decoration: underline;
}

/* ----------------- image border ------------------- */
.imageborder {
	border:solid;
	background-color: #8AAC5B;
	border-width: 1;
}

/* --------------------- form -------------------- */
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	font-style: normal;
	line-height: normal;
	color: #8AAE3E;
	width:250px;
	border:1px solid #aaa;
	background-image: url(../images/formfade.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;

}