* { padding:0px; margin:0px; }
body { 
	padding: 0px; 
	margin-left: auto;
	margin-right: auto;
	background: url(../img/background.jpg) top center no-repeat #1f4603;
	/*background-position: 50% 0%;*/
	display: block;

}

html { 
	margin: 0px; 
	padding: 0px;
	overflow-x: hidden;		 
}

.clear { clear:both; width:100%; line-height:1px; height:1px; }

.background {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: -1;
	display: none;
}

.background div {
/*    position: relative;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/background.jpg) no-repeat;
	background-position: 50% 0%;
	display: block;
	width: 2000px;	
	height: 1062px;*/
}

/**/
.area, .delivery
{
	position: relative;
}
.error
{
	color: red !important;
	font-weight: bold;
}


.container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 1200px;
	position: relative;
	padding-top:15px;
}

.main-border {
	background-color: #FFF;
	position: absolute;
	width: 1010px;
	top: 0px;
	bottom: 0px;
	left: 95px;
	-webkit-border-radius: 15px;   
    border-radius: 15px;	
	-moz-border-radius: 15px;
    -khtml-border-radius: 15px;
	opacity: 0.1; 
	-webkit-opacity: 0.1; 
	-moz-opacity: 0.1; 
	filter: alpha(opacity=10);
}

.main {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	width: 980px;
	-webkit-border-radius: 10px;   
    border-radius: 10px;
	-moz-border-radius: 10px;
    -khtml-border-radius: 10px;
	position: relative;	
}

/**/

.header {
	margin-left: auto;
	margin-right: auto;
	width: 935px;
	height: 176px;
}

.logo {
    float: left;
	background: url(../img/logo.png) no-repeat;
	position: relative;
	top: -25px;
	left: 30px;
	width: 176px;
	height: 122px;
}

.header-links {
    float: right;
	margin-top: 22px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	color: #87b841;
	text-shadow: 0px 0px 0.07em #b3d583;
	font-size: 12px;
	text-decoration: none;
}

.header-links-separator {
    float: right;
	margin-top: 22px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	color: #ebeb62;
	font-size: 13px;
	margin-right: 18px;
	margin-left: 18px;
}

.search_field {
	display: block;
    float: right;
	margin-top: 38px;
	font-family: Arial, Helvetica, sans-serif;
	color: #aac4be;
	font-size: 13px;
	width: 170px;
	-webkit-border-radius: 5px;   
    border-radius: 5px;
	border-width: 1px;
	border-color: #ddecb3;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	border-style: solid;
}

/**/

.top-menu {
    list-style: none;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #f8ffe9;
	-webkit-border-radius: 10px;   
    border-radius: 10px;
	-moz-border-radius: 10px;
    -khtml-border-radius: 10px;
	height: 50px;
	list-style: none;
	display: block;
	position: relative;
	width: 935px;
	display: block;
	text-align: center;
	z-index: 1000;
}

.top-menu li {
    display: inline-block;
    position: relative;
	list-style-type: none;
}

