@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-image:url(image/mast.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	font-size:0.8em;
	line-height:1.5em;
}

h2 {
	margin-bottom:15px;
}

h3 {
	margin-bottom:15px;
}

p {
	margin-bottom:10px;
}

ul {
	margin-left:30px;
}

hr {
	margin:10px 0;
}

a:link, a:visited, a:hover, a:active {
	color:#009900;
/*	text-decoration:none;*/
}


.errorMessage {
	color: red;
	list-style-type: none;
	margin-bottom: 10px;
	margin-top: 5px;
}


fieldset {
	border:1px solid #ccc;
	padding:10px;
	margin:0 auto;
	background-color:#D1E9CF;
}

legend {
	font-weight: bold;
	font-size: 1.5em;
	color:#ccc;
	background-color:white;
	padding:5px;
}

#forContact label, #forContact input, #forContact textarea, #forContact select  {
	display: block;
	width: 260px;
	float: left;
	margin-bottom: 5px;
}

#forContact textarea  {
	width: 460px;
}

#forContact label {
	font-weight:bold;
	width: 170px;
	padding-right: 20px;
}

br {
	clear:left;
}


#logo {
/*
	background-image:url(image/logo.jpg);
	background-repeat:no-repeat;
	background-position:left top;
*/
	height:240px;
	width:610px;
}

#menu {
	top:205px;
	left:190px;	
	position:absolute;
/*	width:100%;*/
	height:20px;
/*	background-color:#99CCFF;*/
	z-index:99;
}

#sundayService table {
	border-collapse:collapse;

}

#sundayService th {
	border-bottom: 2px solid #CCC;
	padding: 10px 10px 10px 0;
	text-align: left;
	vertical-align: top;
}

#sundayService td {
	border-bottom: 1px solid #CCC;
	padding: 10px 10px 10px 0;
	vertical-align: top;
}


#links table {
	border-collapse:collapse;
}

#links th {
	border-bottom: 2px solid #CCC;
	padding: 10px 10px 10px 0;
	text-align: left;
	vertical-align: top;
}

#links td {
	border-bottom: 1px solid #CCC;
	padding: 10px 10px 10px 0;
	vertical-align: top;
}


.noWrapCell {
	white-space: nowrap;
}

#container {
	width:780px;
}

.panelLeft {
	float: left;
	width: 50%;
}

.panelRight {
	float: left;
	width: 50%;
	text-align:right;
}

#content {
/*
	position:absolute;
	top:250px;
	left:200px;
	*/
	
	padding:10px 50px;
	
}

#footer {
	background-color:#99cc99;
	margin-top:10px;
	padding:5px;
	clear:both;
}