body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996600;
	background-image: url(images/gold_white.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.footer {
	clear:both;
	font-size: 10px;
	text-align: left;
	margin: 0px;
	background-image: url(images/footer_bg.png);
	background-color:#603;
	background-repeat: repeat-y;
	padding-left:8px;
}
.copyright {
	text-transform: uppercase;
	font-size: 11px;
	text-align: right;
	color: #666;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #603;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #603;
}
a:hover {
	text-decoration: none;
	color: #603;
}
a:active {
	text-decoration: none;
	color: #603;
	outline:none;
}

a:focus
{
         -moz-outline-style:none;
}

.container {
	width: 1060px;
	margin: 0px;
}
.right {
	clear: right;
	width: 200px;
	float: left;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 0px;
	background-color:#fff;
}

.left {
	background-image: url(images/mary_leftside.png);
	width: 166px;
	min-height:460px;
	background-color: #C79B0F;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 240px;
	color: #996600;
	text-align:center;
}

.left a{
color: #996600;
	text-decoration: none;
}

.left:link {
	color: #996600;
	text-decoration: none;
}
.left:visited {
	text-decoration: none;
	color: #996600;
}
.left:hover {
	text-decoration: none;
	color: #996600;
}
.left:active {
	text-decoration: none;
	color: #996600;
}

.middle{
	float: left;
	width: 664px;
}
.banner {
	height: 112px;
	width: 388px;
	float: left;
}
.rotating_banner {
	background-image: url(images/rotating/rotate.php);
	height: 112px;
	width: 276px;
	float: right;
}

.holyfamilyhall {
	background-image: url(images/header/hfhall.png);
	height: 112px;
	width: 664px;
	float: right;
}
.navigation {
	clear: both;
	height: 27px;
	background-color: #D29E00;
	font-weight: bold;
}

.content {
	width: 650px;
	clear: both;
	margin-top: 0px;
	margin-left: 10px;
	color: #000;
	margin-bottom: 10px;
}

.img-border {
border: 1px solid #D29E00;
}

.caption {
	width: auto;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

#pic {
	background-color: #FFFFFF;
	left: 10px;
	position: relative;
	top: 10px;
	width: 135px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 1px solid #000000;
	display: block;
	height: 90px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 135px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 233px;
	left: 150px;
	position: absolute;
	top: -60px;
	width: 300px;
}

.navigation_bar
{	margin: 0;
margin-left: 3px;
	padding: 0}
	
	.navigation_bar li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial;
		font-weight: bold;}

	.navigation_bar li a
	{
	display: block;
	text-decoration: none;
	color: #FFF;
	white-space: nowrap;
	background-color: #D29E00;
	background-image: url(images/navigation_item.png);
	height: 17px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 5px;
	padding-left: 10px;
	font-weight: bold;
}

	.navigation_bar li a:hover
	{
	color: #FFE991;
}
		
		.navigation_bar li ul
		{
	margin: 0;
	padding: 0;
	position: absolute;
	font-weight: bold;
	visibility: hidden
}
		
		.navigation_bar li ul li
		{	float: none;
			display: inline}
		
		.navigation_bar li ul li a
		{
	width: auto;
	background-color: #D29E00;
}
		
		.navigation_bar li ul li a:hover
		{	background: #FFE991;
		color: #960;}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 0;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0px;
left: 60px; /*position where enlarged image should offset horizontally */

}

#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

