/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-repeat: repeat-x;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end of: http://meyerweb.com/eric/tools/css/reset/ */

body {
	background-color: #000000;
	text-decoration: none;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../images/jb_bknd.jpg);
}

#wrapper {
	background-color: #FFFFFF;
	height: auto;
	margin: 10px auto 0px;
	padding: 0px;
	border: #FF0000;
	text-align: left;
	overflow: hidden;
	width: 80%;
}
#masthead {
	margin: 0px 0px 30px;
	padding: 0px;
	border: none;
	overflow: hidden;
	height: 93px;
}
/* may want to set the height of the masthead to match the logo height */
#logo {
	height: 90px;
	width: 220px;
	margin: 10px 0px 10px 10px;
	padding: 0px;
	left: 0px;
	float: left;
	background-image: url(../images/jberger_logo_web1.gif);
	background-repeat: no-repeat;
}
#address {
	margin: 0px;
	padding: 5px;
	right: 0px;
	float: left;
	overflow: hidden;
	font-size: 10pt;
	line-height: 13pt;
}
#navbar {
	background-color: #000000;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#content {
	height: auto;
	width: 100%;
	margin: 20px 10px 0px 0px;
	padding: 20px;
	text-align: left;
	display: block;

}
#content .tip
{
	color: #9933CC;
	font-style: italic;
}
#footer {
	background-color: #000000;
	height: 18px;
	width: 100%;
	margin: 0px;
	padding: 5px 5px 2px;
	font-size: 8pt;
	color: #FFFFFF;
}

/* menu /*Credits: http://css.maxdesign.com.au/listamatic/horizontal27.htm */
#navbar ul
{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 86px;
	/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
	background-color: #000000;
	color: white;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10pt;
	line-height: 12pt;/* fixes Firefox 0.9.3 */
}

#navbar ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
margin-left: 0;
}

#navbar ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#navbar ul li a:hover
{
background-color: #CE4210;
color: white;
}

#navbar #active { border-left: 1px solid #fff; }

p {
	font-size: 10pt;
	margin: 5pt 0px 0px;
	width: 95%;
	text-decoration: none;
	padding: 0px;
	line-height: 13pt;
}
#home_image {
	background-image: url(../images/442672_90401332_lime.jpg);
	background-repeat: no-repeat;
	height: 379px;
	width: 800px;
}
#content h3
{
	font-size: 0.8em;
	margin-top: 0.8em;
}
#content h2
{
	font-size: 0.9em;
	margin-top: .9em;
}
#content blockquote
{
	margin-left: 2em;
	font-size: 10pt;
}
