/* Default Style Sheet for sacredheartng.org.uk */
/* HTML Selectors */


body {
	font-family:  Palatino Linotype, Georgia, serif; 
	font-size: .85em;
	color: #222222; 
	background-color: #EBEBDB;
	line-height: 1.3em;
	}

a {
	color:#660000 ;
	}

a:visited{
	color: #555500;
	}
	
a:active{
	color: #660000;
}
	
h1  {
	font-size: 1.25em;
	color: #222222;
}

h2  {
	font-size: 1em;
	color: #222222;
}

address {
	font-style: normal;
	}

th  {
	font-weight: bold;
	color: white;
	background-color: #555500;
	font-size: 0.9em;
}

ol ol {
	list-style-type: lower-roman;
}

/* Preload Images*/
#preload { 
	display: none; 
}

/* Layout Logic */

#pageheader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 99%;
	height: 140px;
	border-bottom: solid 2px #999999;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-left: 10px;
	border-bottom: solid 2px #666666;
	
}

#page {
	position: absolute;
	top: 150px;
	width: 95%;
	left: 0px;

}
	
#menu {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 140px;
	padding-left: 10px;
	padding-top: 10px;
}

#contentbox {
	margin-left: 150px;
	width: auto;
	height: auto;
	padding-top: 10px;

}

#footer {
	padding: 5px;
	clear: both;
	border-top: solid 2px #666666;
	text-align: center;
}

/* Classes */

.accessaid { /* hide the text on the screen but makes it available to a screen reader */
	position: absolute;
	height: 0;
	overflow: hidden;
}

.border{
	border: 1px;
}

.clear {
	clear: both;
}

.colcontactA {
	float: left;
	width: 30%;
	display: block;
}

.colcontactB {
	float: right;
	width: 60%;
	display: block;
}

.colgroupnav {
	float: left;
	width: 24%;
	display: block;
}

.colgroupA {
	float: left;
	width: 47%;
	display: block;
}

.colgroupB {
	float: right;
	width: 47%;
	display: block;
}

.colgroupcontact {
	color: #888888;
}

.content {
	padding-left: 10px;
	padding-bottom: 5px;
	min-height: 470px;
}
				
.copyright {
	font-size: 0.7em;
	font-style: italic;
	text-align: center;
}

.floatimgleft {
	float:left;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
	border: none;
}

.floatimgleftborder {
	float:left;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
	border: solid 2px #999999;
}

.floatimgright {
	float:right;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	border: none;
}

.floatimgrightborder {
	float:right;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
	border: solid 2px #999999;
}

.grouped {
	display: block;
	padding: 0.2em;
	border-bottom: #222222 1px solid;
	margin-bottom: 0.2em;
}

.hidden {
	display: none;
}

.indent-bodytext {
	margin-left: 0.2cm;
}

.left {
	float:left;
}

.noborder{
	border: 0px;
}
.question {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}
	
.photoframe {
	border-top: 1px #CCCCCC;
	border-left: 1px #CCCCCC;
	border-right: 1px #000000;
	border-bottom: 1px #000000;
	padding: 0.5em;
	}

.right{
	float:right;
}
	
.smallprint{
	font-size: 0.7em;
	text-align: right;
}

.tabular{
	display: block;
	padding: 0.2em;
	border: 1px #CCCCCC solid;
	margin: 0.2em;
	}

/* Navigation */

#menu a {
	display: block;
	width: 116px;
	height: 31px;
	font-size: 12px;
	color: #DDDDDD;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
	background-image: url(/images/menuitem.gif);
	background-repeat: no-repeat;
}

#menu a:visited {
	background-image: url(/images/menuitem_visited.gif);
}

#menu a:hover {
	background-image: url(/images/menuitem_over.gif);
}

#menu a:active {
	background-image: url(/images/menuitem_active.gif);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}


/* Grouped selectors */
.grouped h2 {
	background: #C6C699;
	margin: 0 auto;
	padding: 0.2em;
	margin: 0.2em 0;
	}

.grouped p {
	padding: 0.2em;
	margin: 0.2em;
	}
	
/* Tabular selectors */

.tabular h1 {
	background: #C6C699;
	font-size: 1.25em;
	margin: 0 auto;
	padding: 0.2em;
	border: 1px #CCCCCC solid;
	margin: 0.2em 0;
	}

.tabular p {
	padding: 0.2em;
	border: 1px #CCCCCC solid;
	margin: 0.2em;
	}
		
/* Site map selectors */
 
#sitemap ul {
	margin: 1em;
	}