/* CSS Document */
/* ///////////////////////  */
/*       Portfolio          */
/* ///////////////////////  */

div.floater, div.floaterAbout{
	margin:0 auto;
	width:940px;
	height:100%;
	background-position:left 2px;
	background-repeat:no-repeat;
}
b.titleImage{
	display:block;
	overflow:hidden;
	text-indent:-400px;
}
div#test-accordion{
}

a.company{
	position: relative; /* required for bounding */
	font-size:22px;
	line-height:28px;
	text-transform:uppercase;
	font-family:Calibri, Arial, Helvetica, 'City Light', Sans-serif ;
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background: #9cc8c4;   
    cursor: pointer;
	display:block;
	height:28px;
	color:#333;
	width:100%;
}
a.company:active, a.selected{
	background: #c8e2e0 repeat-x top left !important;   
	color:#000 !important;
}
a.company:hover{
	background: #c8e2e0;   
	color:#000000;
}
a.selected{
	border-bottom:1px solid #504342;
}
div.container{
    overflow: hidden;	/* required for effect */
	background: #9cc8c4;   
	height:415px;
	padding:0px 0 0 0px;
}
img.single-photo{
	float:left;
	margin:28px 0 0;
}
div.info{
	margin:32px 0 0 22px;
	width:392px;
	float:right;
}
p.description{
	margin:0 0 7px 0;
	font-size:11px;
	color:#555;
}
em.date{
	font:11px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#7b7363;
	display:block;
	margin:2px 0 10px 0;
}
a.externalink{
	color:#9cc8c4;
	display:block;
	height:16px;
	line-height:16px;
	border:1px solid;
	padding:0px 20px 0px 2px;
	cursor:pointer;
	background:#9cc8c4;
}
a.externalink:hover{
	color:#7b7363;
	background:#c8e2e0;
}
a.externalink-soon{
	color:#b87e03;
	height:16px;
	line-height:16px;
	padding:0px 20px 0px 2px;
	cursor:text;
	color:#b87e03;
	font-size:11px;

}
/* ///////////////////////  */
/*        SpaceGallery      */
/* ///////////////////////  */

.spacegallery{
	position: relative;
 	overflow: hidden;
}
.spacegallery img{
	position: absolute;
	left: 50%;
}
.spacegallery a{
	position: relative;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#myGallery{
	width: 500px;
	height: 450px;
	float:left;
	margin:8px 0 0 0;
}
#myGallery img{
	border: 1px solid #9cc8c4;
}
#myGallery a.loading{
	background: #fff;
}
