/* The CSS that's required to position the footer */
html {
	height: 100%;
}
#background {
  width: 100%;
  position: absolute;
  top: 50%;
  margin: -25% 0px -25% 0px;
  left: 0;
  z-index: -100;
}
body {
	font: 15px/1.1 Verdana, Tahoma, Arial, Helvetica, sans-serif;
	height: 80%;
	width: 100%;
	background: #404040;
}
/* ie fix */
#wrapper { 
	text-align: center;
	min-height: 100%;
}
#page{
	width: 820px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#nonFooter {
	padding: 10px;
	background: url(graphics/whitesemi.png) repeat;
}
* html #nonFooter{
}
#footer{
	text-align: right;
	padding: 10px;
	color: white;
	font-family: 'meta', Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#header {
	text-align: left;
}

/* menu system */
#menu {
  width: 100%;
  text-align: center;
  height: 30px;
  background: #ff7f00;
  position:relative; 
  z-index:500;
  background:#d4d8bd url(graphics/button.png) repeat-x;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu ul ul {
	width: 149px;
	display: none;
	position:absolute;
	top:30px;
	left:0; 
	width:149px;
}
#menu ul li:hover {
  	height: 30px; /* fix for chrome hover on menu */
	background:#d4d8bd url(graphics/button-hover.png) repeat-x;
} 

#menu ul li ul li:hover {
	background: none;
}

#menu ul li span { /*--Drop down trigger styles--*/
    width: 17px;
    height: 30px;
    float: left;
    background: url(graphics/nav_dropdown_white.gif) no-repeat center;
}
#menu ul li span.subhover {cursor: pointer;} /*--Hover effect for trigger--*/

/* visibility on submenu when hovering */
#menu ul li{
	position: relative;
	height: 30px;
	float: left;
	margin: 0;
}
#menu ul li ul {
	background:#d4d8bd url(graphics/brushed_steel.jpg) repeat-y;
}
#menu ul li ul li{
	width: 149px;
	color: white;
	height: 30px;
}
#menu li a
{
  height: 30px;
  padding: 0.5em 0.5em 0 0.5em;
  float: left;
  width: auto;
  display: block;
  color: white;
  text-decoration: none;
  font-family: 'metab', Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1em;
} 

/* main page contents */
.breadbox {
  display: block;
  min-height: 100%;
  padding-top: 10px;
  
}
.breadboxtable {
  border: 0px; 
  padding: 0px;
  border-collapse: collapse;
}
.content {
  vertical-align:top;
  width: 100%;
  padding-right: 10px;
  margin-right: 0px;
  border-right: 1px solid black;
}
.content ul {
	list-style-type: square;
	list-style-image: url("graphics/tinyswirl.png");
	xpadding-left: 15px;
}
.content li {
  padding-bottom: 5px; 
}
.sidebar{
  vertical-align:top;
  display: inline-block;
  min-height: 100%;
  width: 238px;
  margin-left: 0px;
  xborder-left: 1px solid black;
  padding-left: 10px;
}
.sidebar h1 {
  background:url(graphics/button-hover.png) repeat-x;
  color: white;
  text-align: center;
  font-size: 15px;
  padding: 4px;
}
.sidebar p {
  font-size: -3;
}



h1,h2,h3,h4,h5 {
  font-family: 'metab', Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
a {
  text-decoration:none;
  color: #ff7f00;
}
a:hover {
  color: #8e4903;
}
a img {
  border-style: none;
}
.infobox {
  background: white;
  border-style: solid;
  border-width: 1px;
  float: right;
  margin-left: 10px;
  padding: 10px;
  width: 250px;
  font-size: -1;
}

.rightimage {
  float: right;
  margin-left: 10px;
  padding: 10px;
  width: 150px;
}


table .nice {
	font-family: 'metab', Verdana, Tahoma, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
}
table .nice tr {
	cell-spacing: 0px;
	cell-padding: 2px;
}
table .nice th {
    background: black;
	color: white;
	
}
table .nice td {
}

.right {
  text-align: right;
}
