/*general font settings*/
body
{
	font-family:arial,helvetica;
	background:#eeeeee;
}

p
{
	font-size:12px;
}

/*hyperlink settings*/
a
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

td
{
	font-size:12px;
	vertical-align:top;
}

h1
{
	font-size:18px;
	font-weight:normal;
	padding-top:0px;
	margin-top:2px;
	margin-bottom:0px;
}
h2
{
	font-size:16px;
        font-weight:normal;
}

/*General layout settings*/

div#outer
{
	width:100%;
	padding-top:0px;	
	background:#ffffff;
}
div#inner
{
	width:770px;
	padding-top:0px;
	background:#ffffff;
}
div#backbar
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	background:#eeeeee;
	height:94px;
	padding:0px;
}
div#backbarshadow
{
	position:absolute;
	top:94px;
	left:0px;
	height:7px;
	padding:0px;
	width:100%;
	background-repeat:repeat-x;
	background-image:url('../images/barshadow.gif');
}
div#backbarshadowbottom
{
	position:relative;
	top:0px;
	left:0px;
	height:7px;
	padding:0px;
	width:100%;
	background-repeat:repeat-x;
	background-image:url('../images/barshadow.gif');
}
div#topmenu
{
	position:relative;
	height:94px;
	width:770px;
}

div#content
{
	font-size:12px;
	position:relative;
	top:10px;
	left:10px;
	width:590px;
}

/* lh menu */
div#lhmenu
{
	position:relative;
	top:10px;
	width:160px;
	left:-3px;
	background:#eeeeee;
	padding:0px;
	margin:0px;
}
div#menushadow
{
	position:absolute;
	top:94px;
	height:100;
	width:160px;
	left:0px;
	background:#eeeeee url('../images/menushadow.jpg') repeat-x;
}

.menuitem0, .menuitem0selected, .menuitem1, .menuitem1selected, .menuitem2, .menuitem2selected, .menuitem3, .menuitem3selected, .menuitem4, .menuitem4selected
{
	position:relative;
	top:0px;
	left:0px;
	font-size:12px;
	padding:0px;
	margin:0px;
	border-top:1px solid #999999;
	cursor:pointer;
	padding-top:2px;
	padding-bottom:2px;
}

.menuitem0, .menuitem0selected
{
	padding-left:2px;
	background:#333333;
}
.menuitem0selected
{
	background:#eeeeee;
}

.menuitem1, .menuitem1selected
{
	padding-left:8px;
	background:#444444;
}

.menuitem2, .menuitem2selected
{
	padding-left:16px;
	background:#555555;
}

/*breadcrumbs styles*/
.breadcrumbs
{
	color:#666666;
}
/*footer styles*/
#footer
{
	width:770px;
	padding-top:40px;
	font-size:10px;
	text-align:right;
	color:#999999;
	padding-bottom:10px;
}

/*Sermons by book headings*/
.bookgroupheading
{
	font-weight:normal;
	font-size:14px;
}
.bbpentateuch
{
	background:#e6e4ea;
}
.bbhistory
{
	background:#d7f5fb;
}
.bbpoetry
{
	background:#d7fbe5;
}
.bbprophets
{
	background:#e9fbd7;
}
.bbgospelsacts
{
	background:#fbf1d7;
}
.bbletters
{
	background:#fbd8d7;
}


.bydiv, .bydivset {
	display:inline-block;
	height:16px;
	padding:4px;
}
.bydiv
{
	background:#cccccc;
}
.bydivset
{
	background:#3771C8;
	color:#ffffff;
}
.bydivset a
{
	color:#ffffff;
}
div.bydivcontent {
	background:none repeat scroll 0 0 #DDDDDD;
	border:1px solid #3771c8;
	padding:5px;
	width:400px;
}