/* 
   Styles for web accessibility
	 Hidden content from sighted users and made available to screen reader users
*/
.access {
    position: absolute;
    left: 0px;
    top: -1000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.hideinaccess {
	/*display: none;*/
}

/*
	Styles for the pages
*/
.container {
	width: 1014px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.shadleft {
	background-image: url(../images/img_shad_left.jpg);
	background-repeat: repeat-y;
	float: left;
	height: 690px;
	width: 5px;
	margin: 0px;
	padding: 0px;
	display: none;
}
.shadright {
	background-image: url(../images/img_shad_right.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	float: right;
	height: 690px;
	width: 5px;
	padding: 0px;
}
.mainhead {
	height: auto;
	width: auto;
	margin: 0px;
}
.mainheadlogo {
	float: left;
	width: 660px;
	height: 111px;
	margin: 0px;
	overflow: visible;
}
.mainheadlinkstop {
	height: auto;
	width: 100%;
	text-align: right;
	float: right;
	/*margin: 21px 0px 9px 0px;*/
	margin: 11px 0px 9px 0px;
}
.mainheadlinks {
	height: auto;
	width: 100%;
	text-align: right;
	float: right;
	margin: 0px 0px 9px 0px;
}
.mainheadlinks2 {
	height: auto;
	width: 45px;
	text-align: left;
	float: right;
}
.mainheadlinks3 {
	height: auto;
	width: 80px;
	text-align: left;
	float: right;
}
#all {
	display: block;
	width: auto;
	margin: 0px;
	/*background-image: url(../images/img_shad_h.jpg);
	background-repeat: repeat-y;
	background-position: center;*/
}
.shadow {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
}
.mainheadsearchbox {
	height: auto;
	width: 100%;
	text-align: left;
	float: right;
	margin: 0 0 12px 0;
	padding: 0;
}
.mainheadsearchbox5 {
	height: auto;
	width: 100%;
	text-align: left;
	float: right;
	margin: 0 0 12px 0;
	padding: 0 19px 0 0; /* set paddingright equals to the sum of left/right padding in the input field "tipue_search_input_topnavbar" */
}
#mainheadsearchbutton {
	height: 20px;
	width: 60px;
	margin: 0 0 0 5px;
}
#mainheadsearchinputbox {
	height: 20px;
	width: 140px;
	margin: 0 5px 0 0;
}
#mainheadsearchinputbox5 {
	height: 20px;
	width: 120px;
	margin: 0 0 0 12px;
}
#mainheadsearchinputbox input{
	height: 14px;
	width: 100%;
	margin: 0;
}
#mainheadsearchinputbox5 #tipue_search_input_topnavbar{
	height: 16px;
	width: 100%;
	margin: 0;
}
.mainheadfunctions {
	float: left;
	width: 314px;
	height: auto;
	margin: 0px;
}
.mainheadmiddle {
	float: left;
	width: 20px;
	height: 111px;
	margin: 0px;
	/*border: 1px solid red;*/
}
#body {
	margin: 0px;
	display: block;
	width: 1014px;
	float: left;
	-moz-box-shadow: 0 0 6px #ddd;
	-webkit-box-shadow: 0 0 6px #ddd;
	box-shadow: 0 0 6px #ddd;
}
.nav {
	margin: 0px;
	height: 30px;
	width: 100%;
	background-color: #FDFDF9;
	clear: both;
	background-image: url(../images/img_nav_bg.jpg);
	background-repeat: repeat-x;
	/* [disabled]z-index: 999; */
}
.mainnav {
	float: left;
	margin: 0px 19px 0px 0px;
	padding: 0px;
	height: 30px;
}
.mainnavleft {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
.mainnavright {
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	height: 30px;
}
.mainheadtopmargin {
	height: 2px;
	width: 100%;
	background-color: #fff;
	margin: 0;
	clear: both;
	display: block;
}
.mainheadsearchform {
	margin: 0px;
	padding: 0px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.navshad {
	margin: 0px;
	background-color: #FDFDF9;
	height: 8px;
	padding: 0px;
	width: 100%;
	clear: both;
}
.frontbanner {
	margin: 0px;
	width: auto;
	height: 239px;
	background-color: #FDFDF9;
	padding: 0px;
}
.frontbannershad {
	margin: 0px;
	width: 100%;
	background-color: #FDFDF9;
	height: 8px;
	padding: 0px;
	background-image: url(../images/img_banner_shad_bottom.jpg);
	background-repeat: repeat-x;
}
.frontcontent {
	padding: 0px;
	display: block;
	margin: 0px 0px 31px 0px;
	text-align: left;
	height: auto;
}
.frontcontent1 {
	margin: 28px 0px 0px 21px;
	float: left;
	width: 370px;
}
.frontcontent2 {
	padding: 0px;
	display: block;
	float: left;
	margin: 28px 0px 0px 23px;
	width: 307px;
}
.frontcontent3 {
	margin: 28px 0px 0px 22px;
	float: left;
	width: 250px;
}
.frontcontent4 {
	margin: 18px 0px 0px 22px;
	float: left;
	width: 250px;
}
.contentboxhome {
	text-align: left;
	width: auto;
	padding: 10px 80px;
	border: 1px solid #e9eae9;
	background-color: #f2f5f2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: -webkit-gradient( linear, 0 50%, 0 100%, from(#fff), to(#efefef) );
	background: -moz-linear-gradient( top, #fff, #efefef );


	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef'); /* for IE */
	/*background: -ms-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(206,219,229,1) 100%);*/ /* IE10+ */
}
.frontcontentbox1photo {
	width: 137px;
	height: auto;
	float: right;
	margin: 0px 0px 5px 10px;
}
.frontcontentbox1 {
	text-align: left;
	width: auto;
	min-height: 165px;
	padding: 18px 18px 10px 0px;
	border: 1px solid #cadfb9/*#e9eae9*/;
	background-color: #f2f5f2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: -webkit-gradient( linear, 0 50%, 0 100%, from(#fff), to(#efefef) );
	background: -moz-linear-gradient( top, #fff, #efefef );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef'); /* for IE */
	/*background: -ms-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(206,219,229,1) 100%);*/ /* IE10+ */
}
.frontcontentbox2upper {
	text-align: left;
	width: auto;
	min-height: 135px;
	padding: 16px 18px 8px 0px;
	border: 1px solid #cadfb9/*#e9eae9*/;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.frontcontentbox2lower {
	text-align: left;
	width: auto;
	min-height: 63px;
	padding: 19px 18px 3px 0px;
	border: 1px solid #cadfb9/*#e9eae9*/;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.frontcontentboxm {
	text-align: left;
	width: auto;
	padding: 18px auto 8px auto;
	border: 1px solid #ffffff/*#e9eae9*/;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.frontcontentbox3 {
	text-align: left;
	width: auto;
	min-height: 42px;
	padding: 18px 18px 0px 0px;
	border: 1px solid #cadfb9/*#e9eae9*/;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.frontcontentbox_news {
	margin:0 0 0 19px;
	min-height:80px;
	overflow:hidden;
}
.frontcontentbox_latestnews {
	float:left;
	width:160px;
	min-height:16px;
	overflow:hidden;
}
.frontcontentbox_subscribe {
	float:right;
	min-width:70px;
	min-height:21px;
	overflow:hidden;
	text-align:right;
	margin: 3px 0 0 0;
}
.frontcontentscrollbox {
	margin-top: 12px;
	margin-bottom: 12px;
	height: 190px;
}
.frontcontentscroller {
	float: right;
	width: 10px;
}
.scrollup {
	clear: none;
	float: right;
}
.scrolldown {
	clear: none;
	float: right;
	margin-top: 160px;
}
.frontcontentinner {
	display:block;
	margin-left:-289px;
	margin-right:-200px;
	padding:0px;
}
/* Deminished class
.clear {clear:both;}
*/
/* new clearfix class */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/* new clearfix class */
.contentdetail {
	display: block;
	text-align: right;
	/* [disabled]padding-bottom: 14px; */
}
.frontdetail {
	display: block;
	text-align: right;
	/* [disabled]padding-bottom: 14px; */
}
.frontcontentbox1 .frontdetail {
	/*margin-top:-15px;
	margin-bottom:-6px;
	float:right;*/
	margin-right:-1px; /* push the 'more' to the right of the box */
	margin-bottom:-1px; /* push the 'more' to the bottom of the box */
}
.frontbottommargin {
	background-color: #F9FAEB;
	clear: both;
	display: block;
}
div.footer {
	width: auto;
	margin: 33px 0px 20px 0px;
	display: block;
	clear: both;
	padding: 0px 21px;
	height: auto;
}
div.footerbox {
	margin: 0px;
	width: auto;
	height: auto;
	float: none;
}
div.footerbox1 {
	margin: 0px;
	width: 532px;
	height: auto;
	float: left;
	vertical-align: middle;
}
div.footerbox2 {
	margin: 0px;
	width: 451px;
	height: 26;
	float: left;
}
div.footerbox3 {
	margin: 0px;
	width: 440px;
	height: 22px;
	float: left;
}
.shadbottom {
	background-image: url(../images/img_shad_bottom.jpg);
	background-repeat: repeat-x;
	background-position: left;
	width: 788px;
	text-align: left;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.shadbottomright {
	float: left;
	clear: none;
	margin: 0px;
	padding: 0px;
	width: 5px;
}
.shadbottomleft {
	float: left;
	clear: none;
	margin: 0px;
	padding: 0px;
	width: 5px;
}
.contentbanner {
	margin: 0px;
	padding: 0px;
	width: 1014px;
	height: 95px;
	background-color: #FDFDF9;
}
.contentbannershadow {
	margin: 0px;
	padding: 0px;
	width: 1014px;
	height: 2px;
	background-color: #9C0;
}
.contentbannershadow2 {
	margin: 0px;
	padding: 0px;
	width: 1014px;
	height: 2px;
	background-color: #7ce12f;
}
.subnav {
	margin: 0px;
	float: left;
	width: 228px;
	padding-top: 36px;
	background-color: #fff;
}
.maincontent {
	padding: 0px;
	background-color: #fff;
	display: block;
	margin: 22px 0px 0px 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-left-color: #fff;
	text-align: left;
}
.maincontentbox {
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 22px;
	float: left;
	width: 764px;
}
.maincontentboxhome {
	text-align: left;
	padding-top: 22px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 22px;
	float: left;
	width: auto;
}
.maincontenttextbox {
	margin-top: 15px;
	margin-bottom: 12px;
	/* [disabled]float: none; */
	/* [disabled]background-image: url(../images/img_seperator_vert.gif); */
	background-repeat: repeat-y;
	background-position: 470px top;
	padding-right: 21px;
	width: 510px;
}
.maincontenteventsbox {
	margin-top: 15px;
	margin-bottom: 12px;
	/* [disabled]float: none; */
	/* [disabled]background-image: url(../images/img_seperator_vert.gif); */
	background-repeat: repeat-y;
	background-position: 470px top;
	padding-right: 21px;
	width: 500px;
}

.maincontentsidebox {
	float: right;
	/* [disabled]background-image: url(../images/img_seperator_vert.gif); */
	background-repeat: repeat-y;
	background-position: 470px top;
	width: 202px;
	margin: 15px 0 12px 0;
	padding: 0 21px 0 0;
}
.maincontentsidebox_photo {
	float: right;
	/* [disabled]background-image: url(../images/img_seperator_vert.gif); */
	background-repeat: repeat-y;
	background-position: 470px top;
	width: 202px;
	padding: 0;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}
.maincontentsidebox_calendar {
	float: right;
	/* [disabled]background-image: url(../images/img_seperator_vert.gif); */
	background-repeat: repeat-y;
	background-position: 470px top;
	width: 202px;
	margin: 15px 0 12px 0;
	padding: 0;
}
.contentquicklink>:first-child {
	margin-top: 10px;
}
.maincontentsidecalendar {
	margin-top: 15px;
	margin-bottom: 12px;
	float: right;
	/* [disabled]background-image: url(../images/img_seperator_vert.gif); */
	background-repeat: repeat-y;
	background-position: 470px top;
	padding-right: 0px;
	width: 245px;
}


.maincontentfullbox {
	margin-top: 15px;
	margin-bottom: 12px;
	/* [disabled]float: none; */
	/* [disabled]background-image: url(../images/img_seperator_vert.gif); */
	background-repeat: repeat-y;
	background-position: 470px top;
	padding-right: 21px;
	width: auto;
}
.maincontent_title {
	width: auto;
}
.maincontentside {
	margin-top: 0px;
	margin-bottom: 12px;
	width: 202px;
	float: right;
	margin: 0 21px 12px 0;
}
.maincontentsidephoto {
	margin-top: 0px;
	margin-bottom: 12px;
}
.maincontentsidephoto2 {
	margin-top: 12px;
	margin-bottom: 12px;
}


.maincontentsideseparator {
	margin-top: 12px;
	margin-bottom: 12px;
	width: 6px;
	float: right;
}
.maincontentside2rowstitle {
	margin-top: 91px;
	margin-bottom: 12px;
	width: 120px;
	float: right;
}
.maincontentinner {
	display:block;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	background-repeat: repeat-y;
	background-position: 228px 0px;
	background-image: url(../images/spacer_grey_ccc.gif);
}
.maincontenttextboxnoseparator {
	margin-top: 15px;
	margin-bottom: 12px;
	float: none;
	padding-right: 135px;
}
.contentquicklink {
	margin:0px;
	padding: 0px 9px;
	border: 1px dotted #ccc;
}

/*Thumbnail class start*/


.thumbnail{
position: mainRounded;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0px;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0px;
left: 0px; /*position where enlarged image should offset horizontally */

}

/*Thumbnail class end*/



.subnavmenu {
	padding-right: 10px;
	margin-left: 0px;
	margin-top: 0px;
}
.subnavmenu .item {
	float:left;
	width:216px;
	height:auto;
	margin-bottom:9px;
}
.subnavmenu .item ul.subsubnav {
	margin:0;
	padding:0;
	list-style-type: none;
}
.subnavmenu ul.subnav {
	margin:0;
	padding:0;
	list-style-type: none;
}
.subnavmenu ul.subnav li {
	width:auto;
	height:auto;
	margin: 0 10px 6px 0;
	border: 0px black solid;
}
.subnavmenu ul.subnav ul.subsubnav {
	margin:0;
	padding:4px 0 0 0;
	list-style-type: none;
}
.subnavmenu_multimedia {
	padding-left: 37px; /* 25px - multimedia menu only, 37px - combined with all subnav */
}
.subnavmenu2 {
	font-size: 8.5pt;
}
div.celllist2 {
	background-color: #F4F4CE;
	padding: 8px 16px;
}
div.celllist1 {
	background-color: #F7F8E3;
	padding: 8px 16px;
}

div.contentpath {
	width: auto;
	margin: 0px 0px 25px 0px;
	/* [disabled]float: left; */
}
div.pagefunction {
	width: 85px;
	margin: 0px 0px 5px 0px;
	float: right;
	/* [disabled]position: absolute; */
	/* [disabled]top: 0px; */
	/* [disabled]left: 910px; */
}
div.pagefunction .item {
	width: 22px;
	margin: 0px 0px 0px 5px;
	float: right;
	/* [disabled]clear: right; */
}
.ourboardphoto {
	float: right;
	width: 100px;
	margin: 0px 0px 6px 6px;
}
.faqcontentbox {
	text-align: left;
	width: auto;
	padding: 10px 22px 10px 18px;
	border: 1px solid #cadfb9/*#e9eae9*/;
	/*background-color: #f2f5f2;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*background: -webkit-gradient( linear, 0 50%, 0 100%, from(#fff), to(#efefef) );
	background: -moz-linear-gradient( top, #fff, #efefef );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');*/ /* for IE */
	/*background: -ms-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(206,219,229,1) 100%);*/ /* IE10+ */
}

.eventsdetailbox {
	text-align: left;
	width: auto;
	padding: 10px 22px 10px 18px;
	border: 2px dotted #cadfb9/*#e9eae9*/;
	/*background-color: #f2f5f2;*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*background: -webkit-gradient( linear, 0 50%, 0 100%, from(#fff), to(#efefef) );
	background: -moz-linear-gradient( top, #fff, #efefef );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');*/ /* for IE */
	/*background: -ms-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(206,219,229,1) 100%);*/ /* IE10+ */
}

ul.ulfloatleft {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.ulfloatleft li {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	float: left;
}
img.border1pxgrey {
	border: 1px solid #ccc;
}

div.how2becomeMnAHeader {
	width: 744px;
	height: auto;
	overflow: hidden;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 10px;
	/* Firefox 1-3.6 */
	-moz-border-radius: 10px;
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 10px;
	background: #4f9b40;
}
/* Set of div.how2becomeMnAHeader, with a height value for 1 line heading --- Started */
div.how2becomeMnAHeader .head1 {
	width: 463px;
	height: 42px;
	background: url(../images/resolvingdisputes/img_how2becomemediator_bg1.jpg) repeat-x left top;
	border: 1px solid #afd137;
	float: left;
}
div.how2becomeMnAHeader .head1 p {
	color: #FBF5B4;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 20px;
	padding-top: 0;
}
div.how2becomeMnAHeader .head2 {
	width: 277px;
	height: 42px;
	background: url(../images/resolvingdisputes/img_how2becomemediator_bg2.jpg) repeat-x left top;
	border: 1px solid #afd137;
	float: left;
}
div.how2becomeMnAHeader .head2 p {
	width: 30px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}
/* Set of div.how2becomeMnAHeader, with a height value for 1 line heading --- Ended */

/* Set of div.how2becomeMnAHeader, with a large height value for 2 lines heading --- Started */
div.how2becomeMnAHeader .head1b {
	width: 463px;
	height: 68px;
	background: url(../images/resolvingdisputes/img_how2becomemediator_bg1b.jpg) repeat-x left top;
	border: 1px solid #afd137;
	float: left;
}
div.how2becomeMnAHeader .head1b p {
	color: #FBF5B4;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 20px;
	padding-top: 0;
}
div.how2becomeMnAHeader .head2b {
	width: 277px;
	height: 68px;
	background: url(../images/resolvingdisputes/img_how2becomemediator_bg2b.jpg) repeat-x left top;
	border: 1px solid #afd137;
	float: left;
	vertical-align: middle;
}
div.how2becomeMnAHeader .head2b p {
	width: 30px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}
/* Set of div.how2becomeMnAHeader, with a larger value of height than .head1 .head2 --- Ended */

div.how2becomeMnAContent {
	width: 722px;
	height: auto;
	overflow: hidden;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 10px;
	/* Firefox 1-3.6 */
	-moz-border-radius: 10px;
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 0 0 10px 10px;
	border: 1px solid #afd137;
	margin: 0 0 0 10px;
	/*background: url(../images/resolvingdisputes/img_how2becomemediator_bg4.jpg) repeat-x left top;*/

	background: #f6fcf2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZmNmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGY5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	
	background: -moz-linear-gradient(top,  #f6fcf2 0%, #f0f9e8 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6fcf2), color-stop(100%,#f0f9e8)); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top,  #f6fcf2 0%,#f0f9e8 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top,  #f6fcf2 0%,#f0f9e8 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top,  #f6fcf2 0%,#f0f9e8 100%); /* IE10+ */
	
	background: linear-gradient(to bottom,  #f6fcf2 0%,#f0f9e8 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6fcf2', endColorstr='#f0f9e8',GradientType=0 ); /* IE6-8 */
}
div.how2becomeMnAContentAddOnBox {
	width: 722px;
	height: auto;
	overflow: hidden;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 10px;
	/* Firefox 1-3.6 */
	-moz-border-radius: 10px;
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 10px;
	border: 1px solid #afd137;
	margin: 0 0 0 10px;
	/*background: url(../images/resolvingdisputes/img_how2becomemediator_bg4.jpg) repeat-x left top;*/

	background: #f6fcf2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZmNmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGY5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	
	background: -moz-linear-gradient(top,  #f6fcf2 0%, #f0f9e8 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6fcf2), color-stop(100%,#f0f9e8)); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top,  #f6fcf2 0%,#f0f9e8 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top,  #f6fcf2 0%,#f0f9e8 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top,  #f6fcf2 0%,#f0f9e8 100%); /* IE10+ */
	
	background: linear-gradient(to bottom,  #f6fcf2 0%,#f0f9e8 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6fcf2', endColorstr='#f0f9e8',GradientType=0 ); /* IE6-8 */
}
div.how2becomeMnAContent .content1,
div.how2becomeMnAContentAddOnBox .content1 {
	width: 454px;
	height: auto;
	float: left;
	
	/*background: url(../images/resolvingdisputes/img_how2becomemediator_bg3.jpg) repeat-x left top;*/
	background: #dcf1c8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjZjFjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZWUyOTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	
	background: -moz-linear-gradient(top,  #dcf1c8 0%, #bee298 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcf1c8), color-stop(100%,#bee298)); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top,  #dcf1c8 0%,#bee298 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top,  #dcf1c8 0%,#bee298 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top,  #dcf1c8 0%,#bee298 100%); /* IE10+ */
	
	background: linear-gradient(to bottom,  #dcf1c8 0%,#bee298 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcf1c8', endColorstr='#bee298',GradientType=0 ); /* IE6-8 */
}
div.how2becomeMnAContent .content1 p, 
div.how2becomeMnAContentAddOnBox .content1 p, 
div.how2becomeMnAContent .content1 li, 
div.how2becomeMnAContentAddOnBox .content1 li {
	color: #111111;
	font-size: 16px;
	text-shadow: 1px 1px #fff;
	padding: 5px 20px;
}
div.how2becomeMnAContent .content1 ol, 
div.how2becomeMnAContentAddOnBox .content1 ol, 
div.how2becomeMnAContent .content1 ul, 
div.how2becomeMnAContentAddOnBox .content1 ul {
	margin: 10px 15px;
}
div.how2becomeMnAContent .content2, 
div.how2becomeMnAContentAddOnBox .content2 {
	width: 268px;
	height: auto;
	float: left;
}
div.how2becomeMnAContent .content2 p, 
div.how2becomeMnAContentAddOnBox .content2 p {
	color: #111111;
	font-size: 13px;
	margin: 10px 20px;
}
div.how2becomeMnAContent .content2 li, 
div.how2becomeMnAContentAddOnBox .content2 li {
	color: #111111;
	font-size: 13px;
}
div.how2becomeMnAContent .content2 ul, 
div.how2becomeMnAContentAddOnBox .content2 ul {
	margin: 10px 15px;
}
.how2becomeMnAContentRemarks {
	margin: 10px 20px !important;
	font-size: 12px;
}
.how2becomeMnAContentRemarks li {
	font-size: 12px;
}
.how2becomeMnA-Remarks {
	font-size: 12px !important;
}
p.how2becomeMnAContentArrow {
	margin: 0 0 0 250px;
}

.boxgreendotborder {
	border:1px dotted #99CC66;
	padding:10px;
}

.boxgreydotborder {
	border:1px dotted #BBBBBB;
	padding:10px;
}

	.responsive-stacked-table thead, .responsive-stacked-table .empty {
		/*display: none;*/
	}

.responsive-stacked-table {
	/*width: auto;*/
}
	
.responsive-stacked-table .img2colgallery {
	width: 320px;
}

.responsive-stacked-table .img2colgallery_590px {
	width: 590px;
}

	.responsive-stacked-table .facilities_title {
		/*padding: 5px 5px 0 5px;*/
	}
	
.responsive-stacked-table .moreinfo {
	/*text-align: left;*/
}

	.photogallery td { /* To maximise the photo width in smartphone */
		/*padding: 0;*/
	}
	
	.tablelist td { /* To optimize the height of list in smartphone */
		/*padding: 0;*/
	}
	
	.tablelist .tablelisthead {
		/*		font-size: large;
		padding-top: 0.6em;
*/
	}


/* Back to top sticky button */

@media only screen and (min-width: 1024px) {
  main p {
    font-size: 2rem;
  }
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(44, 168, 25, 0.5) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
  background-color: #f32359;
  opacity: 1;
}

@media only screen and (min-width: 320px) {
  .cd-top {
    right: 5px;
    bottom: 5px;
  }
}

@media only screen and (min-width: 500px) {
  .cd-top {
    right: 15px;
    bottom: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

