/*

	Irish Methodists Stylesheet
	Created by Andi Topping on 8th April 2008

*/

html {
	background-color: #fff;
}
img {
	border:none;	
}
body {
	background-color: #fff;

}
.redbar {
	display:none;
}
#nav {
	display:none;
}
/* Main Content Area Styles */

/* Main Content Area Styles */
.content {
	background-color: #FFFFFF;
	margin: 5px auto;
	width: 100%;
	font-size: 13px;
}
.content .left, .content .body-text {
	font-family:Georgia, "Times New Roman", Times, serif;
}

.content .right { display:none; }

#footer { display:none; }

div.body-text {
	padding:2px 10px;	
	float:left;
	width:600px;
}
div.body-text h1 {
	border-bottom:1px solid #000;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#000;
}
div.body-text .text p {
	font-size:0.9em;	
}

/* Latest News Box */
#latestnews {
	height: 172px;
	border: 1px solid #CCCCCC;
	padding: 4px 4px;
}
#latestnews .left {
	float:left;
	width:320px;
}
#latestnews .right {
	float:right;
	width:282px;
}
#latestnews .header {
	background-color: #B41E29;
	height: 19px;
	color: #FFFFFF;
	font-size: 1.4em;
	padding: 6px 10px;
	margin-bottom:3px;
}
#latestnews .row0 {
	height: 19px;
	background-color: #F5F5F5;
	color: #666666;
	margin: 1px 0px;
	padding: 5px 5px 0px 5px;
}
#latestnews .row1 {
	height: 19px;
	background-color:#EBEBEB;
	color: #666666;
	padding: 5px 5px 0px 5px;
}
#latestnews .row0 a, #latestnews .row1 a {
	color: #666666;
	text-decoration: none;
}
#latestnews .row0 a:hover, #latestnews .row1 a:hover {
	text-decoration: underline;
}
#latestnews .readmore {
	color: #B41E29;
	margin: 10px 5px;
}
#latestnews .readmore a, #latestnews .readmore a:hover {
	color: #B41E29;
	text-decoration: none;
}
#boxes {
	width: 620px;
	margin: 10px auto;
}
#boxes #fpbox_left {
	float: left;
	width: 305px;
}
#boxes #fpbox_right {
	margin: 0px 0px 0px 310px; 
	width: 305px;
}
#boxes .mission {
	color: #FFFFFF;
	background-color:#72A66C;
	font-size: 1.1em;
	padding: 3px 5px 3px 9px;
	height: 16px;
	margin: 5px 0px 0px 0px;
}
#boxes .faith {
	color: #FFFFFF;
	background-color:#EA7529;
	font-size: 1.1em;
	padding: 3px 5px 3px 9px;
	height: 16px;
}
#boxes .connexion {
	color: #FFFFFF;
	background-color:#7FC5C6;
	font-size: 1.1em;
	padding: 3px 5px 3px 9px;
	height: 16px;
	margin: 5px 0px 0px 0px;
}
#boxes .social {
	color: #FFFFFF;
	background-color: #8CACD3;
	font-size: 1.1em;
	padding: 3px 5px 3px 9px;
	height: 16px;
}
#boxes .text {
	border: 1px solid #EBEBEB;
	padding: 3px 3px 3px 9px;
	height: 93px;
}
#boxes .text .left {
	float: left;
	width: 175px;
	padding-top:6px;
}
#boxes .text .right {
	float: right;
	width:96px;
}
#boxes hr {
	height:1px;
	border: none 0;
	border-top: 1px solid #EBEBEB;
	text-align:center;
	margin: 2px 0px;
}

