/* CSS Document */

/*##############################################################
  Eric Meyer's Latest version of Reset.css (includes Baseline)
##############################################################*/ 

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {border: 0}
table {border-collapse: collapse; border-spacing: 0}
ul {list-style: none}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}

/*#######################
  Element Styles 
#######################*/

/*body {font-size:14px; font-family:Garamond, Times, "Times New Roman", serif; color:#282828; background:#f4f3f3 url(../images/body_bg.jpg) left top repeat-x} */
/*body {font-size:14px; font-family:Garamond, Calibri, "Calibri", serif; color:#282828; background:#f4f3f3 url(../images/body_bg.jpg) left top repeat-x} */
body {font-size:14px; font-family:'Calibri';color:#282828; background:#f4f3f3 }
h1 {color:#a0a0a0 }
h2, h3, h4, h5, p, ul, ol, dl {margin:15px 0}
h2, h3, h4, h5 {font-weight:bold; color:#777}
h2 {font-size:1.25em; padding-bottom:10px; text-transform:uppercase; font-family:Helvetica, Arial, Verdana, sans-serif; background:url(../images/headline_border.jpg) right bottom repeat-x}
h3 {clear:both; margin-bottom:0; font-size:2.35em; font-weight:normal}
h4 {font-size:1.15em}
h5 {font-size:1em; font-style:italic}
a {color:#1ab2c0; outline:none}
	a:hover {text-decoration:none}
dt {margin:15px 0; font-weight:bold}
dd {margin:5px 0 5px 15px}
ol {margin-left:25px}

/*#######################
  Layout Styles 
#######################*/

#wrapper {width:900px; padding:0 50px; margin:0 auto}

#header {height:143px; width:800px; background:url(../images/jbp_header.jpg) right top no-repeat}
/*	#header h1 {padding:15px 0 15px 40px; font-size:2.5em; color:#000; background:url(../images/jbp_header.jpg) left 45% no-repeat} */
	#header h1 {padding:15px 0 55px 40px; font-size:2.5em; color:#0f0f; left 45% no-repeat}
/*	#navigation {margin-top:40px; font-size:.85em;}
		#navigation li {margin-left:45px; display:inline; margin-right:25px; text-transform:uppercase; font-family:calibri}
			#navigation li a {text-decoration:none; color:#fff}
				#navigation li a:hover {text-decoration:underline}
*/
#content {clear:both; float:left; margin-top:1px}	
	#content p {line-height:1.25em; width:90%; text-align:justify;}
	#content ul {margin-left:25px; list-style-type:disc}
		#content li {margin:10px 0}	
		
		#homepage_intro	{float:left; width:90%; margin-bottom:1px; color:#777; text-align:justify;}
			#content #homepage_intro .two_columns {float:center; display:inline; margin-right:15px; width:336px; font-size:4.0em; text-align:justify;}
			#content #homepage_intro img {float:right}

		#page_intro	{float:left; width:90%; margin-bottom:1px; color:#777; text-align:justify;}
			#content #page_intro .two_columns {float:left; display:inline; margin-right:15px; width:336px; font-size:4.0em}
			#content #page_intro img {float:right}
            			
		#content .two_columns {float:left; display:inline; margin-right:60px; width:45%; text-align:justify;}
		#content .two_columns_image {float:left; display:inline; margin-right:15px; width:600px}
        
	#content .four_columns {float:left; display:inline; width:215px; margin-right:10px; text-align:justify;}
	
/* Form Styles */
input, textarea {padding:3px; font-size:.95em; font-family:Helvetica, Arial, Verdana, sans-serif; font-style:italic; color:gray}
input {width:250px}
textarea {width:350px; height:150px}
#submit {width:100px; font-weight:bold; color:#000; font-style:normal}
	
#footer {clear:both; padding:50px 0 30px 0; font-size:.9em; font-style:italic; color:gray}


