/*
	padding: top right bottom left
	If two or three values are given, the missing values are taken from the opposite side.
	replaced style font with font-size, font-weight and font-style since FireFox 1.0.7 fails
	FireFox 1.0.7 problems:
		seems to ignore width, height properties within a span
		font property fails, use font-size, font-weight and font-style instead
		must use margin: 0 auto; to force centering
		property margin: 0 auto fails when used with padding other than 0

*/


body, p, b, i, strong, em, dt, dd, dl, sl, caption, th, td, tr, u, div, span, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


body {
    background:#483521 url("images/background.gif") repeat;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: center;
}

a:link, a:visited, a:active	{
	text-decoration: none;
	color: #753;
	font-weight: 600;
}


/* -------------------- navigation -------------------- */

a.nav:link, a.nav:visited, a.nav:active	{
	text-decoration: none;
	color: #ffd;
	font-weight: 600;
}

div.mainlinks {
	margin: 0 auto;
}
div.mainlinks span {
	font-size: 0.85em;
	width: 17%;
	text-align: left;
	margin: 0 auto;
}


/* -------------------- main -------------------- */
#main-top {
	width: 770px;
	height: 49px;
	background: #ffd url("images/back_top.jpg") no-repeat top left;
	margin: 0 auto;
	padding: 0;
	display: block;
}
#main-content {
	width: 770px;
	background: #ffd url("images/back_mid.jpg") repeat-y;
	margin: 0 auto;
	text-align: center;
	display: block;
}
#main-bot {
	width:770px;
	height:81px;
	background:#ffd url("images/back_bot.jpg") no-repeat top left;
	margin: 0 auto;
	padding:0;
	display:block;
}


/* -------------------- containers -------------------- */

div.maincontainer {
	background: #753;
	padding: 10 0;
	margin: auto;
	width: 800px;
}
div.footercontainer {
	background:#ffd url("images/back_top.jpg") no-repeat top left;
	margin: 10 auto;
	padding: 8 0 0 0;
	color:#753;
	width: 770px;
	vertical-align: middle;
	text-align: right;
	line-height: 1.4;
	font-size: 0.70em;
}
div.footercontainer div {
	background:#ffd url("images/back_bot.jpg") no-repeat top left;
	padding: 0 15 8 15;
}
div.footercontainer div span {
	background:#ffd url("images/back_mid.jpg") no-repeat;
	vertical-align: middle;
}

div.container {
	margin: auto;
	padding: 0;
	vertical-align: middle;
	text-align: left;
	width: 770px;
	background: #fff;
	font-size: 0.90em;
}
div.container div {
	padding: 10;
}


/* -------------------- splash -------------------- */


div.address {
	font-size: 0.85em;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	padding-top: 0;
	color:#753;
}
div.phone {
	font-size: 0.75em;
	text-align: center;
	padding-top: 10;
	color:#753;
}

table.boxcells {
	margin: 0 auto;
}
td.boxcells {
	padding: 10px;
}

div.box_top {
	background:url("images/box_1x1.gif") no-repeat bottom;
	width: 197px;
	height: 12px;
	margin: 0;
}

/* Note: Firefox fails to work properly in this case - margin:0 auto;padding:0 10px 0 10px;  (remove auto to fix this, pvd 11/22/2005) */
div.box_mid {
	background:url("images/box_2x1.gif") repeat-y;
	width: 197px;
	height: 180px;
	margin: 0;
	padding: 0 15px 0 10px;
}
div.box_bot {
	background:url("images/box_3x1.gif") no-repeat top;
	width: 197px;
	height: 8px;
	margin: 0;
}
div.quote {
	font-size: 0.75em;
	text-align: left;
	color:#753;
}


th.service {
	font-size: 0.85em;
	font-weight: normal;
	font-style: normal;
	border-bottom: thin solid #753;
	padding: 2px 0 5px 0;
	color:#753;
}
td.servicename {
	font-size: 0.70em;
	font-weight: bold;
	font-style: normal;
	text-align: right;
	padding: 2px 5px 0 0;
	color:#753;
}
td.service {
	font-size: 0.60em;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	padding: 2px 0 0 0;
	color:#753;
}


/* -------------------- links -------------------- */
table.links {
	border-style: solid;
	border-color: brown;
	border-width: thin;
	width: 90%
}
td.links {
	font-size: .75em;
	padding: 15px;
}
td.links_title {
	text-align: center;
	font-size: 0.85em;
	font-weight: bold;
	font-style: normal;
	color: brown;
	border-bottom: thin solid #966;
	padding-top: 10px;
	width: 770px;
}


/* -------------------- about us -------------------- */
div.purpose {
	margin: 0 30px 10px;
	text-align: left;
	font: normal normal 0.85em;
}
div.purpose span {
	font-weight: bold;
	font-style: italic;
}
div.scripture {
	padding: 0 30px;
}
li.scripture {
	color: #900;
	text-align: left;
	line-height: 1.5em;
	padding: 0 0 10px 0;
	font-style: italic;
	font-size: .75em;
}
li.scripture span {
	color: #753;
	font: normal bold;
}


/* -------------------- pastor -------------------- */
div.pastor_title {
	font-size: 0.95em;
	font-weight: bold;
	font-style: normal;
	color:#753;
}
div.pastor {
	font: normal normal .85em;
	font-size: 0.85em;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color:#753;
	padding: 10px 30px 0 10px;
}

/* -------------------- missions -------------------- */
div.missions {
	padding: 5px;
	margin: 5px;
	color:#753;
}
span.mission_icon {
	float: left;
	clear: left;
	padding: 0 8px 0 0;
}
div.mission_name {
	border-bottom: thin solid #966;
	font-size: 0.90em;
	font-weight: bold;
	font-style: normal;
}
div.mission_location {
	font-size: 0.75em;
	font-weight: normal;
	font-style: italic;
}


/* -------------------- history -------------------- */

div.timeline_title {
	font-size: 1.15em;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	border-bottom: thin solid #966;
	padding: 0 0 10px 0;
}
div.timeline {
	color:#753;
	text-align: left;
	margin: 20px;
}
span.timeline_date {
	font-family: courier, monospace, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	font-style: normal;
	text-align: right;
	vertical-align: top;
	width: 15%;
	margin: 3px 0 0 0;
}
span.timeline_info {
	font-size: 0.90em;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	vertical-align: top;
	width: 60%;
}
span.timeline_photo {
	text-align: left;
	vertical-align: top;
	width: 20%;
}
