/* 2010 Christ House Homepage CSS by Erica Palmisano*/

body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin:0px; padding:0px; } 

body {
	margin:0;
	padding:0;
	background:#e3e5c5;
	color:#000;
}

#container {
	width:980px;
	margin:auto;
	background-color:#FFFFFF;
}

a, a:link {
	color: #013e4f;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #4d4d4d;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #400054;
	text-decoration: underline;
}
a:focus {
	color: #013e4f;
	text-decoration: none;
}
a:active {
	color: #013e4f;
}

#banner {
	width:980px;
	height:181px;
	float:left;
	background-color:#f4f5e7;
	background-image: url(/images/banner2011.jpg);
	background-repeat: no-repeat;
	padding:0;
}

#banner h1 {  
    text-indent: -9999px; 
	margin:0;  
}  

#nav {
	background:none;
	height:30px;
	padding:0px;
	display:inline;
}

img.nav {
	border:none;
	display:inline;
	padding:inherit;
}	

#feature {
	background:none;
	margin-left:20px;
	padding-top:20px;
	width:980px;
	border:none;
}

img.feature {
	border:none;
	border-radius:15px;
		-moz-border-radius:15px;
		-webkit-border-radius:15px;
		-khtml-border-radius:15px;
}

#feature_small {
	background:none;
	margin-top:15px;
	margin-right:15px;
	width:306px;
	border:none;
	float:right;
}

#feature_big {
	background:none;
	margin-top:15px;
	margin-right:15px;
	margin-left:25px;
	width:612px;
	border:none;
	float:left;
}

img.feature_triple_left {
	background:none;
	width:306px;
	display:inline;
	border:none;
	border-radius:15px;
		-moz-border-radius:15px;
		-webkit-border-radius:15px;
		-khtml-border-radius:15px;
}

img.feature_triple {
	background:none;
	margin-left:10px;
	width:306px;
	display:inline;
	border:none;
	border-radius:15px;
		-moz-border-radius:15px;
		-webkit-border-radius:15px;
		-khtml-border-radius:15px;
}

#content {
	background:none;
	margin:0 15px 15px 30px;
	width:603px;
	border:none;
	float:left;
	background-color:#FFFFFF;
}

p {
	font:.8em Tahoma, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#000000;
	line-height: 130%;
}

#content_right {
	background:none;
	margin:0 15px 15px 15px;
	width:300px;
	border:none;
	float:right;
	color:#000;
	text-align:left;
}

img.content_right {
	border:none;
	margin-top:15px;
	border-radius:15px;
		-moz-border-radius:15px;
		-webkit-border-radius:15px;
		-khtml-border-radius:15px;
}

p.content_right {
	font:.8em Tahoma, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#000000;
	line-height: 130%;
}

h3 {
	font:1.2em bold Georgia, Times, serif;
	color:#400054;
	text-align:left;
	margin-top:10px;
	margin-bottom:5px
}

#footer {
	width:980px;
	height:118px;
	clear:both;	
	background-image:url(images/footer1.jpg);
	background-repeat:no-repeat;
	color:#e3e5c5;
}

p.footer {
	margin:10px;
	font:1em Georgia, Times, serif;
	color:#e3e5c5;
	line-height:130%;
} 

* html #footer {
	height:1px;
}
	
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
