* {
	font-family: verdana, sans-serif;
	color: #404040;
	line-height: 160%;
}
p {
	margin: 0;	
}
h1, h2, h3, h4, h5 {
	margin: 0 0 15px 0;
	padding: 0;
	color: #202020;
}
h1 {	
	font-size: 1em;
}
h2 {
	font-size: 0.9375em;
}
h3 {
	font-size: 0.875em;
}
h4 {	
	font-size: 0.875em;
}
h5 {	
	font-size: 0.75em;
}
h6 {
	color: #404040;
	font-size: 0.75em;
}
ul {	
	margin: 5px 0 5px 20px;	
	padding: 0;	
}
li {
	margin: 5px 0;
	list-style: circle;
}
a {
	text-decoration: none;
	color: #2e6c90;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}

.clear:after, #header:after, #rightBackground:after, #right:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1em;		
	background: white;	
}
#header {
	width: 776px;	
	margin: 0 auto;	
	padding-bottom: 20px;
}
#logo {
	float: left;
	margin: 24px 0 0 2px;
}
#slogan {
	position: relative;
	float: right;
	margin: 35px 2px 0 0;
}
#navigation {
	width: 774px;	
	margin: 0 auto;				
}
#navigation a, #navigation span {
	display: block;
	float: left;
	/*width: 129px;*/
	margin: 0 1px;
	padding: 3px 13px;	
	color: #404040;
	background: #ecdca4;
	text-align: center;
	font-size: 0.75em;
}
#navigation a:hover {
	text-decoration: none;
	color: white;
	background: #bdac71;
}
#navigation .this, #navigation .this:hover {
	/*padding-left: 3px;
	padding-right: 3px;*/
	color: #dfdfdf;
	background: #185360;
}
#canvas {	
	padding: 17px 0;	
	background: #185360;	
}
#subnavigation {
	width: 776px;	
	margin: 0 auto;			
	text-align: center;
}
#subnavigation a {
	display: block;
	float: left;
	padding: 2px 10px;
	margin-right: 2px;
	color: #dfdfdf;
	font-size: 0.75em;
}
#subnavigation a:hover {
	text-decoration: none;
	color: white;
}
#subnavigation .this, #subnavigation .this:hover {
	color: #404040;
	background: white;
}
#main {
	position: relative;
	width: 776px;	
	margin: 0 auto;	
	background: white;
}

#middle {
	position: relative;
	padding: 20px;
}
/*#subsubnavigation {
	float: right;		
}
#subsubnavigation a, #subsubnavigation span {
	display: block;
	float: left;
	margin-left: 10px;	
	color: #2e6c90;
	font-size: 0.875em;
	font-weight: bold;
}
#subsubnavigation a:hover {
	text-decoration: none;
	color: #2e6c90;
}
#subsubnavigation .this {
	margin-bottom: -1px;
	color: color: #2e6c90;
}
#subsubnavigation .this:hover {
	color: #2e6c90;
}*/
#left {
	position: relative;
	float: left;
	width: 476px;
	padding: 20px;
}

#subsectionNavigation {
	position: relative;
	top: -10px;
	margin-bottom: 10px;	
}
#subsectionNavigation a {
	display: block;
	float: left;	
	margin-right: 16px;		
	font-size: 0.75em;
	font-weight: bold;	
}

#content p, li {
	font-size: .75em;
}

.biography .portrait {
	float: right;
	margin: 0 0 10px 10px;
	border: solid 1px #c5c5c5;
}
.biography .position {
	position: relative;
	top: -15px;
	color: #303030;
	font-size: .75em;
	font-weight: bold;
}

.article {
	margin: 0 0 20px 0;
}
.article:hover {
	margin: -8px -8px 12px -8px;
	padding: 8px;
	background: #f5f5f5;
}
.article.last {
	margin-bottom: 0;
}
.article.last:hover {
	margin: -8px;
	padding: 8px;
}
.article .title {
	display: block;
	float: left;
	margin-bottom: 5px;
	font-size: 0.75em;
	font-weight: bold;
}
.article .date {
	float: right;
	font-size: 0.6875em;
	font-weight: bold;
	color: #404040;
}
.article .summary {
	clear: both;
	margin-left: 10px;
	font-size: 0.75em;	
	white-space: pre-line;
}
.article .more {
	float: right;	
	font-size: 0.6875em;
	margin-top: 5px;
}

#article h3 {
	float: left;
}
#article #date {
	float: right;
	font-size: 0.75em;
}
#article #scripture {
	clear: left;
	position: relative;
	top: -10px;
	margin-bottom: 5px;
	font-size: 0.75em;
	font-style: italic;
	white-space: pre-line;
}
#article #content {
	clear: both;
}

