/* CSS Document */

#grafix{
	width:100%;
	background: url(../img/page-bg-top.gif) no-repeat center top;
	display:block;
	float:left;
}
body{
	background: #677562 url(../img/body-bg.gif) repeat scroll left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}
h1, h2, form, li, ul, ol {margin:0px; padding:0px;}
a:focus {outline:none}

#container {
	width:800px;
	margin: 0 auto;
	text-align:left;
	background-color: #ece9d8;
	background-image: url(../img/bg-line.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom:14px;
}
#nav br,
.hide,
#sidebar h1{
	display:none;
}
#header,
#nav,
#footer1,
#footer2{
	width:100%;
	clear:both;
}
#header {
	background: url(../img/header-bg.jpg) no-repeat;
	height: 152px;
	text-indent:-3000em;	
}
#nav{
	height:43px;
	width:800px;
	display:block;
	float:left;
}
#nav a {
	display: inline;
	float:left;
	background-position: top;
	text-indent:-3000em;
	height: 43px;
	cursor:pointer;
}
#nav a:hover {
	background-position: bottom;
}
a#home {
	width:93px;
	background-image: url(../img/nav-home.gif);
}
a#about {
	width:90px;
	background-image: url(../img/nav-about.gif);
}
a#broadcast {
	width:95px;
	background-image: url(../img/nav-broadcast.gif);
}
a#partner {
	width:103px;
	background-image: url(../img/nav-partner.gif);
}
a#blog {
	width:65px;
	background-image: url(../img/nav-blog.gif);
}
a#resources {
	width:121px;
	background-image: url(../img/nav-resources.gif);
}
a#prayer {
	width:125px;
	background-image: url(../img/nav-prayerrequest.gif);
}
a#contact {
	width:108px;
	background-image: url(../img/nav-contact.gif);
}
#nav b a{
	background-position: bottom ! important;
	cursor:default;
}
#content h1,
#content h2,
#content p{
	margin-left:27px;
	margin-bottom:20px;
}
#content{
	width:594px;
	min-height:200px;
	float:left;
	background: url(../img/page-bg.gif) no-repeat;
	padding-top:20px;
	padding-bottom:40px;
	font-size: 12px;
	line-height: 30px;
	color: #543e1b;
	display:block;
}
#content h1{
	font: 36px "Palatino Linotype", Georgia;
	color: #b29563;
	background: url(../img/heading-dotted-line.gif) repeat-x left bottom;
	padding-bottom: 7px;
	margin-top:-3px;
}
#content h2{
	font: 18px "Palatino Linotype", Georgia;
	margin-bottom:-10px ! important;
}
#content a{
	color:#de9118;
	font-weight:bold;
}
#content a:hover{
	color:black;
}
#content li{
	margin-left:65px;
}
#content ul{
	list-style: circle;
}
#subscribe a{
	width:100px;
	padding-right: 18px;
	margin-top:20px;
	margin-left:76px;
	float:left;	
	font-size:10px;
	color:black;
	text-decoration: none;
	background: url(../img/rss-icon.gif) no-repeat right center;
	text-align: right;
	height:24px;
	line-height:24px;
	font-weight:normal;
}
#subscribe a:hover{
	text-decoration:underline;
	color:black;
}
#sidebar{
	width:206px;
	background: url(../img/sidepanel-bg.gif) no-repeat left top;
	float: left;
	height: 540px;
	display:block;
}
#sidebar ul{
	margin-left:82px;
	margin-top:80px;
}
#sidebar li{
	list-style-type:none;
}
#sidebar li a{
	display:block;
	font-size:11px;
	padding: 7px 7px 7px 0px;
	width:110px;
	text-align:right;
	border-bottom:solid 1px white;
	text-decoration:none;
	color:black;	
}
html>body #sidebar li a:hover{
	color:black;
	background-color:transparent;
	border-bottom: #8fa183 1px solid;
	background-image: url(../img/side-grafix.png) ;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#sidebar li a:hover{
	color:black;
	border-bottom: #8fa183 1px solid;
	background-color:white;
}
#sidebar li a i{
	font-style:normal;
	color: #996600;
}
#footer1{
	height:26px;
	font-size: 10px;
	background: #465242 url(../img/footer1-bg.gif) no-repeat;
	padding-top: 112px;
	color:white;
	text-align:center;
}
#footer1 a{
	color:#c5aa73;
	text-decoration:none;
	font-weight: bold;
}
#footer1 a:hover{
	color:white;
	text-decoration:underline;
}
#footer2{
	text-align:center;
	color:white;
	font-size:10px;
	height:34px;
	line-height:34px;
	background-color:#c5aa73;
}
#footer2 a{
	color:#FFFF66;
	text-decoration:none;
}
.pic{
	padding:3px;
	background-color:white;
	border:solid 2px #d2cfc0;
	float:left;
	margin-right:14px;
}
.hr{
	background: url(../img/heading-dotted-line.gif) repeat-x;
	height: 1px;
	font-size:0px;
	text-indent:-3000em;
}
