/*
	screen_all.css
	Core CSS for on-screen display
	
	see screen_ie6.css for MSIE 6 and earlier browsers.
	see screen_ie7.css for MSIE 7 and later browsers.
*/

body {
	margin:0;
	padding:0;
	font-size:11px;
	font-family:Verdana,Helvetica,'sans serif';
	background:#341909;
	color:#646464;
	}
div {
	position:relative;
	margin:0;
	padding:0;
	}
img { border:0; }
a,.pseudolink {
	color:#2a4e8f;
	text-decoration:none;
	}
a:visited {
	color:#2a4e8f;
	text-decoration:none;
	}
a:hover,.pseudolink:hover {
	color:#00f;
	}
a:active,.pseudolink:active {
	color:#696;
	}
.pseudolink { cursor:pointer; }
/* general page container */
#container {
	width:800px;
	margin:25px auto 13px;
	background:#fff url('../images/bg_content.gif') repeat-y;
	}
/* page header */
#header {
	width:800px;
	height:173px;
	background:#892f10 url('../images/banner_jbs.jpg') no-repeat;
	z-index:2;
	}
#site_title{
	width:800px;
	height:148px;
	}
#site_title a{
	display:block;
	height:100%;
	width:100%;
	}
#site_title h1,#site_title strong {
	/*display:none;*/
	margin:0;
	padding:0;
	}
#site_title h1 {
	display:block;
	width:800px;
	height:148px;
	}
#header a {
	text-decoration:none;
	}
#nav {
	list-style:none;
	position:absolute;
	bottom:0;
	right:0;
	height:25px;
	width:480px;
	margin:0;
	padding:0;
	}
#nav li {
	list-style:none;
	float:left;
	width:160px;
	height:25px;
	position:relative;
	}
#nav li a {
	}
#nav li ul {
	margin:-2px 0 0;
	padding:0;
	display:none;
	position:relative;
	width:145px;
	font-family:Verdana,Helvetica,'sans serif';
	line-height:1.1em;
	}
#nav li:hover ul,#nav li.over ul {
	display:block;
	}
#nav li li {
	margin:0;
	padding:0;
	display:block;
	width:145px;
	height:auto;
	float:none;
	color:#000;
	}
#nav li li a {
	display:block;
	padding:8px 5px 5px 5px;
	width:135px;
	background:#fad46e;
	font-size:0.9em;
	}
#nav li li a,#nav li li a:visited {
	color:#363636;
	background:#fad46e;
	text-decoration:none;
	}
#nav li li a:hover {
	color:#fff;
	background:#892f10;
	text-decoration:none;
	}
#nav li li a.current {
	color:#000;
	cursor:default;
	text-decoration:none;
	}
/* content area */
#content {
	width:800px;
	background: url('../images/bg_bottom.jpg') bottom no-repeat;
	padding:0 0 99px 0;
	z-index:1;
	}
/* the left nav */
#sidebar { /* width:156px; */
	width:156px;
	margin:0 0 50px 0;
	padding:42px 0 50px 0;
	float:left;
	background:url('../images/bg_left.jpg') 0 0 no-repeat;
	font-family:Verdana,Helvetica,'sans serif';
	}
#sidebar h2 {
	display:none;
	}
#sidebar ul {
	padding:0;
	margin:0;
	}
#sidebar li {
	list-style:none;
	padding:0;
	}
#sidebar a { /* width:156px; */
	width:120px;
	padding:7px 11px 7px 25px;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	/*font-weight:bold;*/
	color:#fff;
	font-size:1.1em;
	line-height:1em;
	}
#sidebar .sidesub a {
	width:110px;
	padding:3px 11px 4px 35px;
	text-transform:none;
	line-height:1.2em;
	}
#sidebar .navbutton {
	padding:10px 0 0 20px;
	}
#sidebar a:hover {
	background:#892f10;
	}
#sidebar .navbutton a,#sidebar .navbutton a:hover {
	background:none;
	padding:0;
	}
/* gap between sidebar and main content. */
#margin {
	width:127px;
	margin:48px 0 0 24px;
	padding:0;
	float:left;
	}
/* the main content */
#text { /* The width is bisected by some permanent images (see #margin) */
	width:455px;
	/*margin:48px 0 0 24px;*/
	margin:48px 0 0 14px;
	padding:0;
	float:left;
	}
#illo { /* image widths should be 120px plus 7px drop shadow */
	width:127px;
	margin:0;
	float:left;
	}
#verbiage {
	width:455px;
	margin:0 -14px 0 14px;
	float:left;
	}
	/* All text markup should descend from #text, not #verbiage */
#text p,#text ul,#text ol {
	margin:0 0 1em;
	}
#text h2, #text h3, #text h4, #text h5,#text h6 {
	margin:0 0 0.5em;
	color:#e58b20;
	text-transform:uppercase;
	font-family:"Eurostile",Verdana,Helvetica,'sans serif';
	float:none;
	clear:both;
	}
#text h2 {
	font-size:1.5em;
	}
#text h3 {
	font-size:1.2em;
	}
#text h4, #text h5,#text h6 {
	margin:0 0 0.1em;
	}
#text h4 {
	font-size:1.2em;
	text-transform:none;
	}
#text h5 {
	font-size:1.1em;
	}
#text h6 {
	font-size:1.1em;
	text-transform:none;
	}
#text div * img { /* if an image is inside a paragraph tag, list, etc., float it. Otherwise don't. */
	float:right;
	margin:0 0 3px 5px;
	}
#text .foot {
	color:#341909;
	}
#text .foot_n { /* The designate number in the footnote */
	font-size:1.1em;
	font-weight:bold;
	}
/* footer */
#footer {
	color:#736357;
	background:#341909;
	text-align:center;
	}
#footer p {
	margin:0;
	padding:1em 0 1em;
	}
/* general exemptions */
.spoken { display:none; }
body .nofloat { float:none; }
body .clearall {
	clear:both;
	float:none;
	display:block;
	}
body .ca {
	clear:both;
	float:none;
	font-size:0.1px;
	line-height:0.1px;
	display:block;
	height:1px;
	overflow:hidden;
	}

/* EOF */
