/* SITE STYLES FOR LAGAN */


/* GENERAL CSS RESET STYLES */


body {
	background-color: #EFEFEF;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	color: #006600;
	text-decoration: none;
}

a:active, a:hover {
		text-decoration: underline;
	}

/* removes Firefox "dashed" border around links */

a:active, a:focus, input[type="image"] {
	-moz-outline-style: none;
}

/* used to fix bug in browser rendering images within hyperlinks */

a img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}	
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
h1 {
	color: #006600;
	font-size: 20px;
}
h1.home {
	color: #555555;
	font-size: 18px;
	margin: 0;
	padding: 0;
}
	

/* LAYOUT STYLES */	

/* Site Container */

#siteGlowTop {
	background-image: url('../img/site-glow-top.jpg');
	background-repeat: no-repeat;
	border: none;
	height: 26px;
	margin: 22px auto 0;
	padding: 0;
	width: 826px;
}

#siteGlow {
	background-image: url('../img/site-glow-tile.jpg');
	background-repeat: repeat-y;
	border: none;
	margin: 0 auto;
	width: 826px;
}

	#siteWrapper {
		padding: 0 31px 20px 28px;
		width: 764px;
	}
	
#siteGlowBottom {
	background-image: url('../img/site-glow-bottom.jpg');
	background-repeat: no-repeat;
	border: none;
	height: 29px;
	margin: 0 auto;
	padding: 0;
	width: 826px;
}

#siteFooterWrapper {
	height: 60px;
	margin: 0 auto 30px;
	padding: 10px 31px 0 28px;
	width: 764px;	
}

/* Header */

#headerWrapper {
	height: 61px;
	width: 764px;
}

	#headerLeft {
		font-size: 24px;
		font-weight: bold;
		float: left;
		line-height: 30px;
		width: 530px;
	}
	
	#headerRight {
		font-size: 12px;
		float: right;
		padding-top: 30px;
		text-align: right;
		width: 180px;
	}

/* Nzvigation */

#navWrapper {
	font-size: 16px;
	height: 20px;
	margin: 36px 0 22px;
}

#navWrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navWrapper li {
	float: right;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0 10px 0 0;
}

#navWrapper li a {
	color: #006600;
	text-decoration: none;
}

#navWrapper li a:hover {
	color: #99AABB;
	text-decoration: none;
}

/* Home Wrapper */

#homeContentWrapper {
	background: url(../img/church_3.jpg) no-repeat right 20px;
	min-height: 477px;
	height: auto !important;
	height: 477px;
	padding: 20px 392px 0 0;
	width: 372px;
}

	#homeContentWrapper p {
		line-height: 21px;
	}

/* Interior Wrapper */

#intContentWrapper {
	padding: 0 15px;
	min-height: 500px;
	height: auto !important;
	height: 500px;	
}

	#intBanner {
		height: 240px;
		padding: 0 0 15px 0;
	}
	
	ul.events {
		list-style: none;
		margin: 0;
		padding: 13px 0 28px 0;		
	}
	
	ul.events li {
		font-weight: bold;
		padding: 0 0 4px 0;
	}

/* Footer */

#footerLeft{
	color: #000000;
	float: left;
	font-size: 12px;
	text-align: left;
	width: 300px;
}

#footerRight {
	float: right;
	text-align: right;
	width: 300px;
}



.red {
	color: #F00;
}

