body {
	background: #006600 url(../images/main_back.jpg) no-repeat center top;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1 {
	color: #158b00;
}

a {
	color: #0f7314;
}

.center {

}

.notice {
	background-color: #fdd910;
	border: 1px solid #a8850c;
	padding: 10px;
	margin: 10px;
}

#head {
	padding-top: 20px;
	color: #ffffff;
	padding-bottom: 20px;
}

#head h1 , #head a {
	color: #ffffff;
}

#container_top {
	height: 17px;
	background: url(../images/content_top.png) no-repeat;
}

#container {
}

#content {
	background: #ffffff url(../images/content.png) repeat-y;
}

#container_bottom {
	height: 17px;
	background: url(../images/content_bottom.png) no-repeat;
}

.logo {
	padding-left: 25px;
	padding-top: 50px;
	padding-bottom: 30px;
	background: url(../images/logo.png) no-repeat 50px;
	margin-bottom: 0px;
	float: left;
}

.logo_detail {
	float: left;
	margin-top: 20px;
	margin-left: 40px;
}

#language_form {
	padding-top: 15px;
	padding-right: 10px;
	float: right;
}

#language_form input {
	border: 1px solid #000000;
}

#gallery {
	list-style-type: none;
}

#gallery li {
	margin: 10px;
	float: left;
}

.pub_nav {
	margin: 0px;
	padding: 0px;
}

.adm_nav {
	margin: 0px;
	padding: 0px;
}

#adm_nav {
	margin-bottom: 20px;
	background-color: #cafe57;
}

#latest_gallery {
	background-color: #ffffff;
}

#latest_gallery ul {
	list-style-type: none;
}

#latest_gallery li {
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	float: left;
}

.left {
	float: left;
}

.right {
	float: right;
	width: 600px;
}

.home_left, .home_middle, .home_right {
	padding: 10px;
	border: 1px solid #6ec306;
	background-color: #c2ffb2;
}

.nav {
	margin: 0px;
	padding: 0px;
}

.nav li {
	margin: 0px;
	padding: 15px 10px 0;
	float: left;
	list-style-type: none;
}

.nav a {
	float: left;
	font-weight: bold;
	text-decoration: none;
	color:  #000000;
	border-bottom: 10px solid transparent;
	text-transform: uppercase;
}

.nav a:hover {
	border-bottom: 10px solid #bbfe4c;
}

#adm_nav a {
	color: #000000;
}

#navigation {
	background: url(../images/pub_nav.png) no-repeat;
	margin-bottom: 10px;
}

.bottom a, .bottom a:hover {
	padding-bottom: 10px;
	border: 0px;
	color: #ffffff;
	text-transform: none;
}

#testimonial {
	text-align: center;
	margin-bottom: 20px;
}

#testimonial h1 {
	color: #000000;
}

#latest_gallery {
	margin-bottom: 20px;
}

#side_content {	
	margin-bottom: 20px;
}

.side_top {
	background: url(../images/side_top.png) no-repeat;
	height: 7px;
}

.side_content {
	background: #cccc00 url(../images/side_content.jpg) no-repeat;
	margin: 0px;
	padding: 10px;
}

.side_content p {
	margin: 0px;
}

.side_bottom {
	background: url(../images/side_bottom.png) no-repeat;
	height: 7px;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.schedule_table th {
	padding: 5px;
	border: 1px solid #000000;
	background-color: #a2fe00;
}

.schedule_table td {
	border: 1px solid #000000;
	padding: 5px;
	vertical-align: middle;
	background-color: #ffffff;
}

.t {
	border: 6px solid #6ec306;
	background: #c2ffb2 url(../images/col_01.jpg) no-repeat center top;
	margin-bottom: 20px;
	padding: 5px;
	color: #ffffff;
}

.table th {
	padding: 5px;
}

.table td {
	padding: 5px;
	vertical-align: middle;
}

#footer {
	color: #ffffff;
	padding-bottom: 30px;
}

#footer a {
	color: #ffffff;
}

#email{
	display:none
}

.top {
	padding-top: 0px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}