BODY { background-color: #000000}

body{
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	color: #CCCCCC;
	line-height: 20pt;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
	font-size: 85%;

}

a:link, a:visited, a:hover {
	color: #999999;
	text-decoration: none;

}

a:hover {
	text-decoration: none;
	background-color: #333333;
	list-style: none;
}
/* overrides decoration from previous rule for hovered links */

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

li {border-bottom: 1px solid #EEE;
}
li {border-bottom: none;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	font-size: 80%;
	text-align: right;
	line-height: 3;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

	
	
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #333333;
	width: 100%;
	float: inherit;
}

.bio{
	float:left;
	margin: 0 0px 0 0;
	padding: 36px 50px 60px 50px;
	border-left: 3px solid #333333;
	width: 500px;
		font-sze: 85%;

}

#footer{
	margin: 0;
	padding: 0;
	border-top: 3px solid #333333;
	width: 100%;
	float: inherit;
}

#navBar{
	float:left;
	width: 132px;
	margin: 0 0 0 0;
	padding: 38px 50px 0 0;
}
#content{
	float:left;
	margin: 0 20px 0 0;
	padding: 36px 0 60px 50px;
	border-left: 3px solid #333333;
	width: 800px;
}
#imagebar{
	float:left;
	margin: 0 0 0 0;
	padding: 10px 0 0px 0px;
	border-left: 3px solid #333333;
	width: 870px;
}
#site {
	float: left;
	padding: 0px 0 0 60px;
	width: 1035px;
}


/************** .feature styles ***************/

.feature{
	padding: 0;
	font-size: 85%;
	font-weight: lighter;
}

.feature h3{
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

#pixelRight{
	float: right;
}
#site #imagebar img {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;

}
#site #content .feature img {
	float: left;
	padding: 0px 0px 30px 0px;
	margin: 0 0 0 0;

}
#site #content .feature embed {
	float: left;
	padding: 0px 0px 30px 0px;
	margin: 0 0 0 0;

}
.video {
	vertical-align: middle;
	position: relative;
}
