@charset "utf-8";
/* CSS Document */
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <style type="text/css"> @font-face {
 font-family: "myFont01";
 src: url(fonts/DINMittelschriftStd.otf) format("truetype");
}
@font-face {
 font-family: 'KlavikaRgRegular';
 src: url('fonts/klavika-regular-webfont.eot');
 src: local('☺'), url('fonts/klavika-regular-webfont.woff') format('woff'), url('fonts/klavika-regular-webfont.ttf') format('truetype'), url('fonts/klavika-regular-webfont.svg#webfontwiRAQHzH') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'DINMittelschriftStdRegular';
 src: url('fonts/dinmittelschriftstd-webfont.eot');
 src: local('☺'), url('fonts/dinmittelschriftstd-webfont.woff') format('woff'), url('fonts/dinmittelschriftstd-webfont.ttf') format('truetype'), url('fonts/dinmittelschriftstd-webfont.svg#webfontDWHybTE2') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'CaeciliaLTStdLightRegular';
 src: url('fonts/caecilialtstd-light-webfont.eot');
 src: local('☺'), url('fonts/caecilialtstd-light-webfont.woff') format('woff'), url('fonts/caecilialtstd-light-webfont.ttf') format('truetype'), url('fonts/caecilialtstd-light-webfont.svg#webfontI1L33VCC') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'TheSerif-Plain';
 src: url('fonts/theserif_plain-webfont.eot');
 src: local('☺'), url('fonts/theserif_plain-webfont.woff') format('woff'), url('fonts/theserif_plain-webfont.ttf') format('truetype'), url('fonts/theserif_plain-webfont.svg#webfontbdcDaw3D') format('svg');
 font-weight: normal;
 font-style: normal;
}
body, html {
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
	font-family: CaeciliaLTStdLightRegular;
	font-size: 10px;
	font-weight: normal;


 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #fff, #cfcfcf);
	/* to remove scrolling */
	overflow: auto;
}
#centered{
	top: 50%;
	width: 100%;
	height: 1px;
	overflow: visible;
	/* [disabled]text-align: center; */
}
#GFAIDfront {
	position: absolute;
	top: 20%;
	/* [disabled]right: 0; */;
	/* [disabled]bottom: 100%; */
	left: 40%;
	width: 45%;
	/* [disabled]height:50%; */
	/* [disabled]text-align: center; */
	/* [disabled]margin: -20%; */
	/* [disabled]margin-left: -25%; */
}
#imageFrameFront img{
	/* [disabled]margin: 5; */

}
#qp {
	position: relative;
	padding: 10;
	left: -215px;
	/* [disabled]width: auto; */
	clear: left;
	float: left;
	/* [disabled]height: auto; */
	top: auto;
}


#imageFrameFront  {
	/* [disabled]position: relative; */
	float: left;
	clear: left;
	width: auto;
	/* [disabled]left: -225px; */
	/* [disabled]height: auto; */
	top: auto;
	/* [disabled]margin: 5; */
	/* [disabled]padding: 5; */
}

#address {
	text-transform: uppercase;
	text-align: left!important;
	/* [disabled]left: 100px; */
	position: relative;
	width: 250px;
	clear: left;
	float: left;
	top: auto;
}
.quote {
	font-family: KlavikaRgRegular;
	text-transform: uppercase;
	font-size: 9px;
	/*font-size: 16px;*/
	visibility: visible;
	position: relative;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 200px;
	margin-left: 0px;
	/* [disabled]padding-top: 0px; */
	padding-right: 0px;
	/* [disabled]padding-bottom: 200px; */
	/* [disabled]padding-left: 0px; */
	text-align: left;
	left: -40px;
}

a:link {
	text-decoration:none;
	color: #333;
}
a {
	color: #000;
	text-decoration: none;
	outline:none;
}

a.nav, a:link.nav {
	margin-left: 12px;
	-webkit-transition:color 1s linear;
	-moz-transition:color 1s linear;
	-o-transition:color 1s linear;
	transition:color 1s linear;
	-webkit-transition:background-color 1s linear;
	-moz-transition:background-color 1s linear;
	-o-transition:background-color 1s linear;
	transition:background-color 1s linear;
	margin-right: 12px;
}

testQtipCSS{
	border:thick;
	border-color:red;

}
	
	
a.nav:hover{
	text-decoration:none;
	color: #CCC;
	background-color:#000;
	
	border-bottom: 1px dotted Black;
}
img {
	/* [disabled]border-top-width: 0px; */
	/* [disabled]border-right-width: 0px; */
	/* [disabled]border-bottom-width: 0px; */
	/* [disabled]border-left-width: 0px; */
	/* [disabled]border-top-style: none; */
	/* [disabled]border-right-style: none; */
	/* [disabled]border-bottom-style: none; */
	/* [disabled]border-left-style: none; */
	border: 0;
}

.headBtn {
	
 opacity:1;
 filter:alpha(opacity=100);
}
.headBtn:hover {
	opacity:0.2;
	filter:alpha(opacity=20);
}




