/* CSS Document */

html {
	font-size:50%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	color:#000000;
	padding:0;
	margin: 0pt auto;
	background-image: url(../images/body-bk.jpg);
	background-repeat:repeat-x;
	background-color: #f7f5ef;
}

p {
	font-size:1.2em;
	line-height:1.8em;
	color:#000000;
	margin-right:10px;
}

p.small {
	font-size:1em;
	line-height:1.4em;
}



.hide {
	display:none;
}

img {
	border:0;
}

img.left {
	float:left;
	padding:8px 15px 8px 0;
}

img.right {
	float:right;
	padding:8px 0 8px 15px;
}

h1 {
	font-size:1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#32312d;
	font-weight:bold;
	padding:0;
	margin: 0 0 20px 0;
	line-height: 1.4em;
}

h2  {
	font-size:1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#32312d;
	font-weight:bold;
	padding:0;
	margin: 0pt auto;
}

h2 a:link,h2 a:visited,h2 a:active{
	color:#6a7582;
}

h2 a:hover {
	color:#6a7582;
	text-decoration:underline;
}

h3 {
	color:#32312d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight:bold;
	padding:0;
	margin: 0pt auto;
}

h4 {
	color:#32312d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	padding:0;
	margin:  0pt auto;
}


.bold {
	font-weight:bold;
}

a:link, a:visited, a:active {
	color:#316fa0;
	text-decoration: underline;
}

a:hover {
	text-decoration:none;
	color:#32312d;
}

.divider {
	background-image: url(../images/homenewsdiv.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:3px;
	margin: 25px 0 25px 0;
}



/*********************** Main containers ******************************/

#wrapper {
	width:100%;
	margin-left: 0;
	margin-right: 0;
	background-image: url(../images/page-borders-bk.gif);
	background-repeat: repeat-y;
	background-position: center top;
}


#page {
	margin:0pt auto;
	width:770px;
}

#header {
	width:770px;
	height:260px;
	margin:0 0 0 0px;
	background-image: url(../images/header-image.jpg); 
	background-color:#000000;
	border:0;
	padding:0;
}

#mainpagecontainer {
	width:770px;
	margin:0;
	overflow: auto;
	background-image:url(../images/page-top-bk.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#right {
	width:495px;
	margin-top:40px;
	margin-right:10px;
	margin-bottom:40px;
	float:right;
}




/*********************** Left menu Divs ******************************/



#left {
	width:244px;
	float:left;
}


#leftmenuouter {
	width:220px;
	background-color:#c9c7bf;
	margin: 37px 10px 30px 20px;
	padding:1px 1px 1px 1px;
}

#leftmenu {
	padding:0;
	margin:0;
}

.leftmenuinner {
	width:170px;
	background-color: #eceae1;
	border-top: #FFFFFF solid 1px;
	border-bottom: #FFFFFF solid 1px;
	border-left: #FFFFFF solid 1px;
	border-right: #FFFFFF solid 1px;
	margin-bottom:1px;
	list-style:none;
	padding:2px 14px 2px 34px;
	line-height: 2.0em;
	color: #999999;
}

.leftmenuinner a:link, .leftmenuinner a:visited, .leftmenuinner a:active{
	text-decoration:none;
	color:#32312D;
}



.leftmenuinner a:hover {
	text-decoration:none;
	color:#316fa0;
}



.bottom {
	margin-bottom:0;
}

#leftmenu li {
	font-size:1.2em;
}

#leftmenuinner li.selected a {
	color:#316fa0;
}


#leftmenu li li {
	font-size:1.0em;
}

.leftmenuinner ul {
	margin:0;
	padding:0;
	margin-left:10px;
}

.leftmenuinner ul li {
	list-style:none;
}

.leftmenutop {
	width:218px;
	height: 46px;	
	background-image:url(../images/leftmenu-top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	border: #FFFFFF solid 1px;
	margin-bottom:1px;
}

.highlight {
	background-color:#f7f7f3;
}

#leftmenu li.selected a {
	color:#316fa0;
}

.church {
	color:#32312D;
	font-weight:bold;
}

