@font-face { font-family: 'zero-hour'; src: url('../font/ZEROHOUR.ttf') format('truetype'); }

* {
  font-family: Arial, Verdana, sans-serif;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

#background {
  position: fixed;
  z-index: 1;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #ffffff; /* Old browsers */
  
  background: -moz-linear-gradient(top,  #ffffff 0%, #164e2b 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#164e2b)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#164e2b 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#164e2b 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#164e2b 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#164e2b 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#164e2b',GradientType=0 ); /* IE6-9 */
}

#wrapper {
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

#snow {
	position: fixed;
	width: 90%;
	margin: 0px 5%;
	height: 100%;
	top:0;
	left: 0;
}

a, ul, li {
  text-decoration: none;
  list-style: none;
}

p, li, a, label {
  font-size: 12px;
  color: #161616;
}

.clear {
  clear: both;
}

#head_nav {
  height: 20px;
  width: 100%;
  min-width: 1000px;
  background-color: #f4f52c;
  -webkit-box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.4); /* WebKit */
  -moz-box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.4); /* Firefox */
  box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.4); /* Standard */ 
  margin-bottom: 30px;
}

#head_nav .head_nav {
  height: 20px;
  width: 1000px;
  margin: 0 auto;
}

#head_nav .head_nav p.login {
  line-height: 20px;
  margin: 0;
  float: left;
  cursor: pointer;
}

.login_bar {
  display: none;
  position: absolute;
  z-index: 100;
  top: 20px;
  width: 300px;
  height: 60px;
  background-color: #f4f52c;
  -webkit-box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.4); /* WebKit */
  -moz-box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.4); /* Firefox */
  box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.4); /* Standard */ 
}

.logout_bar {
  width: 100px;
  height: 30px;
}

.login_bar form fieldset {
  width: 300px;
  height: 60px;
  border: none;
}

.login_bar form fieldset input[type="text"],
.login_bar form fieldset input[type="password"] {
  height: 12px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4); /* WebKit */
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4); /* Firefox */
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4); /* Standard */   
  width: 98px;
  font-size: 10px;
}

.login_bar form fieldset label {
  display: inline-block;
  width: 100px;
}

.login_bar form fieldset label[for="submit"] {
  float: none;
  width: auto;
  vertical-align: top;
  margin-right: 5px;
  line-height: 15px;
}

.login_bar div.submit {
  vertical-align: center;
  float: right;
  margin: -25px 25px 0 0 ;
}

.head_nav #pmenu {
  padding: 0;
  margin: -2px 0px 0px 0px;
  float: right;
}

.head_nav ul li {
  display: inline-block;
  margin-left: 16px;
  line-height: 20px;
  
}

.head_nav ul li a.current,
.head_nav ul li a:hover {
  text-decoration: underline;
}

#header {
  width: 100%;
  min-width: 1000px;
  height: 120px;
  border-bottom: 5px solid #000;
  margin: 56px 0 44px 0;
  border-top: 5px solid #000;
  background: #164e2b; /* Old browsers */
  background: -moz-linear-gradient(left,  #164e2b 0%, #2b9954 50%, #164e2b 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#164e2b), color-stop(50%,#2b9954), color-stop(100%,#164e2b)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #164e2b 0%,#2b9954 50%,#164e2b 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #164e2b 0%,#2b9954 50%,#164e2b 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #164e2b 0%,#2b9954 50%,#164e2b 100%); /* IE10+ */
  background: linear-gradient(to right,  #164e2b 0%,#2b9954 50%,#164e2b 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#164e2b', endColorstr='#164e2b',GradientType=1 ); /* IE6-9 */
}

#rolling_text {
  position: relative;
  z-index: 20;
  top: 5px;
}

#rolling_text a.ticker {
  margin-right: 50px;
}

#rolling_text a.ticker:hover {
  font-weight: bold;
}
.rolling_text {
  float: right;
  height: 0px;
  width: 100%;
}

.rolling_text p {
  line-height: 12px;
  margin: 0;
}

#header .header {
  width: 1000px;
  margin: 0 auto;
}

