@charset "UTF-8";
/* CSS Document */

body {
	background-color: #bcd0e6;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
	margin-left: auto;
	margin-right: auto;
	width: 816px;
	padding: 0px;
	margin-top: 0px;
}
div#page {
	margin-top: 30px;
	margin-left: 11px;
	margin-right: 11px;
}
div#logo {
	margin-left: 10px;
	margin-top: -20px;
	width: 212px;
	height: 50px;
	float: left;
}
div#menu {
	background-image: url(images/menu_bg.jpg);
	width: 554px;
	height: 36px;
	float: right;
	clear: right;
}
div#content {
	clear: both;
	float: left;
	margin-top: 20px;
	margin-bottom: 50px;
	width: 742px;
	margin-left: 34px;
}
div#footer {
	width: 768px;
	height: 36px;
	clear: both;
	margin-left: 20px;
	margin-top: 20px;
}
div#footer div#privacypolicy,
div#footer div#contactus {
	margin-top: 10px;
}
div#footer div#privacypolicy {
	float: left;
	width: 125px;
	margin-left: 14px;
}
div#footer div#contactus {
	float: right;
	text-align: right;
	width: 300px;
	margin-right: 14px;
}
ul#nav {
	padding: 0px;
	margin-left: 28px;
}
ul#nav li {
  /*float the main list items*/
  margin: 0;
  margin-right: 3px;
  margin-top: -8px;
  float: left;
  display: block;
  padding-top: 0px;
  padding-right: 15px;
}
ul#nav li.off, ul#nav li.on {
  /*border: 1px solid #0f0;/**/
  height: 26px;
  /*margin-top: 8px;/*ie*/
}
ul#nav li ul li {
	clear:both;
	margin-top: -1px;
}
ul#nav li.off ul, ul#nav li.on ul {
  /*put the subnavs below and hide them all*/
  display: none;
  position: absolute;
  top: 56px;
  padding: 0px;
  /*margin-left: -55px;/*ie*/
}

ul#nav li.on ul {
  /*display active subnav list*/
  display: block;
}

ul#nav li.on ul a, ul#nav li.off ul a {
  float: left;
  /*ie doesn't inherit the float*/
  width: 160px;
  margin-right: 15px;
  height: 17px;
  padding-left: 4px;
  padding-top: 3px;
}

ul#nav li.off:hover ul, ul#nav li.over ul { 
  /*  display the other topics when
      their parent is hovered */
  display: block;
  z-index: 6000;
}

