@charset "utf-8";
/* CSS Document */

/*****************************
buttons
*****************************/
.brownbutton {	
	-moz-box-shadow: inset 1px1px0px 0px #b39461;
	-webkit-box-shadow: inset 1px1px0px 0px #b39461;
	box-shadow: inset 1px1px0px 0px #b39461;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #735623), color-stop(1, #533d1a) );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#735623', endColorstr='#533d1a');
	background-color: #735623;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	text-indent: 0;
	border: 1px solid #7E561A;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	line-height: 34px;
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 18px;

}
.brownbutton:hover {

	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #533d1a), color-stop(1, #735623) );
	background:-moz-linear-gradient( center top, #533d1a 5%, #735623 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#533d1a', endColorstr='#735623');
	background-color:#533d1a;
}.brownbutton:active {
	position:relative;
	top:1px;
}

.goldbutton {
	-moz-box-shadow: inset 0px 1px 0px 0px #ece2c0;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ece2c0;
	box-shadow: inset 0px 1px 0px 0px #ece2c0;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bbae84), color-stop(1, #a59a72) );
	background: -moz-linear-gradient( center top, #bbae84 5%, #a59a72 100% );


	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbae84', endColorstr='#a59a72');
	background-color: #bbae84;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	text-indent: 0;
	border: 1px solid #745724;
	display: inline-block;
	color: #000000;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	padding-right: 14px;
	padding-bottom: 6px;
	padding-left: 14px;
}
.goldbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a59a72), color-stop(1, #bbae84) );
	background:-moz-linear-gradient( center top, #a59a72 5%, #bbae84 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a59a72', endColorstr='#bbae84');
	background-color:#a59a72;
}
.goldbutton:active {
	position:relative;
	top:1px;
}

.joinbutton {
	background: #023c60;
	background-image: -webkit-linear-gradient(top, #023c60, #002033);
	background-image: -moz-linear-gradient(top, #023c60, #002033);
	background-image: -ms-linear-gradient(top, #023c60, #002033);
	background-image: -o-linear-gradient(top, #023c60, #002033);
	background-image: linear-gradient(to bottom, #023c60, #002033);
	font-family: "ITCFranklinGothicW01-Md 812698", arial, sans-serif;
	color: #ffffff;
	font-size: 20px;
	padding: 15px 20px;
	border: solid #c6b994 2px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}

.joinbutton:hover {
  background: #023c60;
  background-image: -webkit-linear-gradient(top, #023c60, #000000);
  background-image: -moz-linear-gradient(top, #023c60, #000000);
  background-image: -ms-linear-gradient(top, #023c60, #000000);
  background-image: -o-linear-gradient(top, #023c60, #000000);
  background-image: linear-gradient(to bottom, #023c60, #000000);
  text-decoration: none;
}

.navfloat ul a {
	-moz-box-shadow: inset 0px 1px 0px 0px #ece2c0;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ece2c0;
	box-shadow: inset 0px 1px 0px 0px #ece2c0;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bbae84), color-stop(1, #a59a72) );
	background: -moz-linear-gradient( center top, #bbae84 5%, #a59a72 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbae84', endColorstr='#a59a72');
	background-color: #bbae84;
	text-indent: 0;
	border: 1px solid #745724;
	display: inline-block;
	color: #FFFFFF;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	padding-top: 11px;
	padding-bottom: 11px;
	width: 140px;
}
.navfloat ul a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a59a72), color-stop(1, #bbae84) );
	background:-moz-linear-gradient( center top, #a59a72 5%, #bbae84 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a59a72', endColorstr='#bbae84');
	background-color:#a59a72;
}

.navfloat ul a:active {
	position:relative;
	top:1px;
}


/****************************************
            toolkits
****************************************/

.iconwrap {
	width: 240px;
	text-align: center;
	position: relative;
	text-decoration: none;
	float: left;
	height: 310px;
	
}
.iconwrap.news {
	clear: left;
}

.ikepoz {
	margin: 250px 0px 0px 250px;
}

.iconwrap .ball {
	z-index: 2;
	-webkit-transition-property: translateY;
	-moz-transition-property: translateY;
	transition-property: translateY;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	transition-duration: .5s;
	background-repeat: no-repeat;
	background-position: center center;
	height: 190px;
	width: 240px;
}

.iconwrap:hover .ball {
	-webkit-transform:translateY(25px);
	-moz-transform:translateY(25px);
	transform:translateY(25px);
	
}

.iconwrap .shadow {
	position: absolute;
	top: 260px;
	left: 0px;
	z-index: 1;
	opacity: .3;
	transition: .5s opacity ease-in-out;
	background-image: url(images/toolkit_shadow.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 240px;
}

.iconwrap:hover .shadow {
	opacity: 6;
}

.iconwrap .iketitle {
	position: relative;
	z-index: 3;
	top: 240px;
	font-size: 16px;
	font-family: "ITCFranklinGothicW01-Md 812698", arial, sans-serif;
    font-weight: 400;
	color: #CCC;
	-webkit-transition: color .5s ease-in;
    -moz-transition: color .5s ease-in;
    -o-transition: color .5s ease-in;
    -ms-transition: color .5s ease-in;
    transition: color .5s ease-in;
}
.iconwrap:hover .iketitle {
	color: #243f60;
	}
.iconwrap .icon1{background-image: url(images/gears_1.png);	}

.iconwrap .icon2{
	background-image: url(images/mortarboard_1.png);
}

.iconwrap .icon3{
	background-image: url(images/baloons_1.png);
}

.iconwrap .icon4{
	background-image: url(images/news_1.png);
}
.iconwrap .icon5{
	background-image: url(images/awards_1.png);
}

.iconwrap .icon6{
	background-image: url(images/reports_1.png);
}
/******************* invited icons  *******************************/
	
a.invitedIkeGlobe{
	font-size: 21px;
	font-family: "ITCFranklinGothicW01-Md 812698", arial, sans-serif;
	background-image: url(images/invitedikeglobe.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 50px;
	line-height: 40px;
	color: #023D61;
	text-decoration: none;
}

a.invitedIkeList{
	font-size: 21px;
	font-family: "ITCFranklinGothicW01-Md 812698", arial, sans-serif;
	background-image: url(images/invitedikelist.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 50px;
	line-height: 40px;
	color: #023D61;
	text-decoration: none;
}
