/* Clear Browser Defaults  */
* {margin: 0; padding: 0;}
img {border: 0;}

body {
	font: normal small Georgia,'Times New Roman',serif;
	text-align: center;
	line-height: 1.5em;
	color:#333;
	}

/* links
---------------------------------------------------------- */
a:link, a:visited {
	padding: 0 0 1px;
	text-decoration: none;
	color: #824112;
	border-bottom: 1px dotted #824112;
	}
a:hover {
	border-bottom-style:solid; 
	outline: none;
	}

/* page structure
---------------------------------------------------------- */
#w {
  float:left;
  width:100%;
  min-width:960px;
  font-size: 13px;
  background: #f5f3e1 url(/i/bg-body.jpg) repeat-y 50% 0;
	}
#w2 {
	width:100%;
	background: url(/i/logo-big.gif) no-repeat 50% 0;
	}
#w3 {
	width:960px;
	margin: 0 auto;
	text-align: left;
	}

#content {
  margin-left:268px;
  width:692px;
	}

.column {
  float:left;
  width: 24.9%;
  margin-bottom:1em;
	}
.three {
  width: 33.2%;
	}
.two {
  width: 49.9%;
	}
.one {
  width: 99.9%;
	}

.column p, .column ul, .column ol, .column h1, .column h2 {
  margin-right: 19px;
  margin-left: 21px;
	}
#f {
  float: left;
  width:900px;
  margin: 2em 30px;
  padding: 10px 0;
  border: #e8e6d3 1px dashed;
  color: #705116;
  font: normal 11px 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
  text-align: center;
  background: #fcfae8;
  }
#expand {
  float: left;
  width:900px;
  padding: 2em 30px;
  font: normal 11px 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
  text-align: center;
  }

/* header
---------------------------------------------------------- */

#h {
	height: 267px;
	text-indent: -9999px;	background:
	}


/* =Elements
---------------------------------------------------------- */
p {
  margin-bottom: 0.5em;  
  }

#intro {
  font-size: 16px;
  font-style:italic;
  line-height: 1.6em;
  color: #5F4617;
  }

/* headings
---------------------------------------------------------- */
h1, h2 {
  margin-bottom: 0em;
  line-height: 1.2em;
  font-size:46px;
  font-weight:normal;
  font: normal 45px 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
  letter-spacing:-2px;
  color:#5F4617;
	}
h2 {
  font-size:26px;
  color:#222;
	}


/* =Lists
---------------------------------------------------------- */
#content ul {
  margin-bottom: 0.5em;
  list-style: none; 
  }
#content ul li {
  margin: 0 0 0.5em 10px;
  padding: 0 0 0 10px;
  background: transparent url(/i/arrow.gif) no-repeat 0 0.6em;
  }




/* =Images
---------------------------------------------------------- */
img.slides {
  margin-bottom:15px;
  }


/* misc.
---------------------------------------------------------- */

#t, hr, .hide, .current {
	display: none;
	}
.nrm {margin-right:0;}




/*~ sIFR Screen Styles 
---------------------------------------------------------- */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
/* "decoy" styles  */

.sIFR-hasFlash h1 {
	visibility: hidden;
}
.sIFR-hasFlash h1 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 51px;
}
.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 30px;
}
#scol .sIFR-hasFlash h1 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 12px;
}
#scol .sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 12px;
}


/*  Fixes for IE/win
----------------------------------------------------- */

/* fixes font-size keyword problem for IE5/Win */
body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\"";
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}



/* self-clearing floats
----------------------------------------------------- */
#content:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

/* ie5+6/win */
* html #w2 {
	height: 1%;
	}

/* ie7/win */
*:first-child+html #w2 {
	min-height: 1px;
	}
