body,html {
	margin: 0;
	padding: 0;
	height: 100%;
}

img { border: 0; }

.body {
	background-color: #EBECEB;
	text-align: center;
	font-family: Arial, Verdana, Sans-serif;
	color: #282828;
	font-size: 0.625em;
	min-height: 100%;
	padding: 0 0 30px 0;
}

.clear {
	clear: both;
}

#wrapper {
	width: 934px; /*990*/
	background-color: #FFF;
	margin: 0 auto;
	text-align: left;
	padding: 0 28px;
}

#header {
	border-top: 2px solid #006547;
	border-bottom: 1px solid #7C7A6B;
}

#header #logo {
	padding: 22px 0;
	float: left;
}

#header #search {
	float: right;
	padding: 10px 0 0;
	border: 0;
}

#header #search input[type=submit], #content #main2 div.search button.button, #content #main2 .acymodifybutton .button, #content #main2 .login .button {
	background: #006547;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	padding: 1px 6px;
	border: 1px solid #006547;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left: 4px;
}

#header #search input[type=submit] {
	/* background: #33566A; */
	/* border: 1px solid #33566A; */
}

#header #search input[type=text], #content #main2 div.search input[type=text], #acymodifyform input[type=text] {
	color:#505050;
	background-color: #ffffff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	/* box-shadow:0 0 4px rgba(192, 192, 192, 0.7) inset, 0px 0px 1px rgba(192, 192, 192, 0.7);
	-moz-box-shadow:0 0 4px rgba(192, 192, 192, 0.7) inset, 0px 0px 1px rgba(192, 192, 192, 0.7);
	-webkit-box-shadow:0 0 4px rgba(192, 192, 192, 0.7) inset, 0px 0px 1px rgba(192, 192, 192, 0.7); */
	border:1px solid #A69F9F;
	padding: 2px !important;
}

#header #topmenu .sf-menu {
	border: 0;
	float: right;
	margin-top: 22px;
}

#header #topmenu .sf-menu li {
	border: 0;
	border-left: 1px solid #EBECEB;
}

#header #topmenu .sf-menu li:first-child {
	border-left: 0;
}

#header #topmenu .sf-menu li.parent, #header #topmenu .sf-menu li.parent:hover {
	background: url(../gfx/menu_arrow.png) right 50% no-repeat;
	padding-right: 10px;
}

#header #topmenu .sf-menu li a {
	padding: 0 18px;
	font-size: 1.2em;
	color: #282828;
	border: 0;
}

#header #topmenu .sf-menu li.item-115 a {
	padding: 0 0 0 18px;
}

#header #topmenu .sf-menu li li, #header #topmenu .sf-menu li li:first-child {
	background: #FFF;
	padding: 8px 0 8px;
	border: 1px solid #EBECEB;
	border-top: 0;
	left: -1px;
}

#banners {
	border-bottom: 1px solid #7C7A6B;
	margin-bottom: 40px;
}

#banners #banner-1 {
	background: #FFF;
	float: left;
	width: 48%;
}

#banners #banner-1 div {
	text-align: center;
	padding: 5px 0;
}

#banners #banner-2 {
	margin: 10px 0;
	background: #33566A;
	float: right;
	width: 48%;
}

#banners #banner-2 div {
	padding: 40px 30px 70px;
	color: #FFF;
	font-size: 1.2em;
}

#banners #banner-2 div h2 {
	font-weight: normal;
}

#content {
	/* border-bottom: 1px solid #807A67; */
	border-bottom: 1px dotted #888;
}

#content #main {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 15px 2% 15px 0;
	float: left;
	/* border-bottom: 1px dotted #888; */
	margin: 0 0 20px 0;
	width: 71%;
}

#content #main h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

#content #main p {
	line-height: 1.8em;
	margin: 0;
	padding: 0;
}

#content #main a, #content #main2 a {
	color: #006547;
	text-decoration: none;
}

#content #main a:hover, #content #main2 a:hover {
	text-decoration: underline;
}

#content #main2 {
	font-size: 1.2em;
	line-height: 1.5em;
}

#content #main2 .item-page {
	width: 70%;
	padding: 0 30px 40px 0;
}

#content #main2 h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 20px 0;
	line-height: 1.5em;
	width: 100%;
	border-bottom: 1px dotted #888;
}

#content #main2 a:hover {
	text-decoration: underline;
}


#content #main2 table.grid {
	border-collapse:collapse;
}

