/* Reset styles */h4
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, tt, var,
b, u, i, center, input,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family:Lucidia, Arial, Helvetica;
	font-size:.8em;
	background-color:#b2a153;
	color:#3f3407;
}
ol, ul, li {
	;
}
blockquote, q {
	quotes: none;
}
input[type=text], select, textarea {
    border-top: 1px #acaeb4 solid;
    border-left: 1px #dde1e7 solid;
    border-right: 1px #dde1e7 solid;
    border-bottom: 1px #e3e9ef solid;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 2px;
}
input[type=text]:hover, select:hover, textarea:hover, input[type=text]:focus, select:focus, textarea:focus {
    border-top: 1px #5794bf solid;
    border-left: 1px #c5daed solid;
    border-right: 1px #b7d5ea solid;
    border-bottom: 1px #c7e2f1 solid;
}
select { border: 1px; }

/* Grid and Layout */
.column {
	float: left;
	vertical-align: top;
	display: inline;
}

.column-right {
	float:right;
	vertical-align: top;
	display: inline;
}

.stop {
	width: 100%;
	height: 0px;
	clear: both;
	visibility: hidden;
	display: block;
}

.primary, .secondary {
	float:left;	
}

.center-940 {
	margin:0 auto;
	width:940px;
	background:url(images/bkg-texture.jpg) repeat-x left top;
}

.table-940 {
	margin:0 auto;
	width:940px;
	background:url(images/bkg-texture.jpg) repeat-x left top;
}


#page-header,
#page-body,
#page-footer {
    width:810px;
    margin:0 65px;
}

#page-body {
    width:790px;
}

#page-header {
    width:826px;
}

#wrapper .no-top {
	margin-top:0;
	padding-top:0;	
}

#wrapper .no-left {
	margin-left:0;	
	padding-left:0;
}

#wrapper .no-right {
	margin-right:0;	
	padding-right:0;
}

#wrapper .no-bottom {
	margin-bottom:0;
	padding-bottom:0;	
}


/* Fonts Styles */
em {
    font-style: normal;
}

a,
a:visited{
        background-color:#b2a153;
	color:#5c5126;
}

a:hover,
.home-liner .article a:hover {
	text-decoration:none;	
}
/*  Leon added li definition */
/*  June 13, 2014 */
ul.no_bullet {
list-style-type: none;
padding: 0;
margin: 0;
}

li.leaf {
background: url('images/leaf_icon.jpg') no-repeat left top;
}
/*  Leon changed h2 definition */
/*  March 31, 2014
/*  h2 {                       */
/*    font-size:1.5em;         */
/*    font-weight:normal;      */
/*}                            */

h2 {
	font-size:1.55em;
	font-weight:bold;
    color:#ffffff;
	line-height:normal;
}

h6 {
	font-size:1.55em;
	font-weight:bold;
    color:#000000;
	line-height:normal;
}


/* Site Styles */

#page-body {
    padding:10px;
    background-color:#fff;
}

.content p {
    padding-bottom:10px;
    line-height:1.em;
}

.content br {
    padding-bottom:4px;
    line-height:0.5em;
}
.aside {
    background-color:#e2d497;
    color:#5c5126;
    padding:3px;
}

.aside .aside-head,
.content .content-head {
    font-size:1.0em;
    font-weight:bold;
    color:#5c5126;
    line-height:1.1em;
}

.content h1 {
	font-size:1.6em;
	font-weight:bold;
    color:#5c5126;
	line-height:normal;
}

.aside-head em {
    font-size:.8em;
}

.content-head em,
.aside-head em {
    font-weight:normal;
}

span.hr {
    height:1px;
    background-color:#5c5126;
    margin:10px 0;
    line-height:0;
    display:block;
}

.aside a {
    font-size:.9em;
}

.aside .aside-head {
    padding-top:10.px;
}


/* Header Styles */
#page-header {
    border-left:solid 3px #fff;
    border-right:solid 3px #fff;
    box-shadow:0 0 30px #000 inset;
}

#page-header h1 {
    font-size:3em;
    line-height:.85;
    color:#fff;
    padding:32px 0 32px 32px;
    text-shadow:0 0 6px #000;
}

