/* RESET CSS ------------------------------ */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	background: #fff url(../images/nav/header_back.gif) repeat-x center top;
	margin: 0;
	color: #666667;
	padding: 0;
	font: 13px/23px Helvetica, Arial, "Helvetica Neue", sans-serif;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a, a:link, a:visited {
	color: #04a7b6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clearHack {
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	display: block
}


#divider, #divider_spacer, #divider_spacer_bottom {
	display: block;
	height: 2px;
	line-height: 5px;
	border-top: 1px solid #ddd;
	margin-bottom: 40px;
	clear: both;
}


#divider_spacer {
	margin-top: 30px;
	margin-bottom: 0;
}

#divider_spacer_bottom {
	margin-top: 30px;
}

p {
	padding-top: 13px;
}

/* CONTAINERS ------------------------------ */

#wrapper, #nav_wrapper, #footer {
	margin: 0 auto;
	width: 960px;
	padding: 0;
}

#nav_wrapper {
	height: 100px;
}

#logo {
	float: left;
	width: 235px;
	height: 52px;
	background: url(../images/logo.gif) no-repeat left top;
	margin-top: 23px;
	margin-left: 80px;
}

#body_wrapper {
	background: #EEEDD9 url(../images/body_back.gif) repeat-x left top;
	padding-top: 55px;
	padding-bottom: 45px;
}

#slideshow_wrapper {
	width: 800px;
	height: 210px;
	margin: 20px auto;
	padding: 0;
}

#body_left {
	float: left;
	width: 482px;
	margin-left: 80px;
	padding-right: 50px;
}

#body_right {
	float: right;
	width: 221px;
	min-height: 280px;
	height: auto;
	margin-right: 80px;
	background: url(../images/shadow.gif) no-repeat left top;
	padding-left: 45px;
}

/* for Internet Explorer */
/*\*/
* html #body_right {
height: 280px;
}
/**/

#staff {
	float: left;
	width: 140px;
	text-align: center;
	margin-top: 30px;
	margin-right: 30px;
}

#staff.last {
	margin-right: 0px;
}

#staff li {
	height: 17px;
}

#staff li.name {
	font-weight: bold;
	font-size: 14px;
}

#staff li.title {
	font-size: 11px;
	font-style: italic;
}


#footer_outer_wrapper {
	background: url(../images/footer_back.gif) repeat-x left top;
}

#footer {
	width: 800px;
	height: auto;
	padding-top: 32px;
	padding-bottom: 32px;
}

#footer_left {
	float: left;
}

#footer_right {
	float: right;
	width: 240px;
	text-align: center;
}

/* TEXT STYLES ------------------------------ */
h1 {
	font-size: 28px;
	line-height: 30px;
	color: #9e5214;
}

h2 {
	font-size: 20px;
	line-height: 22px;
	margin-top: 30px;
	color: #9e5214;
	visibility: hidden;
}

h2.no_margin {
	padding: 0;
	margin: 15px 0 0;
}

h4 {
	font-size: 18px;
	line-height: 20px;
	margin-top: 18px;
}

p.sermon_date {
	color: #802e31;
	font-size: 16px;
	font-weight: bold;
	margin-top: 25px;
	padding: 0;
}

#footer_right p.church_name {
	font-size: 12px;
	line-height: 15px;
}

#footer p, #footer_right p {
	padding: 0;
	font-size: 11px;
	line-height: 18px;
}

/* IMAGE STYLES ------------------------- */

img.top_image {
	margin-bottom: 33px;
}

#staff img {
	width: 140px;
	height: auto;
	margin-bottom: 12px;
	border: 1px solid #ccc;
}

img.float_right {
	float: right;
	border: 1px solid #ccc;
}

iframe {
	border: 1px solid #ccc;
}

pre {
	display: none;
	overflow: visible
}

.pics {
	height: 160px;
	width: 485px;
	padding: 0;
	overflow: hidden;
	margin: 0 0 33px;
}


