/********************************************************
* Information | IE HACKS
********************************************************/

/********************************************************
* Information | Main Sections
********************************************************/
#info_split_left {
	width: 315px;
	float: left;
}
#info_split_right {
	width: 605px;
	float: right;
}
/********************************************************
* Information | Information Section
********************************************************/
.info_item {
	margin: 0 0 0 7px;
}
.info_item .title {
	margin: 0;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	line-height: 16px;
}
.info_item .title strong {
	background: #fff600;
	padding: 1px;
}
.info_item .desc {
	margin: 4px 0 20px 0;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #333;
}
.info_item .ques {
	font: bold italic 11px Georgia, "Times New Roman", Times, serif;
	color: #1f6859;
	margin: 2px 0 0 0;
}
.info_item .ans {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 0 0 4px 0;
}
/********************************************************
* Information | Feature Section
********************************************************/
#feature {
	margin: 12px 0 0 0;
	width: 615px;
	height: 214px;
	background: url('../_img/information/feature/bg_feature.jpg') no-repeat;
}
#feature img {
	width: 563px;
	height: 183px;	
	margin: 17px 0 0 23px;
}

#faq {
	margin: 0 0 0 24px;
	float: left;
	width: 250px;
}

/*#contact {
	margin: 0 0 0 24px;
	float: left;
	width: 250px;
}*/
#contact .title {
	margin: 7px 0 3px 7px;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	line-height: 16px;
}
#contact .title strong {
	background: #fff600;
	padding: 1px;
}
#contact .sub {
	margin: 0 0 14px 14px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #333;
}
#contact .sub a {
	color: #333;
	text-decoration: none;
}
#contact .sub a:hover {
	color: #333;
	text-decoration: underline;
}
.bolden {font-weight: bold;}
#links {
	margin: 0 24px 0 0;
	float: right;
	width: 250px;
}
#links .item {
	margin: 0 0 0 7px;
	color: #333;
	font: 11px Georgia, "Times New Roman", Times, serif;
}
#links .item a {
	font-weight: bold;
	font-style: italic;
	color: #16bfd8;
	padding: 1px;
}
#links .item a:hover {
	background: #fff600;
	color: #000;
}
/********************************************************
* Information | Staff Section
********************************************************/
#staff_section {
	margin: 0 0 10px 0;
	width: 950px;

}
.staff_mem {
	background: url(../_img/build/rough_back.gif);
	margin: 12px 12px 16px;
	display: inline;
	float: left;
	width: 290px;
	height: 95px;
	text-decoration: none;
}
.staff_mem img {
	padding: 0px;
	display:inline;
	float: left;
	margin: 4px 0 0 4px;
}
.staff_mem .info{
	display: block;
	margin:0 0 0 90px;
}
.staff_mem .title {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	display: inline;
	float: left;
	margin: 5px 0 0 5px;
}
.staff_mem strong {
	background: #fff600;
	padding: 1px;
}
.staff_mem em {
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #333;
}
.staff_mem .desc {
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 2px 0 0 5px;
	display:inline;
	float: left;
	width: 190px;
	height: 31px;
}
.staff_mem .links {
	font: bold 10px Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 0 0 0 5px;
	display:inline;
	float: left;
	font-style: italic;
	background-color: transparent;
}
.staff_mem .links a {
	color: #16bfd8;
	font-style: italic;
	padding: 1px;
}
.staff_mem .links a:hover {
	background: #fff600;
	color: #000;
}
.onright {
	margin-right: 0px;
}
/********************************************************
* FAQ
********************************************************/
p.faq{
	color: #333;
	font: 11px Georgia, "Times New Roman", Times, serif;
}