/* Meyer Reset http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End Reset */


/* Layout */
.TableHeader {
	border-bottom: 10px solid #8A4C24;
}
.TableHeader .Container {
	height: 120px;
	background: url(../images/headerbg.jpg) repeat-x;
}
.TableHeader .HeaderLeft {
	height: 120px;
	background: url(../images/header_left.jpg) left no-repeat;
}
.Table {
	border-right: 1px solid #b6a779;
	border-left: 1px solid #b6a779;
	line-height: 1.5;
	margin: 0 auto;
}
.TableLeft,
.TableRight {
	width: 1%;
}
.TableLeft,
.TableCenter,
.TableRight {
	padding: 10px;
}
.TableFooter {
	background: #56766F;
	border-top: 2px solid #8A4C24;
	color: #BACEC8;
	text-align: center;
	font-size: 75%;
	padding: 10px 0;
}
.TableFooter a {
	color: #BACEC8;
}
.TableFooter a:hover {
	color: white;
}
.churchtitle,
.churchtitle_dropshadow,
.churchsubtitle,
.churchsubtitle_dropshadow {
	font-family: times, serif;
	white-space: nowrap;
	position: absolute;
}
.churchtitle, 
.churchsubtitle {
	z-index: 1;
}
.churchtitle_dropshadow,
.churchsubtitle_dropshadow {
	z-index: 0;
}
.churchtitle {
	color: #FFFFD4;
	font-size: 34px;
	left: 120px;
	top: 25px;
}
.churchtitle_dropshadow {
	color: #3E4E49;
	font-size: 34px;
	left: 121px;
	top: 26px;
}
.churchsubtitle {
	font-size: 23px;
	color: #3E4E49;
	left: 140px;
	top: 60px;
}
.churchsubtitle_dropshadow {
	color: white;
	font-size: 23px;
	left: 141px;
	top: 61px;
}
/* General */
body {
	word-wrap: break-word;
	font-size: 90%;
	background: #E8EFED;
	color: #3A2C2E;
	font-family: arial, sans-serif;
}
a {
	color: #494948;
}
a:hover {
	color: black;
}
.TableCenter ol, 
.TableCenter ul {
	margin-left: 35px;
	list-style: square !Important;
}
hr {
	height: 1px;
	border: 0; /* FF */
	background: #273446; /* FF */
	color: #273446; /* IE */
}