a.img {
	border:none;
}
a.img:hover{
	
	border-bottom: 0px;
	border:none;
}

img:hover{border-bottom: 0px;
	border:none;
}
#pageFloater {
	position: inherit;
	height: 100%;
	width: 100%;
}
iframe {
	position: relative;
	left: 0;
	top: 0;
	width: 0px;
	height: 0px;
	border: 0;
	border-style: none;
}
#targetframe {
	position: relative;
	left: 137px;
	top: 284px;
	height: 300px;
	width: 176px;
}
.boxes {
	background-color: #FFF;
	/* [disabled]padding: 8px; */
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .3);
	shadow: 0 0 6px #898880;
	/* IE */
	/*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray');
  slightly different syntax for IE8
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow (OffX=5, OffY=5, Color='gray')";
	 */
	border-bottom-color:#cfcfcf;
	border-top-color:#cfcfcf;
	border-left-color:#cfcfcf;
	border-right-color:#cfcfcf;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
#GFAID {
	position: absolute;
	width:300px;
	/* [disabled]top: 573px; */
	left: 13px;
	/* [disabled]display: none; */
	bottom: 25px;
}
#links {
	/* [disabled]float:left; */
	position: absolute;
	/* [disabled]height:auto; */
	left: 35px;
	top: 35px;
	font-family: KlavikaRgRegular;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	/* [disabled]width: 500px; */
	/* [disabled]clear: left; */
}
#links .menuSpan div {
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
	height:0;
	/* [disabled]overflow:hidden; */
	opacity:0;
	position:absolute;
	top:18px;
	left:145px;
	background:black;
	display: none;
	/* [disabled]visibility: hidden; */
}
#links .menuSpan:hover div {
	height:auto;
	opacity:100;
	top:25px;
	color:white;
	/* [disabled]visibility: visible; */
	display: block;
	position: absolute;
}



#genericContent {
	position: absolute;
	width: 400px;
	/* [disabled]float: left; */
	/* [disabled]visibility:hidden; */
	/* [disabled]display: block; */
	top: 0px;
	left: -135px;
}
.padded {
	padding: 25px;
}

#genericContent2 {
	position: absolute;
	width: 400px;
	float: left;
	visibility:hidden;
	/* [disabled]display: block; */
	top: 122px;
	left: 258px;
}


#content {
	position: absolute;
	top: 100px;
	left: 50px;
	float: left;
	clear: left;
	display: block;
}
#content table {
	float: left;
	width: 1px;
	clear: left;
	/* [disabled]position: absolute; */
}
#content table tr td {
	/* [disabled]clear: left; */
	/* [disabled]float: left; */
	/* [disabled]position: absolute; */
	/* [disabled]width: inherit; */
}

#imageFrame {
	/* [disabled]position: relative; */
	float: left;
	clear: left;
	/* [disabled]width: auto; */
} 

#triangle {
	position: relative;
	left: 25px;
	top: 0px;
	float: left;
	clear: left;
}
#projectText {
	position: relative;
	clear: left;
	float: left;
	left:200px;
	padding: 10;
}


#descController {
	position:relative;
	/* [disabled]padding-top:5px; */
	/* [disabled]padding-bottom:10px; */
	width: inherit;
	clear: left;
	float: left;
	/* [disabled]top: 15px; */
	/* [disabled]left: 200px; */
}
.contentID {
	font-size: 10px;
	text-transform: capitalize;
}


/*#descController:hover {
background-color: #cccccc;
}*/
#descController #desc {
	/*display:none; */
height:0px;
	overflow:hidden;
-webkit-transition:all .5s ease;
 -moz-transition:all .5s ease;
 -o-transition:all .5s ease;
 transition:all .5s ease;
	/* [disabled]padding-top:10px; */
	/* [disabled]margin-top: 10px; */
	word-spacing: 0em;
	line-height: 16px;
	font-size: 12px;
	float: left;
	clear: left;
	/* [disabled]display:none; */
	/* [disabled]visibility: hidden; */
	position: relative;
	/* [disabled]left: 150px; */
	padding: 0;
	margin: 0;
}
#descController:hover #desc  {
	/*display:block;*/
	height:175px;
	float: left;
	clear: left;
	/* [disabled]display:block; */
	/* [disabled]visibility: visible; */
	/* [disabled]position: relative; */
	
}
#descController #arrow {
-webkit-transition:all .5s ease;
 -moz-transition:all .5s ease;
 -o-transition:all .5s ease;
 transition:all .5s ease;
}
#descController:hover #arrow {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
}


