html, body {border: 0; margin: 0; padding: 0; font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;}

/* Jello -- start */

body {
	padding: 0 350px 0 350px;
	margin: 0;
	text-align: center;
	background-color: #333;
}


#editor { text-align: left; background: #fff; padding: 4px;  }
		
#sizer {
	background-color:#fff;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 50%;
	max-width: 500px;  /* version for IE is at the bottom of this style block */
}

#expander {
	background-color: #fff;
	margin: 0 -350px 0 -350px;
	position: relative;
	border: 1px solid #000;
}
/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper { width: 100%; background: #fff;}

/* Jello -- stop */

#sidebar {
	width: 150px;
	float: left;
	display: inline;
	text-align: left;
	margin-left: 3px;
	color: #333;
	background-color: #fff;
	font-family: arial, sans-serif;
	font-size: .9em;
	}

#content {
	width: 98%;
	margin-right: 8px;
	text-align: left;
	display: inline;
	float: right;
	background-color: #fff;
}

#footer {
  position: relative;
  clear: both;
  width: 100%;
  height: 72px;
  padding: .5em 0 .5em 0;
  margin: 0;
  border-top: 1px solid #666;
  background-color: #000;
  color: #fff;
  text-align: left;
}

#footer a { color: #ccc; }

#subfooter {
	display:block;
	position: relative;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 4px 0px 4px 0px;
	font-size: .8em;
	color: #eee;
	background-color: #333;
	}
#subfooter a { color: #fff; }
#subfooter a:hover { color: #ccc; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#masthead {
  position: relative;
  height: 100px;
  background: #900 url(/templates/img/webheader-bkg.gif) repeat-x;
  text-align: left;
}
#masthead h1 { visibility:hidden; display: none; }

#sidebar a {color: #666;}

/*\*/
* html form {height: 0;}
/* Holly hack */

#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1.5em;
	background: #fb0;
	color: #333;
	border-bottom: 2px solid #333;
	border-top: 1px solid #aaa;
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 11px;
}

#nav a {
	display: block;
	width: 100%;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0.25em;
	white-space: nowrap;
}
#nav a:hover {
	color: #fff;
}

#nav li {
	float: left;
	padding: 0;
	width: 8em;
}

#nav li ul {
	position: absolute;
	background: #e1e1e1;
	left: -999em;
	height: auto;
	width: 11.4em;
	w\idth: 10.9em;
	font-weight: normal;
	border-top: 1px solid #900;
	border-right: 1px solid #900;
	border-bottom: 4px solid #900;
	border-left: 1px solid #900;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 10em
}

#nav li ul a {
	width: 100%;
	color: #666;
	white-space: normal;
}
#nav li ul a:hover {
	width: 100%;
	color: #fff;
}

#nav li ul ul {
	margin: -1.5em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.thover ul ul, #nav li.thover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.thover ul, #nav li li.thover ul, #nav li li li.thover ul {
	left: auto;
}

#nav li:hover, #nav li.thover {
	background: #900;
}
#nav li li:hover, #nav li li.thover {
	background: #900;
}

.splitright { width: 49%; float: right; text-align: right; padding-right: 4px;}
.splitleft { width: 459; float: left; text-align: left; padding-left: 4px;}
.clear { clear: both; }