.header h1 {
  font-family: zero-hour;
  color: #161616;
  line-height: 181px;
  margin: 0;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.header div.logo {
  width: 157px;
  margin: -31px auto 0;
  height: 181px;
  position: relative;
  z-index: 30;  
}

.header h1.title_right {
  font-size: 27px;
  float: right;
}

.header h1.title_left {
  font-size: 19px;
  float: left;
}

div#navi {
  width: 100%;
  min-width: 1000px;
  height: 55px;
  background: #164e2b; /* Old browsers */
  background: -moz-linear-gradient(left,  #164e2b 0%, #2b9954 50%, #164e2b 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#164e2b), color-stop(50%,#2b9954), color-stop(100%,#164e2b)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #164e2b 0%,#2b9954 50%,#164e2b 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #164e2b 0%,#2b9954 50%,#164e2b 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #164e2b 0%,#2b9954 50%,#164e2b 100%); /* IE10+ */
  background: linear-gradient(to right,  #164e2b 0%,#2b9954 50%,#164e2b 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#164e2b', endColorstr='#164e2b',GradientType=1 ); /* IE6-9 */
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4); /* WebKit */
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4); /* Firefox */
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4); /* Standard */
}

.grd_top {
  width: 100%;
  min-width: 1000px;
  height: 5px;
  background: #2b9954; /* Old browsers */
  background: -moz-linear-gradient(left,  #2b9954 0%, #164e2b 50%, #2b9954 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2b9954), color-stop(50%,#164e2b), color-stop(100%,#2b9954)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #2b9954 0%,#164e2b 50%,#2b9954 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #2b9954 0%,#164e2b 50%,#2b9954 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #2b9954 0%,#164e2b 50%,#2b9954 100%); /* IE10+ */
  background: linear-gradient(to right,  #2b9954 0%,#164e2b 50%,#2b9954 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b9954', endColorstr='#2b9954',GradientType=1 ); /* IE6-9 */
}

#navi ul {
  position: relative;
  padding: 0px;
  margin: 0px;
}

#navi .nav_bar {
  width: 1100px;
  margin: 0 auto;
}

.nav_bar .navi {
  margin: 0;
  padding: 0;
  height: 50px;
}

.nav_bar .navi li {
  display: inline;
  float: left;
}

.nav_bar .navi li a {
  float: left;
  line-height: 45px;
  padding: 0px 20px;
  font-weight: bold;
}


.nav_bar .navi li a:hover,
.nav_bar .navi li a.current,
.nav_bar .navi li a.main_page {
  background-color: #fff;
  border-bottom: 5px solid #18532e;
}

#navi ul ul {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  background: #18532E;
    display: none;
    position: absolute;
    width: 150px;
}


#navi li:hover > ul {
    display: block;
    position: absolute;
    top: 45px;
    z-index: 20;
}

#navi ul ul a {
    display: block;
    float: none;
    font-size: 12px;
    line-height: 25px;
    width: 130px;
  padding: 0px 0px 0px 20px;
  color: #fff;
}

#navi ul ul a.current,
#navi ul ul a:hover {
  background: #F4F52C;
  color: #000;
  border: none;
  text-shadow: 0px 0px 3px rgba(0,0,0,0.4);
}

#content {
  margin: 0 auto;
  width: 1000px;
  margin-top: 30px;
}

#content .content_left {
  float: left;
  margin-right: 20px;
}

.content_left #slideshow {
  width: 778px;
  height: 198px;
  border: 1px solid #000;
  margin-bottom: 20px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4); /* WebKit */
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4); /* Firefox */
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4); /* Standard */
}

#content .content_right {
  float: right;
  padding: 20px 10px;
  width: 178px;
  min-height: 700px;
}

.content_left #texts {
  width: 778px;
}

#content #logo_cycle {
  margin-bottom: 40px;
  margin-top: 20px;
}

.content_box {
  border: 1px solid #000;
  background-color: #f6f6f6;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4); /* WebKit */
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4); /* Firefox */
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4); /* Standard */
}

.content {
  padding: 20px;
  min-height: 500px;
}

.content h1 {
  margin: 0px;
  padding-bottom: 10px;
  font-size: 16px;
}

#footer {
  width: 100%;
  min-width: 1000px;
  border-top: 5px solid #a7a729;
  border-bottom: 10px solid #a7a729;
}

#footer .footer {
  width: 1000px;
  margin: 0 auto;
}

.footer p {
  text-align: center;
  color: #f6f6f6;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.6);
}

#intro caption{
  margin-top: 20px;
  font-weight: bold;
}

#slideshow {
  position: relative;
}

#slideshow .csc-textpic-caption {
  position: absolute;
  line-height: 20px;
  text-align: center;
  background: rgba(255,255,255,0.5);
  width: 100%;
  font-size: 10px;
}

