body {
	background: #fbfbfb;
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 25px 0 10px 0;
}

a { 
	color: #30797F; 
	text-decoration: none;
	target: _self;
}

.link {
	color: #2aba68;
}

.date {
	color: #76797c;
	font-size: 12px;
	margin-top: 15px;
}

h2 {
	color: #2aba68;
}

#container {
	margin: 0 auto;
	width: 880px;
	padding: 20px;
	padding-bottom: 5px; 
	background: #FFF;
	-moz-box-shadow:1px 1px 50px gray;
	-webkit-box-shadow:1px 1px 50px gray;
	box-shadow:1px 1px 50px gray;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px; 
	overflow: hidden;
}

	#headercont h1 a {
		color: #30797f;
		font-size: 28px;
		font-weight: bold;
		letter-spacing: -1px;
		text-transform: uppercase;
	}

	#languages {
		float: right;
		width: 880px;
		height: 16px;
		margin-top: -5px;
	}
	
	#languages ul {
		float: right;
		list-style-type: none;
		margin-top: 0px;
		margin-right: 5px;
	}

	#languages ul li {
		display: inline;
		font-size: 12px;
	}
	
	#languages a {
		margin-bottom: 5px;
		color: #808080;
		display:inherit; 
		font-weight: bold;
	}
	
	#languages a:hover{
		color: #000;
	}
	
	#languages a:active {
		color: #2aba68;
	}
	
	#languages ul img {
		width: 20px;
		height: 13px;
		padding-left: 10px;
		padding-right: 8px;
	}

#menu {
	height: 42px;
	width: 880px;
	border-radius: 0px 0px 20px 20px;	
	background: #54d278; /* Old browsers */
	background: -moz-linear-gradient(top, #54d278 0%, #2aba68 50%, #00aa4f 51%, #2dcb6f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54d278), color-stop(50%,#2aba68), color-stop(51%,#00aa4f), color-stop(100%,#2dcb6f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #54d278 0%,#2aba68 50%,#00aa4f 51%,#2dcb6f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #54d278 0%,#2aba68 50%,#00aa4f 51%,#2dcb6f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #54d278 0%,#2aba68 50%,#00aa4f 51%,#2dcb6f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #54d278 0%,#2aba68 50%,#00aa4f 51%,#2dcb6f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54d278', endColorstr='#2dcb6f',GradientType=0 ); /* IE6-9 */
	margin-bottom: 10px;
}

#menu ul {
	list-style-type: none;
	padding-left: 33px;
}

#menu ul a {
	display: block;
	color: #ffffff;
	font-size: 16px;
	line-height: 22px;
	padding:0 8px;
}

#menu ul li {
	position: relative;
	float:	left;
	margin:	0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 16px;
	display: block;
}

#menu ul li:first-child {
	border-left: none;
}

#menu  ul li a:hover {
	color: #b2ffb2;
}

#menu ul li a:active {
	color: #fff;
}

.normal {
	border-bottom: none;
}

#menu ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -105px;
	border-bottom: 5px solid #2aba68;
	padding:0;
	border-radius: 0px 0px 5px 5px;
	z-index: 50;
}

#menu ul.right {
	left: 10%;
	margin: 0 0 0 -105px;
}

#menu ul ul li {
	float:none;
	width: 205px;
	background: url(../images/menu.png);
	border-top: 1px solid #2aba68;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

#menu ul ul li:first-child {
	border-top: none;
	border-left: 5px solid transparent;
}

#menu ul ul li:hover {
	background: #30797f;
	border-left: 5px solid #2aba68;
}

#menu ul ul a
{
	font-size: 12px;
	line-height: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
}

#menu ul li:hover > ul {
	display:block
}

#news {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
}

#footer {
	float: left;
	width: 100%;
	text-align: center;
}

#footer ul {
	list-style-type: none;
}

#footer ul:first-child {
	padding-left: 20px;
	padding-right: 20px;
}

#footer ul li {
	border-left: 1px solid #2aba68;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}

#footer ul li:first-child {
	border-left: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #000;
}

#map_canvas {
	height: 450px;
	width: 630px;
	z-index: 30;
	margin-bottom: 10px;
}

