/* CSS Document */

body {
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #2A2A2A;
	background: #fff;
}

#page_bg {
	background: #fff url(images/page_bg.png) repeat-x top left;
}

#wrapper {
	position:relative;
	width:960px;
	margin:0 auto;
}

#top {
	height:35px;
	padding:4px 0 0 0;
}

.clr {
	clear: both;
	font-size:0;
}

#header {
	position:relative;
	height:270px;
	width:960px;
	margin:0 auto;
	background: transparent url(images/headerimg.jpg) no-repeat top center;
}

#pillmenu {
	float:right;
	width:722px;
	height:25px;
	margin:0 auto;
	overflow: hidden;
	background: transparent url(images/t_menu_bg.png) no-repeat top center;
}

#pillmenu ul {
	margin: 0;
	padding:0;
	list-style: none;
}

#pillmenu li {
	float: left;
}

#pillmenu li a {
	float:left;
	color: #b75d30;
	text-decoration: none;
	font-weight: 700;
	height:25px;
	line-height:24px;
	padding: 0 14px;
	cursor:pointer;
	background: transparent url(images/t_menu_divider.png) no-repeat right top;
}

#pillmenu li a:hover, #pillmenu li a#active_menu-nav {
	color: #ffffff;
}

#language-but {
	margin-top:6px;
	width:71px;
	height:19px;
	float:left;
	display:inline;
	}
#language-but a {
	text-decoration:none;
}


#content {
	position:relative;
	width:960px;
	margin:0 auto;
}

.content_top {
	padding:10px 0 0 0;
	background: transparent url(images/content_t.png) no-repeat top center;
}

.content_middle {
	padding:0 10px;
	width:940px;
	background: transparent url(images/content_m.png) repeat-y top center;
}

#leftcolumn, #rightcolumn {
	float: left;
	width: 210px;
	padding:0 10px 0 0;
	margin:0 0 14px 0;
}

div.module_menu {
	margin:0 0 14px 0;
	padding: 0;
	width:190px;
}

div.module_menu div {
	margin:0;
	padding:0;
	background:transparent url(images/box_m.png) repeat-y center top;
}

div.module_menu div div {
	text-align: center;
	margin:0;
	background:transparent url(images/box_t.png) no-repeat center top;
}

div.module_menu div div div {
	padding:0 0 14px 0;
	margin:0;
	color:#565656;
	background:transparent url(images/box_b.png) no-repeat center bottom;
}

#leftcolumn h3, #rightcolumn h3 { 	
	width: 186px;
	height: 28px;
	line-height: 25px;
	padding: 10px 10px 0 14px;
	margin:0 0 3px 0;
	color: #9e3a09;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	overflow:hidden;
	text-transform:none;
	background: transparent url(images/box_h3.png) no-repeat top left;
}

#leftcolumn ul.menu, #rightcolumn ul.menu {
	list-style: none;
	text-align: left;
	margin:0;
	padding:0;
}

#rightcolumn ul.menu {
	margin:0 10px 0 0;
}

#leftcolumn ul.menu li, #rightcolumn ul.menu li {
	margin:0 0 1px 0;
}

#leftcolumn ul.menu li a, #leftcolumn ul.menu li a:link,
#rightcolumn ul.menu li a, #rightcolumn ul.menu li a:link {
	display:block;
	font-weight: 400;
	font-size: 11px;
	line-height: 19px;
	padding: 0 0 0 12px;
	margin:0 0 0 14px;
	text-decoration: none;
	color: #000000;
	background: transparent url(images/menu_arrow.png) no-repeat left top;
}


#leftcolumn ul.menu li a:hover, #rightcolumn ul.menu li a:hover {
	color: #ff4200;
	margin:0 0 0 14px;
	padding:0 0 0 12px;
}

div#maincolumn {
	float: left;
	padding:10px 10px 10px 10px;
	width: 480px;
	margin:0 0 14px 0;
}

div#maincolumn_all {
	float: left;
	padding:10px 10px 10px 10px;
	width: 670px;
	margin:0 0 14px 0;
}

div.nopad {
	overflow: hidden;
}

#footer {
	position:relative;
	width: 940px;
	margin: 0 auto 20px;
	height: 30px;
	line-height:29px;
	color: #9c2238;
	padding:0 10px;
	background: transparent url(images/footer_bg.png) no-repeat center bottom;
}

#footer a {
	color: #9c2238;
	font-size: 13px;
	text-decoration: none;
}

#footer p {
	margin:0;
}

#footer a:hover {
	text-decoration:underline;
}

p {
	margin: 10px 0;
	text-align: justify;
}

a {
	color: #FF2A00;
	outline: none;
	text-decoration: none;
	font-weight: 400;
}

