/* Custom style */
#bioContentBucket {
    
}

#bioTitle {
	font-size: 20px;
	font-weight: bold;
	padding: 25px 0px 20px 20px;
}

#fadeInImage {
    position: absolute;
}

#bioContent {
    position: absolute;
    margin-left: 230px;
    width: 190px;
    padding: 10px 0px 0px 20px;
    border-width: 0px;
    border-style: solid;
    border-color: #000;   
}

#bioQuote {
	position: absolute;
	top: 500px;
	padding: 0px 20px 0px 20px;
    font-size: 24px;
    font-face: Arial;
}

#bioListTitle {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
    font-size: 13px;
    font-weight: bold;
}
#dottedlineHorizontal {
    position: relative;
    padding-bottom: 10px;
    top: 0px;
    left: -20px;
    height: 0.5px;
    width: 230px;
    border-top-style: dashed; 
    border-top-color: #a1a1a1; 
    border-top-width: 1px;
}

#bioList {
    float: left;
    width: 200px;
    padding-left: 10px;
    padding-bottom: 30px;
    margin-left: 10px;
    border-width: 0px;
    border-style: solid;
    color: #868686;
}
#bioList a {
    text-decoration: none;
    color:#868686;
}
#bioList a:hover {
    text-decoration: none;
    color:#f8981d;
}
#bioListOn a {
    text-decoration: none;
    color:#f8981d;
}


/* Easy slider styles */
#slider ul, #slider li{
    margin:0;
    padding:0;
    list-style:none;
}
#slider, #slider li{
	width: 190px;
    height: 420px;
    overflow:hidden; 
    border-width: 0px;
    border-style: solid;
    border-color: #000;
} 
#prevBtn{
    background: url(/_images/boxed_arrow_up.gif) no-repeat scroll 0 center; 
    padding-bottom: 0px;
    border-width: 0px;
    border-style: solid;
    border-color: #000;
}
#nextBtn{
    background: url(/_images/boxed_arrow_down.gif) no-repeat scroll 0 center;
    padding-bottom: 0px;
    border-width: 0px;
    border-style: solid;
    border-color: #000;
}

