@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #333333;
	background-image: none;
	background-repeat: repeat;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	margin: 14px;
}

.style2{
	color: #FFFFFF;
}
.style2B{
	color: #005b7f;
}
.style3 {
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 0px;
	margin: 24px;
}
.style4 {
	color: #FFFFFF;
	font-size: 20px;
	padding-right: 6px;
	margin: 16px;
}
.style5 {
	color: #FFFFFF;
	font-size: 20px;
	padding-top: 0px;
	margin: 24px;
}
.button {
	border-radius: 0px;
    border: 0;
    width: 153px;
    height: 32px;
    font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
    background: #000000;	
}

/*for text links*/

a:link {
	text-decoration: none;
	color: #005b7f;
}
a:visited {
	text-decoration: none;
	color: #005b7f;
}
a:hover {
	text-decoration: none;
	color: #7a0026;
}
a:active {
	text-decoration: none;
	color: #005b7f;
}

/*crossfade images*/
#cf {
  position: relative;
  height: 200px;
  width: 200px;
  margin: 0 auto;
}

#cf img {
  position: absolute;
  left: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#cf img.top:hover {
  opacity: 0;
}

/*crossfade zj logo*/
#cf2 {
  position: relative;
  height: 100px;
  width: 200px;
  margin: 0 auto;
}

#cf2 img {
  position: absolute;
  left: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#cf2 img.top:hover {
  opacity: 0;
}

.tilt {
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
   transform: rotate(10deg);
  -webkit-box-shadow: 0 0 0px rgba(255,255,255,.6), inset 0 0 0px rgba(255,255,255,1);
  -moz-box-shadow: 0 0 0px rgba(255,255,255,.6), inset 0 0 0px rgba(255,255,255,1);
   box-shadow: 0 0 0px rgba(255,255,255,.6), inset 0 0 0px rgba(255,255,255,1);
}

/*rotate image*/
.morph {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.morph:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

#wrapper {
	height: auto;
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bodyArea {
	height: auto;
	width: 1100px;
}
#wrapper #bodyArea #navigation {
	float: top;
	height: 50px;
	width: 1100px;
}
#wrapper #bodyArea #navigation #navBoxTop {
	float: left;
	height: 50px;
	width: 1100px;
}
#wrapper #bodyArea #navigation #navBoxTop #home{
	float: right;
	height: 50px;
	width: 100px;
}
#wrapper #bodyArea #navigation #navBoxTop #menuBtnName{
	float: right;
	height: 50px;
	width: 200px;
}

#wrapper #bodyArea #navigation #navigationMenu {
	float: left;
	height: 1600px;
	width: 200px;
}
#wrapper #bodyArea #navigation #navigationMenu #navBox01 {
	float: left;
	height: 200px;
	width: 200px;
}

#wrapper #bodyArea #center {
	float: left;
	height: auto;
	width: 800px;
}
#wrapper #bodyArea #center #navBox02 {
	float: left;
	height: 200px;
	width: 200px;
}
#wrapper #bodyArea #center #navBox02B {
	float: left;
	height: auto;
	width: 600px;
}
#wrapper #bodyArea #center #navBox02C {
	float: left;
	height: auto;
	width: 200px;
}
#wrapper #bodyArea #center #navBox02D {
	float: left;
	height: auto;
	width: 800px;
}
#wrapper #bodyArea #center #navBox02E {
	background-color: #000000;
	float: left;
	height: 50px;
	width: 800px;
}
#wrapper #bodyArea #center #navBox02F {
	background-color: #005b7f;
	float: left;
	height: 50px;
	width: 800px;
}
#wrapper #bodyArea #center #textBox01 {
	background-color: #000000;
	float: left;
	height: auto;
	width: 600px;
}
#wrapper #bodyArea #center #textBox02 {
	background-color: #000000;
	float: left;
	height: 200px;
	width: 600px;
}
#wrapper #bodyArea #center #textBox03 {
	background-color: #005952;
	float: left;
	height: 200px;
	width: 600px;
}
#wrapper #bodyArea #center #textBox04 {
	background-color: #005b7f;
	float: left;
	height: auto;
	width: 800px;
}
#wrapper #bodyArea #center #textBox05 {
	background-color: #000000;
	float: left;
	height: auto;
	width: 800px;
}

#wrapper #bodyArea #right {
	float: left;
	height: 1600px;
	width: 100px;
}
#wrapper #bodyArea #right #navBox03 {
	float: left;
	height: 1600px;
	width: 100px;
}

#wrapper #bodyArea #footer {
	background-color: #000000;
	float: left;
	height: 50px;
	width: 1000px;
}
#wrapper #bodyArea #footer #box02{
	background-color: #333333;
	float: left;
	height: 50px;
	width: 1000px;
}
#wrapper #bodyArea #footer #box01{
	float: right;
	height: 50px;
	width: 100px;
}