/* Start of CMSMS style sheet 'ifcatholic_layout' */
@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #c1c3c1;
	margin: 0; 
	padding: 0;
	
	color: #ffffff;
	background-image: url(images/layout/if-catholic-bg.jpg);
                background-repeat: repeat-x; 
	background-position: top; 
}


/* 
black #000000
rust #cf6240
gold #e2a14f
darkgrey #434343
medgrey #b6b6b6
lightgrey #f9f9f9
*/


#container { 
	width: 960px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
        color: #434343;
} 

#header { 
	background: #FFFFFF; 
	padding: 0; 
	background-repeat: no-repeat;
	background-image: url(images/layout/if-catholic-header.jpg);
	width: 960px;
	height: 123px;

} 

#contentborder {
	border-left: 1px solid #7d7d7d;
	border-right: 1px solid #7d7d7d;
	border-bottom: 1px solid #7d7d7d;
}

a:link, a:visited, a:active, a{
	color	: 	#cf6240;
}

a:hover{
	color	: 	#455601;
}

H3 {
	font-size: 14px;
	color: #455601;
	display: inline;
	line-height: 30px;
}

H1 {
	font-size: 15px;
	color: #434343;
	display: inline;
	line-height: 30px;
}

H2 {
	font-size: 12px;
	color: #db5114;
	display: inline;
	font-weight: bold;
}

p {
	font-size: 11px;
	color: #434343;
}



td.leftcontent  {
	vertical-align: top;
	width: 215px;
	padding: 5px 5px 5px 5px;
}

td.rightcontent  {
	vertical-align: top;
	border-left:  1px solid #cccccc;
	background-color: #f9f9f9;
	font-size:11px;
        width: 735px;
        padding: 10px;
}

#footer { 
	margin-top: -45px;
	font-size: 10px;
	text-align:right;
	background-repeat: no-repeat;
	background-image: url(images/layout/footer-bg.gif);
	width: 958px;
	height: 105px;
} 

#footerlinks { 
	padding-right: 15px;
	line-height: 18px;
	padding-top: 65px;
	color: #000;
} 

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.churchbox {
	background-color: #fff;
	color: #000;
	width: 250px;
	border: 1px solid #b6b6b6;
	font-size: 10px;
	float: left;
	margin: 25px;
        padding: 5px;
       
}

.churchbox_text {


}
.churchbox_header {
	background-color: #434343;
       width: 255px;
	color: #fff;
	border: 1px solid #b6b6b6;
	padding: 5px 0px 5px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 10px;
	position: relative;
        letter-spacing: 1px;
        text-transform: uppercase;
    
        margin-left: -5px;
	margin-bottom: 10px;
}

.churchbox_header_img {
	border: 1px solid #434343;
	height: 55px;
	position: absolute;
	right: 10px;
	top: -8px;
	width: 55px;
}

.churchbox a:link, .churchbox a:visited, .churchbox a:active, .churchbox a{
	color	: 	#cf6240;
}

.churchbox a:hover{
	color	: 	#c7a56f;
}





/* End of 'ifcatholic_layout' */

