@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bg.png);
	background-repeat: repeat;
	background-position: left top;
	font-family: Verdana, Geneva;
}
#header {
	background-image: url(images/ChurchSite_hdr.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 176px;
	width: 800px;
	background-color: #9DA86A;
}
#navMenu {
	background-color: #9DA86A;
	font-size: 18px;
	margin-top: 0px;
	border: 0;
	width: 100%;
	height: 42px;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container .leftContent {
	float: left;
	width: 45%;
	margin-left: 20px;
	font-size: 0.9em;
}
#container .rightContent {
	float: left;
	width: 45%;
	font-size: 0.9em;
	margin-left: 10px;
}
#container h1  {
	color: #735026;
	font-weight: normal;
}
#container h2  {
	color: #735026;
	font-weight: normal;
}
.footer {
	background-color: #AAB6A0;
	height: 100px;
	width: 100%;
	margin-top: 20px;
}

.footer .fltrht .address {
	font-size: 12px;
	color: #FFF;
}
.fullContent    {
	font-size: .9em;
	padding: 15px;
}
.fullContent h3 {
	color: #735026;
	font-weight: normal;
}
.fullContent img {
	padding: 4px;
}
.fltlft {
	float: left;
	margin: 10px;
}
.footer .fltlft a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fltrht {
	float: right;
	margin: 10px;
	position: relative;
	bottom: -60px;
}
.clear {
	clear: both;
	height: 0px;
	width: 0px;
}
.soria .dijitMenuItem td {
	font-family:Geneva;
	font-size:16px;
	padding:4px;
}