.top-menu li a {
    display: block;
    white-space: nowrap;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	font-size: 12px;
    color: #216654;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 7px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

.top-menu li a:hover {
	background-color:#39F;
	color: #FFF;  
	background: #358e0e;
	background: -moz-linear-gradient(top,  #358e0e 0%, #6ca90d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#358e0e), color-stop(100%,#6ca90d));
	background: -webkit-linear-gradient(top,  #358e0e 0%,#6ca90d 100%);
	background: -o-linear-gradient(top,  #358e0e 0%,#6ca90d 100%);
	background: -ms-linear-gradient(top,  #358e0e 0%,#6ca90d 100%);
	background: linear-gradient(to bottom,  #358e0e 0%,#6ca90d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#358e0e', endColorstr='#6ca90d',GradientType=0 );
	-webkit-border-radius: 5px;   
    border-radius: 5px;  
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.top-menu li ul {
 	position: absolute;
	background-color: #f8ffe9;
    left: 0;
    padding: 0;
    list-style: none;
	display: none;
	-webkit-border-radius: 5px;   
    border-radius: 5px;  
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;	
}

.top-menu li ul li {
 	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;   
}

.top-menu li ul li a {
 	list-style: none;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;   
	margin: 0px;		
}
.top-menu li ul li a:hover{
	-webkit-border-radius: 0px;   
    border-radius: 0px;  
	-moz-border-radius: 0px;
    -khtml-border-radius: 0px;
}

.top-menu li:hover a { 
	text-align: left; 

}

.top-menu li:hover li a:hover { 
	background-color: #3c7d08; 
	color: #fff; 
}

/**/

.slider-container {
	margin-left: auto;
	margin-right: auto;
	width: 935px;
	background-color: #f8ffe9;
	-webkit-border-radius: 0px 0px 10px 10px;   
    border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
    -khtml-border-radius: 0px 0px 10px 10px;
	top: -4px;
	padding-top: 10px;
}

.slider-sub-container {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	overflow: hidden;
	z-index: 20000;
	display: block;
}

/**/
.welcome-to-icf {
	margin-left: auto;
	margin-right: auto;
	width: 935px;
	background-color: #f8ffe9;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	-webkit-border-radius: 0px 0px 12px 12px;   
    border-radius: 0px 0px 12px 12px;
	-moz-border-radius: 0px 0px 12px 12px;
    -khtml-border-radius: 0px 0px 12px 12px;
}

.title div {	
	background-image:url(../img/mini-icon.png);
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 10px;
	margin-left: 35px;	
}

.title h1 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	font-size: 17px;
    color: #3c7d08;
	display: inline-block;	
	position: relative;
	top: 1px;
}

.title p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
    color: #565656;
	display: block;	
	margin-top: 0px;
	width: 570px;
	margin-left: 35px;
	line-height: 21px;
}

.icf-biglogo {
	background-image:url(../img/icf-biglogo2.png);
    position: absolute;
	width: 284px;
	height: 174px;
	top: 20px;
	right: 35px;
}
/**/

/**/
.congresses-events {
	margin-left: auto;
	margin-right: auto;
	width: 935px;
}

.congresses-events .congresses {
	display: inline-block;
	margin-top: 8px;
	width: 453px;
	height: 135px;
	border-style: solid;
	border-width: 5px;
	border-color: #fafa4f;
	-webkit-border-radius: 10px;   
    border-radius: 10px;
	-moz-border-radius: 10px;
    -khtml-border-radius: 10px;
	background: -moz-linear-gradient(top,  #e5e745 0%, #d3d61c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e745), color-stop(100%,#d3d61c));
	background: -webkit-linear-gradient(top,  #e5e745 0%,#d3d61c 100%);
	background: -o-linear-gradient(top,  #e5e745 0%,#d3d61c 100%);
	background: -ms-linear-gradient(top,  #e5e745 0%,#d3d61c 100%);
	background: linear-gradient(to bottom,  #e5e745 0%,#d3d61c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e745', endColorstr='#d3d61c',GradientType=0 );	
	position: relative;
}

.congresses-events .events {
	display: inline-block;
	margin-top: 8px;
	margin-left: 5px;
	width: 453px;
	height: 135px;
	border-style: solid;
	border-width: 5px;
	border-color: #cffa6d;
	-webkit-border-radius: 10px;   
    border-radius: 10px;
	-moz-border-radius: 10px;
    -khtml-border-radius: 10px;
	background: -moz-linear-gradient(top,  #b0d65d 0%, #86bb2e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0d65d), color-stop(100%,#86bb2e));
	background: -webkit-linear-gradient(top,  #b0d65d 0%,#86bb2e 100%);
	background: -o-linear-gradient(top,  #b0d65d 0%,#86bb2e 100%);
	background: -ms-linear-gradient(top,  #b0d65d 0%,#86bb2e 100%);
	background: linear-gradient(to bottom,  #b0d65d 0%,#86bb2e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d65d', endColorstr='#86bb2e',GradientType=0 );
	position: relative;	
}

.congresses-events .congresses button {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	font-size: 18px;
    color: #004d3c;
	margin-top: 48px;
	margin-left: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 5px;
	border-style: solid;
	border-width: 2px;
	border-color: #c5cd36;	
	-webkit-border-radius: 7px;   
    border-radius: 7px;
	-moz-border-radius: 7px;
    -khtml-border-radius: 7px;
	background: -moz-linear-gradient(top,  #fbfce4 0%, #d2d2ba 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfce4), color-stop(100%,#d2d2ba));
	background: -webkit-linear-gradient(top,  #fbfce4 0%,#d2d2ba 100%);
	background: -o-linear-gradient(top,  #fbfce4 0%,#d2d2ba 100%);
	background: -ms-linear-gradient(top,  #fbfce4 0%,#d2d2ba 100%);
	background: linear-gradient(to bottom,  #fbfce4 0%,#d2d2ba 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfce4', endColorstr='#d2d2ba',GradientType=0 );	
	cursor: pointer;
	float: left;	
}

.congresses-events .congresses button:hover {
	color: #f2ffda;
	background: -moz-linear-gradient(top,  #486a24 0%, #1a3d17 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#486a24), color-stop(100%,#1a3d17));
	background: -webkit-linear-gradient(top,  #486a24 0%,#1a3d17 100%);
	background: -o-linear-gradient(top,  #486a24 0%,#1a3d17 100%);
	background: -ms-linear-gradient(top,  #486a24 0%,#1a3d17 100%);
	background: linear-gradient(to bottom,  #486a24 0%,#1a3d17 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#486a24', endColorstr='#1a3d17',GradientType=0 );	
}

.congresses-events .events button {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	font-size: 18px;
    color: #004d3c;
	margin-top: 48px;
	margin-left: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 5px;
	border-style: solid;
	border-width: 2px;
	border-color: #93bd49;	
	-webkit-border-radius: 7px;   
    border-radius: 7px;
	-moz-border-radius: 7px;
    -khtml-border-radius: 7px;
	background: -moz-linear-gradient(top,  #fbfce4 0%, #d2d2ba 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfce4), color-stop(100%,#d2d2ba));
	background: -webkit-linear-gradient(top,  #fbfce4 0%,#d2d2ba 100%);
	background: -o-linear-gradient(top,  #fbfce4 0%,#d2d2ba 100%);
	background: -ms-linear-gradient(top,  #fbfce4 0%,#d2d2ba 100%);
	background: linear-gradient(to bottom,  #fbfce4 0%,#d2d2ba 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfce4', endColorstr='#d2d2ba',GradientType=0 );
	cursor: pointer;	
	float: left;
}

.congresses-events .events button:hover {
	color: #f2ffda;
	background: -moz-linear-gradient(top,  #486a24 0%, #1a3d17 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#486a24), color-stop(100%,#1a3d17));
	background: -webkit-linear-gradient(top,  #486a24 0%,#1a3d17 100%);
	background: -o-linear-gradient(top,  #486a24 0%,#1a3d17 100%);
	background: -ms-linear-gradient(top,  #486a24 0%,#1a3d17 100%);
	background: linear-gradient(to bottom,  #486a24 0%,#1a3d17 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#486a24', endColorstr='#1a3d17',GradientType=0 );	
}

.congresses-events .congresses p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
    color: #004d3c;
	float: right;
	width: 280px;
	margin-right: 15px;
	margin-top: 20px;	
}

.congresses-events .events p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
    color: #004d3c;
	float: right;
	width: 270px;	
	margin-right: 15px;	
	margin-top: 20px;		
}
/**/

/**/
.membership-area {
	margin-left: auto;
	margin-right: auto;
	width: 935px;
	height: 95px;
	-webkit-border-radius: 10px;   
    border-radius: 10px;
	-moz-border-radius: 10px;
    -khtml-border-radius: 10px;
	background-color: #f4ffe2;
	margin-top: 5px;
}

.membership-area .col-1 {
	display: inline-block;
	background: url(../img/mail.png) no-repeat;
	height: 95px;
	width: 70px;
	margin-left: 20px;
	position: relative;
	top: 10px;
}

.membership-area .col-2 {
	display: inline-block;
	height: 95px;
	width: 360px;
	margin-left: 20px;
	position: relative;
}

.membership-area .col-2 h3 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
    color: #3c7d08;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
}

.membership-area .col-2 p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
    color: #565656;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}


.membership-area #name_field {
	display: block;
	margin-top: 10px;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	color: #aac4be;
	font-size: 13px;
	width: 160px;
	-webkit-border-radius: 5px;   
    border-radius: 5px;
	border-width: 1px;
	border-color: #ddecb3;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	border-style: solid;
}

.membership-area #country_field {
	display: block;
	margin-top: 5px;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	color: #aac4be;
	font-size: 13px;
	width: 192px;
	-webkit-border-radius: 5px;   
    border-radius: 5px;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-width: 1px;
	border-color: #ddecb3;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	border-style: solid;
}

.membership-area #email_field {
	display: block;
	margin-top: 10px;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #aac4be;
	font-size: 13px;
	width: 160px;
	-webkit-border-radius: 5px;   
    border-radius: 5px;
	border-width: 1px;
	border-color: #ddecb3;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	border-style: solid;
	float: right;
}

.membership-area #submit_button {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	font-size: 13px;
    color: #ffffff;
	margin-right: 30px;
	margin-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #5f9037;	
	-webkit-border-radius: 4px;   
    border-radius: 4px;
	-moz-border-radius: 4px;
    -khtml-border-radius: 4px;
	background: -moz-linear-gradient(top,  #9bc847 0%, #6ca71b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bc847), color-stop(100%,#6ca71b));
	background: -webkit-linear-gradient(top,  #9bc847 0%,#6ca71b 100%);
	background: -o-linear-gradient(top,  #9bc847 0%,#6ca71b 100%);
	background: -ms-linear-gradient(top,  #9bc847 0%,#6ca71b 100%);
	background: linear-gradient(to bottom,  #9bc847 0%,#6ca71b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bc847', endColorstr='#6ca71b',GradientType=0 );
	cursor: pointer;	
	float: right;
}

.membership-area #submit_button:hover {
	color: #ffffff;
	background: -moz-linear-gradient(top,  #366107 0%, #143102 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#366107), color-stop(100%,#143102));
	background: -webkit-linear-gradient(top,  #366107 0%,#143102 100%);
	background: -o-linear-gradient(top,  #366107 0%,#143102 100%);
	background: -ms-linear-gradient(top,  #366107 0%,#143102 100%);
	background: linear-gradient(to bottom,  #366107 0%,#143102 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#366107', endColorstr='#143102',GradientType=0 );
}
/**/

.path-caption {
	margin-left: auto;
	margin-right: auto;
	width: 935px;
	margin-top: 12px;
}

.path-caption div {
	display: inline-block;
	background: url(../img/tiny-icon.png) no-repeat;
	height: 6px;
	width: 6px;
	margin-left: 10px;
	position: relative;
	top: -1px;
}

.path-caption .root {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
    color: #9a9a9a;
	margin-left: 10px;
}

.path-caption .text {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
    color: #3c7d08;
}

.content .separator {
	margin-left: auto;
	margin-right: auto;
	width: 935px;
	height: 1px;
	background-color: #edf5e7;
	margin-top: 10px;
}

.content {
	width: 935px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	position: relative;
}

/**/

/**/
.left-menu {
	width: 220px;
	background-color: #e6f2cc;
	-webkit-border-radius: 10px;   
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.left-menu ul {
	list-style-type: none;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}

.left-menu ul div {
	width: 220px;	
	height: 1px;	
	background-color: #ffffff;
	display: block;	
}

.left-menu ul li {
	width: 220px;
	list-style-type: none;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	position: relative;
}

.left-menu ul li a {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	font-size: 11px;
    color: #004e3d;
	display: block;
	width: 190px;
	list-style-type: none;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 4px;
	padding-top: 5px;
	line-height: 20px;
	text-decoration: none;
}

.left-menu ul li a span {
	background-image: url(../img/menu-icons.png);
	background-repeat: no-repeat;
	width: 4px;
	height: 10px;
	display: inline-block;
	position: relative;
	left: -2px;
}

.left-menu ul li ul {
	width: 220px;
	list-style-type: none;
	padding: 0px;
}

.left-menu ul li ul li {
	width: 220px;
	list-style-type: none;
	padding: 0px;
}

.left-menu ul li .selected {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	font-size: 11px;
    color: #ffffff;
	display: block;
	width: 190px;
	list-style-type: none;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 4px;
	padding-top: 5px;
	line-height: 20px;
	text-decoration: none;
	background: -moz-linear-gradient(top,  #5dab24 0%, #78b225 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5dab24), color-stop(100%,#78b225));
	background: -webkit-linear-gradient(top,  #5dab24 0%,#78b225 100%);
	background: -o-linear-gradient(top,  #5dab24 0%,#78b225 100%);
	background: -ms-linear-gradient(top,  #5dab24 0%,#78b225 100%);
	background: linear-gradient(to bottom,  #5dab24 0%,#78b225 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5dab24', endColorstr='#78b225',GradientType=0 );
}

.left-menu ul li .selected span {
	background-image: url(../img/menu-icons.png);
	background-position:-5px 0px;
	background-repeat: no-repeat;
	width: 5px;
	height: 10px;
	display: inline-block;
	position: relative;
	left: -2px;
}

.left-menu ul li ul li a {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	font-size: 11px;
    color: #6baf4a;
	display: block;
	width: 190px;
	list-style-type: none;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 4px;
	padding-top: 5px;
	margin-right: 10px;
	text-decoration: none;
	background-color: #FAFDF2;
	line-height: 20px;
}

.left-menu ul li ul li a span {
	background-image: url(../img/menu-icons.png);
	background-position:-10px 0px;
	width: 5px;
	height: 5px;
	display: inline-block;
	position: relative;
	top: -1px;
}

.left-menu .sub-selected {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	font-size: 11px;
    color: #214903;
	display: block;
	width: 190px;
	list-style-type: none;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 4px;
	padding-top: 5px;
	margin-right: 10px;
	text-decoration: none;
	background-color: #eef6db;
	line-height: 20px;
}

.left-menu .sub-selected span {
	background-image: url(../img/menu-icons.png);
	background-position:-10px 0px;
	width: 5px;
	height: 5px;
	display: inline-block;
	position: relative;
	top: -1px;
}
/**/

/*right-side*/
.content .right-side {
	width: 695px;
	margin-left: 20px;
	padding-bottom:30px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
    color: #565656;
	line-height: 21px;
}

.content .right-side h1 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	font-size: 19px;
    color: #004e3d;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
	width: 550px;
}

.content .right-side .right-side-icon {
	background-image:url(../img/mini-icon.png);
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 10px;
	margin-left: 15px;	
	position: relative;
	
	float: left;
	top: 15px;
}

.content .right-side input[type=text] {
	display: inline-block;
	margin-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 13px;
	width: 160px;
	-webkit-border-radius: 5px;   
    border-radius: 5px;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-width: 1px;
	border-color: #ddecb3;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	border-style: solid;
	margin-bottom: 10px;
}

.content .right-side input[type=submit] {
	float: right;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	font-size: 13px;
    color: #ffffff;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 7px;
	border-style: solid;
	border-width: 1px;
	border-color: #5f9037;	
	-webkit-border-radius: 4px;   
    border-radius: 4px;
	-moz-border-radius: 4px;
    -khtml-border-radius: 4px;
	background: -moz-linear-gradient(top,  #9bc847 0%, #6ca71b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bc847), color-stop(100%,#6ca71b));
	background: -webkit-linear-gradient(top,  #9bc847 0%,#6ca71b 100%);
	background: -o-linear-gradient(top,  #9bc847 0%,#6ca71b 100%);
	background: -ms-linear-gradient(top,  #9bc847 0%,#6ca71b 100%);
	background: linear-gradient(to bottom,  #9bc847 0%,#6ca71b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bc847', endColorstr='#6ca71b',GradientType=0 );
	cursor: pointer;	
}

.content .right-side input[type=submit]:hover {
	color: #ffffff;
	background: -moz-linear-gradient(top,  #366107 0%, #143102 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#366107), color-stop(100%,#143102));
	background: -webkit-linear-gradient(top,  #366107 0%,#143102 100%);
	background: -o-linear-gradient(top,  #366107 0%,#143102 100%);
	background: -ms-linear-gradient(top,  #366107 0%,#143102 100%);
	background: linear-gradient(to bottom,  #366107 0%,#143102 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#366107', endColorstr='#143102',GradientType=0 );
}

.content .right-side button {
	float: right;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	font-size: 13px;
    color: #ffffff;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 7px;
	border-style: solid;
	border-width: 1px;
	border-color: #5f9037;	
	-webkit-border-radius: 4px;   
    border-radius: 4px;
	-moz-border-radius: 4px;
    -khtml-border-radius: 4px;
	background: -moz-linear-gradient(top,  #9bc847 0%, #6ca71b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bc847), color-stop(100%,#6ca71b));
	background: -webkit-linear-gradient(top,  #9bc847 0%,#6ca71b 100%);
	background: -o-linear-gradient(top,  #9bc847 0%,#6ca71b 100%);
	background: -ms-linear-gradient(top,  #9bc847 0%,#6ca71b 100%);
	background: linear-gradient(to bottom,  #9bc847 0%,#6ca71b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bc847', endColorstr='#6ca71b',GradientType=0 );
	cursor: pointer;	
}

.content .right-side button:hover {
	color: #ffffff;
	background: -moz-linear-gradient(top,  #366107 0%, #143102 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#366107), color-stop(100%,#143102));
	background: -webkit-linear-gradient(top,  #366107 0%,#143102 100%);
	background: -o-linear-gradient(top,  #366107 0%,#143102 100%);
	background: -ms-linear-gradient(top,  #366107 0%,#143102 100%);
	background: linear-gradient(to bottom,  #366107 0%,#143102 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#366107', endColorstr='#143102',GradientType=0 );
}

.content .right-side textarea {
	display: inline-block;
	margin-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 13px;
	-webkit-border-radius: 5px;   
    border-radius: 5px;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-width: 1px;
	border-color: #ddecb3;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	border-style: solid;
	margin-bottom: 10px;
}

.width500 input[type="text"], .width500 textarea, .width500 input[type="number"], .width500 input[type="email"]
{
	width: 300px !important;
}
.width500 input[type="checkbox"]
{
	width: 20px !important;
}
.width500 label
{
	color: #599905;
}
.width170
{
	width: 230px !important;
}
.content .right-side p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
    color: #565656;
	line-height: 21px;
	padding:1px 0px 0px;
}

.content .right-side p strong {
	color: #333333;
}

.content .right-side h3 {
/*	background-image:url(../img/right-side-h3-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;*/
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
    color: #3c7d08;
	line-height: 21px;
	padding: 0px;
	margin: 0px;
}

.content .right-side .separator {
	margin-left: auto;
	margin-right: auto;
	width: 690px;
	height: 1px;
	background-color: #edf5e7;
	margin-top: 5px;
	margin-bottom: 8px;
}

.content .right-side img {
	margin-left: 5px;
	margin-top: -2px;
	-webkit-border-radius: 4px;   
    border-radius: 4px;
	-moz-border-radius: 4px;
    -khtml-border-radius: 4px;
}

.content .right-side a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
    color: #399211;
	line-height: 21px;	
	text-decoration: none;
	font-weight: bold;
	word-wrap: break-word;
}
.content .right-side h2 {  color:#333; font-family: 'Source Sans Pro', sans-serif; font-size:14px; }
/*right-side-about*/

/*right-side-history*/
.content .right-side-history {
	width: 695px;
	margin-left: 20px;
	padding-bottom:30px;
}

.content .right-side-history h1 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	font-size: 19px;
    color: #004e3d;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.content .right-side-history .right-side-icon {
	background-image:url(../img/mini-icon.png);
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 10px;
	margin-left: 15px;	
	position: relative;
	top: -1px;
}

.content .right-side-history p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
    color: #565656;
	line-height: 21px;
	margin-top: 0px;
}

.content .right-side-history p strong {
	color: #333333;
}

.content .right-side-history h3 {
	background-image:url(../img/right-side-h3-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
    color: #3c7d08;
	line-height: 21px;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
}

.content .right-side-history .separator {
	margin-left: auto;
	margin-right: auto;
	width: 690px;
	height: 1px;
	background-color: #edf5e7;
	margin-top: 5px;
	margin-bottom: 8px;
}

.content .right-side-history img {
	margin-left: 10px;
	margin-top: 5px;
	-webkit-border-radius: 4px;   
    border-radius: 4px;
	-moz-border-radius: 4px;
    -khtml-border-radius: 4px;
}

.content .right-side-history a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
    color: #399211;
	line-height: 21px;	
	text-decoration: none;
	font-weight: bold;
}
/*right-side-history*/

/*right-side-annualreport*/
.content .right-side-annualreport {
	width: 695px;
	margin-left: 20px;
	padding-bottom:30px;
}

.content .right-side-annualreport h1 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	font-size: 19px;
    color: #004e3d;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
}

.content .right-side-annualreport .right-side-icon {
	background-image:url(../img/mini-icon.png);
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 10px;
	margin-left: 15px;	
	position: relative;
	top: -1px;
}

.content .right-side-annualreport p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
    color: #565656;
	line-height: 21px;
}

.content .right-side-annualreport p strong {
	color: #333333;
}

.content .right-side-annualreport .pdf {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
    color: #565656;
	margin-top: 10px;	
	margin-bottom: 5px;
	text-decoration: none;
	background-image:url(../img/pdf.png);
	background-repeat: no-repeat;
	padding-left: 65px;
	height: 55px;
	line-height: 55px;
	display: inline-block;
}
/*right-side-annualreport*/

/*right-side-membership*/
.content .right-side-membership {
	width: 695px;
	margin-left: 20px;
	padding-bottom:30px;
}

.content .right-side-membership h1 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	font-size: 19px;
    color: #004e3d;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
}

.content .right-side-membership .right-side-icon {
	background-image:url(../img/mini-icon.png);
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 10px;
	margin-left: 15px;	
	position: relative;
	top: -1px;
}

.content .right-side-membership p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
    color: #565656;
	line-height: 21px;
	word-break: break-word;
	white-space: normal;
}

.content .right-side-membership p strong {
	color: #559e10;
}

.content .right-side-membership img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
/*right-side-membership*/

/*right-side-howtojoin*/
.content .right-side-howtojoin {
	width: 695px;
	margin-left: 20px;
	padding-bottom:30px;
}

.content .right-side-howtojoin h1 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	font-size: 19px;
    color: #004e3d;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
}

.content .right-side-howtojoin .right-side-icon {
	background-image:url(../img/mini-icon.png);
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 10px;
	margin-left: 15px;	
	position: relative;
	top: -1px;
}

.content .right-side-howtojoin p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
    color: #565656;
	line-height: 21px;
	word-break: break-word;
	white-space: normal;
}

.content .right-side-howtojoin p strong {
	color: #565656;
}

.content .right-side-howtojoin .bottom-info {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
    color: #666666;
	line-height:18px;
	word-break: break-word;
	white-space: normal;
}

.content .right-side-howtojoin .bottom-info a {
	color: #409611;
	text-decoration: none;
	font-weight: bold;
}

.content .right-side-howtojoin .howtojoinlogo {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.content .right-side-howtojoin .howtojoin-form {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 580px;
	margin-top: 20px;
	display: block;
}

.content .right-side-howtojoin .howtojoin-form span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    color: #409611;
	line-height: 21px;
	display: block;
}

.content .right-side-howtojoin .howtojoin-form input {
	display: inline-block;
	margin-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 13px;
	width: 160px;
	-webkit-border-radius: 5px;   
    border-radius: 5px;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-width: 1px;
	border-color: #ddecb3;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	border-style: solid;
	margin-bottom: 10px;
}

.content .right-side-howtojoin .howtojoin-form select {
	display: inline-block;
	margin-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 13px;
	width: 193px;
	-webkit-border-radius: 5px;   
    border-radius: 5px;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-width: 1px;
	border-color: #ddecb3;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	border-style: solid;
}

.content .right-side-howtojoin .howtojoin-form .alert-dot {
	display: inline-block;
	background-color: #ff8f1f;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 4px;   
    border-radius: 4px;
	-moz-border-radius: 4px;
    -khtml-border-radius: 4px;
	margin-left: 7px;	
}

.content .right-side-howtojoin .howtojoin-form .alert-dot-info {
	display: block;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff8f1f;
	font-size: 13px;
	font-style: italic;
}

.content .right-side-howtojoin .howtojoin-form .alert-dot-info div {
	display: inline-block;
	background-color: #ff8f1f;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 4px;   
    border-radius: 4px;
	-moz-border-radius: 4px;
    -khtml-border-radius: 4px;	
}

.content .right-side-howtojoin .howtojoin-form .right-box {
	display: block;
	background-color: #f5faeb;
	width: 320px;
	height: 215px;
	-webkit-border-radius: 4px;   
    border-radius: 4px;
	-moz-border-radius: 4px;
    -khtml-border-radius: 4px;	
}

.content .right-side-howtojoin .separator {
	margin-left: auto;
	margin-right: auto;
	width: 695px;
	height: 1px;
	background-color: #d7e2cd;
	margin-top: 10px;
}

.content .right-side-howtojoin .howtojoin-form-bottom {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 520px;
	margin-top: 20px;
	display: block;
}

.content .right-side-howtojoin .howtojoin-form-bottom input {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: 10px;
}

.content .right-side-howtojoin .howtojoin-form-bottom a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #396c05;
	margin-left: 10px;
	position: relative;
	top: -2px;
}

.content .right-side-howtojoin button {
	float: right;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	font-size: 17px;
    color: #ffffff;
	margin-right: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #5f9037;	
	-webkit-border-radius: 4px;   
    border-radius: 4px;
	-moz-border-radius: 4px;
    -khtml-border-radius: 4px;
	margin-top: 30px;
	margin-left: 40px;
	background: -moz-linear-gradient(top,  #9bc847 0%, #6ca71b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bc847), color-stop(100%,#6ca71b));
	background: -webkit-linear-gradient(top,  #9bc847 0%,#6ca71b 100%);
	background: -o-linear-gradient(top,  #9bc847 0%,#6ca71b 100%);
	background: -ms-linear-gradient(top,  #9bc847 0%,#6ca71b 100%);
	background: linear-gradient(to bottom,  #9bc847 0%,#6ca71b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bc847', endColorstr='#6ca71b',GradientType=0 );
	cursor: pointer;	
}

.content .right-side-howtojoin button:hover {
	color: #ffffff;
	background: -moz-linear-gradient(top,  #366107 0%, #143102 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#366107), color-stop(100%,#143102));
	background: -webkit-linear-gradient(top,  #366107 0%,#143102 100%);
	background: -o-linear-gradient(top,  #366107 0%,#143102 100%);
	background: -ms-linear-gradient(top,  #366107 0%,#143102 100%);
	background: linear-gradient(to bottom,  #366107 0%,#143102 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#366107', endColorstr='#143102',GradientType=0 );
}
/*right-side-howtojoin*/

/*right-side-congress*/
.content .right-side-congress {
	width: 695px;
	margin-left: 20px;
	padding-bottom:30px;
}

.content .right-side-congress h1 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	font-size: 19px;
    color: #004e3d;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
}

.content .right-side-congress .right-side-icon {
	background-image: url(../img/mini-icon.png);
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 10px;
	margin-left: 15px;	
	position: relative;
	top: -1px;
}

.content .right-side-congress p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
    color: #565656;
	line-height: 21px;
	word-break: break-word;
	white-space: normal;
}

.content .right-side-congress p strong {
	color: #565656;
}

.content .right-side-congress img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 20px;
	display: block;
}

.content .right-side-congress .congress-photos-link {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	font-size: 20px;
    color: #ffffff;
	width: 260px;
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 25px;
	-webkit-border-radius: 12px;   
    border-radius: 12px;
	-moz-border-radius: 2px;
    -khtml-border-radius: 12px;
	margin-top: 15px;
	margin-left: 12px;
	background: -moz-linear-gradient(top,  #82c33f 0%, #4d9d17 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82c33f), color-stop(100%,#4d9d17));
	background: -webkit-linear-gradient(top,  #82c33f 0%,#4d9d17 100%);
	background: -o-linear-gradient(top,  #82c33f 0%,#4d9d17 100%);
	background: -ms-linear-gradient(top,  #82c33f 0%,#4d9d17 100%);
	background: linear-gradient(to bottom,  #82c33f 0%,#4d9d17 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82c33f', endColorstr='#4d9d17',GradientType=0 );
	cursor: pointer;
	text-decoration: none;
	position: relative;	
}

.content .right-side-congress .congress-photos-link:hover {
	color: #ffffff;
	background: -moz-linear-gradient(top,  #ffd65b 0%, #ffba2c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65b), color-stop(100%,#ffba2c));
	background: -webkit-linear-gradient(top,  #ffd65b 0%,#ffba2c 100%);
	background: -o-linear-gradient(top,  #ffd65b 0%,#ffba2c 100%);
	background: -ms-linear-gradient(top,  #ffd65b 0%,#ffba2c 100%);
	background: linear-gradient(to bottom,  #ffd65b 0%,#ffba2c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65b', endColorstr='#ffba2c',GradientType=0 );
}

.content .right-side-congress .congress-photos-link span {
	background-image: url(../img/congress-photo.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 15px;
	top: 8px;
	width: 73px;
	height: 58px;
}

.content .right-side-congress .congress-videos-link {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	font-size: 20px;
    color: #ffffff;
	width: 260px;
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 25px;
	-webkit-border-radius: 12px;   
    border-radius: 12px;
	-moz-border-radius: 12px;
    -khtml-border-radius: 12px;
	margin-top: 15px;
	margin-left: 12px;
	background: -moz-linear-gradient(top,  #82c33f 0%, #4d9d17 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82c33f), color-stop(100%,#4d9d17));
	background: -webkit-linear-gradient(top,  #82c33f 0%,#4d9d17 100%);
	background: -o-linear-gradient(top,  #82c33f 0%,#4d9d17 100%);
	background: -ms-linear-gradient(top,  #82c33f 0%,#4d9d17 100%);
	background: linear-gradient(to bottom,  #82c33f 0%,#4d9d17 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82c33f', endColorstr='#4d9d17',GradientType=0 );
	cursor: pointer;
	text-decoration: none;
	position: relative;	
}

.content .right-side-congress .congress-videos-link:hover {
	color: #ffffff;
	background: -moz-linear-gradient(top,  #ffd65b 0%, #ffba2c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65b), color-stop(100%,#ffba2c));
	background: -webkit-linear-gradient(top,  #ffd65b 0%,#ffba2c 100%);
	background: -o-linear-gradient(top,  #ffd65b 0%,#ffba2c 100%);
	background: -ms-linear-gradient(top,  #ffd65b 0%,#ffba2c 100%);
	background: linear-gradient(to bottom,  #ffd65b 0%,#ffba2c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65b', endColorstr='#ffba2c',GradientType=0 );
}

.content .right-side-congress .congress-videos-link span {
	background-image: url(../img/congress-video.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 5px;
	top: 13px;
	width: 73px;
	height: 58px;
}
/*right-side-congress*/

/*right-side-congress-photos*/
.content .right-side-congress-photos {
	width: 695px;
	margin-left: 20px;
	padding-bottom:30px;
}

.content .right-side-congress-photos h1 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	font-size: 19px;
    color: #004e3d;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
}

.content .right-side-congress-photos .right-side-icon {
	background-image: url(../img/mini-icon.png);
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 10px;
	margin-left: 15px;	
	position: relative;
	top: -1px;
}

.content .right-side-congress-photos p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
    color: #565656;
	line-height: 21px;
	word-break: break-word;
	white-space: normal;
	padding: 0px;
	margin-top: 5px;
}

.content .right-side-congress-photos p strong {
	color: #565656;
}

.content .right-side-congress-photos img {
	float: left;
	margin-top: 15px;
	display: block;
	-webkit-border-radius: 4px;   
    border-radius: 4px;
	-moz-border-radius: 4px;
    -khtml-border-radius: 4px;
}

.content .right-side-congress-photos .block {
	float: left;
	margin-top: 35px;
	margin-left: 20px;
	display: block;
	width: 490px;
}

.content .right-side-congress-photos a {
	background-image:url(../img/right-side-h3-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
    color: #3c7d08;
	line-height: 21px;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
}

.content .right-side-congress-photos .separator {
	margin-left: auto;
	margin-right: auto;
	width: 690px;
	height: 1px;
	background-color: #edf5e7;
	margin-top: 18px;
}
/*right-side-congress-photos*/

/*right-side-congress-photos-list*/
.content .right-side-congress-photos-list {
	width: 695px;
	margin-left: 20px;
	padding-bottom:30px;
}

.content .right-side-congress-photos-list h1 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	font-size: 19px;
    color: #004e3d;
	display: inline-block;
	padding: 0px;
	padding-top: 10px;
	margin: 0px 0px 8px 0px;
}

.content .right-side-congress-photos-list .right-side-icon {
	background-image: url(../img/mini-icon.png);
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 10px;
	margin-left: 15px;	
	position: relative;
	top: -1px;
}

.content .right-side-congress-photos-list img {
	-webkit-border-radius: 4px;   
    border-radius: 4px;
	-moz-border-radius: 4px;
    -khtml-border-radius: 4px;
}

.content .right-side-congress-photos-list .back {
	background-image:url(../img/back-arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
    color: #333333;
	margin-top: 15px;
	margin-right: 12px;
	padding-left: 10px;
	text-decoration: none;
	float: right;
}

.content .right-side-congress-photos-list a {
	text-decoration: none;
	margin-top: 8px;
	margin-left: 8px;
	display: inline-block;
}
/*right-side-congress-photos-list*/

/*footer*/
.footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	width: 980px;
	height: 34px;
	position: relative;
}

.footer .social-fb {
	float: left;
	background: url(../img/social-fb.png) no-repeat;
	width: 24px;
	height: 24px;
	text-decoration: none;
	opacity: 0.3; 
	-webkit-opacity: 0.3; 
	-moz-opacity: 0.3; 
	filter: alpha(opacity=30);
}

.footer .social-tw {
	float: left;
	background: url(../img/social-tw.png) no-repeat;
	margin-left: 8px;
	margin-right: 16px;
	width: 24px;
	height: 24px;
	text-decoration: none;
	opacity: 0.3; 
	-webkit-opacity: 0.3; 
	-moz-opacity: 0.3; 
	filter: alpha(opacity=30);
}

.footer .links {
	float: left;
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 7px;
	text-decoration: none;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	color: #87bc2f;
	font-size: 13px;
}

.footer span {
	float: left;
	margin-top: 7px;
	text-decoration: none;
	color: #87bc2f;
	font-size: 13px;
	position: relative;
	top: -1px;
}

.footer .adaptice-logo {
	float: right;
	background: url(../img/adaptice.png) no-repeat;
	margin-right: 16px;
	margin-top: 8px;
	width: 53px;
	height: 13px;
	text-decoration: none;
}

.copyright {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}

.copyright div {
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 20px;
	width: 980px;
	font-family: 'Merriweather Sans', sans-serif;
	color: #366a04;
	font-size: 11px;
	cursor: default;
}
/*footer*/

.htj-howtojoin-form {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 580px;
	margin-top: 20px;
	display: block;
}

.htj-howtojoin-form span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    color: #409611;
	line-height: 21px;
	display: block;
}

.htj-howtojoin-form input {
	display: inline-block;
	margin-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 13px;
	width: 160px;
	-webkit-border-radius: 5px;   
    border-radius: 5px;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-width: 1px;
	border-color: #ddecb3;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	border-style: solid;
	margin-bottom: 10px;
}

.htj-howtojoin-form select {
	display: inline-block;
	margin-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 13px;
	width: 193px;
	-webkit-border-radius: 5px;   
    border-radius: 5px;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-width: 1px;
	border-color: #ddecb3;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	border-style: solid;
}

.htj-howtojoin-form .alert-dot {
	display: inline-block;
	background-color: #ff8f1f;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 4px;   
    border-radius: 4px;
	-moz-border-radius: 4px;
    -khtml-border-radius: 4px;
	margin-left: 7px;	
}

.htj-howtojoin-form .alert-dot-info {
	display: block;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff8f1f;
	font-size: 13px;
	font-style: italic;
}

.htj-howtojoin-form .alert-dot-info div {
	display: inline-block;
	background-color: #ff8f1f;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 4px;   
    border-radius: 4px;
	-moz-border-radius: 4px;
    -khtml-border-radius: 4px;	
}

.htj-howtojoin-form .right-box {
	display: block;
	background-color: #f5faeb;
	width: 320px;
	height: 215px;
	-webkit-border-radius: 4px;   
    border-radius: 4px;
	-moz-border-radius: 4px;
    -khtml-border-radius: 4px;	
}

.htj-separator {
	margin-left: auto;
	margin-right: auto;
	width: 695px;
	height: 1px;
	background-color: #d7e2cd;
	margin-top: 10px;
}

.howtojoin-form-bottom {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 520px;
	margin-top: 20px;
	display: block;
}

.howtojoin-form-bottom input {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: 10px;
}

.howtojoin-form-bottom a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #396c05;
	margin-left: 10px;
	position: relative;
	top: -2px;
}

.howtojoin-form-submit_button  {
	float: right;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: bold;
	font-size: 17px;
    color: #ffffff;
	width:100px;
	border-style: solid;
	border-width: 1px;
	border-color: #5f9037;	
	-webkit-border-radius: 4px;   
    border-radius: 4px;
	-moz-border-radius: 4px;
    -khtml-border-radius: 4px;
	background: -moz-linear-gradient(top,  #9bc847 0%, #6ca71b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bc847), color-stop(100%,#6ca71b));
	background: -webkit-linear-gradient(top,  #9bc847 0%,#6ca71b 100%);
	background: -o-linear-gradient(top,  #9bc847 0%,#6ca71b 100%);
	background: -ms-linear-gradient(top,  #9bc847 0%,#6ca71b 100%);
	background: linear-gradient(to bottom,  #9bc847 0%,#6ca71b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bc847', endColorstr='#6ca71b',GradientType=0 );
	cursor: pointer;	
	margin-right: 30px; margin-top: 30px; margin-left: 40px; padding-left: 30px; padding-right: 30px; padding-top: 10px; padding-bottom: 8px;
}

.howtojoin-form-submit_button:hover {
	color: #ffffff;
	background: -moz-linear-gradient(top,  #366107 0%, #143102 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#366107), color-stop(100%,#143102));
	background: -webkit-linear-gradient(top,  #366107 0%,#143102 100%);
	background: -o-linear-gradient(top,  #366107 0%,#143102 100%);
	background: -ms-linear-gradient(top,  #366107 0%,#143102 100%);
	background: linear-gradient(to bottom,  #366107 0%,#143102 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#366107', endColorstr='#143102',GradientType=0 );
}

.htj-bottom-info {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
    color: #666666;
	line-height:18px;
	word-break: break-word;
	white-space: normal;
}

.htj-bottom-info a {
	color: #409611;
	text-decoration: none;
	font-weight: bold;
}

.videogallery-left { width: 215px }
.videogallery-right { width: 400px; margin-left: 30px; }
.videogallery-title { font-size: 16px; font-weight: bold; }

.videogallery-image  { }
.videogallery-shadow { width: 214px; height: 164px; position: absolute; top: 0px; left: 0px; background: url(http://www.campingfellowship.org/asset/new/image/bg-onshadow-214x164.png) 0px 0px no-repeat; display: none; border-radius:4px; }

.videogallery { margin-top:5px; margin-bottom: 20px; }
.videogallery-item { }
.videogallery-item img {  float: left; margin-right: 10px; padding:2px; }
.videogallery-item p   {  padding:10px 0px; }
.videogallery-item a   {  }
.videogallery-item a:link, .videoslider-item a:active, .videoslider-item a:visited { text-decoration: none; }
.videogallery-item a:hover { }

.videogallery-pages { margin:10px 5px; }
.videogallery-pages ul { list-style:none; }
.videogallery-pages ul li { float:left; }
.videogallery-pages ul li a { padding:0px 8px; display:block; border:1px solid #390; color:#000; font-weight:bold; font-size:12px; }

hr.sep { border: none; border-top: 1px solid #E4FCB2; margin: 0px 0px;}

.fancyimagepopup { color: #e3e2e2; }


.pressrooms { margin-top:15px; }
.pressrooms ul { list-style:none; }
.pressrooms ul li span.date { color:#390; padding-right:10px; font-weight:bold; }
.content .right-side .pressrooms ul li a { padding-left:10px;  color:#666; font-weight:normal; display:inline-block; margin-bottom:10px;  }
.content .right-side .pressrooms ul li a:hover { color: #000; }

.stable { border-collapse:collapse; margin-bottom:10px; }
.stable td { border:1px solid #ccc; padding:5px 10px; background:#fff; color:#333; }
.stable td:nth-child(1) { background:#eee; }
.stable tr td img{max-width: 100%;width: 100%;}

.succesbox, .errorbox { margin:10px 0px; padding:10px 7px; background:#eee; border:1px solid #ccc; }
.succesbox { color:#339900; }
.errorbox { color:#f00; }
.confress-foto-link{
	float: left;
	background: url('../img/confress-foto-link.png') no-repeat;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 315px;
	height: 83px;
}
.confress-foto-link:hover{
	background: url('../img/confress-foto-link.png') bottom no-repeat;

}
.confress-video-link{
	float: right;
	background: url('../img/confress-video-link.png') no-repeat;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 315px;
	height: 83px;
}
.confress-video-link:hover{
	background: url('../img/confress-video-link.png') bottom no-repeat;
	
}
.confress-foto-link2{
	float: left;
	background: url('../img/confress-foto-link2.png') no-repeat;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 315px;
	height: 83px;
}
.confress-foto-link2:hover{
	background: url('../img/confress-foto-link2.png') bottom no-repeat;

}
.confress-video-link2{
	float: right;
	background: url('../img/confress-video-link2.png') no-repeat;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 315px;
	height: 83px;
}
.confress-video-link2:hover{
	background: url('../img/confress-video-link2.png') bottom no-repeat;
	
}

.blogs .sep{
	border-top: #f6fcee 1px solid;
	margin: 20px 0px;
}
.blogs {
	margin-top: 7px;
}
.blogs .blog-item{
	border: 1px solid #f0f0f0;
	border-radius: 5px;
	padding: 14px 20px 15px 20px;

}
.blogs .blog-item p{
	padding-top: 0px;
	padding-bottom: 10px;
}
.blogs .blogdate{
	background: url(../img/blog/blogdatebg.jpg) #4d9d17 repeat-x;
	min-height: 35px;
	width: 57px;
	border-radius: 5px;
	float: left;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: 'Ruda',sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
}
.blogs .blog-item h2{
	
	display: table-cell;
	vertical-align: top;
	padding-top: 8px;
}
.blogs .blog-item .catname{
	font-family: 'Ruda',sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #737373;
}
.blogs .blog-item h2 a{
	font-family: 'Ruda',sans-serif;
	font-size: 20px;
	color: #565656;
	font-weight: bold;
	margin-left: 20px;
}
.blogs .blog-item .detals{
	margin-top: 5px;

}
.blogs .blog-item .blogicon, .detals .blogicon{
	background: url(../img/blog/blogicon.jpg) 0px 2px no-repeat !important;
	font-family: 'Ruda',sans-serif !important;
	font-size: 12px !important;
	line-height: 20px !important;
	color: #737373 !important;
	padding-left: 22px !important;
	margin-right: 15px !important;
	float: left;
	height: 15px;

}
.blogs .blog-item .blogtar, .detals .blogtar{
	background-position: 0px -14px !important;
}
.blogs .blog-item .blogyor, .detals .blogyor{
	background-position: 0px -30px !important;
}
.blogs .blog-item .clickhere{
	background: url(../img/blog/clickhere.jpg) center right no-repeat;
	float: right;
	color: #009933;
	font-family: 'Source Sans Pro',sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: 600;
	padding-right: 10px;
}
.blogs .commentcountbox{
	background: url(../img/blog/commentcountbox.png) no-repeat;
	width: 139px;
	height: 48px;
	margin-top: 26px;
	margin-bottom: 10px;

}
.blogs .commentcountbox p{
	font-family: 'Ruda',sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 17px;
}
.blogs .yorumlistbaslik{
	font-family: 'Source Sans Pro',sans-serif;
	font-size: 16px;
	color: #2f2f2f;
	line-height: 20px;
	font-weight: 600;
}
.blogs .yorumlistbaslik span{
	font-weight: normal;
	font-size: 13px;
	color: #909090;
	font-style: italic;
}
.blogs .yorumlistyorum{
	font-family: 'Source Sans Pro',sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #666666;
	padding: 8px 0px;
	padding-left: 26px;

}
.blogs .yorumreply{
	font-family: 'Source Sans Pro',sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #04811d;
	font-weight: bold;
}
.blogs .yorumgonder{
	border: 1px solid #f0f0f0;
	border-radius: 5px;
	padding: 15px 20px;
	margin-top: 26px;
}
.blogs .subyorum{
	margin-left: 20px;
}
.yorumgonder .yorumtext textarea{
    width: 425px !important;
    height: 80px !important;
}
.yorumgonder .yoruminput input{
    width: 250px !important;

}
.yorumgonder .yorumtext{
	float: left;
}
.yorumgonder label{
    font-weight: bold;
    float: left;
    width: 100px;
    text-align: right;
    margin-top: 10px;
	padding-right: 10px;
}
.blogpreviouspage{
	background: url(../img/blog/previouspage.jpg) center left no-repeat;
	float: right;
	color: #009933;
	font-family: 'Source Sans Pro',sans-serif;
	font-size: 13px;
	line-height: 21px;
	font-weight: 600;
	padding-left: 10px;
}
.delivery-error, .area-error
{
	display: none;
	color: red !important;
    font-weight: bold;
    border: 1px solid darkred;
    padding: 2px;
}
.icc-form-2017
{
	margin-top: 20px;
}