@charset "utf-8";

#right-panel {
  overflow: auto;
  margin: 0px;
  float: left;
  background: #F8F4EA;
  width: 551px;
  height: 428px;
  padding-top: 4px;
  margin-bottom: 20px;
}

.intro {
  font-family: 'FuturaMdBT'; 
  font-size: 11.5px;
  color: #437076;
  padding-top: 27px;
  padding-left: 60px;
  padding-right: 60px;
  text-align: justify;
  line-height: 1.6em;
  /*margin-top:20px;*/
}

span#qm {
  font-family: "Trajan Pro";
  font-size: 18px;
  letter-spacing: 1.2;
}

h1 {
  font-size: 11.5px;
  text-align: center;
  line-height: 1.7em;
  color: #CBB677;
  margin-bottom: 7px;
  margin-top: 12px; 
} 

#feature_list {
  list-style: none;
  padding-left: 60px;
  font-size: 11px;
  line-height: 2.4em;
  color: #437076;
}

a.mail {
	padding: 1px;
	color: #437076;
}

a.mail2 {
	padding: 2px;
	/*olor: #437076;*/
	color: #A7C1AF; 
}

a.mail:hover, a.mail2:hover {
	/*color: #A7C1AF; */
	color: #437076;
}

a.qmsurvey {
	position: absolute;
	margin: 60px;
	width: 79px;
	height: 79px;
	background-image:url('/images/surveys.png');
	background-repeat: no-repeat;
	
	/* background-color:#437076; */
}

a.qmsurvey:hover {
	position: absolute;
	margin: 60px;
	width: 79px;
	height: 79px;
	background-image:url('/images/surveys_hover.png');
	background-repeat: no-repeat;
}

