
/* -------------------- STYLE SHEETS -------------------- */

@import url("reset.css");

/* -------------------- MAIN BODY STYLES -------------------- */

body {
	background-image: url(../gfx/jam3_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ccc;
	color:#3f3f3f;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	margin: auto;
	width: 856px;
	padding-top: 50px;
}

#box-top {
	background-image: url(../gfx/box_top.png);
	background-repeat: no-repeat;
	float: left;
	height: 18px;
	width: 856px;
}

#box-middle {
	background-image: url(../gfx/box_middle.png);
	background-repeat: repeat-y;
	float: left;
	width: 856px;
}

#box-bottom {
	background-image: url(../gfx/box_bottom.png);
	background-repeat: no-repeat;
	float: left;
	height: 62px;
	width: 856px;
}

#sidebar {
	float: left;
	width: 162px;
	margin-left: 15px;
}
#cHolder{
   float: left;
   background:url(../gfx/loading.gif) center no-repeat;
   height:380px;
   width: 660px;
   overflow-y:auto;
   margin-left: 3px;
}

#content {
	background:#fff url(../gfx/box_middle.png)-180px 0 repeat-y;
   	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
	padding-bottom: 10px;
	line-height:18px;
}

.navigation li {
	display: block;
	float: left;
	background-image: url(../gfx/navigation2.png);
	background-repeat: no-repeat;
}

.navigation li a {
	display: block;
	height: 65px;
	width: 162px;
	text-indent: -9999px;
	background-image: url(../gfx/nav_divider.png);
	background-repeat: repeat-x;
	background-position: bottom;
	outline:none;
}

li.pg0 {
	background-position: 0 0;
}

li.pg1 {
	background-position: -162px 0;
}

li.pg2 {
	background-position: -324px 0;
}

li.pg3 {
	background-position: -486px 0;
}

li.pg4 {
	background-position: -648px 0;
}

li.pg5 {
	background-position: -810px 0;
}

li.pg0:hover {
	background-position: 0 -65px;
}

li.pg1:hover {
	background-position: -162px -65px;
}

li.pg2:hover {
	background-position: -324px -65px;
}

li.pg3:hover {
	background-position: -486px -65px;
}

li.pg4:hover {
	background-position: -648px -65px;
}

li.pg5:hover {
	background-position: -810px -65px;
}

li.pg0.active {
	background-position: 0 -130px;
}

li.pg1.active {
	background-position: -162px -130px;
}

li.pg2.active {
	background-position: -324px -130px;
}

li.pg3.active {
	background-position: -486px -130px;
}

li.pg4.active {
	background-position: -648px -130px;
}

li.pg5.active {
	background-position: -810px -130px;
}

h1 {
	font-size: 30px;
	color: #597691;
	text-align: center;
	letter-spacing: -2px;
	margin-top: 30px;
	margin-bottom: 20px;
}

h2 {
	font-size: 18px;
	color:#8ac000;
	margin-bottom: 5px;
}

span.slogan {
	color: #597691;
	font-size: 16px;
	vertical-align: middle;
	letter-spacing: -1px;
	margin-left:8px;
}

#content p {
	text-align: justify;
}

#data{display:none}
.ls0 {color:#597691;background:#d6d6d6; font-weight:bold;}
.lsx {background:#d6d6d6; padding:1px;}
