/* CSS for ULS */

/* 
 ----------------------------------------------------------------------------
  Copyright Factory Hill Group 2007.                              
  May not be duplicated or reproduced.
 ---------------------------------------------------------------------------- 
*/

/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }

/*prevent firefox image outline bug*/
a {outline: none;}

/* clearfix hack */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* global styles */
BODY {margin:0 auto;text-align:center;width:852px;height:512px;}
#container {padding-top:88px;margin:0 auto;text-align:center;width:852px;height:512px;}
#copyright {padding-top:10px;font-family:georgia,helvetica,serif;font-size:9px;color:#999999;}
#copyright a:link {color: #999999; text-decoration: none;}
#copyright a:visited {color: #999999; text-decoration: none;}
#copyright a:hover {color: #999999; text-decoration: underline;}
#footer {font-family:georgia,helvetica,serif;font-size:9px;color:#666666;}
#footer a:link {color: #666666; text-decoration: none;}
#footer a:visited {color: #666666; text-decoration: none;}
#footer a:hover {color: #666666; text-decoration: underline;}
#layer1 A:link, A:visited {color:#666666; text-decoration:none;}
#layer1 A:hover {text-decoration:underline;}
DIV.slideshow{display:table-cell; height:404px;background: url(img/biggest.jpg) no-repeat fixed left top;}
#slideshow{display:table-cell; height:404px;background: url(img/biggest.jpg) no-repeat fixed left top;}