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

html, body {
	margin:0;
	padding:0;
	background:#012A53;
}

#container {
	position:relative;
	float:left;
	width:100%;
	background:#FFFFFF ;
}

#headerbg {
	position:absolute;
	top:0;
	width:100%;
	padding:0 0 0 0;
	height:225px;
}

#header {
	margin:0 auto 0 auto;
	position:relative;
	width:1000px;
	height:225px;
	background:#FFFFFF url(../images/BG_header.jpg) 50% 0 no-repeat;
}

#rss {
	position:absolute;
	top:0;
	right:0;
}

#menu {
	position:absolute;
	width:100%;
	bottom:25px;
}

#center {
	position:relative;
	margin:225px auto 0 auto;
	width:1000px;
}

#content {
	float:left;
	width:1000px;
	margin:0;
	padding:0;
	background:#FFFFFF;
}

#body {
	float:left;
	width:600px;
	margin-left:25px;
}

#bodyc {
	float:left;
	width:950px;
	padding:0;
}

#sidebar {
	float:left;
	width:350px;
	padding:0;
}

#footer {
	float:left;
	width:100%;
	padding:10px auto 0 auto;
	text-align:center;
	background:url(../images/BG_footer.png) 0 bottom repeat-x;
}

img {
	border:none;
}





#lbxSmallSearchContainer {
	float:right;
	width:292px;
	height:50px;
	margin:0 10px;
	border:#000033 solid 1px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:url(../images/bg_bible.png) 0 0 repeat-x;
}

#lbxSmallSearchField {
	padding: 3px 2px 0px;
	height: 27px;
}

#lbxSmallSearchContainer form {
	border:none;
	margin: 0;
	padding: 0;
}

#lbxSmallSearchContainer input {
	background:white;
	width:98px;
	border:#000033 solid 1px;
	text-align: left;
	margin: 0px 0px 2px 7px;
	font-size:12px;
	position:relative;
	top:-6px;
	left:1px;
	-moz-border-radius:3px;
	border-radius:3px;
}

#lbxSmallSearchContainer #go {
	width: 18px;
	cursor: pointer;
	border: 0;
	margin-top:7px;
	position:relative;
	top:0px;
}

#lbxSmallSearchFooter {
	text-align:center;
	color:#003;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:4px;
}

#lbxSmallSearchFooter a img {
	vertical-align:baseline;
	padding:0;
	 padding-right:2px;
	margin:0;
}

#lbxSmallSearchFooter a {
	color:#003;
	text-decoration:none;
	font-size:9px;
}

a.lbxSmallSearchTooltip {
	display:inline;
	cursor:pointer;
	position:relative;
	z-index:24;
}

a.lbxSmallSearchTooltip:hover {
	z-index:25
}

a.lbxSmallSearchTooltip span {
	display: none;
}

a.lbxSmallSearchTooltip:hover span {
	position: absolute;
	margin:15px 0px 0px 0px;
	background-color:#FFF;
	width:195px;
	height:88px;
	cursor:pointer;
	background: url(http://www.logos.com/images/biblesearchbar/tooltip.jpg) no-repeat;
	display:block;
	top:.5em;
	left:.5em;
}

.lbxBlurred {
	color: #666666;
}

