body {
	background: url('images/background.png');
	text-align:center;
	font-family: georgia, verdana, arial, helvetica, sans-serif;
	font-size:   13px;
	line-height: 18px;
}

a { 
	color: #000; 
	text-decoration:none;
	padding-bottom:1px;
}

a:visited {
	color: #000;
}

a:hover {
	color: #fff;
	background-color:#000;
}

a.activetab{
	color: #fff;
	background-color:#60573d;
}

a.activetab:hover{
	background-color: #000;
}

a.inactivetab:hover{
	color: #fff;
}

a.inactivetab{
	color: #000;
	background-color: none;
}
	
#frame {
	border: 2px solid black;
	background: #fff7e1;
	background-image: url('images/lion.png');
	background-position: 125% 25px;
	background-repeat: no-repeat;
	width:800px;
	min-height: 800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:38px;
	padding:20px;
	text-align:left;
}

#header {
	margin-top:20px;
}

#logo{
	float:left;
}

#address{
	padding-top:10px;
	float: right;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

#navigation{
	text-align: right;
	font-size: 36px;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
}

#pdf{
	font-size: 14px;
	text-align: right;
	margin: 10px;
}

#tabsContent{
  min-height: 500px;
}

div.heading{
	font-size: 18px;
	font-weight:bold; 
	font-style: italic;
	border-top: 1px dashed #333;
	border-bottom: 1px dashed #333;
	padding: 8px 0px 8px 0px;
}

div.project{
	padding-top: 10px;
	margin-bottom: 20px;
}

img.thumbnail{
	width: 73px;
	height: 72px;
	border: 1px solid black;
	float: left;
	margin-top:10px;
}

img.edu_thumbnail{
	border: 1px solid black;
	float: left;
	margin-right:10px;
}

img.thumbnail:hover{
	border: 1px solid #999;
}

div.project_text{
	width: 705px;
	float:right;
	padding-top:5px;

}

div.title{
	font-size: 20px;
	font-weight: bold;
}

div.title a{
	padding:5px;
}

div.subtitle{
	text-align: right;
	font-size: 14px;
	float: right;
}

div.description{
	font-size: 13px;
	margin-top: 5px;
	padding:5px;
}

div.description a{
	color: #741;
}

div.description a:hover{
	color: #fff;
}

#footer{
	font-size: 10px;
	font-weight: bold;
	margin-top: 25px;
	border-top: 1px dashed #333;
}



#lightbox{
	background-color:#999;
	padding: 20px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails{
	font-size: 14px;
	padding-top: 10px;
}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ 
	border: none; 
} 
#overlay img{ border: none; }

#overlay{ background-image: url('images/overlay.png'); }

* html #overlay{
	background-color: #000;
	background-color: transparent;
	background-image: url('images/blank.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}