* {
	margin: 0;
	padding: 0:
}

html  {
 		/*background-color: #003300;*/
 			background-color: #fffacf;
 		height: 100%;
 }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	background-color: #003300;*/
	background-color: #fffacf;
	
}

h1, h2, h3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; padding: 10px 0 5px 0; color: #3a6f3e; text-align: center;}

/* h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; padding: 10px 0 5px 0; color: #3a6f3e;}
*/

h3 { font-size: 14px; text-align: left;}

p { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; line-height: 1.4em; margin: 0 0 5px 0;}

img {
	border: 3px solid silver;
	margin: 3px 0px 10px 0px;
	}
	
table {
	font-size: 11px;
	}
	
.padright {
	margin-right: 10px;
	}
	
ul , li {
	margin: 0;
	padding: 0;
	}

#container {
	width: 975px;
	margin: 5px auto;
	height: auto;
/*	background-color:#f1efdd;*/
	background-color: #fffacf;
	padding-bottom: 2px;

/*	border: 4px solid #004f00;*/
	}
	
#logo {
	background-color:#fffacf;
	margin: 0 0 7px 0;
	height: 90px;
/*	background-image:url(img/stbtoplogo.jpg);
	backrgound-repeat: no-repeat;*/
	}
	
#logo img {
	border: 0;
	}
	
#footer {
clear: both;
border-top: 4px solid #f0f0f0;
text-align: center;
color: blue;
font-size: 10px;
margin: 10px 5px 5px 5px;
background-color: silver;

}

#footer a {
color: blue;
font-size: 10px;
}


.lefttable {
	border-right: 15px solid white; border-left: 10px solid white;
	}
	
.lefttable p {
	margin-top: 5px;
	}
	
.righttable {
	border-right: 10px solid white;
	}
.righttable p {
	margin-top: 5px;
	}

table.grid { width:100%; }
table.grid, table.grid th, table.grid td { border-collapse:collapse;border:1px solid #ccc; }
table.grid th, table.grid td { padding:3px; }
table.grid th { color:#fff;background:#666;font-weight:normal; }
table.grid td { }

#menu {
	clear: left;
	float: left;
	width: 150px;
	margin: 10px 0 10px 5px;
	padding: 0;
	font-size: 0.9em;

/*	background-color: #CC3300;*/

}

#menu ul {	
list-style: none;
width: 150px;
margin: 0 0 5px 0;
padding: 0;
font-size: 1.0em;

}	

#menu li {
margin-bottom: 4px;
}

#menu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #FFECEC;
/*color: #505050; */
display: block;
padding: 6px 0 0 10px;
/*background: #f4f4f4;*/
background-color: #660000;
border-left: 4px solid #cccccc;
}
	
#menu li a:hover {
background: #F8E839;
color: black;
/*color: #286ea0;*/
border-left: 4px solid #F7EE04;
}
	
#main {
	margin: 0 0 10px 170px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
/*	padding: 0 5px 0 7px;*/
	text-align: left;
	background-color: white;
	width: 578px;
}

#main li {
	list-style-type: disc;
	color: black;
	margin: 0 0 0 25px;
	padding: 0 0 5px 0;
	font-family: arial;
	font-size: 11px;
	}
	
#centrebox {
margin: 0 5px 10px 170px;
width:790px;
/*border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;*/
padding: 0;
line-height: 1.2em;
text-align: left;
background-color: #FFFFFF;
	border: 1px solid green;
}


#centrebox li {
	list-style-type: disc;
	color: black;
	margin: 0 0 0 25px;
	padding: 0 0 5px 0;
	font-size: 11px;

	}

.centreimage {
	text-align: center;
	}

.stbcolumn1 {
	width: 33%;
/*	border-right: 1px solid silver;*/
	padding: 0 5px 0 0;
	}

stbcolumn2 {
	width: 33%;
	}

.stbcolumn3 {
	width: 33%;
	}
	
.narrowcolumn {
	width: 770px;
	margin-left: 10px;
	}

.widecolumn {
	margin-left: 10px;
	width: 770px;
	}

.menu {
z-index:1000;
font-size:90%;
height:235px;
	clear: left;
	float: left;
	width: 148px;
	margin: 10px 0 10px 5px;
	padding: 0;

	background-color: #CC3300;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:148px;
height:182px;
position:relative;
/*border:1px solid #fff;*/
}

.menu li {
background:orange;
height:26px;
padding-bottom: 3px;

}
* html .menu li {margin-left:-16px; margin-left:0;}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:auto;
line-height:25px;
width:144px;
color:#ffecec;
text-indent:5px;
/*border-bottom:1px solid #fff;*/
border-left: 4px solid #cccccc;
background:#660000;


}
/* style the link hover */
* html .menu a:hover {color:black; background:#999;}

.menu :hover > a {
color:black; 
background:#f8e839;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:-1px;
left:148px;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
height:235px;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
height:235px;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
height:235px;
}






/* common styling */
.menu2{
font-family: arial, sans-serif; width:156px; height:356px; position:relative; font-size:11px; margin:0px 0 0 5px; z-index:100;
	clear: left;
	float: left;
	display:block; 

}
.menu2 ul {
padding:0; margin:0; list-style-type: none;
/*background:#d1f4d0;*/
/*background-image: url(/menuimg/menubg1.jpg);
background-repeat: no-repeat;*/
width:161px; height:356px;

/*border:1px solid #606;*/
}
.menu2 ul li ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:-3px; left:143px;
}
.menu2 ul li {
float:left;
}
.menu2 ul li a, .menu2 ul li a:visited {
display:block; float:left; text-decoration:none; color: #000000; width:155px; height:25px; line-height:24px; font-size:11px;

 background:transparent;
background-image: url('/menuimg/menubg1.jpg');
background-repeat: no-repeat;
 
  padding-left:10px; border-left-width: 2px;
/*border-left-style: solid;
border-left-color: #cccccc;*/

/*border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #535353;*/
}
* html .menu2 ul li a, * html .menu2 ul li a:visited {width:120px; w\idth:155px;}

