@charset "utf-8";
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body  {
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
}
#scroll {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	overflow: auto;
}
#highlight {
	width: 375px;
	height: 250px;
	overflow: visible;
	text-align: justify;
	background-image: url(images/bible.png);
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
}
#highlight_right {
	width: 375px;
	height: 265px;
	overflow: auto;
	vertical-align: middle;
	float: right;
	background-image: url(images/calendar.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 35px;
	padding-left: 0px;
}

#header {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#favs{
	width: 100px;
	float: left;
	clear: right;
}
#footer {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	font-variant: small-caps;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 15px;
	font-family: "Trebuchet MS", Calibri, Tahoma, sans-serif;
}
/*Start of Navbar code*/
#sddm
{
	padding: 0;
	z-index: 30;
	margin-top: 0;
	margin-bottom: 0;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#sddm li
{
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:small;
	float: left;
	padding: 5px;
}

#sddm li a
{
	display: block;
	color: #4977A0;
	text-align: center;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 21px;
	padding-bottom: 4px;
	padding-left: 28px;
	margin-right: 1px;
}


#sddm li a:hover
{
	color: #3678C2;
	z-index: 30;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	z-index: 30;
	background-color: #3D66A6;
}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	z-index: 30;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

	#sddm div a:hover
	{
	color: #D2E0ED;
	z-index: 30;
}
/*End of Navbar code*/
.dialog {
	color:#000000;
	margin-left:auto; /* spacing under dialog */
	font-family: "Trebuchet MS", Calibri, Tahoma, sans-serif;
	text-align: justify;
	margin-right: auto;
	width: 850px;
	margin-top: 0px;
	margin-bottom: 0px;
	max-height: 1200px;
	overflow: visible;
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
	background:transparent url(1600x1200_box.png) no-repeat top right;
}

.dialog .content {
	position:relative;
	_overflow-y:hidden;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.dialog .t {
	/* top+left vertical slice */
 position:absolute;
	left:0px;
	top:0px;
	width:12px; /* top slice width */
	margin-left:-12px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
	margin-top: 0px;
}

.dialog .b {
	/* bottom */
 position:relative;
	width:850px;
}

.dialog .b,
.dialog .b div {
	height:30px; /* height of bottom cap/shade */
	font-size:1px;
}

.dialog .b {
	background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
	position:relative;
	width: 850px;
}

.dialog .wrapper {
	/* extra content protector - preventing vertical overflow (past background) */
 position:static;
	max-height:1000px;
	overflow:auto;
}

.dialog h1,
.dialog p {
	margin:0px;
	padding-top: .5em;
	padding-right: 0px;
	padding-bottom: .5em;
	padding-left: 0px;
}

.dialog h1 {
 padding-bottom:0px;
}
