/*
Template: 4149
GJBO
Author: L.Diercks
*/


.body {
	background: #FFF;
}

#gj-footer a:link, #gj-footer a:visited {
	color: #fff;
}
#gj-footer a:hover {
	color: #fff;
	text-decoration: none;
}
#gj-container {
	width: 900px;
	margin: 30px auto 0;
}
#gj-header {
    background: url(https://u.jimcdn.com/cms/o/layout/labe75fbde72fee33/img/img-header-bg.gif) repeat-x left bottom;
    padding: 0 0 11px;
    margin: 0 0 20px;
}
#gj-visual {
    width: 898px;
	border: 1px solid #ccc;
}
#gj-visual h1 {
	position: absolute;
	right: 40px;
	top: 60px;
	color: #547105;
}
#gj-contents {
	background: #FFF;
	zoom: 1;
	margin: 0 0 40px;
}
#gj-contents:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#gj-main_contents {
	float: left;
	width: 640px;
	margin: 0 0 40px;
	padding: 0 18px 0 0;
	border-right: 1px solid #8b8b8b;
}
#gj-main_contents {
	margin-bottom: 20px;
}
#gj-contents h1 {
	background: #eeeeee url(https://u.jimcdn.com/cms/o/layout/labe75fbde72fee33/img/img-h1-bg.gif) no-repeat left center;
	background: url(https://u.jimcdn.com/cms/o/layout/labe75fbde72fee33/img/img-h1-bg.gif) no-repeat left center, -webkit-gradient(linear, left top, left bottom, color-stop(25%, #ffffff), color-stop(100%, #d7d7d7));
	background: url(https://u.jimcdn.com/cms/o/layout/labe75fbde72fee33/img/img-h1-bg.gif) no-repeat left center, -moz-linear-gradient(top, #ffffff 25%, #d7d7d7 100%);
	margin: 0 0 15px;
	padding: 10px 10px 10px 20px;
	color: #333;
	border: 1px solid #ccc;
}

#gj-contents h1 a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
#gj-contents h2 {
	margin-bottom: 15px;
	padding: 6px 0px 14px 0;
	color: #81b000;
	background: url(https://u.jimcdn.com/cms/o/layout/labe75fbde72fee33/img/img-h2-bg.gif) no-repeat left bottom;
}
#gj-contents h3 {
	background: url(https://u.jimcdn.com/cms/o/layout/labe75fbde72fee33/img/img-h3-bg.gif) repeat-x left bottom;
	background: url(https://u.jimcdn.com/cms/o/layout/labe75fbde72fee33/img/img-h3-bg-border.gif) no-repeat left center, url(https://u.jimcdn.com/cms/o/layout/labe75fbde72fee33/img/img-h3-bg.gif) repeat-x left bottom;
	margin-bottom: 10px;
	padding: 3px 0 15px 14px;
	color: #4b6600;
}

#gj-contents div.hr {
	border-bottom: 1px solid #8b8b8b;
}
#gj-contents #gj-sidebar {
	width: 220px;
	padding: 0 0 0 18px;
	float: right;
}

#gj-sidebar h1, #gj-sidebar h2, #gj-sidebar h3 {
	padding: 6px 6px 6px 10px;
	margin: 0 0 6px;
}
#gj-sidebar h1 {
	background: url(https://u.jimcdn.com/cms/o/layout/labe75fbde72fee33/img/img-side-h1-bg.gif) repeat left center;
	border: none;
	border-left: 5px solid #4b6600;
	color: #fff;
}
#gj-sidebar h2 {
	background: url(https://u.jimcdn.com/cms/o/layout/labe75fbde72fee33/img/img-side-h2-bg.gif) no-repeat left center;
	color: #4b6600;
	padding-left: 25px;
	border-bottom: 1px dotted #6f8533;
}
#gj-sidebar h3 {
	background: url(https://u.jimcdn.com/cms/o/layout/labe75fbde72fee33/img/img-side-h3-bg.gif) no-repeat left center;
	color: #81b000;
	border: none;
	border-bottom: 1px dotted #6f8533;
	padding-left: 25px;
}

div.datetime {
    border-radius:6px;
    background: -moz-linear-gradient(center bottom , #90c500 0%, #6c9300 100%) repeat scroll 0 0 transparent !important;
    background-color: #709900 !important;
    margin: 6px 8px 0 0 !important;
}

body.ie-6 div.datetime { filter : none !important ; }
body.ie div.datetime { background-image: none !important; }

/*Footer*/

#gj-footer {
 background:#8ec800 url(https://u.jimcdn.com/cms/o/layout/labe75fbde72fee33/img/img-footer-bg.gif) repeat-x 0 0;
 border-top: 1px groove #4b6600;
 color: #fff;
 padding-bottom:20px;
}
#gj-footer_in {
	zoom: 1;
	width: 898px;
	margin: 0 auto;
	padding: 25px 0 0;
}
#gj-footer_in:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#gj-footer #gj-footernavi {
	float: left;
}


/* NAVIGATION */
#gj-globalnavi {
}
#gj-globalnavi ul {
	list-style-type:none;
	zoom: 1;
	width: 898px;
	border: 1px solid #ccc;
	border-top: none;
	background: #f4f4f4;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #ffffff), color-stop(100%, #dadada));
	background: -moz-linear-gradient(top, #ffffff 25%, #dadada 100%);
	margin: 0;
    padding:0;
}
#gj-globalnavi ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#gj-globalnavi ul li {
	border-right: 1px dotted #6f8533;
	float: left;
	zoom: 1;
}
#gj-globalnavi ul li:after {
	height: 0;
	line-height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: ".";
}
#gj-globalnavi ul li a {
	display: block;
	padding: 10px 14px;
	_height: 1%;
	color: #333 !important;
	font-weight: bold;
	text-decoration: none !important;
	float: left;
}
#gj-globalnavi ul li a:hover,
#gj-globalnavi ul li a.current 
{
	background: #adadad;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #adadad), color-stop(100%, #ffffff));
	background: -moz-linear-gradient(top, #adadad 25%, #ffffff 100%);
}


#gj-localnav ul.mainNav2
{
  padding:0 0 30px 0;
}


#gj-localnav ul.mainNav3
{
  padding:0;
}


#gj-sidebar #gj-localnav ul li {
    background: none;
    padding: 0;
    list-style:none !important;
}
#gj-sidebar #gj-localnav ul ul li {
    background: none;
}


.mainNav2 a {
    background: url(https://u.jimcdn.com/cms/o/layout/labe75fbde72fee33/img/img-li-bg.gif) no-repeat 0 1px;
    padding-left: 13px;
}
.mainNav3 a {
    background: url(https://u.jimcdn.com/cms/o/layout/labe75fbde72fee33/img/img-li-li-bg.gif) no-repeat 9px 1px;
    padding-left: 22px;
}

ul.mainNav2 li a.current,
ul.mainNav3 li a.current
{
  font-weight:bold;
}


