/* CSS Document */

body {
	padding:0px;
	margin:10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #d0bb62 url(../img/body-bg.gif) no-repeat fixed center top;
}
h1, h2, h3, h4 {
	margin:0px
}
td {
	padding:0px;margin:0px;	
}
a, a:link {
	text-decoration:none
}
.hide {
	display:none
}
form {
	margin: 0px;
}
table#maincontainer {
	width: 800px;
	background: #FFFFFF url(../img/page-bg.gif) repeat-y;
}
#contentcolumn {
	font: 12px/18px Arial, Helvetica, sans-serif;
	padding: 25px;
	background: url(../img/content-bg.gif) no-repeat center top;
	width: 570px;
	color: #6b570c;
}
#contentcolumn h1 {
	margin-bottom: 7px;
	color: #b49643;
	border-bottom: 1px solid #FFFFFF;
	font: bold 28px "Arial Narrow", Arial;
	text-indent: -2000em;
}
#contentcolumn h2 {
	font: bold 20px "Arial Narrow", Arial;

}
#contentcolumn a {
	text-decoration: none;
}
#contentcolumn a:link,
#contentcolumn a:visited {
	color: #527B28;
	text-decoration: underline;

}
#contentcolumn a:hover {
	text-decoration: none;
	color: #000000;

}
#contentcolumn a:active {
	color: blue;
}
#contentcolumn li,
ul li {
	list-style: url(../img/bullet.gif);
}
#nav {
	display:block;
	height: 35px;
	width: 800px;
	background: #FFFFFF;
}
#nav a {
	display: inline;
	float:left;
	font-size:0px;
	color: red;
	text-indent:-3000em;
	height: 35px;
	cursor:pointer;
	text-decoration:underline;
	background: top;
}
#nav a:hover,
#nav .current {
	background-position: bottom;
}
#nav br {
	display:none
}
a#home {
	width:120px;
	background: url(../img/b_home.gif);
}
a#about {
	width:117px;
	background: url(../img/b_about.gif);
}
a#events{
	width:83px;
	background: url(../img/b_events.gif);
}
a#pastor {
	width:126px;
	background: url(../img/b_pastor.gif);
}
a#ministries {
	width:116px;
	background: url(../img/b_ministry.gif);
}
a#sermons {
	width:98px;
	background: url(../img/b_sermon.gif);
}
a#contact {
	width:140px;
	background: url(../img/b_contact.gif);
}
#sidepanel {
	width:180px;
	display: block;
}
#footer{
	font-size:11px;
	color:#336699;
	text-align:center;
	background: #FFFFFF url(../img/footer-bg.gif) no-repeat;
	padding-top: 52px;
	padding-bottom:10px;
	line-height:20px;
	vertical-align: middle;
}
#footer a {
	color: #336699;
}
#footer a:hover {
	color: #000000;
	text-decoration:underline;
}
table.sidecallout {
	border:solid 2px #5e8eb8;
	margin-top:15px;
}
.sidecallout td{
	border:solid 1px #7caddc;
	width:146px;
	padding:10px 0px 10px 0px;
	background: url(../img/ccf-side-bg.gif) no-repeat center center;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	font-size: 11px;
	color: #FFFFFF;
}
.sidecallout p {padding:0px;margin:0px}
.sidecallout img {margin:7px 0px 7px 0px}

#sidemenu {
	width:180px;
	background: url(../img/side-menu-start.gif) no-repeat top;
	padding-top: 28px;
}
#sidemenu br {display:none}
#sidemenu a {
	font-size: 11px;
	color: #c4e2f7;
	font-weight:bold;
	background: url(../img/side-button-upstate.gif) no-repeat;
	text-indent: 13px;
	padding-top: 8px;
	padding-bottom: 9px;
	display: block;
}
#sidemenu a:hover,
#sidemenu .current {
	color: white;
	background: url(../img/side-button-hover.gif) no-repeat;
}

.picleft, 
.picright,
.pic {
	padding:6px;
	background: #FFFFFF;
	border-right: 3px solid #decda8;
	border-bottom: 3px solid #decda8;
	z-index: 100 ! important;
	position:relative;
}
.picleft {
	float: left;
	margin-right: 10px;
}
.picright {
	float: right;
	margin-left: 10px;
}
hr {
	border-bottom: 1px solid #e1d3a1;
	border-right: none;
	border-top: none;
	border-left: none;
	height: 1px;
	clear: both;
}
.midalign {
	vertical-align: middle;
	margin-right: 7px;
	border: none;
}
.floatright {
	float: right;
	position: relative;
	right: -15px;
	margin-left: 15px;
}
a.ikreator {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	display: block;
	margin: 15px;
	width:200px;
}
.cssform {
	font-weight: bold;
	left: 15px;
	display: block;
	font-size: 10px;
	width:277px;
	position:relative;
	color: #000000;
}
.cssform input,
.cssform textarea{
	width: 250px;
	border:solid 1px #b49643;
	background: #F5F1E6;
	font-weight: normal;
}
.cssform textarea:focus,
.cssform input:focus {
	border:solid 1px black;
	background: #FFFFFF;
}
.submit {
	width:52px ! important;
	cursor:pointer;
	font: bold 12px Arial;
	color: #000000;
	background: #FFFFFF;
}
