<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
h1 {        
	color: #666;
	font-size: 18px;
	text-shadow: 0 0 1px rgba(51,51,51,0.3);
	text-align:center;
	line-height: 30px;
}

   

.header {
	width: 230px;
	float:left;
	background:url(../images/hear.png);
	height:450px;

	
	
} 

.header a {
	font-size:18px;
	padding-left:10px;
	text-decoration:none;
	color: #00BFFF;  
	
	
} 


.header a:hover {
	font-size:18px;
	text-decoration:underline;
	color:#FFF;
	
	
} 
.header1 {
	font-size:18px;
	padding-top:138px;
	padding-right:20px;
	
	
	
} 

#building
{ float:left;
width:741px;
height:450px;

	}


.longText{
	width: 960px;
	margin: 0 auto;
}                  

.longText p{
	line-height:  150%;
	clear: left;
	margin: 12px 0;
}



dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}






/* set the whole slider's width and height, keep same as defined in the jQuery */
.example1 {
	width: 1300px;		   
	height: 750px;			  
	position: absolute;
	left: 50%; 
		
	margin-left: -680px;
	top: 64px;
	background: #FFFFFF url(../images/fibers.png) repeat;    
	-webkit-box-shadow: 0 0 32px #666;
	-moz-box-shadow: 0 0 32px #666;
	box-shadow: 0 0 32px #666;  	
	font: "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	z-index: 1000;
}         

.example2{
	width: 1180px;		   
	height: 650px;		  
	position: absolute;
	left: 50%;    
	margin-left: -480px;
	top: 64px;
	background: #FFFFFF url(../images/crosslines.png) repeat;    
	-webkit-box-shadow: 0 0 32px #666;
	-moz-box-shadow: 0 0 32px #666;
	box-shadow: 0 0 32px #666;  	
	font: "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	z-index: 1000; 
}  

.example2 .thumbnails{
	color: #333;
}  

/* the example3 banner, it's static in the page */
.example3 {
	width: 960px;		   
	height: 424px;		  
	position: relative;
	left: 50%;    
	margin-left: -550px;
	margin-top: 24px;
	margin-bottom: 24px;
	background: #333333 url(../images/dark_wood.png) repeat;    
	-webkit-box-shadow: 0 0 32px #666;
	-moz-box-shadow: 0 0 32px #666;
	box-shadow: 0 0 32px #666;  	
	font: "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	z-index: 999;
}       

.example3 .thumbnails{
	color: #EFEFEF;
} 

#banner {                           
	margin: 0;
	padding: 0;  
	height: 424px;
	overflow: hidden;
	
}         


.bigImages{
	position: relative;
	float: left;	 
	width: 640px;    
	margin: 12px;     	
}

.bigImages ul li{
	display: block;
	float: left;
	position: absolute;
	top: 0;
	left: 0;           
}      

.bigImageOnRight{
	position: relative;
	float: right;     
	margin: 12px 12px 12px 0;     	
}        
     

.vimeo, .youtube{
	background: #000000;
	width: 640px;
	height: 400px;
}

.thumbnails{
	position: relative;
	float: right;  
	width: 190px;
	padding: 8px 14px 0 18px;  
	color: #FFF;       
	font-family: helvetica, "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
overflow:scroll;
height: 740px;				
}  

.thumbnailsOnLeft{    
	float: left;       
	padding: 16px 0 0 16px;
}    

.thumbnails a{
	color: #00BFFF;
}  

.thumbnails .note{     
	padding:2px 5px 2px 5px;
	-moz-border-radius: 4px;
	border-radius: 4px;	 	
	background: #9ACD32;
	color: #FFF;
	margin-left:5px;
	
}
              
.thumbnails .vimeo{
	background: #00BDEE;
	margin-bottom:15px;
}                       

.thumbnails .youtube{
	background: #FF3333;
}

.thumbnails ul li{
	width: 170px;
	height: 20px;
	display: block;
	font-size:12px;
	padding:1px;
	background-color:#000;
	
	
	
	
	border: 2px solid #FFF;
	margin: 4px;
}                

.thumbnails ul li.active{
	border: 2px solid #00BFFF;
}                


.thumbnails h3{
	font-size: 20px; 
	padding: 4px;
}
                    
.thumbnails p{
	font-size: 12px;   
	margin: 8px 0;
	padding: 4px;  
	clear: left;  
}           

.closeButton{
	background: url(../images/close.png) no-repeat; 
	width: 25px;
	height: 25px;      
	position: absolute;
	top: -12px;	 
	right: -12px;        
}      

.closeButtonLeft{
	top: -12px;
	left: -12px;
}

.arrowButton{    
    cursor: pointer;  
}            
.arrowButton .prevArrow{
    background: url(../images/prev.png) no-repeat; 
    width: 40px;
    height: 80px;      
    position: absolute;
    top: 160px;     
    left: 12px;        
} 
.arrowButton .nextArrow{                 
    background: url(../images/next.png) no-repeat;
    width: 40px;
    height: 80px;
    position: absolute;
    top: 160px;
    right: 12px;              
}  



/*
Animate.css - http://daneden.me/animate
LICENSED UNDER THE  MIT LICENSE (MIT)

Copyright (c) 2011 Dan Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
	-webkit-animation: .6s ease;
	-moz-animation: .6s ease;
	-ms-animation: .6s ease;
	-o-animation: .6s ease;
	animation: .6s ease;
}

.animated2 {
	-webkit-animation: 0.6s ease;
	-moz-animation: 0.6s ease;
	-ms-animation: 0.6s ease;
	-o-animation: 0.6s ease;
	animation: 0.6s ease;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(0); }  
	50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
    0% { -moz-transform: scale(0); }	
	50% { -moz-transform: scale(1.1); }
    100% { -moz-transform: scale(1); }
}
@-ms-keyframes pulse {
    0% { -ms-transform: scale(0); }	
	50% { -ms-transform: scale(1.1); }
    100% { -ms-transform: scale(1); }
}
@-o-keyframes pulse {
    0% { -o-transform: scale(0); }	
	50% { -o-transform: scale(1.1); }
    100% { -o-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(0); }	
	50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-ms-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
}


@-webkit-keyframes pulseHide {
    0% { -webkit-transform: scale(1); }  
	50% { -webkit-transform: scale(.5); }
    100% { -webkit-transform: scale(0); }
}
@-moz-keyframes pulseHide {
    0% { -moz-transform: scale(1); }	    
	50% { -moz-transform: scale(.5); }
    100% { -moz-transform: scale(0); }
}
@-ms-keyframes pulseHide {
    0% { -ms-transform: scale(1); }	
	50% { -ms-transform: scale(.5); }
    100% { -ms-transform: scale(0); }
}
@-o-keyframes pulseHide {
    0% { -o-transform: scale(1); }	
	50% { -o-transform: scale(.5); }
    100% { -o-transform: scale(0); }
}
@keyframes pulseHide {
    0% { transform: scale(1); }	
	50% { transform: scale(.5); }
    100% { transform: scale(0); }
}

.pulseHide {
	-webkit-animation-name: pulseHide;
	-moz-animation-name: pulseHide;
	-ms-animation-name: pulseHide;
	-o-animation-name: pulseHide;
	animation-name: pulseHide;
}
</pre></body></html>