@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
     }


.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	padding: 4px;
	}

.whitefont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #5E6585;
}
.links:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #5E6585;
	text-decoration: underline;
}
.links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #96A1D2;
}
	
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	color: #5E6585;
	}

.emaillinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E6585;
	text-decoration: none;
	}
.emaillinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #96A1D2;
	}
	
.small-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5E6585;
	text-decoration: none;
	}
	
.small-links:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #96A1D2;
	}

.phototable {
	font-size: 12px;
}

#Container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 730px;
	
	}

#top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 730px;
	margin: 0px 0px 0px 0px;
	height: 75px;
	padding: 0px 0px 24px 0px;
	background-image: url(banner-template2H.png);
	} 

#churchtitle {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 730px;
	margin: 0px 0px 0px 0px;
	height: 26px;
	padding: 0px 0px 0px 0px;
	font-size: 26px;
	text-align: center;
	color: #FFFFFF;
		} 

#photo {
	float:left;
	width:355px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 10px;
}
	
#maincontent {
	position: absolute;
	top: 75px;
	left: 0px;
	width: 700px;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	background-image: url(background-template2.png);
	}
#bottom {
	width: 730px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(bottom-template2.png);
	position:relative;
    left:-15px;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	
    }
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	list-style-type: disc;
	font-weight: normal;
	margin-bottom: 5px;
	list-style-position: inside;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
    }
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
    }	
	
#navcontainer
{
margin: 0 0 0 0;
padding: 0;
height: 20px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #96A1D2;
width: 137px;
height: 18px;
border-top: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
padding: 0;
margin: 0 0 0 0;
color: #ffffff;
text-decoration: none;
display: block;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
}

#navcontainer ul li a:hover
{
color: #000000;
background: #ffffff;
border-top: 1px solid #96A1D2;
border-left: 1px solid #96A1D2;
border-bottom: 1px solid #96A1D2;
border-right: 1px solid #96A1D2;
font-weight: bold;
}

#navcontainer a:active
{
background: #96A1D2;
color: #fff;
}

#navcontainer li#active a
{
background: #c60;
border: 1px solid #c60;
color: #fff;
}



		