@charset "utf-8";
/* CSS Document */

/**************************
		INDEX SLIDER
**************************/


#wrapper {
    width: 550px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 750px;
    margin: 60px;
    position: relative;
    top: +55px;
    left: +65px;	
}

.scroll {
    height: 515px;
    width: 690px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	border: solid 8px #b4c0d6;
    background: #ffffff;
}

.scrollContainer div.panel {
    height: 625px;
    width: 700px;
}
.biography{
	float:left;
	position:relative;
	right: -10px;
	}
	
.biography img{
	margin: 5px 5px 15px 0px;
	border: 3px solid #2d4675;
	float: left;
	position:relative;
	}

.bio{
	float:left;
	position:relative;
	left:+8px;
	}
.bio p{
	width:240px;
	text-align: left;
	}
	
.bio1 p{
	width:600px;
	position: absolute;
	width: 405px;
	top: 270px;
	text-indent:170px;
	}

/*<!--#shade {
    background: #EDEDEC url(../images/shade.jpg) no-repeat 0 0;
}-->*/

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
    position: relative;
    float: left;
    top: 1px;
}

ul.navigation li {
    display: inline;
    margin-right: 2px;
}

ul.navigation a {
    padding: 8px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #6d639b;
}

ul.navigation a.selected {
    background-color: #b4c0d6;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 300px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -23px;
}

.scrollButtons.right {
    right: +11px;
}

.hide {
    display: none;
}