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

html {
	background-color:dfdfdf;
}

body {
	font-family:Helvetica Neue,Helvetica,Arial,"Lucida Grande","Lucida Sans",Verdana,sans-serif;
	font-size:13px;
	color:#373D4A;
}

#container {
	margin-right:auto;
	margin-left:auto;
	width:800px;
}

#logo {
	outline:none;
	margin-top:4%;
	margin-left:10px;
}
	
#slideshow {
	margin:0 auto;
	background-repeat:no-repeat;

}

ul {
	list-style-image:url(images/bullet.png);
	margin-top:20px;
	padding-right:-40px;
	margin-right:-15px;
	}

li { background-image: url(images/bullet.png) no-repeat; 
	padding-right:-40px;
	margin-right:-15px;
}


.menu {
	list-style: none;
	padding: 0;
	margin: 35px;
	margin-left:10%;
	width: 701px;
	height: 55px;
	position: relative;
}
.menu span {
	display: none;
	position: absolute;
}
.menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
.menu a:hover {
	background-position: left bottom;
}
.menu a:hover span{
	display: block;
}

.menu .creds {
	width: 125px;
	height:55px;
	background: url(images/credentials.png) no-repeat;
}
.menu .creds span {
	width: 125px;
	height:55px;
	top: -20px;
}

.menu .biography {
	width: 126px;
	height:55px;
	background: url(images/biography.png) no-repeat;
	left: 200px;
}
.menu .biography span {
	width: 126px;
	height:55px;
}

.menu .contact {
	width: 97px;
	height:55px;
	background: url(images/contact.png) no-repeat;
	left: 410px;
}
.menu .contact span {
	width: 97px;
	height:55px;
}
 
#rightcolumn {
	width:195px;
	padding:1em;
	float:right;
	margin-top:-153px;
	margin-right:415px;
}

#leftcolumn {
	width:195px;
	padding:1em;
	float:left;
	margin-top:-17px;
	margin-left:10px;
}

#center column {
	width:195px;
	padding:1em;
	float:left;
	margin-left:90px;
	
}