/***** Profile Overview CSS  *****/

#profileoverview_container {
	width: 772px;
	float: left;
}

#profileoverview_header {
	float: left;
	margin: 10px 0 0 10px;
}

/***** Profile Overview Main CSS *****/

#profileoverview_main {
    width: 762px;
    float: left;
}

.profileoverview_description {
	font: 12px Arial;
	margin: 9px 0 0 10px;
	padding: 0;
	color: #666;
	line-height: 1.65;
}

img.infoscreenshot {
	float: right;
	margin: 10px 35px 5px 20px;
	padding: 0;
	border: solid 1px #CCC;
}

img.voteforus {
	float: right;
  margin: 10px 10px 0 10px;
	padding: 0;
  border: solid 1px #CCC;
}

img.voteforustext {
	float: right;
  margin: 10px 0 0 10px;
	padding: 0;

}


/***** Services Section CSS *****/

#services_container {
	background: #E4E4E4;
	width: 772px;
	float: left;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
}

p.text-services_title {
	font: bold 16px Arial;
	margin: 15px 0 0 10px;
	color: #663366;
}

#services {
	width: 752px;
	margin: 10px 0 0 10px;
}

#services table {
	width: 750px;
}

#services table td {
	font: 10px Arial;
	width: 150px;
}

#services img {
	float: left;
	margin: 0 10px 0 0;
}

#services p {
	font: 12px Arial;
	float: left;
	margin: 0 0 0 10px;
	color: #333;
}

/***** Interview Section CSS *****/

#interview_container {
	width: 772px;
	float: left;
	margin: 10px 0 0 0;
}

#qa_container {
	width: 722px;
	float: left;
	margin: 10px 0 0 10px;
	padding: 0 30px 0 0;
}

#qa_container .text-interview_info {
	font: 12px Arial;
	color: #666;
}

#qa_container .text-interview_title {
	font: bold 16px Arial;
	color: #663366;
}

#qa_container p.text-interview_heading {
	font: bold 12px Arial;
	color: #333;
	margin: 15px 0 0 0;
}

#qa_container p.text-interview_content {
	font: 12px Arial;
	color: #666;
	line-height: 1.8;
}

/***** Host Awards Section CSS *****/

#hostawards_container {
	width: 772px;
	float: left;
	margin: 10px 0 0 0;
}

.hostawards_left_whd {
	background: url(../images/profile/bg-award_whd.gif);
	height: 75px;
	width: 370px;
	float: left;
	margin: 10px 0 0 10px;
}

.hostawards_left_dsd {
	background: url(../images/profile/bg-award_dsd.gif);
	height: 75px;
	width: 370px;
	float: left;
	margin: 10px 0 0 10px;
}

.hostawards_left_whd p {
	margin: 15px 0 0 100px;
}

.hostawards_left_dsd p {
	margin: 15px 0 0 100px;
}

/***** Vote Section *****/

#hostvote_container {
	width: 772px;
	float: left;
	margin: 10px 0 0 0;
}

.hostvote_right {
	background: url(..images/webhostawards/vote_whd_220x130.gif);
	float: right;
	margin: 10px 0 0 10px;
  padding: 0;
}

/***** Generic CSS *****/
li {
    font: 12px Arial;
    color: #666;
}

