html {
	height: 100%;
}

body {
	background: #fff url("../images/background.gif") top left repeat-x;
	margin:  0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

#header {
	height: 120px;
	padding: 0px 24px;
}

#header #logo img {
	position: absolute;
	vertical-align: top;
	margin-top: 6px;
	z-index: 2;
}

#header #banner {
	position: absolute;
	z-index: 1;
	right: 0;
}

#layout {
	width: 1100px;
}

#sidebar {
	float: left;
	padding-left: 40px;
}

#content {
	padding: 0px 24px;
	max-width: 600px;
	float: left;
}

#footer {
	background: #f7ecd2 url("../images/footer_bg.gif");
	border-top: 1px solid #e8d8ba;
	padding: 1em 0;
	clear: both;
}

#mainmenu, #mainmenu ul {
	position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  width: 196px;
  list-style: none;
  float: left;
}

#mainmenu ul {
 display: none;
 position: absolute;
 top: 0;
 left: 196px;
 width: 300px;
}

#mainmenu ul ul {
 left: 300px;
}

#mainmenu li {
 position: relative;
}

#mainmenu li a {
 background:  url("../images/menu_item_bg_p.gif") 0 -30px no-repeat;
 text-decoration: none;
 padding-left: 26px;
 line-height: 30px;
 font-size: 15px;
 font-weight: bold;
 display: block;
 color: #fff;
 margin: 0;
 margin-bottom: 1px;
}

#mainmenu ul li a {
 background-image:  url("../images/menu_item_bg_s.gif");
 padding-left: 12px;
}

#mainmenu a:hover, #mainmenu a.highlighted:hover, #mainmenu a:focus {
 background-position: 0 0;
}

#mainmenu a.highlighted {
 background-position: 0px left;
}

#mainmenu a .subind {
 float: right;
 margin-right: 0.5em;
}

/** Search Box Declarations **/

#search {
	clear: left;
	width: 196px;
}

#search h3 {
	margin: 0;
}

#search .searchTextBox {
	width: 125px;
}

#page {
	width: 800px;
	min-height: 500px;
	float: left;
	margin-left: 50px;
	padding: 0 16px;
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist li {
 float: left;
 width: 100%;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hacks */