/* 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, table, tr, td, th, form, fieldset, img{
		margin: 0;
		padding: 0;
		font-size: 1em;
		list-style: none;
		font-style: normal;
		
	}
img { border: 0px; }
	body { position: absolute; }

	a{
		text-decoration: none;
		color: #00c;
	}
	
	a:hover{
		text-decoration: underline;
	}
	
	abbr{
		border: none;
	}
	
/*Layout*/
	body{
		font-family: Verdana, Tahoma, sans-serif;
		color: #333;
		font-size:80%;
		min-height:100%;
	}
	
	#wrapper{
		width:964px;
		margin:0 auto;
	}
	
	#sub, #main, #supp{
		float:left;
	}
	
	#sub{
		width:320px;
		padding-left:2px;
	}
	
	#main{
		width:466px;
		padding-left:14px;
		position:relative;
		line-height:1.4;
	}
	
	#supp{
		width:140px;
		padding-left:14px;
	}
	
	.clearer{
		height:1px;
		clear:both;
	}
	
/* Header */
	#header{
		height:228px;
		font-family: "Times New Roman", Georgia, serif;
		padding:75px 10px 0;
	}
	
	#header h1{
		color:#fff;
		font-size:3.5em;
		font-weight: normal;
	}
	
	#header h2{
		color:#d2d9da;
		font-size:2.5em;
		font-weight: normal;
		font-style: italic; 
	}
	
/* Content */

	#content h1{
		font: italic normal 2.5em "Times New Roman", Georgia, serif;
		position:relative;
		margin-top:-1.5em;
		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 {
		font-weight:bold;
	}
	
	#sub ul li.active ul a {
		font-weight:normal;
	}
	
	#sub ul li.active ul li.active a{
		font-weight:bold;
	}
	
	#sub ul a, #sub ul li.active span {
		font-family:Arial, Helvetica, sans-serif;
		color:#333;
		font-size:19px;
		line-height:1.5em;
	}
	#sub ul li{
		position:relative;
		padding-left:14px;	
	}
	#sub ul li ul{
		position:absolute;
		left:160px;
		top:0;
		width:160px;
		z-index:20;
	}
	
	#sub ul li ul li a,#sub ul li ul li.active span {
		font-size:16px;
		line-height: 1.5em;
	}
	
	#sub ul{
		margin-bottom:15em;
	}
	
	#sub ul ul{
		margin-bottom:0;
	}
	
	/* Search form */
		#sub form div{
			margin:2em 0 2em;
			padding:8px;
			text-align: center;
		}
		
		#sub form input{
			border:1px solid #396684;
		}
		
		#sub form, #sub #address{
			padding:0 14px;
		}

/* Footer */
	#footer{
		clear:both;
		text-align: right;
		padding:8px;
		font-size:.8em;
	}


#address p { margin-bottom: 0px; }

body.hearts #content{ background-repeat: no-repeat;	background-position: 520px bottom; }