@charset "utf-8";
/* CSS Document */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.0em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

ul.dropdown ul {
width: 120px;
margin-top: 1px;
background-color: #a2cad5;
padding:0px;
visibility: hidden;
position: absolute;
top: 100%;
left: 0;
z-index: 598;
}

ul.dropdown ul li {
font-weight: normal;
margin:0px;
}

* {
  margin: 0;
  padding: 0;
}

a{
	text-decoration:none;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#c4dfe7;
}

a:link, a:visited{
	color:#FFF;
}

a:active, a:hover{
	color:#ff8b00;
}


/*layout*/

#jhj-center-wrapper{
	margin:0 auto;
	width:1000px;
	background:url(background.png) repeat-y;
	overflow:hidden;
}

#jhj-header-wrapper{
	background:url(header.png) no-repeat;
	width:1000px;
	height:57px;
	padding:136px 0px 0px 27px;
}

#jhj-menu-wrapper{
	width:800px;
	height:30px;
}

#jhj-menu-wrapper a{
	color:#FFF;
	font-size:1.3em;
}

#jhj-menu-wrapper a:visited{
	color:#FFF;
	font-size:1.3em;
}

#jhj-menu-wrapper a:active{
	color:#ff8b00;
	font-size:1.3em;
}

#jhj-menu-wrapper  a:hover{
	color:#ff8b00;
	font-size:1.3em;
}

#jhj-menu-wrapper ul{
	list-style: none;
	padding: 0;
	margin: 0;
} 

#jhj-menu-wrapper li{
	float: left;
	margin-left:20px;
}

#jhj-menu-wrapper ul.nav{
	list-style: none;
	padding: 0;
	margin: 0;
} 

#jhj-menu-wrapper ul li{
	float: left;
	margin-left:20px;
	height:30px;
} 

#jhj-menu-wrapper ul li ul li{
	float: left;
	margin:3px 0px 0px 4px;
	height:20px;
}

#jhj-menu-wrapper ul li ul li a{
	font-size:1em;
}

#jhj-menu-wrapper ul li ul li a:hover{
	font-size:1em;
}

#jhj-menu-wrapper ul li ul li a:active{
	font-size:1em;
}

#jhj-menu-wrapper ul li ul li a:visited{
	font-size:1em;
}

#jhj-content-wrapper{
	width:930px;
	margin:10px 0px 50px 35px;
}

#jhj-content-table{
	border:2px #158daf solid;
	width:73%;
	padding:10px 10px 10px 20px;
	background:url(image-background.jpg) no-repeat;
}

#jhj-content-table-wide{
	border:2px #158daf solid;
	width:900px;
	padding:10px 10px 10px 20px;
}

#jhj-block-table{
}

.jhj-image-block-rest{
	border:2px #083698 solid;
	width:231px;
	margin-top:20px;
}

.jhj-image-block-1{
	border:2px #083698 solid;
	width:231px;
	margin-top:0px;
}

.jhj-clear{
	clear:both;
}

#jhj-footer-wrapper{
	background:url(footer.png) no-repeat;
	width:1000px;
	height:213px;
}

#jhj-footer-menu-wrapper{
	width:800px;
	padding:30px 0px 0px 40px;
}

#jhj-footer-menu-wrapper ul{
	list-style: none;
	padding: 0;
	margin: 0;
} 

#jhj-footer-menu-wrapper li{
} 

#jhj-footer-menu-wrapper a:link{
	color:#FFF;
	font-size:0.9em;
}

#jhj-footer-menu-wrapper a:visited{
	color:#FFF;
	font-size:0.9em;
}

#jhj-footer-menu-wrapper a:active{
	color:#ff8b00;
	font-size:0.9em;
}

#jhj-footer-menu-wrapper a:hover{
	color:#ff8b00;
	font-size:0.9em;
}

#jhj-copy{
	float:right;
	width:100px;
	height:40px;
	margin-top:-17px;
}