#content #main2 table.grid th {
	background-color: #006547;
	color: #FFF;
	padding: 5px;
}

#content #main2 table.grid h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #FFF;
	margin: 0;
	padding: 0;
}

#content #main2 table.grid tr {
	background: #EBECEB;
}

#content #main2 table.grid tr:nth-child(odd) {
	background: #F6FAF6;
}

#content #main2 table.grid td {
	padding: 3px 5px;
}

#content #main2 div.search fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

#content #main2 #acymodifyform {
	width: 720px;
}

#content #main2 #acymodifyform fieldset, #content #main2 .login fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#content #main2 #acymodifyform legend {
	display: none;
}

#content #main2 .acymodifybutton .button {
	margin-left: 165px;
}

#content #main2 div.acymailing_footer {
	display: none;
}


#content #main2 dl.search-results dd {
	margin: 0 0 1.5em 0;
	padding: 0;
}

#content #main2 .login fieldset label {
	display: inline-block;
	width: 100px;
	margin: 0 0 8px;
}


#content #main2 .blog .item {
	margin-bottom: 44px!important;
	padding-right: 30px;
	max-width: 630px;
}


#content #subcontent div.custom {
	width: 185px;
	float: left;
	font-size: 1.2em;
	margin: 0 50px 20px 0;
}

#content #subcontent div.custom h2, #fullwidth-subcontent div.custom h2 {
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px 15px;
	background: url(../gfx/news_arrow.png) 0 3px no-repeat;
}

#content #subcontent div.custom a, #fullwidth-subcontent div.custom a {
	text-decoration: none;
	color: #006547;
}

#content #subcontent div.custom a:hover, #fullwidth-subcontent div.custom a:hover {
	text-decoration: underline;
}

#content #subcontent div.custom p, #fullwidth-subcontent div.custom p {
	margin: 0;
	padding: 0;
}

#fullwidth-subcontent div.custom {
	width: 30%;
	float: left; 
	margin: 20px 0 20px 5%;
}

#fullwidth-subcontent.fullwidth-subcontent-4 div.custom {
	width: 23%;
	float: left; 
	margin: 20px 0 20px 2.3%;
}

#fullwidth-subcontent div.custom:first-child {
		margin: 20px 0 20px 0;
}

#fullwidth-subcontent {
	border-bottom: 1px solid #C6C4BA;
}

#content #news {
	width: 22%;
	padding-left: 2%;
	float: right;
	clear: none;
	border-left: 1px dotted #888;
	min-height: 300px;
	margin: 20px 0 20px 0;
}

#content #news h2, #content #news h3 {
	font-size: 2.4em;
	font-weight: normal;
	margin: 10px 0 15px 0;
}

#content #news2 {
	width: 25%;
	float: right;
	clear: none;
	border-left: 1px dotted #888;
	min-height: 300px;
	margin: 100px 0 20px;
}

#content #news2 h2, #content #news2 h3 {
	font-size: 2.4em;
	font-weight: normal;
	margin: 10px 0 15px 0;
}

#content #news2 h3 {
	font-size: 1.8em;
}

#content #news ul, #content #news2 ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}

#content #news a, #content #news2 a {
	font-size: 1.0em;
	color: #006547;
	text-decoration: none;
	line-height: 1.3em;
	padding: 0;
	/* display: inline-block; */
}

#content #news a:hover, #content #news2 a:hover {
	text-decoration: underline;
}

#content #news span.publish-up-date, #content #news2 span.publish-up-date, #content #main2 span.published {
	display: inline-block;
	padding: 0 0 15px 0;
	font-style: italic;
	font-size: 1.0em;
}

#content #main2 span.published {
	padding: 0;
	margin-top: -15px;
}

#content #news .latestnews li, #content #news2 .latestnews li {
	background: url(../gfx/news_arrow.png) 0 0 no-repeat;
	padding: 0 0 0 20px;
	font-size: 1.2em;
}

#content #news div.custom {
	margin-top: 20px;
	border-top: 1px dotted #888; 
}

#content #news2 div.custom {
	font-size: 1.2em;
	padding: 15px 0 15px 5px;
	margin: 20px 15px;
	/* border-top: 1px dotted #888; */
	border-bottom: 1px dotted #888;
}

#content #news2 div.noborder {
	border-top: none;
}

#content #news2 div.custom  h2 {
	font-size: 1.8em;
	margin: 0;
	padding: 0;
}

