/* general styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;}
body {
  color: #000;
  background: #fff;
  font-size: 62.5%;
  line-height: 1;
  font-family: Arial, Helvetica, Verdana, sans-serif;}
ul {list-style: circle;}
ul ul {list-style: square;}
ul ul ul {list-style: none; padding-left: 1.5em; text-indent: -1em;}
h4, h5, h6 {font-weight: bold;}
h1 {font-size: 2.2em; font-weight: normal; color: #333; line-height: 1.2em;}
h2 {font-size: 1em; color: #333;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}
ins {text-decoration: none; background: #fed; font-style: italic;}
/* tables still need 'cellspacing="0"' */
table {border-collapse: collapse; border-spacing: 0;}
/* end general styles */

#container {font-size: 1.2em;} /*means that page content will start out at 12px*/

/* clearfix
--------------------------------*/
.clearfix:after,.contentlayout:after, .tumbnails:after {
    content:			"."; 
    display:			block; 
    height:				0; 
	line-height: 		0px; /* RB - Added */ 
    clear:				both; 
    visibility:			hidden;
}
.clearfix, .contentlayout, .tumbnails {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix, * html .contentlayout, * html .tumbnails {	height:	1%;}
.clearfix, .contentlayout, .tumbnails {	display: block;}
/* End hide from IE-mac */