*{
	margin:0;
	padding:0;
}


body {
	background-repeat: repeat-x;
	background-image: url(images/bg.jpg);
	background-color: #4a617f;
	font-family:helvetica,arial,sans-serif;
	font-size: 13px;
	text-align:center;
	padding-top: 35px;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
   text-align: left;
   padding-top: 0px;
}

#container {
	position: relative;
	width: 721px;
	margin: 0 auto;
	text-align: left;
	background-color: white;
	overflow: hidden; /* to this column to have a white bg (http://positioniseverything.net/articles/onetruelayout/equalheight#back_to_big_value)*/
}

#nav
{
	position: absolute;
	top: 133px;
	left: 0px;
	width: 721px;
	padding: 0px;
	padding-bottom: 32767px; /* part of column hack from above */
	margin-bottom: -32767px; /* part of column hack from above */
}


div.navLink
{
	display: inline;
	padding-left: 25px;
	padding-right: 0px;
	padding-bottom: 13px;

	font-style: normal;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
	color: #bfbfbf;
}

a.navLink
{
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana;
	color: #bfbfbf;
	text-decoration: none;
}

a.navLink:hover
{
	text-decoration: underline;
}

#content
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 721px;
	background-color: white;
	padding-bottom: 75px;
}

#text
{
	padding: 20px;
}

h1, h2, h3, h4, h5, h6
{
	padding-top: 8px;
	font-weight: bold;
	color: #4d617d;
}

h1
{
	font-size: 16px;
	padding-bottom: 5px;
}

h2
{
	font-size: 14px;
}

h3
{
	font-size: 12px;
}

h4
{
	font-size: 11px;
}

h5
{
	font-size: 10px;
}

h6
{
	font-size: 9px;
}

p
{
	padding-bottom: 9px;
}

p.quote
{
	font-style: italic;
	color: #7f7f7f;
	text-align: center;
}

#footer
{
	color: #a5a5a5;
	font-size: 11px;
	height: 1em;
	position: absolute;
	bottom: 0px;
	padding-bottom: 5px;
	width: 100%;
	text-align: center;
}

a.emailLink
{
	color: #a5a5a5;
	font-size: 11px;
}

#contactInfo
{
	font-style: italic;
	color: #a5a5a5;
}

a.designedBy
{
	font-style: italic;
	text-decoration: none;
	color: #a5a5a5;
}

a.designedBy:hover
{
	text-decoration: underline;
}

#activities
{
	padding-top: 7px;
}

.activity
{
	border-bottom-style: groove;
	border-bottom-width: 1px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
}

.activityTitle
{
	display: inline;
	font-weight: bold;
	font-size: 14px;	
}

.activityTime
{
	color: #7f7f7f;
	font-style: italic;
	display: inline;
}

.activityLocation
{
}

#activityContacts
{
}

.activityInfo
{
	padding-top: 4px;
}

.activityContact
{
}

#churches
{
	padding-left: 10px;
}

.church
{
	clear: both;
	padding-bottom: 40px;
}

.churchPicture
{
	position: relative;
	display: inline;
}

.churchInfo
{
	width: 300px;
	text-align: right;
	float: right;
	display: inline;
	position: relative;
	padding-right: 15px;
	padding-top: 5px;
}
.churchName
{
	padding-bottom: 4px;
}

a.church
{
	color: black;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

a.church:hover
{
	text-decoration: underline;
}

.churchPhone
{
	border: 1px solid black;
	float: right;
	padding-right: 15px;
}

.churchAddress
{
}

.churchInfo
{
}
div.clearer {clear: left; line-height: 0; height: 0;}

ul
{
	padding-left: 35px;
	padding-bottom: 9px;
}