/* Exodus 20.15 - http://www.biblegateway.com/passage/?search=exodus%2020.15;&version=8; */

/* ----------(  GENERAL  )---------------- */

	* {
		padding:0;
		margin:0;
	}
	a{
		outline:none;
	}
	body {
		font-size:11px;
		font-weight:normal;
		font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
		color:#0b4a7a;
		background-color:#fff;
	}

/* -------(  FORCE SCROLLBAR IN FX/SF  )------- */

	html { 
		min-height:100%; 
		margin-bottom:1px;
	}

/* ----------(  MAIN LAYOUT  )---------------- */

/* wrapper */

#wrapper {
	margin:20px auto;
	width:846px;
	background: url(../images/layout/bg_repeater.jpg) left bottom repeat-y;
}

#header {
	position:relative;
	background:url(../images/layout/header.jpg) left top no-repeat;
	width:846px;
	height:130px;
}

#header ul {
	position:absolute;
	top:52px;
	left:80px;
	list-style:none;
	width:360px;
}

#header li {
	margin-right:10px;
	margin-bottom:11px;
	display:inline;
	float:left;
}

#header li.first {
	margin-left:20px;
}

#header li a {
	padding-right:20px;
	font-size:14px;
	color:#fff;
	font-family:Impact, Tahoma, Verdana;
	text-decoration:none;
	display:block;
	float:left;
}

#header li a.bullet {
	background:url(../images/layout/bullet.jpg) center right no-repeat;
}

#header h1 a {
	position:absolute;
	right:0;
	top:0;
	text-indent:-9999px;
	display:block;
	width:350px;
	height:130px;
}

#content {
	padding-left:35px;
	background:url(../images/layout/bg_content.jpg) left top no-repeat;
	min-height:498px;
	_height:498px;
}

#content #left {
	width:435px;
	float:left;
}

#left #ltop {
	background:url(../images/layout/l_top.gif) right top no-repeat;
	height:22px;
}

#left #lmiddle {
	padding: 0 60px 0 40px;
	background:url(../images/layout/l_middle.gif) left top repeat-y;
}

#left #lmiddle h2 {
	background:url(../images/layout/bg_h2.jpg) left top no-repeat;
	line-height:100px;
	height:122px;
	font-size:18px;
	display:block;
}

#left #lmiddle h3,
#left #lmiddle h3 a {
	margin-top:20px;
	font-size:16px;
	color:#0b4a7a;
	text-decoration:none;
}

#left #lmiddle p {
	padding-top:20px;
	line-height:17px;
}

#left #lmiddle a {
	font-size:11px;
	text-decoration:underline;
	color:#0b4a7a;
}

#left #lmiddle ul,
#left #lmiddle ol {
	margin-left: 20px;
}

#left #lbottom {
	background:url(../images/layout/l_bottom.gif) left top no-repeat;
	height:82px;
}

#content #right {
	width:348px;
	float:left;
}

#right .section {
	width:348px;
}

#right .section .rtop {
	background:url(../images/layout/r_top.gif) left top no-repeat;
	height:25px;
}

#right .section .rmiddle {
	padding: 0 40px;
	background:url(../images/layout/r_middle.gif) left top repeat-y;
}

#right .section .rbottom {
	background:url(../images/layout/r_bottom.gif) left top no-repeat;
	height:25px;
}

#right .section h2 {
	margin-bottom:18px;
	font-size:18px;
}

#right .section .item {
	padding-bottom:10px;
}

#right .section .item h4 {
	margin-bottom:10px;
	font-size:13px;
}

#right .section .item a {
	color:#0b4a7a;
	display:block;
	text-align:right;
}

#footer {
	text-indent:-9999px;
	background:url(../images/layout/footer.jpg) left top no-repeat;
	height:99px;
	clear:both;
}