* {margin:0; padding:0;}
html, body {
	background: #F4F0E5; 
	font-family: AndaleMonoRegular, "andale mono", "monotype.com",	/* MS WebFont, former name */
		monaco,	/* MacOS */
		/* Fallback options */
		"courier new",          /* Windows, MacOS */
		courier,                        /* Unix+X, MacOS */
		monospace;
	color:#000;
	height: 100%;
}
#outerTbl{width:100%;height:100%;margin-top:0px; padding-left:0px; padding-right:0px;}
#wrapTbl{width:1080px;height:100%;}
#logo { margin-top: 10px; }
a.menuNav {padding-left: 28px;display: inline-block; }
.hide { display: none; }
/* typeface */
.standard_text {
	font-size: 10pt;
	color:#000;	
}
.standard_text a { 
	text-decoration: none;
	color: #CF6D1B;
}
.standard_text a:hover {
	color: #000;
}
.standard_text_orange {
	color: #CF6D1B;
}
.standard_text_blackLink a {
	color: #000;
}
.standard_text_blackLink a:hover {
	color: #CF6D1B;
}
.standard_text li {margin-left: 50px; }
.standard_text_large {
	font-size: 26pt;
}
.standard_text_large a { 
	text-decoration: none;
	color: #CF6D1B;
}
.standard_text_large a:hover {
	color: #000;
}
.standard_text_large_blackLink {
	font-size: 26pt;
}
.standard_text_large_blackLink a {
	color: #000;
	text-decoration: none;
}
.standard_text_large_blackLink a:hover {
	color: #CF6D1B;
	text-decoration: none;
}
/* footer */
#footer {text-align: center;color:#CF6D1B; font-size: 11pt; text-decoration: none;}
#footer { margin: 10px 0px 0px 0px; text-align:center; }
#footer a {text-align: center;color:#CF6D1B; font-size: 11pt; text-decoration: none;}
#footer a:hover {color:#000;text-decoration: none;}

/* styling for the scroll gallery */
#content-slider {
  width: 870px; 
  height: 6px;
  margin: 5px;
  margin-left: 108px;
  background: #F4F0E5;
  position: relative;
}

.ui-slider .ui-slider-handle {
  width: 200px;
  margin-left: -100px;
  height: 6px;
  position: absolute;
  top: 0;
  background: #9A8E82;
}

#content-scroll {
  width: 1080px;
  height: 335px;
  margin-left: 3px;
  overflow: hidden;
}

#content-holder {
  height: 335px;
}

.content-item {
  height: 335px;
  padding: 5px;
  float: left;
}
