body, html {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(images/page-bg.jpg);
}

p {
	margin: 0;
	padding: 0;
}

/* + + + + + + + + + +GENERAL SETTINGS+ + + + + + + + + + + +*/

#wrapper {
	width: 884px;
	margin: 0 auto;
}

#top-part {
	width: 884px;	
	background-image: url(images/bg-repeat.jpg);
}

#top-part-sp {
	background-image: url(images/bg-repeat-sp.jpg);	
}

#bgup {
	background: url(images/bg-top.jpg) no-repeat;	
}

#bgup-sp {
	background: url(images/bg-top-sp.jpg) no-repeat;	
}

#bottom-part {
	padding-bottom: 89px;
	background: url(images/bg-bottom.jpg) no-repeat;
}

#bottom-part-sp {
	padding-bottom: 89px;
	background: url(images/bg-bottom.jpg) no-repeat;
}

/* + + + + + + + + MENU + + + + + + + + +*/

#main-menu, #main-menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#main-menu {
	height: 32px;
}

#main-menu a {
	display: block;
	width: auto;
	color: #ababab;
	text-decoration: none;
	text-align: center;
	margin: 0 10px 0 10px;
}

#main-menu {
	background-image: url(images/menu-bg.jpg);
	width: 884px;
	background-position: left;
}

#main-menu ul {
	margin-left: 43px;
}

#main-menu a:hover {
	color: #6189c3;
}

#main-menu li { /* all list items */
	float: left;
	width: auto;  /* width needed or else Opera goes nuts */
	line-height: 32px;
	font-size: 11px;
	color: #ababab;
	background: url(images/separator-menu.jpg) right no-repeat;		
}

#main-menu li ul { /* second-level lists */
	display: block;
	clear: both;
	position: absolute; 
	margin: 0;
	padding: 0;
	background: #dfdfdf;
	width: 15em;
	left: -999em;
}

#main-menu li ul li {
	border-bottom: 1px solid white;
	background: none;
	border-left: 1px solid white;
}

#main-menu ul ul a  {
	color: gray;
	display: block;
	width: 15em;
	font-size: 10px;
	text-align: left;
	line-height: 25px;
	background: none;
}

#main-menu ul li ul li {
	line-height: auto;
}

#main-menu li ul ul { /* third-and-above-level lists */
	margin:  -2.3em 0 0 15em;
}

#main-menu li:hover ul ul, #main-menu li:hover ul ul ul, #main-menu li.sfhover ul ul, #main-menu li.sfhover ul ul ul {
	left: -999em;
}

#main-menu li:hover ul, #main-menu li li:hover ul, #main-menu li li li:hover ul, #main-menu li.sfhover ul, #main-menu li li.sfhover ul, #main-menu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/* Columns Main Area */

#main-area-fp {
	margin-left: 45px;
	margin-top:  10px;
}

/* + + + + + + + + MAIN AREA LEFT + + + + + + + + + + + + +*/

#main-area-left {
	float: left;
	width: 509px;
}

#main-area-left h1 {
	margin: 0;
	padding: 0;
	margin-left: 8px;
}

#main-area-left p {
	font-size: 11px;
	color: #7E8695;
	margin: 0 0 10px 8px;
	line-height: 17px;
	text-align: justify;
}

.front-news {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #6189c3;
}

.front-news-title {
	color: #7E8695;
	font-size: 13px;
}

#latest-news img {
	padding: 8px;
	border: 1px solid #eaeaea;
	background-color: #F6F6F6;
	margin: 5px 0 5px -8px;
}

#latest-news, #featured-projects-front, #events-calendar, #available-subsections {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#main-area-left a {
	color: #7E8695;
}

#main-area-left a:hover {
	text-decoration: none;
}


#frontpage-promo {
	text-align: left;
}

#frontpage-promo img {
	margin: 0 2px 0 2px;
	border: none;
}

