/* CSS Document */

@media screen { 

/* Special background for the portfolio w/ the pictures */ 
#PageContent {  background: url(images/ContentBackground_Portfolio.jpg) no-repeat; } 

/* There is no need for our float workaround on the portfolio page */ 
#ImageFloat1 { display: none; } 
#ImageFloat2 { display: none;} 
#ImageFloat3 { display: none;} 

#SampleWorks {  } 
#SampleWorks ul { list-style: none; padding: 2px;  margin: auto; background: #F08B1D; display: block; height: 338px; width: 507px; } 
#SampleWorks ul li { margin: 0px; padding: 2px; background: #F08B1D; float: left; } 
#SampleWorks ul li a { display: block; width: 100%; height: 100%; margin: 0px; padding: 0px; background: #FFFFFF;} 
#SampleWorks ul li a:hover { } 
#SampleWorks ul li span { display: none; } 

/* square used to be 165px */ 

#SampleWorks #UniqueStyles { width: 165px; height: 165px; } 
#SampleWorks #UniqueStyles a {  background: url(images/portfolio_uniquestyles.jpg) center no-repeat #FFFFFF; margin: 0px;   } 
#SampleWorks #UniqueStyles a:hover {  } 
#SampleWorks #ACD { width: 165px; height: 165px; } 
#EditableContent #ACD a {  background: url(images/portfolio_acd.jpg) center no-repeat #FFFFFF; margin: 0px;  } 
#SampleWorks #ACD a:hover {  } 
#SampleWorks #StJames { width: 165px; height: 165px; } 
#SampleWorks #StJames a {  background: url(images/portfolio_stjames.jpg) center no-repeat #FFFFFF; margin: 0px; } 
#SampleWorks #StJames a:hover {  } 
#SampleWorks #StHubert { width: 165px; height: 165px; } 
#SampleWorks #StHubert a {  background: url(images/portfolio_sthubert.jpg) center no-repeat #FFFFFF; margin: 0px; } 
#SampleWorks #StHubert a:hover {  } 
#SampleWorks #TSFineArt { width: 165px; height: 165px; } 
#SampleWorks #TSFineArt a {  background: url(images/portfolio_tsfineart.jpg) center no-repeat #FFFFFF; margin: 0px;  } 
#SampleWorks #TSFineArt a:hover {  } 
#SampleWorks #PCCF { width: 165px; height: 165px; } 
#SampleWorks #PCCF a {  background: url(images/portfolio_pccf.jpg) center no-repeat #FFFFFF; margin: 0px;   } 
#SampleWorks #PCCF a:hover {  } 


}

@media print { 
#Identity h2 span { display: block; } 
} 