/* Hawthorn Church of Christ (http://www.hawthornchurchofchrist.org)
   Cascading Style Sheet by Jason Chen (http://www.jasonchen.org) */
body {
	margin: 0;
	padding: 10px;
	background: #fff;
	color: #284f73;
	font: 70%/140% Verdana, Arial, sans-serif;
}
a:link {
	color: #000;
}
a:visited {
	color: #556;
}
a:hover {
	background: #efefef;
	color: #cd8216;
}
#header {
	width: 782px;
	height: 60px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat;
}
#header h1 {
	float: left;
	margin: 0;
	padding: 0;
}
#header h1 a {
	display: block;
	width: 414px;
	height: 31px;
	margin: 17px 0 0 5px;
	background: url(images/logo.gif) no-repeat;
}
#header h1 a:hover {
	background: none;
}
#header h1 a span {
	display: none;
}
#address {
	display: inline;
	float: right;
	margin: 8px 50px 0 0;
	color: #13426d;
	font: bold 13px Arial, sans-serif;;
}
#address a:hover {
	background: #3b7ab5;
	color: #fff;
}
#columns {
	width: 782px;
	padding: 0 0 10px 0;
	margin: 0 auto;
	background: url(images/sidebar.jpg) repeat-y 0 100%;
}
#content {
	clear: right;
	float: right;
	width: 580px;
	margin: 0 0 21px 0;
	padding: 0;
	background: url(images/content.gif) repeat-y 100% 0;
}
#content h1, #content h2 {
	margin: 0 15px 5px 15px;
	padding: 0;
	font: bold 160% 'Trebuchet MS', 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
}
#content h2 {
	margin: 10px 15px 5px 10px;
	padding-left: 5px;
	background: url(images/h2.gif) repeat-x 0 100%;
	font-size: 140%;
}
#content p, #content blockquote {
	margin: 0 15px 5px 15px;
	padding: 0;
}
#content ul {
	margin: 0;
	padding: 0 0 0 30px;
}
#content table {
	margin: 0;
	padding: 0 0 0 15px;
}
#content table td, #content table th, #sidebar table td, #sidebar table th {
	padding: 3px;
}
#content cite {
	display: block;
	color: #718096;
	text-indent: 30px;
	font-style: italic;
}
.cont {
	width: 280px;
}
#nav {
	float: right;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #226495;
	background: #247dc1 url(images/nav.gif) repeat-x;
}
#nav ul {
	float: right;
	width: 580px;
	padding: 1px 0 0 0;
	background: url(images/nav_r.gif) no-repeat 100% 0;
}
#nav ul, #nav ul li {
	display: inline;
	list-style: none;
}
#nav ul li a {
	float: left;
	display: block;
	height: 19px;
	padding: 6px 8px 5px 8px;
	border-right: 1px solid #226495;
	background: #247dc1 url(images/nav.gif) repeat-x;
	background-position: 0 -1px;
	color: #fff;
	font: bold 16px Georgia, 'Times New Roman', serif;
	text-decoration: none;
}
#nav ul li a:link, #nav ul li a:visited {
	color: #fff;
}
/*#nav ul li a:hover {
	background-position: 0 -32px;
	color: #fff;
}*/
#nav ul li#navstart a {
	padding: 7px 7px 4px 7px;
	color: #fff;
	font-size: 14px;
}
/*#nav ul li#navstart a:hover {
	background-position: 0 -1px;
}*/
#copy {
	padding: 10px;
	background: url(images/content_b.gif) no-repeat 100% 100%;
	font-size: 90%;
}
#sidebar {
	float: left;
	width: 200px;
	padding: 0 1px 10px 1px;
}
#sidebar h2 {
	margin: 0;
	padding: 0;
	font: 18px Georgia, 'Times New Roman', serif;
	text-align: center;
}
#sidebar h2#join {
	width: 190px;
	margin: 0;
	padding: 5px 5px 4px 5px;
	border: 1px solid #efa861;
	border-width: 1px 0;
	background: #ffb66c url(images/sidebarupd.gif) repeat-x;
	color: #0e4a82;
}
#sidebar h2 a {
	float: left;
	display: block;
	width: 190px;
	margin: 5px 0 0 0;
	padding: 4px 5px;
	border: 1px solid #937f6a;
	border-width: 1px 0;
	background: #ab8e63 url(images/sidebarcat.gif) repeat-x;
	color: #fff;
}
#sidebar h2 a:hover {
	/*color: #dcf3ff;*/
	color: #eadcc3;
}
#sidebar p {
	margin: 0;
	padding: 0;
}
#sidebar table {
	width: 100%;
}
#sidebar ul {
	margin: 0;
	padding: 0 5px 0 20px;
}
#end {
	display: block;
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.none {
	display: none;
}
