.us #header h2 {
	background-image: url(../../images/layout/title-us.png);
}

.us {
	background: #dcd5a1;
}

.us blockquote {
    display: block;
    width: 593px;
    height: 42px;
    position: absolute;
    top: 50px;
    left: 150px;
    background: url(../../images/layout/us-quote.png) no-repeat;
    text-indent: -9999px;
}


#staff {
    display: block;
    width: 470px;
    height: 335px;
    position: absolute;
    top: 120px;
    left: 150px;
    background: url(../../images/layout/us-staff.png) no-repeat;
}

#staff li {
    position: absolute;
    width: 190px;
    height: 50px;
    text-indent: -9999px;
}

.javascript #staff li {
    cursor: pointer;
}

#staff li .details,
#staff li strong,
#staff li img {
    display: none;
}

#staff-1 {
    top: 0;
}


#staff-2 {
    top: 68px;
}



#staff-3 {
    top: 139px;
}

.javascript #staff li.active {
    border-bottom: 1px solid #5d863f;
}


#staff-information {
    width: 480px;
    height: auto;
    position: absolute;
    top: 125px;
    left: 400px;
    overflow: hidden;
}

#info {
    width: 205px;
    float: left;
}

#staff-information p {      
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: justify;
	margin-bottom: 1.2em;

}

#staff-information a {
	color: #333;
	text-decoration: none;	
}


#staff-image {
    display: none;
    width: 193px;
    height: 194px;
    float: right;
    padding: 1px;
    border: 1px solid #ccc;
}
