/* Meyer Reset http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again */
html, body, div, span, applet, object, iframe, 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,
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;}

/* End Reset */

/* Layout */
.TableHeader .Container {
	height: 150px;
	background: url(../images/headerbg.jpg) repeat-x;
}
.TableHeader .HeaderLeft {
	height: 150px;
	background: url(../images/header_left.jpg) left no-repeat;
}
.TableHeader .HeaderRight{
	height: 150px;
	background: url(../images/header_right.jpg) right no-repeat;
}
.Table {
	border-right: 1px solid #b6a779;
	border-left: 1px solid #b6a779;
	line-height: 1.5;
	margin: 0 auto;
}
.TableLeft,
.TableRight {
	color: white;
	width: 1%;
}
.TableLeft,
.TableCenter,
.TableRight {
	background: #DFD9C9;
	padding: 10px;
}
.TableFooter {
	background: #4E4023;
	border-top: 5px solid #938260;
	color: white;
	text-align: center;
	font-size: 75%;
	padding: 10px 0;
}
.TableFooter a {
	color: white;
}
.TableFooter a:hover {
	color: black;
}
.churchsubtitle,
.churchsubtitle_dropshadow {
	font-family: arial, sans-serif;
	white-space: nowrap;
	position: absolute;
}
.churchsubtitle {
	z-index: 1;
}
.churchsubtitle_dropshadow {
	z-index: 0;
}
.churchsubtitle {
	font-weight: bold;
	top: 123px;
	left: 20px;
	font-size: 17px;
	color: #C9BD95;
}
.churchsubtitle_dropshadow {
	font-weight: bold;
	top: 122px;
	left: 19px;
	font-size: 17px;
	color: #583D22;
}
.search {
	color: #C9BD95;
	position: absolute;
	right: 10px;
	top: 119px;
	height: 30px;
}
.search input {
	border: none;
	-moz-border-radius: 2px;
}

.search .submitbutton {
	cursor: hand;
	cursor: pointer;
}

/* General */

body {
	word-wrap: break-word;
	color: #50401E !Important;
	font-size: 90%;
	font-family: arial, sans-serif;
}
h1, h2, h3, h4, h5 {
	color: #50401E;
}
a {
	color: #C9BD95;
}
a:hover {
	color: white;
}
.TableCenter a {
	color: #50401E;
}
.TableCenter 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 */
}