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



body {
	background-image:url(../images/bgloop.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
}

#container {
	width:965px;
	margin:0px auto;
	padding: 0px;
	margin-top: 10px;
	background-color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#header {
	background-image:url(../images/headback2.jpg);
	background-repeat:no-repeat;
	height: 89px;
	margin: 0px auto;
	padding-left: 400px;
	padding-top: 20px;
}

#menu {
	background-image:url(../images/nav-bg.png);
	background-repeat:repeat;
	height: 40px;
	padding-left: 5px;
	padding-top: 2px;
	z-index: 999;
	margin-top: 2px;
}

#leftCol {
	width:660px;
	float:left;
	padding:5px;
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-left: 5px;
	border-right: 1px dotted #999;
}

#rightCol {
	width:260px;
	float:right;
	padding:5px;
	background-image: url(../images/rightCbg.jpg);
	font-size: 14px;
	margin-right: 5px;
}

#footer {
	background-image:url(../images/copsyright.jpg);
	height: 75px;
}

#rightList {
	background-image:url(../images/icon-gradisents.jpg);
	margin-top: 0px;
	padding: 5px;
}

.cb {
	clear:both;
}

.imgRight{
	float:right;
	margin-left:10px;
}

.imgLeft{
	float:left;
	margin-right:10px;
}

#menu ul {
	font-family: Arial, Verdana;
	font-size: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 99;
}
#menu ul li {
	display: block;
	position: relative;
	float: left;
	color: #076724;
	font-weight:bold;	
	
}

#menu li ul { display: none; }
#menu ul li a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	padding: 10px 15px 10px 15px;
	//margin-left: 1px;
	white-space: nowrap;
	text-transform: none;
	width:125px;
	text-align:center;
	font-style: italic;
	color:#FFF;
}

#menu ul li a:hover {
	background-color:#063;
	color: #FF0;
	background-image:url(../images/navactive.jpg);
	
}
#menu li:hover ul {
	display: block;
	position: absolute;
	background-color: #076924;
	background-image:url(../images/nav-bg.png) !important;
}
#menu li:hover li {
	float: none;
	font-size: 11px;
	background-image:url(../images/nav-bg.png) !important;
	background-repeat:repeat-x;
}

#menu li:hover a {
}

#menu li:hover li a:hover {
	background-image:url(../images/nav-bg.png) !important;
	background-repeat:repeat-x;
}

.current {
	background-color:#063;
	color: #FF0 !important;
	background-image:url(../images/navactive.jpg);
}

.padTop {
	padding-top:10px;
}
#search {
	float:right;
	height:150px;
	width: 270px;
	margin-right: 3px;
	min-height: 150px;
}

#headImage {
	width:965px;
	height:250px;
}

#activities {
	background-repeat:repeat-x;
}

h1 {
	color:#FFF;
	background-color: #0D8028;
	padding: 5px;
	text-transform: uppercase;
	font-size: 26px;
}

h3 {
	color:#FFF;
	background-color: #0D8028;
	padding: 5px;
	text-transform: uppercase;
}

h4 {
	color:#090;

	text-transform: uppercase;
}

p {
	color:#666;
}

a {
	color:#0D8028;
	text-decoration:none;
	border:none;
}

a:hover {
	color:#9FC733;
	border:none;
}

img {
	border:none:
}

img a {
	border:none;
}

a img {
	border:none;
}

#footLinksL { 
	font-size:12px;
	float:left;
	color: #FFF;
}

#footLinksR {
	font-size:12px;
	float:right;
	color:#FFF;
	width: 230px;
}

#footLinksR a {
	color:#0D8028;
}

#footLinksL a {
	color:#0D8028;
	width: 550px;
}

.button {
	color:#FFF;
	background-color:#333;
	padding:5px;
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
}

.button:hover {
	background-color:#060;
}

.activityBtn {
	margin-right:130px;
}

.green {
	color:#0D8028;
}


/*translate*/

div.translate {
	width: 97%;
	border-radius: 5px;
	padding: 1em 0.5em;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	text-align: center;
	margin: 1em 0 0 0;
	box-shadow: 1px 1px 3px #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

div.translate > p {
	margin: 0 0 0.8em 0;
	padding: 0;
	font-size: 0.8em;
	color: #666;
	font-weight: bold;
}

div.translate #google_translate_element {
	width: 100%;
}


.goog-te-gadget-simple {
	background-color: transparent !important;
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
	border-bottom: none !important;
}
