@import "nav.css";
@import "sIFR-screen.css";

.indent {
	margin-left:24px;
}

body {
	background-color: #199660;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #696966;
}

a {
	outline: none;
}

* {
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 700px;
	margin: 5px auto;
}
#logo {
	margin: 20px 0;
	float: left;
	display: block;
	width: 252px;
	height: 37px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -3000px;
}
 /* \*/
* html #logo {
	background: none;
	float: left;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png', sizingMethod='scale');
	margin: 20px 0;
}
/* */
#otherlinks {
	float: right;
}
#otherlinks, #otherlinks a {
	color: #fff;
	font: normal 9px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#otherlinks a:hover {
	text-decoration: underline;
}
#otherlinks ul li {
	display: inline;
	margin: 0 5px;
}

/* MAIN */
#main {
	margin: 80px 0;
	width: 100%;
	clear: both;
}
 /* \*/
* html #main {
	margin: 10px 0 0 0;
}
/* */
a:link, a:visited, a:active {
	color: #5c8bb1;
}
a:hover {
	color: #75a6ce;
}
#quicklinks {
	padding: 11px 10px 9px 10px;
	float: right;
	width: 176px;
	height: 17px;
	background:url(../images/quicklinks.gif) no-repeat;
	text-align: center;
}

#quicklinks select {
	font-size: 11px;
	width: 160px;
}

#content {
	clear: both;
	background: #FFF;
	width: 670px;
	padding: 0px 0 30px 30px;
}
 /* \*/
* html #content {
	margin: -3px 0 0 0;
}
/* */
#copy {
	padding: 30px 0;
	width: 425px;
	line-height: 22px;
	min-height: 500px;
}
#copy ul {
	margin: 0 0 0 10px;
}
.flag {
	background-color: #e5e4b8;
}
p {
	margin: 1.0em 0px;
}
h1 {
	font-size: 17px;
}
h2 {
	font-size: 15px;
	margin: 0 0 .2em 0;
}
h3 {
	font-size: 12px;
	margin: 1em 0 0 0
}
h2.title {
	font-size: 15px;
	margin: 0 0 0em 0;
	line-height: 13px;
}
h2.title a {
	text-decoration:none;
}
.entry {
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom: 1px solid #DDD;
}
.navigation {
	width: 100%;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
small {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CCC;
}
#homequote {
	border-top: 1px solid #f0f0ef;
	background: #fafbf9 url(../images/leaves_bg.gif) no-repeat bottom;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	color: #d47e54;
	padding: 10px 10px 20px 10px;
	line-height: 24px;
	width: 432px;
}
#homequote span {
	color: #a1a29f;
}
#leaves {
	width: 468px;
	height: 151px;
	background: url(../images/leaves.gif) no-repeat;
	margin: 0px 0 0 -12px;
	float: left;
}
#services {
	background: #f9f9f9;
	border: 1px solid #f3f4ef;
	padding: 0 15px 15px 15px;
	margin: 0 15px 0 15px;
}
.right {
	float: right;
	padding: 0 10px 0px 10px;
}
.right p{
	margin-top:0px;
	margin-bottom: 0px;
	font-size: 10px;
	color:#999999;
}
.left {
	float: left;
	padding: 0px 10px 0px 0px;	
}
.left p{
	margin-top:0px;
	margin-bottom: 0px;
	font-size: 10px;
	color:#999999;
}
#list {
	list-style: none;
	margin: 0 0 0 10px;
}
#list a {
	text-decoration: none;
	font-weight: bold;
}
#list ul {
	list-style: disc;
	margin: 0 0 0 20px;
}
#trans {
	list-style: none;

}
.completed {
	color: #9966FF;
	font-style: italic;
	list-style-image: url(../images/x.gif) no-repeat;

}
/* Sidebar */
#subnav ul {
	list-style: none;
	padding: 0 0 30px 10px;
}
#subnav ul li {
	padding: 0 0 5px 0;
}
#subnav a {
	font-weight: bold;
	color: #999;
}
#subnav .current a {
	font-weight: bold;
	color: #5c8bb1;
	text-decoration: none;
	padding: 0 0 0 13px;
	background: url(../images/arrow.gif) no-repeat 2px;
}
#sidebar {
	clear: both;
	width: 176px;
	background: #FFF url(../images/sidebar_bg.gif) repeat-x;
	float: right;
	padding: 20px 10px 10px 10px;
	height: 444px;
}
#buttons li {
	margin: 0 0 0 8px;
	padding: 9px 0 6px 0;
	list-style: none;
	border-bottom: 1px solid #e3e3e1;
	text-indent: -3000px;
	width: 165px;
}
#buttons .calendar a {
	display: block;
	background: url(../images/sb_calendar.gif) no-repeat 5px;
	height: 15px;
	width: 176px;
}
#buttons .rector a {
	display: block;
	background: url(../images/sb_rectorblog.gif) no-repeat 6px;
	height: 18px;
	width: 176px;
}
#buttons .sermon a {
	display: block;
	background: url(../images/sb_sermons.gif) no-repeat 8px;
	height: 22px;
	width: 176px;
}
#buttons .newsletter a {
	display: block;
	background: url(../images/sb_news.gif) no-repeat 10px;
	border-bottom: none;
	height: 20px;
	width: 176px;
}
#contact {
	height: 49px;
	width: 128px;
	background: url(../images/contact.gif) no-repeat;
	margin: 20px auto;
	padding: 15px;
	text-transform: uppercase;
	line-height: 13px;
	font-size: 9px;
	color: #949393;
}
#contact a {
	color: #949393;
}
#contact a:hover {
	text-decoration: none;
}

/*Footer */
#footer {
	border-top: 1px solid #ededec;
	background-color: #fff;
	padding: 15px 20px;
	color: #8a8989;
	font-size: 10px;
	clear: both;
}
#footer ul {
	list-style: none;
	margin: 5px 0 0 0;
	
}
#footer ul li {
	display: inline;
	margin: 0px 20px 0 0;
}
#footer a {
	color: #8a8989;
}