ul .bulleted-list-01 {
	list-style-type: circle;
	list-style-position: outside;
	font-family: CaeciliaLTStdLightRegular;
	font-size: 10px;
	line-height:18px;
}
.tooltip {
	position:absolute;
	left:-2000px;
	z-index:100;
	background-color:#dedede;
	padding:0px;
	padding-bottom:0px;
	border:1px solid #fff;
	-moz-border-radius:2px;


	-webkit-border-radius:
; 						font-family: KlavikaRgRegular;
	text-transform: uppercase;
	/* [disabled]width: auto; */
	float: left;
	clear: left;
}
.tooltip p {
	margin:0;
	padding:0;
	color:#fff;
	background-color:#222;
	padding:2px 7px;
	z-index:100;
	font-family: KlavikaRgRegular;
	text-transform: uppercase;
}
#prev {
	float: left;
	clear: left;
	/* [disabled]vertical-align: top; */
	position: relative;
	margin: 0px;
}
#projectName {
	font-size: 24px;
	text-transform: capitalize;
	font-family: KlavikaRgRegular;
	position: relative;
	left: 150px;
	/* [disabled]width: 500px; */
}



#next {
	float: right;
	clear: right;
	/* [disabled]vertical-align: top; */
	position: relative;
	margin: 0;
}
#pagerNav {
	/* [disabled]position: relative; */
	/* [disabled]clear: none; */
	/* [disabled]float: left; */
	/* [disabled]list-style-type: none; */
	/* [disabled]list-style-position: outside; */
	/* [disabled]margin: 5; */
	/* [disabled]vertical-align: top; */
	/* [disabled]width: auto; */
}
#caption {
	position: relative;
	/* [disabled]clear: left; */
	float: left;
	color: #FFF;
	background-color: #000;
	/* [disabled]width: inherit; */
	padding: 5px;
	margin: 5px;
	top: -10px;
}

#pagerNav li {
	float: left;
	list-style-type: none;
}

.pager a {
	background: #white;
	text-decoration: none;
	/* [disabled]margin: 0 5px; */
	padding: 3px 5px;
	/* [disabled]float: left; */
	/* [disabled]clear: right; */
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.pager {
	font-family: KlavikaRgRegular;
	text-transform: uppercase;
	font-size: 9px;
	/* [disabled]margin: 5; */
}
#cycleCtrl {
	/* [disabled]width: auto; */
	position:relative;
	/* [disabled]height:inherit; */
	/* [disabled]margin-top: 50px; */
	top: 5px;
}


.pager a.activeSlide { background: #333; }
.pager a:focus { outline: none; }
.pager a:hover{background: #CF3; }

#thumbs {
	position: relative;
	clear: none;
	float: left;
	width: auto;
}
#thumbPlaceholder {
	background-color: #333;
	height: 25px;
	width: 25px;
	margin: 5px;
	float: left;
}
#thumbsList {
	list-style-position: outside;
	list-style-type: none;
}
#cycleWrap {
	position: relative;
	float: left;
	clear: left;
	padding: 10;
}
#thumbsList li {
	float: left;
}
.Prjct {
	/* [disabled]font-size: 24px; */
	margin-right: 15px;
	/* [disabled]margin: 12px; */
	/* [disabled]list-style-position: inherit; */
	/* [disabled]list-style-type: disc; */
	/* [disabled]display: inline; */
	/* [disabled]border-right-style: solid; */
	/* [disabled]border-bottom-width:medium; */
	
}
Root/Prjct Name {
	border-right-style: solid;
}

#placeholder {
	position: absolute;
	left: 300px;
	top: 200px;
	padding:15px;
	
}

 .wordwrap {
	word-wrap: break-word;
	word-break: break-all;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	text-align: justify;
	/* [disabled]list-style-type: disc; */
	/* [disabled]list-style-position: inside; */
	
	
}


.horList {
	white-space:normal;
	padding: 0px;
	margin: 0px;
}
.horList ul{
	display: inline;
	list-style-type:none;
	/* [disabled]margin-left: 5px; */
	padding-left: 2px;
}
.horList ul li{
	display: inline;
	list-style-type:none;
}
.horList a  {
	/* [disabled]list-style-position:inside; */
	/* [disabled]list-style-type:circle; */
	display: inline;
	/* [disabled]font-size: 24px; */
	border-left: 1px;
	border-right: 1px;
	border-top:0px;
	border-bottom:0px;
	border-style: solid;
	border-color:white;
	text-decoration:none;
	color:black;

	
	-webkit-transition:all .5s ease;
 -moz-transition:all .5s ease;
 -o-transition:all .5s ease;
 transition:all .5s ease;
	/* [disabled]margin-right: 5px; */
	/* [disabled]padding-right: 5px; */
}
/*
.horList a:hover {
	border-color:black;
	color: #F09;
}

*/

.sibling {
	color:#C99!important;
  }
  .fade{
	  color:#CCC!important;
  }
  .selected {
    color: red!important;
	border-bottom:thick !important;
  }
  
  #closeContent {
	float: right;
	position: absolute;
}


.hidden { display: none; !important}
 .unhidden { display: block; }

#prjctFilter {
	position: relative;
}
.active  {
	color::#0F0!important;
outline: none;
	font-size: 18px!important;
}

a:focus
{
-moz-outline-style: none;
}

a img {outline: none; }
</style>

