/** Colors **/
body { 
	background-color: #67aed8;
	color: #ffffff;
}

#container { 
	background-color: #67aed8;	
}

#topmenu {
	background-color: #000f1f;
	/* background-image:url(image/topmenu.jpg); COMMENTED OUT ON PURPOSE */
	background-repeat:repeat-x;
	height: 30px;
}
#logo {
	background-color: #67aed8;
	border-color: #000033;
}
#logo li {
	border-color: #000f1f;
}
#banner {
	background-color: #67aed8;
	background-image:url(image/bannerbottom.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	color: #000033;
}

#topmenu a:link, #topmenu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#topmenu a:hover, #topmenu a:active {
	text-decoration: none;
	color: #FBD56F;
}

#left, #right {
	border-color: #000033;
}

#footer {
	border-color: #000033;
	color: #ffffff;
	font-size: 11px;
}

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

a:hover, a:active {
	text-decoration: none;
	color: #EA7500;
}
h2 {
	color: #000f1f;
}
.service-times {
	background-color: #959595;
	padding: 5px 15px 5px 15px;
	font-size: 12px;
}
.service-times h3 {
	font-size: 12px;
}
#left h2, #right h2 {
	padding: 5px;
	background-color: #959595;
	border-bottom: 5px solid #000033;
}
#right h2.title {
	background-color: #67sed8;
	border: none;
	border-bottom: 5px solid #000033;
}

.button, .button_hover {
	padding: 2px 0px 0px 30px;
	background-image:url(image/button.jpg);
	background-repeat:no-repeat;
	height: 20px;
	width: 255px;
}

.button_hover {
	background-image:url(image/button_hover.jpg);
	background-repeat:no-repeat;
}

/* Redefined Tags */
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
    font-family: "Lucida Sans Unicode" , "Lucida Sans" , Lucida, "Lucida Grande" , Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

td { vertical-align: top; }

h1 { font-size: 16px; margin:0px; margin-bottom: 5px;}

h2 { font-size: 14px; margin:0px; margin-bottom: 5px;}

h3, h4 { font-size: 12px; margin:0px; margin-bottom: 2px;}

h1, h2, h3, h4, h5, h6, p { margin-top: 2px }

p, li { font-size: 12px; }

li { list-style-image: url(image/bullet.gif); }

address {
	font-style: normal;
}
/** Formatting **/
#banner {
	padding: 15px 0px 15px 0px;
	height: 245px;
	text-align:center;
}
#container {
	width: 850px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	padding-right: 10px;
	clear:both;
}

.inner {
	width: 850px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
}


#logo {
	border-top-style: solid;
	border-top-width: 15px;
	height: 150px;
}

#logo ul{
	float:right;
	margin:0px;
	padding:5px;
	text-align:right;
	padding-top: 25px;
}
#logo li {
	display:inline;
	text-transform:uppercase;
	margin: 0px;
	padding: 5px 7px 5px 7px;
	font-size:10px;
	border-right-style:solid;
	border-right-width: 1px;
}

#topmenu {
	clear:both;
	text-align:center;
	padding: 5px;
}
#topmenu ul{
	margin:0px;
	padding:0px;
	vertical-align:bottom;
	text-align:center;
}
#topmenu li {
	display:inline;
	text-transform:uppercase;
	margin: 5px 0px 0px 0px;
	padding: 10px 2px 10px 12px;
	font-size:11px;
	background-image:url(image/bullet2.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#content {
	width: 860px;
}

.button, .button_hover {
	font-size:12px;
}
#left {
	width: 290px;
	margin:0px;
	padding: 15px;
	border-style: solid;
	border-width: 1px;
}

#right {
	width: 506px;
	margin:0px;
	padding: 15px;
	border-style: solid;
	border-width: 1px;
}


/*  Bookstore section */
#bookstore_title { 
	text-align:center; 
}
#bookstore_left {
	width: 100px;
	float: left;
	text-align: center;
}
#bookstore_right {
	width: 100px;
	float: right;
	text-align: center;
}
#bookstore_center {
        float: center;
        text-align: center;
}
#footer {
	text-align:center;
	border-top-style:solid;
	border-top-width: 2px;
	padding: 5px 0px 5px 5px;
	margin: 25px -5px 5px 5px;
}

.quote {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}

.verse {
	padding-left: 20px;
	padding-right: 20px;
	font-style:italic;
}

.ref {
	font-weight: bold;
}

.text_center { text-align:center; }

.cal-link {
   text-decoration: none;
   color: #ffffff;
   border-top: 2px solid #ffffff;
   border-bottom: 2px solid #ffffff;
   border-left: 2px solid #ffffff;
   border-right: 2px solid #ffffff;
}
