/* CSS Cascading Style Sheet for Screen Output */

body {
	margin: 15px auto;
	padding: 0px;
	text-align: center;
	min-width: 775px;
	font-size: 100.01%;
}

a:link,
a:visited {
	color: #222222;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
	background: url(../images/arrow2.gif) left center no-repeat;
}

a:active,
a:hover {
	color: #009933;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
	background: url(../images/arrow.gif) left center no-repeat;
}

a.imagelink:link,
a.imagelink:visited,
a.imagelink:active,
a.imagelink:hover {
	padding: 0px;
	background: none;
}

a.gallerythumb:link,
a.gallerythumb:visited,
a.gallerythumb:active,
a.gallerythumb:hover {
	padding: 0px 10px 0px 0px;
	background: none;
}

.textimage {
	border: 0px;
	padding: 0px 10px 10px 0px;
}

.clearAll {
	clear: both;
}

textarea.gmap, textarea.gmap:focus {
    background-color: #FFFFFF;
    border: 0px #FFFFFF;
}

#wrapper {
	width: 773px;
	border: 0px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

#header {
	width: 773px;
	height: 83px;
	background: #FFFFFF url(../images/header.jpg) left top no-repeat;
	padding: 0px;
	margin: 0px 0px 0px 3px;
	border: 0px;
}

#navigation {
	float: left;
	width: 170px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#navigationHead {
	width: 170px;
	height: 37px;
	background: #FFFFFF url(../images/nav_top.jpg) left top no-repeat;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#navigationMain {
	width: 170px;
	background: #FFFFFF url(../images/nav_bg.jpg) left repeat-y;
	padding: 3px 10px 40px 15px;
	margin: 0px;
	border: 0px;
	font-family: Arial;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
}

#navigationMain ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#navigation ul li {
	margin: 0px;
	padding: 0px 0px 4px 0px;
	border: 0px;
}

#navigation ul li a:link,
#navigation ul li a:visited {
	color: #222222;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 17px;
	background: url(../images/arrow.gif) left center no-repeat;
}

#navigation ul li a:active,
#navigation ul li a:hover {
	color: #009933;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 17px;
	background: url(../images/arrow.gif) left center no-repeat;
}

#navigation ul li a.activelink:link,
#navigation ul li a.activelink:visited {
	color: #009933;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 17px;
	background: url(../images/arrow.gif) left center no-repeat;
}

#navigation ul li a.activelink:active,
#navigation ul li a.activelink:hover {
	color: #009933;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 17px;
	background: url(../images/arrow.gif) left center no-repeat;
}

#navigationFoot {
	width: 170px;
	height: 163px;
	background: #FFFFFF url(../images/nav_bottom.jpg) left top no-repeat;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#navigationFoot a:link,
#navigationFoot a:visited {
	display: block;
	width: 140px;
	height: 130px;
	padding: 0px;
	background: none;
}

#navigationFoot a:active,
#navigationFoot a:hover {
	display: block;
	width: 140px;
	height: 130px;
	padding: 0px;
	background: url(../images/arrow.gif) 17px top no-repeat;
}

#content {
	float: right;
	width: 545px;
	background: #FFFFFFF;
	margin: 0px;
	padding: 15px;
	border: 0px;
	text-align: left;
	font-family: Arial;
	font-size: 0.9em;
	font-weight: normal;
}

div#nextServiceWrapper {
	background: #97BBD5;
	height: 120px;
	margin-bottom: 15px;
}

div#nextServiceWrapper img {
	float: left;
	margin-right: 20px;
}

div#nextServiceWrapper div#nextServiceTitle,
div#nextServiceWrapper div#nextServiceName,
div#nextServiceWrapper div#nextServiceDate,
div#nextServiceWrapper div#nextServiceInfos {
	float: left;
	margin: 2px 3px 0 0;
	background: #EFF8FF;
	padding: 2px 4px;
}

div#nextServiceWrapper div#nextServiceTitle {
	margin-top: 20px;
	font-weight: bold;
}

table#upcomingChurchServicesTable {
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9em;
}

table#upcomingChurchServicesTable tr td {
	border-bottom: 1px solid #B9B9B9;
	padding: 3px 3px 3px 0;
	vertical-align: top;
}

table#upcomingChurchServicesTable tr td.infos {
	max-width: 100px;
}

#footer {
	width: 773px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	font-family: Verdana;
	font-size: 0.6em;
	font-weight: normal;
}

