body {
	font-family: Arial, helvetica, sans-serif; 
}

h2 { 
	padding-top:8px;
	padding-bottom:0px;
	margin-bottom:10px;
	color:#888;
	text-transform: uppercase;
}
h3 {
	margin-bottom:34px;
	font-weight: normal;
	color:#888;
}
h4{
	color:#888;
}
hr {
	color: #CCC;
	background: #CCC;
	height:3px;
}
.project_block {
	border: 1px solid #888;
	height: 30px;	
	margin-top:8px;
	padding:0px;
	text-align: left;
	/*accordion styles */
	overflow:hidden;
	cursor:pointer;
    /*display:table-cell;*/
    -moz-user-select:none;
}
.project_block .project_title{
	color:#FFF;
	width:270px;
	height:30px;
	margin:0px 0 0 10px;
	font-size: 1.2em;
	padding:3px 10px;
	text-decoration: none;
	background: gray;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	overflow: visible;
	text-align:right;
}
/*accordion styles*/
.AccordionContent {
  height:0px;
  overflow:hidden;
  display:none;
  border-right: 1px dashed #CCC;
  border-left: 1px dashed #CCC;
}

.AccordionContainer {
  border: solid 1px #FFF;
}
.project_block, .AccordionContent, .AccordionContainer{
  position:relative;
  width:588px;
}

.AccordionContent .project_text {
	width: 360px;
	background: #fff;
	padding: 10px;
	margin:0px 0 8px 2px;
	color: #666;
	float: left;
	font-size:1em;
}
.AccordionContent .project_text a:link,  .AccordionContent .project_text a:visited{
	color: black;
	text-decoration:none;
}


.AccordionContent .project_image {
	width: 190px;
	float: left;
	padding-left:11px;
}

/*navigation*/

.menu {
	margin-top: 0em;
	padding-top:0em;
	font-size: 1.4em;
	text-transform: uppercase;
	line-height:2.0em;
}

.projects_menu {
	font-size: 1.4em;
	line-height:2.0em;
}
.projects_menu a {
	margin-right:5px;
	padding-left:2px;
	padding-right:2px;
}
a, a:visited {
	color: #000; 
	text-decoration:none; 
	background:white;
	border-bottom: 3px solid #ccc;
}
/*text */
.abouttext{
	color: grey;
	font-size: 1.4em;
	line-height:1.9em;

}
.text-block{
	margin-top:23px;
	border-top: dashed #CCC 1px;
	padding: 20px 0 16px 0;
	color:#666;
}
.text-block img{
	padding-right:10px;
	border: 0;
	background: white;
	float:left;
}
.footer{
	text-align:right;
}
.footer hr {
	margin: 40px 0 10px 0;
	color: #CCC;
	background: #CCC;
	height:3px;
}

small{
	font-size:0.9em;
	color: #888;
}