/* Church 123 template */
/* Design and CSS: www.boilerroomdigital.co.uk */

/*Padding and margin reset*/
	html, body, p, ul, li, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, blockquote, address, form, fieldset, img{
		margin: 0px;
		padding: 0px;
		font-size: 1em;
		list-style: none;
		font-style: normal;
	}
	

	a{
		text-decoration: none;
		color: #00c;
	}
	
	a:hover{
		text-decoration: underline;
	}
	
	abbr{
		border: none;
	}
	
/*Layout*/
	body{
		font-family: Cambria, Georgia, "Times New Roman", serif;
		background: #f6f6f6;
		color: #333;
		font-size:80%;
		min-height:100%;
	}
	
	#wrapper{
		width:964px;
		margin:0 auto;
		border-top-width: 13px;
		border-top-style: solid;
		border-bottom-width: 13px;
		border-bottom-style: solid;
		background: #fff;
	}
	
	#sub, #main, #supp{
		float:left;
		border-top-width: 5px;
		border-top-style: solid;
		padding-top:5.5em;
	}
	
	#main{
		padding-top: 3em;
	}
	
	.spare1, .spare2, .spare3{
		float:left;
		border-bottom:2px solid #605a67;
		height:10px;
	}
	
	.spare1{
	clear: left;
}
	
	#sub, .spare1{
		width:306px;
		margin-left:14px;
	}
	
	#main, .spare2{
		width:466px;
		margin-left:14px;
		position:relative;
		line-height:1.4;
	}
	
	#supp, .spare3{
		width:135px;
		margin-left:14px;
		line-height:1.4;
	}
	
	.clearer{
		height:1px;
		clear:both;
	}
	
/* Header */
	#header{
		min-height:140px;
		font-family: Helvetica, Arial, Tahoma, sans-serif;
		padding:37px 10px 0;
		color:#999;
		position:relative;
	}
	
	#header h1{
		font-size:3.5em;
		font-weight: normal;
	}
	
	#header h2{
		font-size:2.5em;
		font-weight: normal;
		padding-bottom: 1em;
	}
	
	#header h1, #header h2{
		width: 810px;
	}
	
	#header img{
		position:absolute;
		top:13px;
		right:32px;
	}
	
/* Content */
	#content h1{
		font: normal 2.5em Helvetica, Arial, Tahoma, sans-serif;
		color:#aaa;
		position:relative;
		/*min-height:1.5em;*/
	}
	
	#content p, #content #main ul, #content ol{
		margin-bottom:1em;
	}
	
	#content h2{
		font:normal 1.5em Arial, Helvetica, sans-serif;
		color:#333;
		margin-bottom:.25em;
	}
	
	#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;
	}
	
/* LH Navigation */
	#sub ul li.active span {
		color:#333;
	}
	
	#sub ul {
		float:left;
		width:49%;
	}
	
	#sub ul a,#sub ul span.active{
		font-family:Arial, Helvetica, sans-serif;
		color:#888;
		font-size:19px;
		margin-bottom:.5em;
		display: block;
	}
	
	#sub #subnav li a, #subnav li.active span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	list-style-type: none;		
	}
	#subnav li.active span {
		color:green;
	}


	
	#bbt_menu3 li{
		font-size: 1em;
		display:inline;
		list-style-type: none;
		padding-right: 0px;
	}
	#main #bbt_menu3 ul { padding-left: 0px; }
	
/* Footer */
	#footer{
		clear:both;
		text-align: right;
		padding:8px;
		font-size:.8em;
	}
	
	#supp p { margin-bottom: 0px; }