#breadcrumbs {
	font-size: 10px;
	color: #7E8695 ;
	padding-left: 8px;
}

#subpage-main-content {

}

#subpage-main-content img {
	margin: 10px 0 10px 0px;
	padding: 3px;
	background-color: #dfdfdf;
}

#subpage-main-content h1 {
	font-size: 18px;
	color: #6189C3;
	margin: 12px 0 5px 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dfdfdf;
}

#subpage-main-content h2 {
	font-size: 14px;
	color: #6189C3;
	margin: 20px 0 2px 8px;
}


.read-more-dotted {
	padding-bottom: 20px;
	border-bottom: 1px dotted #dfdfdf;	
	margin-bottom: 10px;
}

#subpage-main-content a {
	color: #6189C3;
}

/* + + + + + + + + ARCHIVE DISPLAY + + + + + + + + + + + + +*/

#subpage-main-content h3 {
	font-size: 12px;
	color: #6189C3;
	margin: 20px 0 2px 8px;
}

#ditto_archivelist ul {
	list-style: none;
	margin: 0 0 0 8px;
	padding: 0;	
}

#ditto_archivelist ul li {
	font-size: 14px;
	color: gray;
	padding-bottom: 10px;
}

#ditto_archivelist ul li ul {
	padding-left: 10px;	
}

#ditto_archivelist ul li ul li {
	font-size: 11px;
	line-height: 15px;
}

.ditto_date {
	font-size: 9px;
	font-style: italic;
}

/* + + + + + + + + MAIN AREA RIGHT + + + + + + + + + + + + +*/

#main-area-right {
	width: 252px;
	float: left;	
	margin-left: 20px;
}

#main-area-right form {
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 10px;
}

.floatleft {
	float: left;
	margin-left: 10px;
}

#main-area-right form input {
	display: block;
	background-image: url(images/searchfield_bg.gif);
	border: 1px solid #c3c3c3;
	color:#a5a5a5;
	width: 150px;
}

#main-area-right h1 {
	color: #ababab;
	font-size: 19px;
	font-weight: normal;
}

#featured-projects-front p {
	margin: 0 0 10px 0;
}

#featured-projects-front img {
	border: none;
}

#meet-the-staff p, #events-calendar p, #available-subsections p, #prayer-wings p {
	color: #7E8695;
	font-size: 11px;
	margin: 0 0 10px 0;
	text-align: justify;
	line-height: 17px;
}

#meet-the-staff a, #events-calendar a, #available-subsections a, #prayer-wings a  {
	color:#7E8695 ;
}

#meet-the-staff a:hover, #events-calendar a:hover, #available-subsections a:hover, #prayer-wings a:hover {
	text-decoration: none;
}

#meet-the-staff img {
	padding: 4px;
	border: 1px solid #eaeaea;
	background-color: #F6F6F6;
	float: right;
	margin: 0 0 5px 15px;	
}

#available-subsections ul, #available-subsections li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#available-subsections ul {
	padding: 5px 0 10px 0;
}

#available-subsections li {
	font-size: 11px;
	line-height: 18px;
}

#available-subsections a {
	color: #6189C3;
}

/* + + + + + + + + SUBPAGE SETTINGS+ + + + + + + + + + + + +*/

#top-part-sp {
	background-image: url(images/bg-repeat-sp.jpg);
}

#bottom-part-sp {
	padding-bottom: 89px;
	background: url(images/bg-bottom-sp.jpg) no-repeat;
}

.clear {
	clear: both;
}

/* Clear float fixed */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Search Result Page */


.FSF_form {
	margin-left: 8px;
}

.FSF_form input {
	background-image: url(images/searchfield_bg.gif);
	border: 1px solid #c3c3c3;
	color:#a5a5a5;
	width: 150px;
}

.FSF_result {
	margin-left: 8px;
	font-size: 11px;
	color: #7E8695;
	margin-bottom: 10px;
}



















