/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

a {color: #000;}
a:hover {color: #C60;}

body {
	background: #069FFF  url(grafix/bg.jpg) repeat-x left bottom;
	color: #444;
	font: normal 11px Arial, Helvetica, sans-serif;
}

.title
{
font-size: 24px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 14px Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

h1,h2,h3 {padding-top: 5px; color: #000000}

.clear {clear: both;}

/* structure */
.container {
	background: #FFF;
	font-size: 13px;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	background: url(grafix/clouds.jpg) repeat-x;
	padding: 90px 10px 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 14px;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}

#logo {
	width: 780px;
	height: 150px;
	margin: 0 auto;
	background: url(grafix/header.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}

#logo h1 {
	padding9: 90px 5px 0 25px;
	font-size: 18px;
	color: #0272BA;
}

#logo h2 {
	padding: 0px 0 0 25px;
	font-size: 11px;
	color: #0272BA;
}


#logo a {
	color: #0272BA;
}

/* navigation */
.navigation {	
	background: #ffffff url(grafix/menu.gif);
	border: 1px solid #DFEEF7;
	height: 41px;
}
.navigation a {
	background: #D9E1E5 url(grafix/menu.gif);
	border-right: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background: #319EDD; color: #ffffff; text-decoration: underline}

/* main */
.main {
	border-top: 4px solid #FFF;
  background: url(grafix/main2.jpg) repeat;
	/*background: url(xmas/41fbg.jpg) repeat;*/
}

/* sub navigation */
.sidenav {
  background: url(grafix/bgsidnav.jpg) repeat;
 /* background: url(xmas/churchbg.jpg) repeat;*/
  border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	float: left;
	width: 150px;
	}
.sidenav h2 {
	color: #000000;
	font-size: 12px;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #000000;
}
.sidenav li {border-bottom: 1px solid #000000;}
.sidenav li a {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #86d5ff;
	color: #000;	
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 14px;
	width: 591px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(grafix/li.gif);
	margin-left: 18px;
}
.content p {font-family: Arial, Helvetica, sans-serif;}

/* footer */
#footer {
	background: url(grafix/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	height: 60px;
	padding-top: 11px;
}

#footer p
{
padding: 0px;
margin: 0px;
}
#footer a, #footer a:link {color: #FFF;}
#footer a:hover {color: #000;}

/* table events */
table.one {
	border-width: 4px;
	border-spacing: ;
	border-style: outset;
	border-color: black;
	border-collapse: separate;
	background-color: white;
}
table.one th {
	border-width: 1px;
	padding: 6px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
	font-size: 14px;
	color: #0000ff;
	font-weight: bold;
}
table.one td {
	border-width: 1px;
	padding: 6px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

/* table events 2*/
table.two {
	border-width: 0px;
	border-spacing: ;
	border-style: outset;
	border-color: ;
	border-collapse: separate;
}
table.two td {
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	border-color: ;
	-moz-border-radius: ;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

/* table sermons*/
table.three {
	border-width: 2px;
	border-spacing: ;
	border-style: inset;
	border-color: ;
	border-collapse: separate;
	background-color: white;
}

table.three th {
	border-width: 1px;
	padding: 0px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

table.three td {
  vertical-align: middle; 
	border-width: 1px;
	padding: 0px;
	border-style: outset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
	font-size: 11px;
	color: #000000;
	font-weight: ;
}

/* table text*/
table.four {
	border-width: 0px;
	border-spacing: ;
	border-style: outset;
	border-color: ;
	border-collapse: separate;
	background-color: ;
}

table.four td {
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	border-color: gray;
	background-color: ;
	-moz-border-radius: ;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

/* table bible verse*/
table.five {
	border-width: 0px;
	border-spacing: 0px;
	border-style: outset;
	border-color: ;
	border-collapse: separate;
	background-color: ;
}

table.five td {
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	border-color: gray;
	background-color: ;
	-moz-border-radius: ;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

/* table events */
table.six {
	border-width: 4px;
	border-spacing: 2px;
	padding: 4px;
	border-style: outset;
	border-color: black;
	border-collapse: separate;
	background-color: white;
}
table.six td {
	border-width: 2px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
