@charset "UTF-8";

*{
margin:0;
padding:0;
}

body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	line-height: 167%;
}

dd {
	font-size:12px;
	line-height:150%;
}

ul{
}
li{
	list-style-position: inside;
	list-style-type: disc;
}

h1 {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	height: 50px;
	color: #FFFFFF;
	font-weight: lighter;
	letter-spacing: 0.1em;
}

h2 {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 40px;
	color: #FFFFFF;
	font-weight: lighter;
	letter-spacing: 0.1em;
}
h3 {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 40px;
	color: #FFFFFF;
	font-weight: lighter;
	letter-spacing: 0.1em;
}



#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height: 70px;
	width: 880px;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	width: 880px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
}
#mainMenu{
	float:left;
	width:150px;
	height:300px;
	padding-top: 50px;
}
#mainArticle{
	float:left;
	width:730px;
	
}
#footer {
	clear:both;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 200px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 13px;
}

/*
---------------------------------------------------------------------
Link Style --- Kay's css
---------------------------------------------------------------------
*/
 
a:link, a:visited, a:active {
    color: #FFFFFF;
    text-decoration: none;
}

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


/*
---------------------------------------------------------------------
CAPTION --- Kay's css
---------------------------------------------------------------------
*/

.caption1 {
	
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 10px;
	font-weight: lighter;
	line-height: 140%
}

/*
---------------------------------------------------------------------
Backgrounds of the pages
---------------------------------------------------------------------
*/
.bg_Entrance{
	background: #999999;
}
.bg_Top{
	background: #C7BFB4;
}
.bg_WhoWeAre{
	background: #BB8779;
}
.bg_WhatWeDo{
	background: #919EA6;
}
.bg_Spirituality{
	background: #88928C;
}
.bg_Heritage{
	background: #8FB5A7;
}
.bg_News{
	background: #A7918F;
}
.bg_FindOutMore{
	background: #999999;
}

/*
---------------------------------------------------------------------
Background colour of the main stage
---------------------------------------------------------------------
*/
.stage_Top{
	background: #85745C;
}
.stage_WhoWeAre{
	background: #8D371F;
}
.stage_WhatWeDo{
	background: #475D6A;
}
.stage_Spirituality{
	background: #38493F;
}
.stage_Heritage{
	background: #45836D;
}
.stage_News{
	background: #6E4A46;
}
.stage_FindOutMore{
	background: #666666;
}


/*
---------------------------------------------------------------------
Content columns
---------------------------------------------------------------------
*/

#mainArticle dl {
	width:730px;
	float:left;
	margin-bottom:10px;
	padding-bottom:0px;
	position: relative;
}

#mainArticle dt {
float:left;
width:460px;
}

#mainArticle dd {
	float:right;
	width:220px;
	padding-left: 50px;
}


.rightColumnStart{
	margin-top:0px;
	line-height: 148%;
}
.quote{
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: 16px;
	visibility:hidden;
}

/*
---------------------------------------------------------------------
Heritage - sisters remembered - Kay's CSS
---------------------------------------------------------------------
*/

.sistersTitle {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	height: 40px;
	color: #FFFFFF;
	font-weight: lighter;
	letter-spacing: 0.1em;
}

/*
---------------------------------------------------------------------
News - Kay's CSS
---------------------------------------------------------------------
*/

.newsTitle {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	/*letter-spacing: 0.1em;*/
	font-weight:500;
	/*border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 460px;*/
}


/*
---------------------------------------------------------------------
What we do - ministry
---------------------------------------------------------------------
*/
#ThirdLevelMenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.ThirdLevelMenuSelected{
	background-color: #717C82;
	padding-right: 2px;
	padding-left: 2px;
}
.ThirdLevelMenuSelected_WhoWeAre{
	background-color: #A95A44;
	padding-right: 2px;
	padding-left: 2px;
}

/*
---------------------------------------------------------------------
Top page
---------------------------------------------------------------------
*/
#topLeft{
	float:left;
	width:390px;
}
#topRight{
	float:Right;
	width:290px;
	margin-left:50px;
	line-height: 148%;
	font-size: 12px;
}
.topClear{
	clear:both;
}

/*
---------------------------------------------------------------------
Form
---------------------------------------------------------------------
*/

.form-field1 {
	font-size: 11px;
	color: #333333;
	height: 16px;
	width: 155px;
	border: 1px solid #666666;
}
.form-field2 {
	font-size: 12px;
	color: #333333;
	height: 100px;
	width: 200px;
	border: 1px solid #666666;
}
.form-field-ammount {
	font-size: 12px;
	color: #333333;
	height: 20px;
	width: 50px;
	border: 1px solid #666666;
	text-align: right;
}
.form-btn{
	font-size: 10px;
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
	background-color: #5C5C5C;
	height: 18px;
	width: 45px;
	text-align: center;
	vertical-align: middle;
}
.from-btn2 {
	font-size: 10px;
	color: #333333;
	border: 1px solid #666666;
	background-color: #B8B86A;
	height: 20px;
	width: 70px;
	text-align: center;
	vertical-align: middle;
}

/*
---------------------------------------------------------------------
Header PNG trasparent
---------------------------------------------------------------------
*/

img, div { behavior: url(../css/resources/iepngfix.htc) }



/*
---------------------------------------------------------------------
Content Div
---------------------------------------------------------------------
*/

#contentLeft{
float:left;
width:460px;
}

#contentRight {
	float:right;
	width:220px;
	padding-left: 50px;
}

.clear{
	clear:both;
}