.church-name {
    min-height:50px;
}

.white-wrapper {
    background-color:#ffffff;
    border-top:solid 1px #fff;
}
.list-wrapper {
    background-color:#bfaf65;
    border-top:solid 1px #fff;
    padding:0px 0 0px 32px;
}
.nav-wrapper {
    background-color:#bfaf65;
    border-top:solid 1px #fff;
}

.nav li {
    background-color:#ffffff;
    display:block;
    float:left;
	font-size:14px;
	font-weight:bold;
}

.nav li a {
    color:#fff;
    padding:12px 16px;
    display:block;
    border-left:solid 1px #fff;
    border-right:solid 1px #fff;
    border-bottom:solid 1px #fff;
    text-decoration:none;
}

.nav li.first a {
    border-left:none;
}

.nav li a:hover {
    background:#817649;
}


/* Footer Styles */
#page-footer {
   text-align:center;
   background-color:#fff;
}

#page-footer p {
   padding:8px 0 8px 8px;
   font-size:.75em;
}

#page-footer img {
    vertical-align:middle;
    margin-left:10px;
}


/* Home Page Styles */

.banner {
    line-height:0;
}

.home-liner .content {
    width:565px;
    margin-right:15px;
}

.home-liner .aside {
    width:190px;
}

.home-liner .content p,
.home-liner .content h2 {
    padding-left:80px;
}



.schedule {
    font-size:.9em;
    margin-top:10px;
    line-height:1.0em;
    font-weight:bold;
}


/* Auxiliary Styles */

.aux-liner .directions .aside,
.aux-liner .supplementary .aside {
    width:260px;
}

.aux-liner .directions .content {
    width:495px;
    margin-left:15px;
}

.aux-liner .supplementary .content {
    width:485px;
	margin:0 15px 0 10px;	
}

.supplementary .aside p {
	margin-bottom:10px;	
}

.hdr-directions {
    padding-top:10px;
}

.directions .content p {
    padding:0 55px;
}

.directions .content span.hr {
    margin:15px 0 15px 55px;
    width:150px;
}

.aux-liner .directory .aside {
    width:320px;
}

.aux-liner .directory .content {
    width:435px;
    margin-left:15px;
}

.aside-picture {
    width:130px;
    height:167px;
    box-shadow:0 0 20px #000;
    background-color:#fff;
}

.directory .aside p {
    padding:15px 20px 0;
}

.staff {
    margin-top:15px;
}

.staff-img {
    width:100px;
    height:125px;
    border:solid 1px #a0a0a0;
    background-color:#fff;
    box-shadow:0 0 20px #000;
    text-align:center;
}

.staff p {
    margin:0 25px 0 125px;
}

.staff .hr {
    margin:0 130px 0 125px;
}
.CSSTable {
	margin:0px;margin-left:70px;padding:2px; 
	width:800px;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
	
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
	
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
	
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
}.CSSTable table{
        border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:2px;
}.CSSTable tr:last-child td:last-child {
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
}
.CSSTable table tr:first-child td:first-child {
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
}
.CSSTable table tr:first-child td:last-child {
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
}.CSSTable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
}.CSSTable tr:hover td{
	
}
.CSSTable tr:nth-child(odd){ background-color:#d2c173; }
.CSSTable tr:nth-child(even)    { background-color:#ffffff; }.CSSTable td{
	vertical-align:l;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	padding:2px;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	color:#131b44;
}.CSSTable tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTable tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTable tr:first-child td{
		background:-o-linear-gradient(bottom, #666600 5%, #cc9900 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #666600), color-stop(1, #cc9900) );
	background:-moz-linear-gradient( center top, #666600 5%, #cc9900 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#666600", endColorstr="#cc9900");	background: -o-linear-gradient(top,#666600,#cc9900);

	background-color:#ff7f00;
	border:0px solid #000000;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.CSSTable tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ff7f00 5%, #bf5f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #bf5f00) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #bf5f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00");	background: -o-linear-gradient(top,#ff7f00,bf5f00);

	background-color:#ff7f00;
}
.CSSTable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}