a:link {
	font-weight: 400;
}

a:visited {
	font-weight: 400;
	color: #666666;
}

a:hover {
	text-decoration: none;
	font-weight: 400;
	text-decoration:underline;
}

.indent1 {
	padding-left: 18px;
}
.indent2 {
	padding-left: 36px;
}
.indent3 {
	padding-left: 54px;
}
.indent4 {
	padding-left: 72px;
}
.indent5 {
	padding-left: 90px;
}
.indent6 {
	padding-left: 110px;
}
.indent7 {
	padding-left: 190px;
}

.width95 {
	width: 95%;
}
.width90 {
	width: 90%;
}
.width85 {
	width: 85%;
}
.width80 {
	width: 80%;
}
.width75 {
	width: 75%;
}
.width70 {
	width: 70%;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignBottomCenter {
	text-align: center;
	vertical-align: bottom;
}

.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}


.colour_purple {
	color: #9c2238;
}

.colour_brown {
	color: #9e3a09;
	} 
	
.colour_blue {
	color: #000033;
	} 
	
h1 {
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	vertical-align: bottom;
	color: #9e3a09;
	text-align: left;
	width: 100%;
}

h1 {
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	vertical-align: bottom;
	color: #9e3a09;
	text-align: left;
	width: 100%;
}

h2 {
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
    color: #003366;
}
.strong_blue{color:#003366;
	text-decoration:none;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder !important;
	}

img {
	border:none;
}


.h3_1 { 	
	width: 186px;
	height: 28px;
	line-height: 25px;
	padding: 10px 10px 0 14px;
	margin:0 0 3px 0;
	color: #9e3a09;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	overflow:hidden;
	text-transform:none;
	background: transparent url(images/box_h3_1.png) no-repeat top left;
}

.h3 { 	
	color: #9e3a09;
	font-size: 12px;
	font-weight: bold;
}

div.boxed_right_220	{
	padding: 8px;
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	border: none;
	width: 220px;
	height: 320px;
	text-align: right;
}

div.boxed_right_220-180	{
	padding: 3px;
	float: right;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border: none;
	width: 215px;
	height: 220px;
	text-align: right;
}

div.boxed_right_women	{
	padding: 5px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border: none;
	width: 150px;
	height: 200px;
	text-align: center;
}

div.boxed_right_priest	{
	padding: 5px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border: none;
	width: 200px;
	height: 220px;
	text-align: center;
}

/* links page - start */

.linksa {
	padding-left: 20px;
	}

.linksa a {
	color:#333333;
	outline: none;
	text-decoration: none;
	font-weight: 400;
}

.linksa a:link {
	font-weight: 400;
}

.linksa a:visited {
	font-weight: 400;
	color: #666666;
}

.linksa a:hover {
	text-decoration: none;
	font-weight: 400;
	text-decoration:underline;
}

.rites_back {
	background-image: url(images/rites_back.jpg);
	height: 240px;
	width: 650px;
	background-repeat:no-repeat;
	background-position:top;
	}
	
.rites_years {
	font-weight: bold;
	color: #000066;
	}	
	
.underline {
	text-decoration: underline;
	}	
	
div.twoCol	{
	margin: 0px;
	width:100%;
	overflow: auto;
	position: static;
}
div.twoCol p.w40	{
	display:inline;
	width:65%;
	margin: 0px;
	float:left;
	padding-right:4px;
	padding-left:15px;
}
div.twoCol p.w60	{
	display:inline;
	width:23%;
	margin: 0px;
	float:right;
	padding-left:4px;
}	
div.twoCol p.w30	{
	display:inline;
	width:30%;
	margin: 0px;
	float:left;
	padding-left:4px;
}

dl {
	margin: 0px;
	width:100%;
	overflow: auto;
	position: static;
}

dt {
	display:inline;
	width:18%;
	margin: 0px;
	float:left;
	font-weight:bold;
	line-height:25px;
	color: #000066;
	}
	
dd {
	display:inline;
	width:80%;
	margin: 0px;
	float:right;
	}	
	
dl.youth {
	margin: 0px;
	width:100%;
	overflow: auto;
	position: static;
}
	
dt.youth {
	display:inline;
	width:38%;
	margin: 0px;
	float:left;
	font-weight:bold;
	line-height:25px;
	color: #000066;
	}
	
dd.youth {
	display:inline;
	width:60%;
	margin: 0px;
	float:right;
	}		
	
.quo {
	padding-left: 50px;
	width:85%;
	}	
.noBullet{text-decoration:none; list-style:none;}
.noBullet a{text-decoration:none;}
.noBullet a:hover{border-bottom:#000 dotted 1px;}
.data-spacing li{ padding-top:.3em; padding-bottom:.3em;}
