#guest{
float:left;
margin:0 27px 20px 10px;
width: 650px;
}

*html #guest{
	margin-left: 5px;
}
.media{
	float: right;
	text-align: left;
	padding: 0 30px;
}
.titleInfo{
	padding: 5px 10px 0;
	margin-bottom: 5px;
	height: 24px;
	width: 300px;
	background: #efefef;
	border: 1px solid #e1e1e1;
}

.staffItem{
	font-size:12px;
	color: #545454;
	margin: 0 0 20px;
	position: relative;
}
.staffItem h2{
	font-size: 20px;
}
.staffTop{
	background: url(images/staff-line-t-gr.png) no-repeat;
	behavior:url(lib/iepngfix.htc);
	height: 16px;
	width: 650px;
	font-size: 1px;
}
.staffBottom{
	background: url(images/staff-line-b-gr.png) no-repeat;
	behavior:url(lib/iepngfix.htc);
	height: 16px;
	width: 650px;
	font-size: 1px;
}
.staffContent{
	width: 648px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	background: #efefef;
}
.staffRight{
	float: right;
	text-align: left;
	width: 525px;
}
.staffRight input#paypal{
	width: 122px;
	height:47px;
	border:0;
}
.staffRight img {border: 0;}
.staffLeft{
	float: left;
	width: 95px;
	padding-left: 10px;
	text-align: center;
	margin-left: 5px;
}
*html .staffLeft{
	margin-left: 3px;
}
.staffIntro{
	width: 510px;
}
.open .staffContent{
	background: #fff;
}

.open .staffBottom{
	background: url(images/staff-line-b.png) no-repeat;
	behavior:url(lib/iepngfix.htc);
}
.open .staffTop{
	background: url(images/staff-line-t.png) no-repeat;
	behavior:url(lib/iepngfix.htc);
}
.staffInfo {
	display: none;
	margin: 20px 0 0;
}
.stafContact{
	margin-top:20px;
}
.staffInfo .skills{
	padding: 4px 10px 0;
	height: 24px;
	width: 350px;
}
.staffInfo .odd{
	background: #efefef;
	border: 1px solid #e1e1e1;
}

.orange a{
	color: #F78E22!important;
	text-decoration: underline!important;
}
.orange a:hover{
	text-decoration: none!important;
}
.staffLeft img{
	border: 2px solid #FFFFFF!important;
}
.orange h2{
	color: #F78E22;
}


.blue a{
	color: #3476CA!important;
	text-decoration: underline!important;
}
.blue a:hover{
	text-decoration: none!important;
}
.blue h2{
	color: #3476CA;
}


.grey a{
	color: #545454!important;
	text-decoration: underline!important;
}
.grey a:hover{
	text-decoration: none!important;
}
.grey h2{
	color: #545454;
}

.hide, .show{
	border-left: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	width: 70px;
	padding: 3px;
	text-align: center;
	float: right;
	background-color: #EFEFEF;
	cursor: pointer;
}
.hide, .open .show{
	display: none;
}
.open .hide, .show{
	display: block;
}

.staffNames{
	width:210px;
	float:right;
	text-align:left;
	font-size:24px;
	line-height:30px;
}
.staffNames a{
	color: #3476CA;
	text-decoration: none;
}
.staffNames a.orange{
	color: #F78E22;
}
.staffNames a:hover{
	text-decoration: underline;
}
