		/* Church123.com - church website design template */
/*Padding and margin reset*/
	            html, body, p, ul, li, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, blockquote, address, table, tr, td, th, form, fieldset, img{
                        margin: 0px;
                        padding: 0px;
                        font-size: 1em;
                        list-style: none;
                        font-style: normal;
            }

            img {border:0px;}
	
	a{
		text-decoration: none;
	}
	
	#main a, #address a{
		color: #fff;
		border-bottom:1px dotted #fff;
	}
	
	#main a:hover, #address a:hover{
		border-bottom-style: solid;
	}
	
	abbr{
		border: none;
	}
	
/*Layout*/
	body{
		color: #333;
		font-size:80%;
		background:#010101 url(http://templates.livesiteadmin.com/images/200-stainedglass/bg_stained_glass.jpg) no-repeat bottom;
		padding-bottom:30px;
	}
	
	#wrapper{
		width:960px;
		margin:0 auto;
		font-size:1em;
	}
	
	#sub, #main, #supp, #address{
		float:left;
	}
	
	#sub, #address{
		width:160px;
		padding-left:2px;
	}
	
	#main{
		width:466px;
		padding-left:14px;
		padding-bottom:90px;
		position:relative;
		line-height:1.4;
	}
	
	#supp{
		width:140px;
		padding-left:14px;
		text-align: center;
	}
	
	.clearer{
		height:1px;
		clear:both;
	}
	
/* Header */
	#header{
		font-family: Georgia, "Times New Roman", serif;
		padding:75px 512px 5em 0;
		background: url(http://templates.livesiteadmin.com/images/200-stainedglass/stained-glass.jpg) no-repeat top right;
		min-height: 180px;
	}
	
	#header h1{
		color:#f28149;
		font-size:3.5em;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	
/* Content */
	#content{
		color:#c4e2fc;
		font-family: Cambria, "Times New Roman", Georgia, serif;
		font-size:1.1em;
	}
	
	#content h1{
		font-family: Georgia, "Times New Roman",  serif;
		font-size:2.5em;
		font-weight: normal;
		letter-spacing: 2px;
		text-transform: uppercase;
		color: #f6d56a;
		position:relative;
		margin-top:-1.5em;
		height:1.5em;
	}
	
	#content p, #content #main ul, #content ol{
		margin-bottom:1em;
	}
	
	#content h2{
		font-size: 1.5em;
		margin-bottom:.25em;
		font-weight:normal;
	}
	
	#content h3{
		font-size:1em;
		margin:.25em 0 .75em;
	}

	#content #main ul, #main ul li{
		list-style-type: square;
	}
	
	#content #main ol, #main ol li{
		list-style-type: decimal;
	}
	
	#content #main ol, #content #main ul{
		padding-left:2em;
	}
	
/*Address*/
	#address h2{
		font: normal 1.5em Georgia, "Times New Roman",  serif;
		letter-spacing: 2px;
		text-transform: uppercase;
		color: #f6d56a;
		position:relative;
		margin-top:-2em;
		height:1.75em;
	}
	
/* LH Navigation */
	#sub{
		margin-left:-20px;
		margin-right:20px;
	}
	#sub ul a, #sub ul span {
		font-family:Georgia, Cambria, "Times New Roman";
		color:#F9E39C; /*inactive*/
		font-size:18px;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	#sub ul span { color: #fff; }
	
	#sub ul a:hover{ text-decoration: underline; }
	
	#subnav li a, #subnav li span { text-transform: none; }
	
	#sub ul li {
		position:relative;
		padding-left:25px;
		background: url(http://templates.livesiteadmin.com/images/200-stainedglass/bg_nav_off.gif) repeat-y top left;
		margin-bottom:.5em;
		min-height: 1px;
	}
	
	#sub ul li.active{
		background: url(http://templates.livesiteadmin.com/images/200-stainedglass/bg_nav_on.gif) repeat-y top left;
	}
	
	#sub ul li.active a{
		display:block;
		margin-bottom:.5em;
	}
	
	#sub ul li.active ul a, #sub ul li.active ul span {
		font-size:17px;
		text-transform: none;
		letter-spacing: normal;
		display: inline;
	}
	
	#sub ul{ margin-bottom:15em; }
	#sub ul ul { margin-bottom:0; }
	
	
	
	#sub ul li ul li, #sub ul li ul li.active {
		background:none;
		padding-left:13px;
		margin-bottom:.5em;
	}
	
	#sub ul li ul li.active span{
		color:#fff;
	}
#address p { margin-bottom: 0px; }