/*
-----------------------------------------------
Che Douglas
----------------------------------------------- */

#topbar {
	display: block;
	width: 785px;
	height: 150px;
	background: url(../images/topbanner.gif);
}

#topnavstrip {
	display: block;
	padding-left: 10px;
	width: 775px;
	height: 40px;
	background: url(../images/mainmenu-back.gif);
}

#container {
	width: 785px;
	margin: 0 auto;
	position: relative;
	background:#fff;
	min-height: 100%; /* For Modern Browsers */
  	height: auto !important; /* For Modern Browsers */
  	height: 100%; /* For IE */
}

#container:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 60px;
  visibility: hidden;
}

#leftmenu:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 500px;
  visibility: hidden;
}

#content {
	width: 785px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}


/* PAGE STRUCTURE 
---------------------------------------------*/


/* 2 column layout */

#leftmenu {
	height: 100%;
	padding-top:20px;
	float: left;
	width: 185px;
	text-align: left;
	text-indent:10px;
	font: 11px Century Gothic, Helvetica, sans-serif, Arial;
}

#footer {
	width: 100%;
	font-size: 9px;
	color:#999;
	position: absolute;
 	bottom: 0 !important;
 	bottom: -1px; /* For Certain IE widths */
}

#foot {
  padding: 0 1em;
}

ul {
	list-style-type:disc;
	margin-left: 25px;
}

.subdot {
	list-style-type:circle;
	margin-left: 50px;
}

.numdot {
	list-style-type:decimal;
	margin-left: 50px;
}
	
#ScrollDiv {
	float: right;
	width: 550px;
	padding-top: 20px;
	padding-right:50px;
}