@charset "utf-8";
/* CSS Document */
/*@font-face {
    font-family: 'Play-Regular';
    src: url('font/Play-Regular.ttf') format("truetype"); */
@font-face {
    font-family: 'OpenSans-Regular';
    src: url('font/OpenSans-Regular.ttf') format("truetype");
	
}
body {
	background-color: #F0F0F0;
	background-repeat: repeat;
	margin: 0px;
}
.topbg {
	background-image: url(img/topbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 161px;
}
.fotterbg {
	background-repeat: repeat;
	height: 89px;
	bottom: auto;
	background-position: bottom;
	
	background-color: #FFF;
}
.boxtext {
	font-family: "OpenSans-Regular", Verdana, Tahoma;
	font-size: 25px;
	color: #FFF;
	text-decoration: none;
}
.boxtext2 {
	font-family: "OpenSans-Regular", Verdana, Tahoma;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	word-spacing: 1px;
	text-align: justify;
	white-space: normal;
}
.weltext {
	font-family: "OpenSans-Regular", Verdana, Tahoma;
	font-size: 25px;
	color: #024176;
	text-decoration: none;
}
.mattertext {
	font-family: "OpenSans-Regular", Verdana, Tahoma;
	font-size: 14px;
	color: #404040;
	text-decoration: none;
	word-spacing: 1px;
	text-align: justify;
	white-space: normal;
}
.contacttext {
	font-family: "OpenSans-Regular", Verdana, Tahoma;
	font-size: 14px;
	color: #024176;
	text-decoration: none;
	word-spacing: 1px;
	text-align: justify;
	white-space: normal;
}

.profiletext {
	font-family: "OpenSans-Regular", Verdana, Tahoma;
	font-size: 14px;
	color: #78a900;
	text-decoration: none;
	word-spacing: 1px;
	text-align: justify;
	white-space: normal;
	font-weight: bold;
}

.text2 {
	font-family: "OpenSans-Regular", Verdana, Tahoma;
	font-size: 25px;
	color: #024176;
	text-decoration: none;
}
.text3 {
	font-family: "OpenSans-Regular", Verdana, Tahoma;
	font-size: 16px;
	color: #024176;
	text-decoration: none;
}

.buttontext {
	font-family: "OpenSans-Regular", Verdana, Tahoma;
	font-size: 14px;
	color: #404040;
	text-decoration: none;
	word-spacing: 1px;
	white-space: normal;
}
.webtext {
	font-family: "OpenSans-Regular", Verdana, Tahoma;
	font-size: 12px;
	color: #404040;
	text-decoration: none;
	word-spacing: 1px;
	white-space: normal;
}
.frmname {
	height: 28px;
	width: 253px;
	border-radius: 3px;
	border: 1px solid #BEBEBE;

}
.frmname2 {
	height: 28px;
	width: 253px;
	border-radius: 3px;
	border: 1px solid #BEBEBE;

}
.frmname3 {
	height: 50px;
	width: 250px;
	border-radius: 3px;
	border: 1px solid #BEBEBE;

}
.frmname4 {
	height: 40px;
	width: 120px;
	border-radius: 3px;
	border: 1px solid #BEBEBE;
	color: #fff;
	background-color: #7fbb1b;
	font-size: 14px;
}
.frmname4:hover {
	height: 40px;
	width: 120px;
	border-radius: 3px;
	border: 1px solid #BEBEBE;
	color: #FFF;
	background-color: #024176;
	font-size: 14px;
	cursor:pointer;
}
.dropdown {
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 28px;
	width: 253px;
	background: #f2f2f2;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
	background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
	background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	border: 1px solid #BEBEBE;
}
.dropdown:before, .dropdown:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888 transparent;
  pointer-events: none;
}
.dropdown:before {
  border-bottom-style: solid;
  border-top: none;
}
.dropdown:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

.dropdown-select {
  position: relative;
  width: 130%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 28px;
  line-height: 14px;
  font-size: 12px;
  color: #62717a;
  text-shadow: 0 1px white;
  /* Fallback for IE 8 */
  background: #f2f2f2;
  /* "transparent" doesn't work with Opera */
  background: rgba(0, 0, 0, 0) !important;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.dropdown-select:focus {
  z-index: 3;
  width: 100%;
  color: #394349;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}

/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown {
  z-index: 1;
}
.lt-ie9 .dropdown-select {
  z-index: -1;
}
.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px;
  }
}

.dropdown-dark {
  background: #444;
  border-color: #111 #0a0a0a black;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
}
.dropdown-dark:before {
  border-bottom-color: #aaa;
}
.dropdown-dark:after {
  border-top-color: #aaa;
}
.dropdown-dark .dropdown-select {
  color: #aaa;
  text-shadow: 0 1px black;
  /* Fallback for IE 8 */
  background: #444;
}
.dropdown-dark .dropdown-select:focus {
  color: #ccc;
}
.dropdown-dark .dropdown-select > option {
  background: #444;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
}