#leftmenu li.selected ul li a {
	color:#32312D;
}
#leftmenu li.selected ul li a:hover {
	color:#316fa0;
}



/*********************** Home News ******************************/


#homenews, #pulications {
	width:490px;
}


#homenewsouter {
	width:479px;
	background-color:#c9c7bf;
	margin: 30px 10px 30px 0px;
	padding:1px 1px 1px 1px;	
}

#homenewsmenu {
	padding:0;
	margin:0;
}

.homenewsinner {
	background-color: #f8f8f5;
	background-image: url(../images/homenewsdiv.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border-top: #FFFFFF solid 1px;
	border-left: #FFFFFF solid 1px;
	border-right: #FFFFFF solid 1px;
	margin-bottom:0px;
	list-style:none;
	padding:10px 10px 10px 14px;
	line-height: 2.0em;
	font-size: 1.2em;
	font-weight:bold;
	color:#32312d;
}

.homenewsinner a:link, .homenewsinner a:visited, .homenewsinner a:active {
	text-decoration:none;
	color:#32312D;
}



.homenewsinner a:hover {
	text-decoration:none;
	color:#316fa0;
}



.bottom {
	margin-bottom:0;
}

.homenewstop {
	width:477px;
	height:37px;	
	background-image:url(../images/homenewstop.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color: #eceae1;
	border-top: #FFFFFF solid 1px;
	border-left: #FFFFFF solid 1px;
	border-right: #FFFFFF solid 1px;
	margin:0px;
}
#publicationstop {
	background-image:url(../images/publicationstop.jpg);
}
#activitiestop {
	background-image:url(../images/ongoingactivitiestop.jpg);
}

.homenewsbottom {
	width:463px;
	background-color: #eceae1;
	border-top: #FFFFFF solid 1px;
	border-left: #FFFFFF solid 1px;
	border-right: #FFFFFF solid 1px;
	margin:0px;
	padding:7px 14px 7px 0px;
	line-height: 2.0em;
	font-size: 1.0em;
	text-align:right;
	font-weight:bold;
}

/*.homenewsinner a:hover {
	color:#6a7582;
	text-decoration:underline;
}*/


.viewarticle {
	margin-bottom:0px;
	list-style:none;
	padding:0px 0px 0px 0px;
	line-height: 2.0em;
	font-size: 0.8em;
	font-weight:bold;
	color:#720202;
}

a:hover .viewarticle  {
	color:#000000;
}

.date {
	margin-bottom:0px;
	list-style:none;
	padding:0px 0px 0px 0px;
	line-height: 2.0em;
	font-size: 0.8em;
	font-weight:bold;
}

.newsicon {
	width:17px;
	height:20px;
	float:left;
	margin-top:2px;
	margin-right:10px;
}

.eventicon {
	width:20px;
	height:21px;
	float:left;
	background-image:url(../images/event-icon.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color: #eceae1;
	margin-top:2px;
	margin-right:10px;
}


.newscontent {
	font-weight:normal;
}

.dateposted {
	background-color: #f1f1ed;
	background-image: url(../images/homenewsdiv.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border-left: #FFFFFF solid 1px;
	border-right: #FFFFFF solid 1px;
	margin-bottom:0px;
	list-style:none;
	line-height: 2.0em;
	font-size: 1.0em;
	font-weight:normal;
	color:#32312d;
	padding-right:10px;
	text-align: right;
}

.newsinner {
	background-color: #f8f8f5;
	border-top: #FFFFFF solid 1px;
	border-left: #FFFFFF solid 1px;
	border-right: #FFFFFF solid 1px;
	margin-bottom:0px;
	list-style:none;
	padding:10px 10px 10px 14px;
	line-height: 2.0em;
	color:#32312d;
}

.newslisting {
	background-color: #f8f8f5;
	border-top: #FFFFFF solid 1px;
	border-left: #FFFFFF solid 1px;
	border-right: #FFFFFF solid 1px;
	margin-bottom:0px;
	list-style:none;
	padding:10px 10px 10px 14px;
	line-height: 2.0em;
	font-size: 1.2em;
	font-weight:bold;
	color:#32312d;
}

.newsinner a:link, .newsinner a:visited, .newsinner a:active{
	text-decoration:none;
	color:#32312D;
}



.newsinner a:hover {
	text-decoration:none;
	color:#316fa0;
}

.newslisting a:link, .newslisting a:visited, .newslisting a:active{
	text-decoration:none;
	color:#32312D;
}



.newslisting a:hover {
	text-decoration:none;
	color:#316fa0;
}



/*********************** Footer ******************************/




#footer {
	width:770px;
	height:190px;
	margin:0 0 0 0px;
	background-image:url(../images/footer-bk.gif);
	background-color:#32312d;
	background-repeat: no-repeat;
	border:0;
	padding:0;
	clear:both;
}

#footerlinks {
	width:770px;
	margin:0px 0 0 0 ;
	padding:0px; 
	font-size:1.0em;
	line-height:1.6em;
	text-align: center;
}

