/*
Main Style Sheet for the IHM Web Site.
*/
body{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size:100%;
/*	background-image:  url("../../parish/images/background.jpg");
	background-repeat: repeat;*/
}

#wrapper{
	width: 770px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image:  url("../images/WrapperBackground.gif");
	background-repeat: repeat-y;
}

#banner{
	height: 60px;
	background-color: #99ccff;
	margin-left: 169px;
	margin-top: 20px;
	color: #FFFFFF;
	padding-top: 20px;
	top: 20px;
}

#banner h1{
font-size: 140%;
color: #ffffff;
padding: 0;
margin: 0px;
}
#leftcol{
	width: 170px;
	float: left;
	/*background-color: #99CCFF;*/
	background-image:  url("../images/LeftColumnMaryBannerBackground.gif");
	/*background-image:  url("../images/LeftColumn50thBannerBackground.gif");*/
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

#leftcol h1{
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
}

#leftcol p{
	font-size: 70%;
}
#leftcol #navbar {
	margin-top: 270px;
	margin-left: 10px;
	font-size: 80%;
}


#leftcol #navbar  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	}
 #leftcol #navbar ul li {
	position: relative;
	}
 li  ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
		font-size: 80%;

	}
	
/*li ul li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
		font-size: 80%;

	}*/


#leftcol #navbar  ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #3366cc;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	z-index: 100;
	}
	/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
#leftcol #navbar  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;
	}
#leftcol #navbar li:hover ul, li.over ul { 
	display: block; }


#leftcol #navbar a:hover, #leftcol #navbar a:focus {
	color: #ffffFF;
	font-weight: bold;
}

#content{
	margin-left: 200px;
	width: 550px;
	font-size: 80%;
}

#content p{
font-size: 80%;
margin: 20px;
}

#content h1{
font-size: 130%;
color: #003366;
padding: 0;
margin: 20px;
}

#content h2{
font-size: 110%;
color: #003366;
padding: 0;
margin: /*100px 0 0*/ 20px;
}
#content h3{
font-size: 80%;
color: #003366;
padding: 0;*/
margin: /*100px 0 0*/ 20px;
}

#content h4{
font-size: 110%;
color: #003366;
padding: 0;*/
margin: /*100px 0 0*/ 20px;
}


#content h5{
color: #003366;
}


#content h6{
color: #003366;
}

.leftimage{
float: left;
margin-right: 10px;
border: 0px none #000000;
}

.rightimage{
	float: right;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.clearit{
clear: both;
display: block;
background-color:#ffffff;*/
width: 200px;
}


#footer{
border-top: 1px solid #000000;
background-color: #ffffff;*//*So we can see the areas*/
color: #000000;
clear: both;
}

#footer p{
padding: 10px;
margin: 0;
font-size: 70%;
}



#content p.right{
float: right;
}

.container{
width: 99%; 
float:right;
/*background-color:#6633CC;*//*So we can see the areas*/
}
/**  counter Format**/
#counter {
	font-size: 80%;
	text-align: center;
	width: 770px;
	position: static;
	float: right;
}
.countdisplay{
	width: 170px;
	font-size: 80%;
	float: left;
}
/**  Menu Format**/
#menu {
	margin-top: 270px;
	margin-left: 10px;
	font-size: 90%;
}

#menu ul { 
margin: 0; 
padding: 0; 
list-style: none;
width: 150px; /* Width of Menu Items */ 
border-bottom: 1px solid #ccc; 
} 

#menu ul li { 
	position: relative; 
} 

#menu li ul { 
position: absolute; 
left: 149px; 
/*Set 1px less than menu width */ 
top: 0; 
display: block; } 

#menu li:hover ul {
display: block; } 

#menu li:hover>ul { visibility:visible; } 

#menu ul ul {
visibility:hidden; } 

/* Fix IE. Hide from IE Mac \*/ 
* html #menu ul li { float: left; height: 1%; } 
* html #menu ul li a { height: 1%; } 
/* End */ 

/* Make-up syles */ 
#menu ul, li { 
margin: 0 0 0 0; }
 
/* Styles for Menu Items */ 
#menu ul a { 
	display: block; 
	text-decoration: none; 
	color: #FFFFFF;
	background: #3366cc;
	/* IE6 Bug */ 
	padding: 5px; 
	border: 1px solid #ccc; 
	border-bottom: 0; 
} 

/* Hover Styles*/ 
#menu ul a:hover {
	font-weight: bold;
} 

/* Sub Menu Styles*/ 
#menu li ul a { 
text-decoration: none; 
color: #FFFFFF; 
background: #3366cc; 
/* IE6 Bug */ 
padding: 5px; 
border: 1px solid #ccc; 
border-bottom: 0; 
} 

/* Sub Menu Hover Styles */ 
#menu li ul a:hover {
	font-weight: bold;
} 

/*Icon Styles */ 
#menu ul a.submenu {
	background-color: #3366cc;
} 
#menu ul a.submenu:hover {
	background-color: #3366cc;
}