#content #news2 ul.menu {
	margin: 0 0 0 15px;
	padding: 0 0 0 5px;
	border-bottom: 1px dotted #888;
}

#content #news2 ul.menu li {
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 2px 0 5px 0
}

#content #news .acymailing_module_form {
	margin-top: -30px!important;
}

#content #news2 .acymailing_module_form {
	margin-top: -55px!important;
	
}

#content #news form, #content #news2 form {
	margin: 0 0 0 0;
	padding: 0;
}

#content #news2 form {
	margin: 0 0 0 13px;
	border-bottom: 1px dotted #888;
}

#content #news form table, #content #news2 form table {
	text-align: left;
	margin-left: 0;
}

#content #news form table input[type=text], #content #news2 form table input[type=text] {
	width: 195px;
	color:#505050;
	background-color: #ffffff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	/* box-shadow:0 0 4px rgba(192, 192, 192, 0.7) inset, 0px 0px 1px rgba(192, 192, 192, 0.7);
	-moz-box-shadow:0 0 4px rgba(192, 192, 192, 0.7) inset, 0px 0px 1px rgba(192, 192, 192, 0.7);
	-webkit-box-shadow:0 0 4px rgba(192, 192, 192, 0.7) inset, 0px 0px 1px rgba(192, 192, 192, 0.7); */
	border:1px solid #A69F9F;
	padding: 2px !important;
}

#content #news form table input[type=submit], #content #news2 form table input[type=submit] {
	float: left; 
}



#content #breadcrumbs {
	font-size: 0.9em;
	margin: 0 0 30px 0;
}

#content #breadcrumbs a {
	color: #006547;
	text-decoration: none;
}

#footer {
	color: #8D8D8D;
	font-size: 1.0em;
	padding: 10px 0 30px;
	/* border-top: 1px solid #C6C4BA; */
	margin: 1px 0 0;
}

#footer ul.menu { display: none; }

#footer-right { float: right; }
#footer-right img { margin-left: 20px; }

/* ul.actions { display: none; } */
ul.actions { list-style-type: none; float: right; margin: 0 0 15px 15px; }
ul.actions li { float: right; padding: 0 4px 0 0; }

div.blog-featured ul.actions { display: none; }

.foxcontainer { min-height:180px; clear: both; margin-bottom: -150px; position: absolute; margin-top: -10px; }

#FoxForm { position: absolute; /* margin-top: -525px!important; */ margin-top: 10px; padding-top: 125px; /* margin-bottom: 200px!important; */ background: url(../gfx/contact-us.jpg) left 0 no-repeat; clear:both;/* min-height: 500px; */ }

#FoxForm input.foxtext {
	padding: 2px;
	margin-bottom: 5px;
	color:#505050;
	background-color: #ffffff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	/* box-shadow:0 0 4px rgba(192, 192, 192, 0.7) inset, 0px 0px 1px rgba(192, 192, 192, 0.7);
	-moz-box-shadow:0 0 4px rgba(192, 192, 192, 0.7) inset, 0px 0px 1px rgba(192, 192, 192, 0.7);
	-webkit-box-shadow:0 0 4px rgba(192, 192, 192, 0.7) inset, 0px 0px 1px rgba(192, 192, 192, 0.7); */
	border:1px solid #A69F9F;
	padding: 2px !important;
	margin-top: 4px;
}

#FoxForm label {
	display: inline-block;
	max-width: 110px!important;
	vertical-align: top;
}

#FoxForm button.foxbutton {
	background: #006547;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	padding: 1px 6px;
	border: 1px solid #006547;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 10px 0 0 110px;
	font-size: 1.2em;
}


/* ++++++++++++++  pagination  ++++++++++++++ */

#main2 .pagination
{
        margin:10px 0 ;
        padding:10px 0 10px 0px;

}

#main2 .pagination ul
{
        list-style-type:none;
        margin:0;
        padding:0;
        text-align:left;
}

#main2 .pagination li
{
        display:inline;
        padding:2px 5px;
        text-align:left;
        border:solid 0px #eee;
        margin:0 2px
}

.pagenav
{padding:2px}

#main2 .pagination li.pagination-start,
#main2 .pagination li.pagination-next,
#main2 .pagination li.pagination-end,
#main2 .pagination li.pagination-prev
{border:0}

#main2 .pagination li.pagination-start ,
#main2 .pagination li.pagination-start  span
 {
padding:0

}
p.counter
{
        font-weight:bold;
}

