﻿/*09-06-2007 CSS for Expression Web DWT,
author: Dong Xie
*/
body {
	//font-family: SimSun, MingLiU, Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	width: 780px;
	margin-bottom: 2px;
	font-size: 14px;
}
a {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #ccccff;
}
ol, ul{
	font-size: 12px;
	line-height: 2.0;
}
img {
	border-style: none;
}
h1 {
	font-size: 15px;
	color: #006600;
}
h2 {
	font-size: 14px;
	color: #006600;
}
h3 {
	font-size: 13px;
	color: #006600;
}
h4 {
	font-size: 12px;
	color: #006600;
}
table {
	font-size: 12px;
	border-collapse: collapse;
	margin: 10px;
	text-align: left;
}
caption {
	margin: 10px;
	font-weight: bold;
	font-size: 14px;
}
thead {
	letter-spacing: 2px;	
}
td, th {
	padding: 5px;
}

.note {
	color: red;
	font-size: 12px;
}
.en {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}


#heading {
	background: url(../images/banner.png) no-repeat;
	width: 760px;
	height: 70px;
}
#lang {
	text-align: right;
}
#menu {
	margin-top: 2px;
	margin-left: 5px;
}
#menu a {
	margin:0 7px 0 7px;
}
#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;

	padding: 10px 0 10px 10px;
	width: 780px;
}
#left_col {
	width: 280px;
	margin-top: 10px;
	margin-left: 20px;

	position: relative;
	float: left;
	text-align: left;
}
.bible {
	margin-left: 0px;
	margin-top: 30px;
}
.bible .scripture {
	color: #000000;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1px;
}
.bible .book {
	color: #990033;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	margin-top: 10px;
}

#page_content {
	float: right;
	width: 400px;
	margin-top: 15px;
	margin-right: 30px;

	vertical-align: top;
	text-align: left;
	font-size: 13px;

}
#submenu {
	margin-bottom: 20px;
	font-size: 13px;
}
#submenu a {
	color: #666666;
	font-size: 13px;
	margin-right: 8px;
	text-decoration: underline;
}
#submenu a:hover {
	color: #cccccc;
}
#pagetitle {
	color: #990033;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 15px;
}
#page_content p{
	line-height: 1.5;
	//letter-spacing: 1px;
}
#page_content dt{
	margin: 10px 0 10px 0;
	padding-left: 20px;
	color: #003366;	
}
#page_content dd{
	font-size: 12px;
}
#page_content p.lastupdate {
	font-size: 10px;
	color: #666666;
	margin-left: 20px;
	text-align: right;
	letter-spacing: 1px;
}
#footer {
	width: 780px;
	clear: both;
}
#footer p {
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-align: right;
	color: #999999;
}
.back {
	text-align: right;
	margin-bottom: 5px;
	margin-top: 5px;
}

.back a {
	font-size: 11px;
	text-decoration: none;	
	padding-right: 30px;
	color: navy;
}

.back a:hover {
	color: red;
}
.more {
	text-align: right;
}


/*Sermon list table*/

.tbl_style1 caption {
	color: #990033;
}
.tbl_style1 thead {
	background-color: #9999cc;
}

/*Contact table*/
.tbl_style2 {
	border: 1px solid #9999CC;
}
.tbl_style2 thead {
	color: #003366;
	background-color: #9999CC;
}


/*Resource*/
.resource {
	width: 420px;
	margin-bottom: 20px;
}

.resource th{
	font-size: 12px;
	color: #FFFFFF;
	background-color: navy;
	text-align: left;
	padding-left: 5px;	
}

.resource td {
	border-bottom: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
	vertical-align: top;
	font-size: 12px;
	color: #000000;
	background-color: #EDF6EA;
	text-align: left;
	font-weight: normal;	
	padding: 3px 5px 3px 5px; // top right bottom left
}

.resource td a {
	font-size: 12px;
	text-decoration: none;
	color: navy;
}

#note {
	color: red !important;
	font-size: 10px !important;
}

#note a {
	color: purple;
	text-decoration: none;
}

#note a:hover{
	text-decoration: underline;
}

.resource td a:hover {
	color: red;
	text-decoration: underline;
}

.odd {
	background-color: #E5E1F3 !important;
}

.site {
	width: 160px;
}

/*Sermons*/
#sermons td {
	font-size: 12px;
	font-weight: normal;
}

#sermons a {
	color: #003366;
	font-size: 12px;
	text-decoration: none;
}

#sermons a:hover {
	color: #ccccff;
}

#sermons td {
	background-color: #E5E1F3 !important;
}

/*Site Map*/
#sitemap .resource {
	width: 150px !important;
	padding-left: 20px;
}

#sitemap .resource td {
	padding-left: 20px;
	vertical-align: middle;
}

#sitemap .resource th {
	font-size: 12px;
}

#links .resource td {
	vertical-align: middle;
}


/*Location & Bus Route*/
#map img {
	height: 400px;
	width: 300px;
}
.bus_route {
	border: 1px solid #999999;
	width: 320px;
	margin-bottom: 20px;
}

.bus_route th{
	font-size: 11px;
	color: #FFFFFF;
	background-color: #003366;
	text-align: left;
	padding-left: 7px;	
	letter-spacing: 0px;
}

.bus_route td {
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	padding-bottom: 5px; 
	letter-spacing: 0px;
}

.bus_route .field {
	width: 30px;
	vertical-align: top;
	padding-left: 7px;
	font-weight: 800;
	color:  #003366;
}


.bus_route td a {
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	font-weight: 500;
	color:  #003366;
}

.bus_route td a:hover {
	color: red;
}

.bus_route .website {
	padding-top: 5px;
	text-align: right !important;
	padding-right: 10px;

}

.bus_route td span {
	font-size: 10px;
}
#transport .note2{
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0px;
	color: #000000;
	text-align: left;
}
.service {
	color: #003366 !important;
}
.entrance {
	color: #990033 !important;
}