#maincont {
	width: 880px;
	line-height: 22px;
	padding: 10px 0 0 0;
}
		
		#maincont a.more {
			margin-bottom: 30px; 
			font-size: 14px;
			text-decoration: underline; 
		}
		
		#maincont p.date {
			margin-top: 2px; 
			margin-bottom: 10px;
		}
		
		#maincont p { 
			margin: 0; 
			text-align: justify; 
			line-height: 24px; 
			margin-bottom: 10px;
		}
		
		#maincont p.news { 
			margin-bottom: 15px; 
		}
		
		#maincont p.help {
			color: #76797c;
			font-size: 12px; 
			margin-bottom: 15px;
		}
		
		#maincont label { font-weight: bold; }
		
		#maincont ol { font-weight: bold;	}
		
		#maincont ol li span { font-weight: normal; }
		
		#maincont h1, #maincont h2, #maincont h3{ 
			margin: 10px 0 0 0;
			letter-spacing: -1px; 
		}
		
		#maincont h1 { font-size: 26px; }
		#maincont h2 { font-size: 20px; }
		#maincont h3 { font-size: 16px; }
		#maincont h4 { margin: 0; }
		#maincont h5 { font-size: 22px; }
		
		#maincont ul { 
			margin: 0 0 15px 3px; 
			list-style-type: square; 
		}
		
		#maincont ol { 
			margin: 0 0 15px 35px; 
			list-style-type: decimal; 
		}
		
		#maincont ol li { padding: 0 0 0 2px; }
		
		#maincont blockquote { 
			background: #EEE; 
			border-left: 3px solid #2ECC71; 
			padding: 15px; 
			margin: 0 0 15px 0; 
			font-style: italic; 
			line-height: 18px; 
		}

	#maincont #mainleft
	{
		float: left;
		width: 630px;
		margin-top: -10px;
	}

	#maincont #mainright
	{
		float: right;
		width: 210px;
		padding: 0;
		font-size: 11px;
		color: #777;
	}
	
	#maincont #mainright table.sidemenu {
		border: 1px solid #2aba68;
		border-radius: 5px;
		margin-bottom: 10px;
		border-spacing: 0;
		width: 100%;
		line-height: 20px;
	}
	
	#maincont #mainright table.sidemenu tr th, #maincont #mainright table.sidemenu tr:first-child:hover {
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		background: #2dcb6f; /* Old browsers */
		background: -moz-linear-gradient(top,  #2dcb6f 0%, #2aba68 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2dcb6f), color-stop(100%,#2aba68)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #2dcb6f 0%,#2aba68 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #2dcb6f 0%,#2aba68 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #2dcb6f 0%,#2aba68 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #2dcb6f 0%,#2aba68 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dcb6f', endColorstr='#2aba68',GradientType=0 ); /* IE6-9 */
		color: #fff;
		padding: 6px 10px;
		text-align: left;
		line-height: 22px;
	}
	
	#maincont #mainright table.sidemenu tr td {
		color: #30797F;
		padding: 0;
	}
	
	#maincont #mainright table.sidemenu tr td a {
		float: left;
		width: 90%;
		padding: 6px 10px;
		margin: 0;
		color: #30797F;
		border-top: 1px dotted #2aba68;
	}
	
	#maincont #mainright table.sidemenu tr:nth-child(2) td a {
		border-top: none;
	}
	
	#maincont #mainright table.sidemenu td a:hover, #maincont #mainright table.sidemenu td:hover {
		color: #000;
	}
			
#middlecont
{
	width: 880px;
	height: 200px;
}

.img {
	width: 880px;
	height: 200px;
	margin-bottom: -12px;
	border-radius: 20px 20px 0px 0px;
}

table {
	font-size: 12.5px;
}

#events {
	margin-top: 10px;
}

#events tr:nth-child(odd){
	background: #f9f9f9;
}

#members tr {
	line-height: 25px;
}

#members tr:nth-child(odd) {
	background: #f9f9f9;
}

input[type="text"],
input[type="email"],
select , 
textarea {
	line-height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #cccccc;
	margin-top: -10px;
	margin-bottom: 5px;
}

textarea {
	width: 600px;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
  border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
  outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.btn {
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	text-decoration: none;
	font-size: 16px;
}

.font14 {
	font-size: 14px;
}

.btn:hover,
.btn:focus,
.btn:active {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-green {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active {
	color: #ffffff;
	background-color: #51a351;
	*background-color: #499249;
}

.btn-green:active {
	background-color: #408140 \9;
}

a.cabr:hover
{
    color: #0000FF;
    font-size: 22px;
}
a.swu:hover
{
    color: #0000FF;
    font-size: 20px;
}