@charset "utf-8";
/* CSS Document */

/* Sitewide Style Definitions */

body {
	background: url('/static/img/body/body-bg-color.jpg');
	background-repeat: repeat;
	background-position: top right;
	background-color: #992f23;
	min-height: 520px;
	border: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-decoration: none;
}

a, a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	display: block;
	padding: 0px;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 0px;
}
h1, .h1 {
	font-size: 24px;
	margin-top: 16px;
	margin-bottom: 16px;
}
h2, .h2 {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
}
h3, .h3 {
	font-size: 14px;
	margin-top: 14px;
	margin-bottom: 14px;
}
h4, .h4 {
	font-size: 12px;
	margin-top: 16px;
	margin-bottom: 16px;
}
h5, .h5 {
	font-size: 10px;
	margin-top: 17px;
	margin-bottom: 16px;
}
h6, .h6 {
	font-size: 8px;
	margin-top: 19px;
	margin-bottom: 19px;
}

p, .p {
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

b, .b {
	font-weight: bold;
}
i, .i {
	font-style: italic;
}
u, .u {
	text-decoration: underline;
}

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

hr {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #000000;
	color: #000000;
	height: 1px;
}

ul {
	list-style-type: square;
	margin-left: 25px;
	padding: 10px;
}
ol {
	list-style-type: decimal;
	margin-left: 25px;
	padding: 10px;
}
li {
	padding-bottom: 5px;
}
.hidden, .invisible {
	display: none;
}

div.head {
	width: 960px;
	height: 62px;
	background: url('/static/img/head.jpg') no-repeat top center #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

ul.nav {
	list-style-type: none;
	display: block;
	height: 38px;
	width: 825px;
	padding-left: 135px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url('/static/img/nav/bg.jpg') no-repeat top center;
}
ul.nav li {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: top center;
	height: 37px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	overflow: hidden;
}
li.n1 {
	background-image: url('/static/img/nav/nav-01.jpg');
	width: 97px;
}
li.n2 {
	background-image: url('/static/img/nav/nav-02.jpg');
	width: 97px;
}
li.n3 {
	background-image: url('/static/img/nav/nav-03.jpg');
	width: 46px;
}
li.n4 {
	background-image: url('/static/img/nav/nav-04.jpg');
	width: 84px;
}
li.n5 {
	background-image: url('/static/img/nav/nav-05.jpg');
	width: 73px;
}
li.n6 {
	background-image: url('/static/img/nav/nav-06.jpg');
	width: 93px;
}
li.n7 {
	background-image: url('/static/img/nav/nav-07.jpg');
	width: 65px;
}
li.n8 {
	background-image: url('/static/img/nav/nav-08.jpg');
	width: 51px;
}

ul.nav li a {
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	cursor: pointer;
}
ul.bulletless, ol.bulletless {
	list-style-type: none;
}

div.body {
	width: 960px;
	min-height: 520px;
	overflow: auto;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

div.top_gradient {
	background-repeat: repeat-x;
	background-position: top center;
	background-image: url('/static/img/body/body-bg-tile.jpg');
}
div.left_top_gradient, div.right_top_gradient {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
div.left_top_gradient {
	background-position: top left;
	background-image: url('/static/img/body/border-left.jpg');	
}
div.right_top_gradient {
	background-position: top right;
	background-image: url('/static/img/body/border-right.jpg');	
}

div.left_gradient, div.right_gradient {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
}
div.left_gradient {
	background-position: top left;
	background-image: url('/static/img/body/border-left-tile.jpg');	
}
div.right_gradient {
	background-position: top right;
	background-image: url('/static/img/body/border-right-tile.jpg');	
}

div.left_body {
	width: 200px;
	min-height: 520px;
	overflow: visible;
	float: left;
}
div.left_body div.title {
	height: 20px;
	margin: 10px;
	background: url('/static/img/dailynewsflash.jpg') bottom center no-repeat;
}
div.left_body div.news {
	padding: 5px;
	text-align: center;
}
div.indexlogo {
	background: url('/static/img/logo.gif') center center no-repeat;
	height: 404px;
	width: 290px;
	position: relative;
	top: -55px;
	left: -90px;
	z-index: 5;
}

div.mainlogo {
	width: 200px;
	height: 250px;
	background: url('/static/img/sub-logo.png') no-repeat center center;
	border-bottom: 1px solid #000000;
}
div.content {
	float: left;
	width: 749px;
	padding-left: 10px;
	border-left: 1px solid #000000;
	min-height: 520px;
}

ul.mediabar {
	display: block;
	float: right;
	width: 320px;
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	min-height: 520px;
	list-style-type: none;
}
ul.mediabar li.image {
	height: 220px;
	width: 320px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000000;
	border-top: 1px solid #000000;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
ul.mediabar li.txt {
	min-height: 110px;
	width: 310px;
	padding: 5px;
	border-top: 1px solid #000000;
	overflow: auto;
	margin: 0px;
}
ul.mediabar li.youtube {
	height: 265px;
	width: 320px;
	background: #FFFFFF;
	border-top: 1px solid #000000;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
div.staffmember {
	clear: both;
	min-height: 150px;
	margin-right: 25px;
	margin-left: 25px;
}
div.staffphoto {
	float: left;
	width: 160px;
}
div.staffname {
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	padding-top: 15px;
}
div.stafftitle {
	font-size: 14px;
	padding: 5px;
	font-style: italic;
}
div.staffemail {
	font-size: 14px;
	padding: 5px;
}
div.foot {
	background: #FFFFFF;
	height: 70px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	border: 1px solid #000000;
}

a.goodsearch {
	display: block;
	height: 70px;
	width: 265px;
	background: url('/static/img/goodsearch.jpg') no-repeat center center #FFFFFF;
	float: left;
}

div.dbv {
	padding: 5px;
	height: 60px;
	width: 400px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.dbv span.passage {
	font-weight: bold;
	display: block;
}
div.dbv span.verse {
	display: block;
}

a.topscards {
	display: block;
	float: left;
	background: url('/static/img/tops-cards.jpg') no-repeat center center #FFFFFF;
	width: 220px;
	height: 70px;
	margin: 0px;
	padding: 0px;
}

div.sig {
	background: url('/static/img/sig-bg.jpg') repeat-x top center;
	height: 30px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	border: 0px solid #000000;
}
div.sigtext {
	height: 30px;
	background: url('/static/img/sig/sig-text.gif') no-repeat center center;
}
div.sig_r {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background: url('/static/img/sig/sig-right.jpg') no-repeat top right;
}
div.sig_l {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background: url('/static/img/sig/sig-left.jpg') no-repeat top left;
}
div.hahnmarkmedia {
	text-align: center;
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
div.hahnmarkmedia a {
	color: #FFFFFF;
}