.activity {
	margin: 0 0 20px 0;
}
.activity:hover {
	margin: -8px -8px 12px -8px;
	padding: 8px;
	background: #f5f5f5;
}
.activity.last {
	margin-bottom: 0;
}
.activity.last:hover {
	margin: -8px;
	padding: 8px;
}
.activity .title {
	display: block;
	float: left;
	margin-bottom: 5px;
	font-size: 0.75em;
	font-weight: bold;
}
.activity .date {
	float: right;
	font-size: 0.6875em;
	font-weight: bold;
	color: #404040;
}
.activity .summary {
	clear: both;
	margin-left: 10px;
	font-size: 0.9375em;	
}
.activity .more {
	clear: right;
	float: right;	
	font-size: 0.6875em;
}

#activity h3 {
	float: left;
}
#activity #date {
	float: right;
	font-size: 0.75em;		
}
#activity #content {
	clear: both;
}

#contact {
	margin: -10px 0 0 0;
}
#contact p {
	margin: 0;
}
#contact label {	
	font-weight: bold;
	font-size: 0.8125em;
}
#contact .instructions {
	font-size: 0.75em;
	margin-top: 5px;
}
#contact input, #contact textarea, #contact select {
	width: 100%;
	margin: 0 0 10px 0;
}
#contact #cfContact {
	width: 35%;
	float: right;
	margin: 0;	
}
#contact #cfVericodeImage {
	margin: 5px 0;
}

#formErrors {
	margin-bottom: 22px;
	color: red;
}

#formErrors p {
	color: red;
}
#subscribeForm {
	margin: -10px 0 0 0;
}
#subscribeForm p {	
	font-size: 1em;
}
#subscribeForm label {
	font-weight: bold;
	font-size: 0.8125em;
}
#subscribeForm input {
	display: block;
	width: 100%;
	margin: 0 0 10px 0;		
}
#subscribeForm #subscribeFormSubscribe {
	width: 35%;
	float: right;
	margin: 10px 0 0 0;	
}

#rightBackground {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 260px;
	background: #f7f7f7;
}
#thisSunday {	
	position: relative;
	float: right;	
	width: 240px;
	margin-bottom: -5px;
	padding: 5px 10px 10px 10px;
	background: white;
}
#right {
	position: relative;
	clear: right;
	float: right;
	/*min-height: 100%;*/
	width: 230px;
	padding: 5px 10px 10px 10px;
}
#right h1, #thisSunday h1 {
	margin: 10px 0 0 0;
	font-size: 0.8125em;
	color: #1E485F;
}
#thisSunday p {
	margin: 7px 0 0 10px;
	color: #505050;
	font-size: 0.6875em;
	line-height: 145%;
}
#right h2 {
	margin: 7px 0 0 10px;
	color: #404040;
	font-size: 0.75em;
	font-weight: regular;	
}
#right p {
	margin: 7px 0 0 20px;
	color: #505050;
	font-size: 0.6875em;
	line-height: 145%;
}
#right ul {
	margin: 5px 0 5px 25px;
	padding: 0;
}
#right li {
	color: #505050;
	font-size: 0.6875em;
	list-style: circle;
	line-height: 145%;
}
#recent {
	padding: 10px;
	font-size: .75em;
}

#summary {
	width: 776px;
	margin: 15px auto 0 auto;		
}
#summary .leftColumn {
	float: left;
	width: 129px;
	/*margin: 0 30px 0 15px;*/
}
#summary .rightColumn {
	float: right;
	width: 130px;
	;margin: 0 15px 0 50px;
}
#summary #info {
	float: right;
	width: 260px;
}
#summary #info .left {
	float: left;
	margin: 0 0 0 15px;
}
#summary #info .right {
	float: right;	
	margin: 0 15px 0 -60px;
}
#summary h3, #summary a, #summary span {
	display: block;
	position: relative;
	color: #efefef;
}
#summary h3 {
	margin-bottom: 3px;
	font-size: 0.75em;
}
#summary #infoPhone {
	margin-bottom: 8px;
}
#summary span, #summary a {
	font-size: 0.6875em;
	color: #dfdfdf;
}
#footer {
	width: 776px;
	margin: 0 auto;
}
#footer div {	
	padding: 15px 0;
	color: #404040;
	font-size: 0.625em;	
}
#footer #copyright {
	float: left;
}
#footer #credits {
	float: right;
}
#footer a {
	font-size: 1em;	
}