#slideshow .csc-textpic-caption:hover {
  background: rgba(255,255,255,1.0);
}

#slideshow #nav a {
  color: transparent;
  width: 7px;
  height: 7px;
  display: inline-block;
  background: #288b4c;
  border: 1px solid #000;
  margin-left: 5px;
}

#slideshow #nav {
  position: relative;
  top: -24px;
  right: 5px;
  z-index: 500;
  text-align: right;
  padding: 3px;
  width: 100%;
  height: 0px;
}

#slideshow #nav .activeSlide {
  background: #f8fc0c;
}

#logo_cycle {
  padding: 10px 0px;
  height: 100px;
}

#logo_cycle img {
  max-height: 100px;
  max-width: 100px;
}

#logo_cycle .csc-textpic-imagerow {
  width: 900px;
}

#logo_next,
#logo_prev {
  width: 40px;
  height: 120px;
  cursor: pointer;
}

#logo_prev {
  float: left;
  background: url(../img/prev.jpg) no-repeat 0px 15px;
}

#c9 {
  float: left;
  width: 910px;
}

#logo_next {
  float: right;
  background: url(../img/next.jpg) no-repeat 0px 15px;
}

.newsHeader {
  background: #2b9954;
  color: #000;
  font-size: 14px;
  text-align: center;
  padding: 5px 0px;
  margin: 0px;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.8); 
}

.news-latest-view {
  background: #d8d8d8;
  width: 158px;
  margin-left: 5px;
  padding: 5px;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.8); 
}

.news-latest-view .header h3 {
  margin: 0px;
  text-align: center;
}

.news-latest-view .teaser-text  {
  text-align: center;
}

.news-latest-view .more {
  font-size: 10px;
}
.news-latest-view .more:hover {
  font-weight: bold;
}

.news-latest-view .article {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#c40 ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

#c40 li {
  display: inline;
}


#texts #c40 a {
  width: 220px;
  display: inline-block;
  background: #19512E;
  padding: 5px;
  margin: 5px;
  color: #fff;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
  text-align: center;
  text-decoration: none;
}

#texts #c40 a:hover {
  transition: 0.8s;
  background: #F4F52C;
  color: #000;
  text-shadow: 1px 2px 3px #000;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.9);
}

#texts .contenttable {
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
}

#texts .contenttable td {
  padding: 3px 20px 3px 0px;
}

#texts .csc-textpic-caption {
  font-size: 10px;
  text-align: center;
}

#texts a {
  color: #164F2B;
  text-decoration: underline;
}

#texts .indent {
  padding-left: 15px;
}

.tx-veguestbook-pi1 h2.tx-guestbook-header {
  background: #2B9954;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}

#texts .news-header {
  color: #164F2B;
}

#texts .news-footer {
  text-align: right;
}

#texts .news-text-wrap p {
  line-height: 18px;
}

img.tx-srfreecap-pi1-image {
  margin: 0px;
    vertical-align: middle;
}

.tx-srfreecap-pi1-cant-read {
  font-size: 12px;
  color: #2B9954;
  margin-left: 20px;
}

.article .teaser-text {
  font-style: italic;
}

.powermail_fieldwrap input[type=text],
.csc-mailform input[type=text],
.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big,
.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
    width: 250px;
}

.powermail_fieldwrap textarea,
.csc-mailform textarea,
.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
    display: block;
    width: 500px;
  height: 150px;
  font-size: 12px;
  padding: 5px;  
}


label em, legend em {
    color: #006600;
    display: inline-block;
    font-size: 85%;
    font-style: normal;
    text-transform: uppercase;
}

div.csc-mailform ol, div.csc-mailform ol li  {
  margin-bottom: 10px;
}

.powermail_label {
  float: left;
  width: 120px;
}

.powermail_fieldwrap {
  margin-bottom: 10px;
}

.powermail_captcha_outer {
  margin: 10px 0px 0px 120px;
}

.spaminfo {
  font-size: 10px;
}

.powermail_all dt,
.powermail_all dd {
  font-size: 12px;
}

.formErrorContent {
  font-size: 10px;
  font-style: italic;
  color: red;
  margin-left: 40px;
}

#print {
	margin: 20px 0px;
	padding: 5px 0px;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#print img {
	margin-right: 5px;
}

.emblem .csc-textpic-caption {
	text-align: center;
	font-size: 12px;
}

#wrapper #navi{background: #309953;}

#wrapper #header{background: #309953;}
body #background{background: #309953;}