#footerlinks ul {
	margin:0;
	padding-top:20px;
}

#footerlinks li {
	border-left:1px solid #ffffff;
	padding:0 1px 0 5px;
	display:inline;
	
}

#footerlinks li.first {
	border-left:none;
	padding:0 1px 0 0;
}


#footerlinks a:link, #footerlinks a:visited, #footerlinks a:active {
	text-decoration:none;
	color:#ffffff;
}

#footerlinks a:hover {
	text-decoration:none;
	color:#69ace2;
	text-decoration: underline;
}

#footerlinks li.selected a {
	color:#69ace2;
}






#azure {
	float:left;
	position:relative;
	width: 350px;
	margin: 0 auto;
	margin-top: 50px;
}

#logo {
	margin-left: 25px;
	float:left;
}

#text {
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding-top: 15px;
	line-height: 1.4em;
	color:#ffffff;
}

#text a:link, #text a:visited, #text a:active {
	text-decoration:none;
	color:#ffffff;
}

#text a:hover {
	text-decoration:underline;
	color:#ffffff;
}

#validation {
	position:relative;
	width: 310px;
	height: 25px;
	margin: 0 auto;
	clear:both;
	margin-top: 77px;
	padding-bottom:30px;
	float:right;
	color:#ffffff;	
}

.validation-buttons {
	float:left;
	height: 30px;
	margin: 0 auto;
	padding-left: 20px;
	background:url(../images/valid.png) -1px 0px no-repeat;
	background-repeat: no-repeat;
	color:#ffffff;
	font-weight: 800;
}

.validation-buttons-xhtml {
	width: 80px;
}

.validation-buttons-css {
	width: 60px;
}

.validation-buttons-wai {
	width: 80px;
}

.validation-buttons a:link, .validation-buttons a:visited, .validation-buttons a:active {
	text-decoration:none;
	color:#ffffff;
}

.validation-buttons a:hover {
	text-decoration:underline;
	color:#ffffff;
}


.pagination-compass {
	padding-left: 14px;
	float: left;
}

.page-numbers-selected * {
	display: inline;
}

.page-numbers * {

}

.page-numbers {
	margin-left: 4px;
	display: inline;
}

a.page-arrows {
	text-decoration: none;
}

.page-numbers-left {
	display: none;
	margin-top: 4px;
}

.page-numbers-right {
	display: none;
	margin-top: 4px;
}

.page-numbers-selected {
	margin-left: 3px;
	display: inline;
	margin-top: -4px;
}

.page-numbers-inner {
	padding-top: 6px;
	margin-top: 4px;
	display: inline;
}

.page-numbers-selected .page-numbers-inner {

}

#gallery {
	padding:0;
}

#gallery li {
	list-style:none;
	float:left;
	width:140px;
	margin:8px;
}

#gallery li img {
	padding:1px;
	border:1px solid #d1d1d1;
}

.maintenance {
	color: #003;
	background: #cbdbe7;
	border-top: solid 1px #316fa0;
	border-bottom: solid 1px #316fa0;
	padding: 10px;
}

pre.debug {
	color: #333;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	padding: 10px;
	background: #fff;
	border: dashed 1px #c0c0c0;
}