@charset "UTF-8";

/* Spryte Screen CSS (12/02/2008) */

/* --------------------------------------------
	Conditional Browser Rules
----------------------------------------------- */

/*
	Usage: Apply each of these "hacks" after the initial incorrect value has been set.

	Child Selector for FF, IE7, Opera, Safari:
		html > body element {rule}
	
	Child Selector + Comment Hack, which IE7 ignores:
		html >/^^/ body element {rule}
	
	Replace ^ with *
*/



/* --------------------------------------------
	Top-level Elements
----------------------------------------------- */

/* Top-level Elements

    * HTML - HTML document
          o BODY - Document body
*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100.01%;	/* Creates scrollbar in FF */
}

body {
	color: #d3d3d3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-position: center top;
	background-repeat: repeat-y;
	background-image: url(../images/wrapper-content-bg.jpg);
	background-color: #003;
}

body * {
	font-size: 100%;
}





/* --------------------------------------------
	Generic Classes
----------------------------------------------- */

.clear {
	clear: both;
}

div.clear {  /* Overflow: hidden doesn't work in DW Design View */
	font-size: 0;
	line-height: 0px;
}

.hidden {
	left: -999em;
	overflow: hidden;
	position: absolute;
	width: 0;
}

.invisible {
	visibility: hidden;
} 



/* --------------------------------------------
	Special Inline Elements
----------------------------------------------- */

/* Special Inline Elements

    * A - Anchor
    * BR - Line break
    * IFRAME - Inline frame
    * IMG - Inline image
    * MAP - Image map
          o AREA - Image map region
    * Q - Short quotation
    * SPAN - Generic inline container
    * SUB - Subscript
    * SUP - Superscript
*/

#content a {
	color: #06F;
	text-decoration: none;
}

#content a:hover, #content a:focus {
	color: #b3d9ff;
	text-decoration: none;
}

a:visited {
	color: #b3d9ff;
}

a img {
	border: none;
}


/* --------------------------------------------
	Generic Block-level Elements
----------------------------------------------- */

/* Generic Block-level Elements

    * ADDRESS - Address
    * BLOCKQUOTE - Block quotation
    * DEL - Deleted text
    * DIV - Generic block-level container
    * H1 - Level-one heading
    * H2 - Level-two heading
    * H3 - Level-three heading
    * H4 - Level-four heading
    * H5 - Level-five heading
    * H6 - Level-six heading
    * HR - Horizontal rule
    * INS - Inserted text
    * P - Paragraph
    * PRE - Preformatted text
*/

#content h1 {
	font-size: 154%;
	font-weight: normal;
	margin-top: 0.8em;
}

#content h2 {
	font-size: 115.5%;
	font-weight: bold;
	margin-top: .8em;
}
li {
	color: #003;
}

p {
	margin-top: .8em;
}


/* --------------------------------------------
	Specific Sections
----------------------------------------------- */

/*	Header ------------------------------------ */

#wrapper_header {
	height: auto;
	background-position: 0 0;
}

#header {
	padding: 0;
	width: 1024px;
	background-repeat: no-repeat;
	background-position: 0 0px;
	height: 93px;
	margin-right: auto;
	margin-left: auto;
}

#header_inner {
	height: 92px;
	overflow: hidden;
	position: relative;
	width: 960px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#header_inner h1 {
	background: url(../images/spryte_logo.png) no-repeat 0 0;
	left: 25px;
	height: 0;
	overflow: hidden;
	padding-top: 42px;
	position: absolute;
	top: 25px;
	width: 148px;
}

#header_inner h2 {
	background: url(../images/bg_tagline.png) no-repeat 0 0;
	height: 0;
	overflow: hidden;
	padding-top: 20px;
	position: absolute;
	right: 25px;
	top: 36px;
	width: 111px;
}

/*	Content Area ------------------------------ */

#wrapper_content {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/jbj-homepage.jpg);
	background-repeat: repeat-y;
	height: 909px;
}

#spry_nav {
	display: inline;
	float: left;
	margin-right: 25px;
	width: 175px;
	margin-left: 130px;
}

#content {
	display: inline;
	float: left;
	font-size: 130.5%;
	margin-top: 0px;
	position: relative;
	width: 550px;
	color: #000;
	background-color: #FFF;
	margin-left: -5px;
	padding-left: 0px;
	margin-right: auto;
}
#wrapper_content #content table tr td h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003;
	font-size: 16px;
	font-weight: bold;
}
#wrapper_content #content table tr td h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003;
	font-size: 14px;
	font-weight: bold;
}
#wrapper_content #content table tr td h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003;
	font-size: 12px;
	font-weight: bold;
}
#wrapper_content #content table tr   td p{
	font-family: Arial, Helvetica, sans-serif;
	color: #003;
	font-size: 12px;
}
#footer {
	width: 1024px;
	float: left;
	text-align: center;
	padding-top: 0px;
	color: #003;
	background-color: #FFF;
	background-image: url(../images/wrapper-content-bg.jpg);
	margin-top: 0px;
}
#flash {
	height: 150px;
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	background-color: #003;
}
