/* CSS Document */

@media screen { 

/* 
 * Text Styling 
 */ 
#EditableContent p { text-align: center; line-height: 175%; font-weight: bold; letter-spacing: 0.1em; font-size: 85%;  } 
#EditableContent strong { font-size: 150%; } 
#EditableContent em {  font-style: normal;  }
#EditableContent a {  }  
#EditableContent p a:hover { text-decoration: none;} 

/* 
 * Colors 
 */ 
#EditableContent p a { color: #193989; } 
#EditableContent em { color: #F08B1D;  }
#EditableContent p a:visited { color: #193989; } 
#EditableContent p a:hover { color: #F08B1D; } 
#EditableContent p a:active { color: #193989; } 

/* 
 * Layout 
 */ 
/* Place tagline - 'Making Tracks For Your Business */ 
#Identity h2 { display: block; position: absolute; top: 110px; left: 85px; width: 541px; height: 30px; background: url(images/CaribouTagline.gif);     }  
#PageContent {  height: 471px; background: url(images/ContentBackground_Home.jpg) no-repeat; } 

/* There is no need for our float workaround on the home page */ 
#ImageFloat1 { display: none; } 
#ImageFloat2 { display: none;} 
#ImageFloat3 { display: none;} 

#EditableContent { position: relative; top: 40px; } 

}

@media print { 
#Identity h2 span { display: block; } 
} 