.menu2 table {
border-collapse:collapse; border:0; margin:0; padding:0; font-size:1em; position:absolute; left:0; top:0;
}

/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.menu2 ul li:hover a,
.menu2 ul li a:hover{
/*background:#f8e839;*/
/*background: #FFFFFF;*/
/* background-image: url(menuimg/menubg1.jpg);*/
 color:red;
}

.menu2 ul li:hover {position:relative; z-index:90;}
* html .menu2 ul li a:hover {position:relative; z-index:100;}

.menu2 ul li:hover ul,
.menu2 ul li a:hover ul {
visibility:visible; position:absolute; height:auto;  top:-11px;

/* border:1px solid #606; background:#f8e839;*/
/* background-image: url(menuimg/menubg2.jpg);*/
  overflow:visible;
  background-color: transparent;
/*  border: 1px solid silver;*/
  width: 200px;
  
}
.menu2 ul li:hover ul li a,
.menu2 ul li a:hover ul li a{
display:block;
width: 200px;
background:#ffc427;;
font-size: 10px;
/*background: url(menuimg/menubg2.jpg);*/
 background:transparent;
background-image: url('/menuimg/stb-button-transp.gif');
background-repeat: no-repeat;

 color:#000000;
  line-height:21px; padding:2px 0 1px 5px; height:auto; text-decoration:none;
  /* border-bottom: 1px solid silver;*/
}

.menu2 ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover {
/*background: url(menuimg/menubg2.jpg);*/
/*background: #006699;*/
background: url(/menuimg/stb-button-transp-b.gif) no-repeat;


 color:white;
}
.menu2 ul li:hover ul li ul,
.menu2 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:-150px; left:175px;
}
.menu2 ul li:hover ul li:hover ul,
.menu2 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; height:auto; color:#000; padding:0;
/*border:1px solid #069;*/
 list-style-type:none; background:transparent;
}
.menu2 ul li:hover ul li:hover ul li a,
.menu2 ul li a:hover ul li a:hover ul li a {
display:block;

 background:transparent;
background-image: url(/menuimg/stb-button-transp.gif);
background-repeat: no-repeat;
color:#000;
}

.menu2 ul li:hover ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover ul li a:hover {
/*background:#eee;*/
background: url(/menuimg/stb-button-transp-b.gif) no-repeat;

 color:#000;
}




/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu3 {
width:794px; 
font-size: 11px;
position:relative;
z-index:100;
height: 26px; margin: 0 0 5px 174px;
text-align:center;

}
/* remove all the bullets, borders and padding from the default list styling */
.menu3 ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu3 ul ul {
/*width:150px;*/
width: 99px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu3 li {
float:left;
/*width:150px;*/
width:99px;
position:relative;
}
/* style the links for the top level */
.menu3 a, .menu3 a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#000; 
/*width:139px; */
width: 98px;
height:25px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
/*background:#758279; */
background:#c9f0c8;
/*padding-left:10px; */
line-height:24px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu3 a, * html .menu3 a:visited {
/*width:150px;
w\idth:139px;*/
width:99px;
w\idth:97px;

}

/* style the second level background */
.menu3 ul ul a.drop, .menu3 ul ul a.drop:visited {
background:#d4d8bd url(../../graphics/drop.gif) bottom right no-repeat;

}
/* style the second level hover */
.menu3 ul ul a.drop:hover{
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
.menu3 ul ul :hover > a.drop {
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.menu3 ul ul ul a, .menu3 ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu3 ul ul ul a:hover {
background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu3 ul ul {
visibility:hidden;
position:absolute;
height:0;
top:25px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .menu3 ul ul {
top:25px;
t\op:26px;
}

/* position the third level flyout menu */
.menu3 ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu3 ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu3 table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu3 ul ul a, .menu3 ul ul a:visited {
background:#d4d8bd; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu3 ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu3 a:hover, .menu3 ul ul a:hover{
color:#ff0000; 
/*background:#949e7c;*/
background:#c9f0c8;
}
.menu3 :hover > a, .menu3 ul ul :hover > a {
color:#ff0000;
/*background:#949e7c;*/
background:#c9f0c8;
}

/* make the second level visible when hover on first level list OR link */
.menu3 ul li:hover ul,
.menu3 ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu3 ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu3 ul :hover ul :hover ul{ 
visibility:visible;
}


.feed-button {
  padding: 10px 0;
  margin-left: 14px;
}

.feed-button a {
  color: #666;
  padding: 10px 15px 10px 36px;
  background: #ccc url("http://www.stbenedicts.org.uk/images/feed-icon-14x14.png") no-repeat 15px 50%;
  border-top: 1px solid #e2e2e2;
  border-right: 1px solid #818181;
  border-bottom: 1px solid #565656;
  border-left: 1px solid #d7d7d7;
}

.feed-button a:hover {
  color: #444;
  background: #eee url("http://www.stbenedicts.org.uk/images/feed-icon-14x14.png") no-repeat 15px 50%;
  border-top: 1px solid #f5f5f5;
  border-right: 1px solid #969696;
  border-bottom: 1px solid #646464;
  border-left: 1px solid #f2f2f2;
}

.latestnews {
 text-align: center;
 margin-top: 14px; font-weight: bold;
 font-size: 16px;
}
