@charset "utf-8";

/* +++ general styles +++ */

html, body {
	margin:0px;
	padding:0px;
	font: 10pt arial, helvetica, sans-serif;
	background:#000;
}
h1{
	font-size:20px;
	text-decoration: none;
	font-style:italic;
	display:inline;
	color: #EE0000;
}

#jgToolTip {position:absolute; z-index: 1001; }

/* +++ Text +++ */

.color-1-text-10 {
    font: 10pt arial, helvetica, sans-serif;
    color: #114411;
}
.color-1-text-13 {
    font: 13pt arial, helvetica, sans-serif;
    color: #114411;
}
.color-1-text-16 {
    font: 16pt arial, helvetica, sans-serif;
    color: #114411;
}
.color-2-text-13 {
    font: 13pt arial, helvetica, sans-serif;
	font-style: normal;
    color: #EE0000;
}

/* +++ Body +++ */

#jg-body-center {
    text-align:center;
}
#jg-body {
	position: relative;
	margin-top: 25px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #F4F4BB ;
	border: 0px solid #000000;
}

/* +++ Header +++ */

#jg-header {
    position:relative;
    left:0px;
    top: 0px;
    height:220px;
    border:0px solid #000000;
	background: #000000 url(images/header1-d.jpg) no-repeat;
}
#jg-header-l {
	position:absolute;
	left: 76px;
	top: 88px;
	height: auto;
	width: auto;
	border:  0px solid #000000;
}

/* +++ Footer +++ */

#jg-counter {
	position: absolute;
	top: 7px;
	left: 770px;
	border: 0px solid #000000;
	width: auto;
	height: auto;
}

#jg-footer1 {
	position: relative;
	margin-bottom: 25px;
	width: 800px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #000000 url(images/footer1-a.gif) no-repeat;
	border: 0px solid #000000;
}

/* +++ Jon's Logo +++ */

#jg-sitemap1 {
	position: absolute;
	top: 7px;
	left: 376px;
	border: 0px solid #000000;
	font-size: 10pt;
	width: auto;
	height: auto;
}
#jg-sitemap1 a {
    color: #114411 ;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: underline;
}
#jg-sitemap1 a:hover {
	color: #EE0000 ;
	text-decoration: none ;
}
#jg-logo1 {
	position: absolute;
	top: 12px;
	left: 680px;
	border: 0px solid #000000;
	width: auto;
	background: url(images/logo1.gif) no-repeat;
	height: auto;
}
#jg-logo1:hover {
	border: 0px solid #000000;
	background: url(images/logo1a.gif) no-repeat ;
}
